/*   ressets   */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 80%;
  margin-bottom: 20px;
}
table tr td {
  vertical-align: middle;
  padding: 3px 10px;
  border: 1px solid #D3D3D3;
  line-height: 1.5;
}
/*  mixin   */
/*  genegal style  */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-col-txt {
  color: #01263C;
}
.main-col-txt a {
  color: #003087;
}
.link-style {
  text-decoration: none;
  cursor: pointer;
  color: #01263c;
}
.link-style.btn-style {
  padding: 15px 20px;
  margin-top: 5px;
  display: inline-block;
}
.link-style:hover {
  text-decoration: underline;
}
.gray-col-txt {
  color: #7e7f80;
}
.main-col-back {
  background: #003087;
}
.main-col-border {
  border: 1px solid #D3D3D3;
  border-radius: 3px;
}
.title-block {
  font-size: 40px;
  text-align: center;
}
.font-22 {
  font-size: 22px;
}
.bold-txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 20px;
}
.a-download {
  color: #24135f;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: underline;
}
.main-btn {
  display: inline-block;
  background: #003087;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  padding: 12px 40px;
  font-weight: bold;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
  cursor: pointer;
}
.main-btn.white {
  border: 1px solid #d3d3d3;
  background: #ffffff;
  color: #01263c;
}
.main-btn.right {
  margin-right: 25px;
}
.main-btn.indented {
  margin: 30px 0;
}
.main-btn.gray {
  background: #bababa;
}
.main-btn.static-width {
  min-width: 160px;
}
.main-btn:hover {
  opacity: 0.8;
}
.jq-radio {
  width: 18px;
  height: 18px;
  border: 1px solid #d3d3d3;
  background-color: #f3f5f5;
}
.jq-radio .jq-radio__div {
  background: #003087;
}
.jq-radio.focused {
  border: 1px solid #d3d3d3;
}
.jq-radio.checked {
  border: 1px solid #003087;
}
.jq-radio.checked .jq-radio__div {
  background: #003087;
}
.all-btn-wrap {
  display: inline-block;
  position: relative;
  top: 25px;
  left: 13%;
}
.all-btn-wrap .btn-wrap {
  display: inline-block;
  height: 40px;
  margin-right: 6px;
}
.all-btn-wrap .btn-wrap:hover {
  background: #003087;
  opacity: 0.8;
}
.all-btn-wrap .btn-wrap:hover a {
  color: #fff;
}
.all-btn-wrap .btn-wrap a {
  position: relative;
  top: 11px;
  text-decoration: none;
  padding: 8px 20px;
  white-space: nowrap;
}
.forum-btn-wrap,
.private-btn {
  top: 0 !important;
  left: 0 !important;
}
.a-border-wrap {
  width: 100%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.a-border-wrap a {
  display: inline-block;
  padding: 13px 0;
  width: 20%;
  text-align: center;
  text-decoration: none;
}
.a-border-wrap a:hover {
  border: 2px solid #003087;
}
.a-border-wrap a.active {
  border: 2px solid #003087;
}
.fancybox-overlay .fancybox-nav span {
  position: absolute;
  visibility: visible;
  background-image: none;
}
.fancybox-overlay .fancybox-nav span:before {
  content: "";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 30px;
}
.fancybox-overlay .fancybox-nav.fancybox-prev {
  z-index: -1;
}
.fancybox-overlay .fancybox-nav.fancybox-prev span {
  left: -80px;
}
.fancybox-overlay .fancybox-nav.fancybox-prev span:before {
  position: absolute;
  left: 5px;
  content: "\f053";
}
.fancybox-overlay .fancybox-nav.fancybox-next {
  z-index: -1;
}
.fancybox-overlay .fancybox-nav.fancybox-next span {
  right: -80px;
}
.fancybox-overlay .fancybox-nav.fancybox-next span:before {
  position: absolute;
  left: 10px;
  content: "\f054";
}
.fancybox-overlay .fancybox-close {
  background-image: none;
  top: -41px;
  right: -83px;
  text-decoration: none;
}
.fancybox-overlay .fancybox-close:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "\f00d";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 18px;
}
.fancybox-overlay .fancybox-title-float-wrap {
  top: -35px;
}
.fancybox-overlay .fancybox-title-float-wrap .child {
  background: none;
}
.data {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.data:before {
  position: absolute;
  left: 0;
  content: "\f073";
  font-family: FontAwesome;
}
input.text,
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
a:focus,
.i-wrap:focus,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
/*  add main font  */
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/opensans/OpenSans-Regular-webfont.eot');
  src: url('../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/opensans/OpenSans-Regular-webfont.svg#svgFontName') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
body {
  font-family: 'OpenSans';
}
body .body-wrapper {
  overflow: hidden;
}
body.noscroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header .top-menu .main-menu {
  width: 100%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .top-menu .main-menu li {
  position: relative;
  float: left;
}
.header .top-menu .main-menu li:active,
.header .top-menu .main-menu li:focus,
.header .top-menu .main-menu li:hover,
.header .top-menu .main-menu li:visited {
  border: none;
  outline: none;
}
.header .top-menu .main-menu li:first-child {
  padding-left: 0;
}
.header .top-menu .main-menu li:first-child span {
  padding-left: 0;
}
.header .top-menu .main-menu li:last-child {
  padding-right: 0;
}
.header .top-menu .main-menu li:last-child span {
  padding-right: 0;
}
.header .top-menu .main-menu li span {
  display: inline-block;
  position: relative;
}
.header .top-menu .main-menu li span:active,
.header .top-menu .main-menu li span:focus,
.header .top-menu .main-menu li span:hover,
.header .top-menu .main-menu li span:visited {
  border: none;
  outline: none;
}
.header .top-menu .main-menu li span:hover {
  background: #2E559B;
}
.header .top-menu .main-menu li span.active {
  background: #2E559B;
}
.header .top-menu .main-menu li span a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 25px 25px;
  cursor: pointer;
}
.header .top-menu .main-menu li span a:active,
.header .top-menu .main-menu li span a:focus,
.header .top-menu .main-menu li span a:hover,
.header .top-menu .main-menu li span a:visited {
  border: none;
  outline: none;
}
.header .top-menu .main-menu li span i {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: -3px;
  padding: 26px 10px;
  z-index: 4;
  cursor: pointer;
  border: none;
  outline: none;
}
.header .top-menu .main-menu li span i:active,
.header .top-menu .main-menu li span i:focus,
.header .top-menu .main-menu li span i:hover,
.header .top-menu .main-menu li span i:visited {
  border: none;
  outline: 0!important;
  outline-offset: 0;
}
.header .top-menu .main-menu li .submenu {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 1;
  background: #F3F5F5;
}
.header .top-menu .main-menu li .submenu li {
  position: relative;
  min-width: 330px;
  color: #01263C;
  font-size: 14px;
  border-left: 3px solid transparent;
}
.header .top-menu .main-menu li .submenu li:hover {
  background: #fdfdfd;
  color: #003087;
  border-left: 3px solid #003087;
  cursor: pointer;
  text-decoration: underline;
}
.header .top-menu .main-menu li .submenu li:hover a {
  text-decoration: underline;
}
.header .top-menu .main-menu li .submenu li a {
  display: inline-block;
  padding: 12px 30px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: #01263C;
  line-height: 1.2;
}
.header .top-menu .main-menu li:hover .submenu {
  display: inline-block;
}
.header .underneath-header {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
}
.header .underneath-header .logo-wrap {
  display: inline-block;
  float: left;
}
.header .underneath-header .find-wrap {
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 0;
  height: 40px;
}
.header .underneath-header .find-wrap input {
  height: 38px;
  font-size: 13px;
  border: 1px solid #D3D3D3;
  padding: 0 70px 0 15px;
  min-width: 260px;
  color: #88898a;
  border-radius: 3px;
  outline: none;
  transition: 0.5s;
}
.header .underneath-header .find-wrap input:focus {
  outline: none;
}
.header .underneath-header .find-wrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #88898a;
  font-size: 13px;
  opacity: 0.8;
}
.header .underneath-header .find-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #88898a;
  font-size: 13px;
  opacity: 0.8;
}
.header .underneath-header .find-wrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #88898a;
  font-size: 13px;
  opacity: 0.8;
}
.header .underneath-header .find-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #88898a;
  font-size: 13px;
  opacity: 0.8;
}
.header .underneath-header .find-wrap .i-wrap {
  position: absolute;
  top: 0;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  height: 40px;
  right: -2px;
  overflow: hidden;
}
.header .underneath-header .find-wrap .i-wrap i {
  position: relative;
  height: 40px;
  width: 65px;
  color: #fff;
  font-size: 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.header .underneath-header .find-wrap .i-wrap i:hover {
  opacity: 0.8;
}
.header .underneath-header .find-wrap .i-wrap i:before {
  position: absolute;
  top: 10px;
  left: 24px;
}
.breadcrumbs {
  background: #F3F5F4;
  margin-bottom: 25px;
}
.breadcrumbs ul li {
  position: relative;
  font-size: 14px;
  float: left;
  padding: 20px 25px 20px 0;
}
.breadcrumbs ul li a {
  color: #88898a;
  border-bottom: 1px solid #88898a;
  text-decoration: none;
}
.breadcrumbs ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 21px;
  right: 10px;
  font-size: 12px;
  color: #88898a;
}
.breadcrumbs ul li:last-child {
  color: #003087;
}
.breadcrumbs ul li:last-child:before {
  content: "";
}
.breadcrumbs ul li:last-child a {
  color: #01263C;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
main {
  position: relative;
}
main .block_1 {
  position: relative;
  text-align: center;
}
main .block_1 .img-wrap {
  position: relative;
  top: 0;
}
main .block_1 .img-wrap img {
  width: 100%;
  background-size: cover;
}
main .block_1 .box-top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
main .block_1 .box-top h1 {
  margin-top: 120px;
  font-size: 44px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
main .block_1 .box-top .info-block {
  display: inline-block;
  width: 100%;
  max-height: 265px;
  color: #fff;
  margin-top: 200px;
  background-color: white;
}
main .block_1 .box-top .info-block .box {
  display: inline-block;
  width: 50%;
  height: 265px;
}
main .block_1 .box-top .info-block .box .for-img-wrap h2 {
  font-weight: bold;
}
main .block_1 .box-top .info-block .box.left {
  float: left;
  background: #2E559B;
}
main .block_1 .box-top .info-block .box.right .for-img-wrap {
  margin: 45px 0 0 80px;
}
main .block_1 .box-top .info-block .box.right .for-img-wrap h2 {
  top: 35%;
  left: 50%;
}
main .block_1 .box-top .info-block .box.right .info-menu li {
  margin-top: 20px;
}
main .block_1 .box-top .info-block .box.right .info-menu li:first-child {
  margin-top: 0;
}
main .block_1 .box-top .info-block .for-img-wrap {
  position: relative;
  display: inline-block;
  float: left;
  margin: 45px 0 0 50px;
}
main .block_1 .box-top .info-block .for-img-wrap h2 {
  position: absolute;
  top: 35%;
  left: 40%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 32px;
  white-space: nowrap;
}
main .block_1 .box-top .info-block .info-menu {
  float: right;
  text-align: right;
  margin: 40px 60px 30px 0;
  width: 40%;
  line-height: 1.2;
}
main .block_1 .box-top .info-block .info-menu a {
  color: #fff;
}
main .block_1 .box-top .info-block .info-menu li {
  margin-top: 20px;
}
main .block_1 .box-top .info-block .info-menu li:first-child {
  margin-top: 0;
}
main .block_1 .box-top .info-block .info-menu li .info-sub-menu li {
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  padding-right: 25px;
}
main .block_1 .box-top .info-block .info-menu li .info-sub-menu li:first-child {
  margin-top: 20px;
}
main .block_1 .box-top .info-block .info-menu li .info-sub-menu li:after {
  position: absolute;
  top: 5px;
  right: 10px;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
}
main .block_2 .top-margin {
  margin-top: 180px;
  margin-bottom: 60px;
}
main .block_2 .news-box {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  min-height: 412px;
  height: 412px;
  width: 100%;
}
main .block_2 .news-box:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #9f9e9e;
  -moz-box-shadow: 0px 0px 10px 0px #9f9e9e;
  box-shadow: 0px 0px 10px 0px #9f9e9e;
  cursor: pointer;
}
main .block_2 .news-box .icon-wrap {
  position: absolute;
  top: 20px;
  right: 15px;
}
main .block_2 .news-box .discription-wrap {
  padding: 15px;
}
main .block_2 .news-box .discription-wrap .data {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
main .block_2 .news-box .discription-wrap .data:before {
  position: absolute;
  left: 0;
  content: "\f073";
  font-family: FontAwesome;
}
main .block_2 .news-box .discription-wrap a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  width: 100%;
}
main .block_2 .big-box .photo-wrap {
  overflow: hidden;
  height: 275px;
  width: 100%;
  text-align: center;
}
main .block_2 .big-box .photo-wrap img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  background-size: contain;
}
main .block_2 .small-box {
  overflow: hidden;
  min-height: 195px;
  height: 195px;
  width: 45%;
  background: #FBFBFB;
  margin: 0 5px 20px 15px;
  float: left;
}
main .block_2 .small-box .icon-wrap {
  top: 10px;
  right: 10px;
}
main .block_2 .small-box .discription-wrap a {
  font-size: 16px;
  line-height: 1.3;
  display: block;
  width: 100%;
}
main .block_2 .small-box .discription-wrap p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.3;
}
main .block_2 .all-news-wrap {
  text-align: center;
  margin-bottom: 5px;
}
main .block_2 .all-news-wrap a {
  display: inline-block;
  padding: 13px 25px;
  margin-top: 30px;
}
main .block_3 .title-block {
  margin: 80px 0 40px 0;
}
main .block_3 .map-info-wrap {
  width: 100%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
main .block_3 .map-info-wrap a {
  border: 2px solid #D3D3D3;
  display: inline-block;
  padding: 13px 0;
  width: 20%;
  text-align: center;
  text-decoration: none;
}
main .block_3 .map-info-wrap a:hover {
  border: 2px solid #003087;
}
main .block_3 .map-info-wrap a.active {
  border: 2px solid #003087;
}
main .block_3 .map-block {
  margin-top: 40px;
  margin-bottom: 80px;
}
main .block_3 .map-block iframe {
  display: inherit;
}
main .block_4 {
  background: #F3F5F5;
}
main .block_4 .title-block {
  margin: 60px 0;
}
main .block_4 .projects-wrap {
  width: 100%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 90px;
}
main .block_4 .projects-wrap .box {
  display: inline-block;
  width: 18%;
  text-align: center;
  background: #fff;
}
main .block_4 .projects-wrap .box:hover {
  outline: 2px solid #003087;
}
main .block_4 .projects-wrap .box.active {
  outline: 2px solid #003087;
}
main .block_4 .projects-wrap .box span {
  display: inline-block;
  width: 100%;
}
main .block_4 .projects-wrap .box span.icon-wrap {
  margin: 30px 0 25px 0;
}
main .block_4 .projects-wrap .box span.txt {
  color: #01263c;
  font-weight: bold;
  margin-bottom: 15px;
}
main .title-wrap {
  position: relative;
  padding: 0 0 25px 0;
}
main .title-wrap #newsForm {
  z-index: 1000;
}
main .title-wrap .page-title {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.2;
}
main .title-wrap .page-adress {
  font-size: 26px;
}
main .title-wrap .news-title {
  color: #01263c;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
main .title-wrap .sort-view {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 4;
}
main .title-wrap .sort-view select {
  opacity: 0;
}
main .title-wrap .sort-view .jq-selectbox {
  width: 159px;
}
main .title-wrap .sort-view .jq-selectbox .jq-selectbox__select {
  height: 40px;
  border: 1px solid #88898a;
  background-color: #ffffff;
  background: none;
  box-shadow: none;
  border-radius: 2px;
  color: #88898a;
}
main .title-wrap .sort-view .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  line-height: 40px;
}
main .title-wrap .sort-view .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  border-left: none;
}
main .title-wrap .sort-view .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border-top: none;
  border-right: none;
  border-left: none;
  top: 4px;
  right: 17px;
  font-size: 9px;
  color: #88898a;
}
main .title-wrap .sort-view .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
  content: "\f078";
  font-family: FontAwesome;
}
main .title-wrap .sort-view .jq-selectbox li:hover {
  background-color: #003087;
}
main .soc-wrap {
  display: inline-block;
  width: 100%;
  margin: 5px 0 15px 0;
}
main .soc-wrap .date {
  position: relative;
  color: #7e7f80;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
}
main .soc-wrap .date:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "\f073";
  font-family: FontAwesome;
  font-size: 19px;
}
main .soc-wrap .right {
  float: right;
  position: relative;
  top: -2px;
}
main .soc-wrap .right .box {
  display: inline-block;
}
main .soc-wrap .right .box:first-child {
  float: left;
  color: #7e7f80;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}
main .soc-wrap .right .box.icon {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: red;
  position: relative;
  top: -9px;
  text-align: center;
  margin-left: 5px;
}
main .soc-wrap .right .box.icon.facebook {
  background-color: #425f9c;
}
main .soc-wrap .right .box.icon.facebook:before {
  content: "\f09a";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 18px;
}
main .soc-wrap .right .box.icon.twiter {
  background-color: #41abe1;
}
main .soc-wrap .right .box.icon.twiter:before {
  content: "\f099";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px;
}
main .soc-wrap .right .box.icon.google {
  background-color: #dd5044;
}
main .soc-wrap .right .box.icon.google:before {
  content: "\f0d5";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 9px;
  font-size: 16px;
}
main .left-submenu {
  display: inline-block;
  width: 95%;
  background: #F3F5F5;
}
main .left-submenu li span {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  color: #7e7f80;
  font-size: 14px;
  line-height: 1.3;
  border-left: 3px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
main .left-submenu li span a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  padding: 15px 0 15px 20px;
  width: 100%;
  box-sizing: border-box;
}
main .left-submenu li span.structure {
  position: relative;
}
main .left-submenu li span.structure i {
  position: absolute;
  top: 18px;
  right: 20px;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: bold;
}
main .left-submenu li span:hover {
  box-sizing: border-box;
  background: #fff;
  color: #003087;
  border-left: 3px solid #003087;
  border-right: 1px solid #F3F5F5;
  border-bottom: 1px solid #F3F5F5;
  border-top: 1px solid #F3F5F5;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
main .left-submenu li:last-child span {
  border-bottom: none;
}
main .left-submenu li.active span {
  background: #fff;
  color: #003087;
  border-left: 3px solid #003087;
  border-right: 1px solid #F3F5F5;
  border-bottom: 1px solid #F3F5F5;
  border-top: 1px solid #F3F5F5;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
main .left-submenu li.active .third-menu {
  display: block;
}
main .left-submenu li .third-menu {
  display: none;
  background: #fff;
}
main .left-submenu li .third-menu.active {
  display: inline-block;
  width: 100%;
  border-right: 1px solid #F3F5F5;
  box-sizing: border-box;
}
main .left-submenu li .third-menu li span {
  text-decoration: underline;
  border-left: 3px solid #E4E4E4;
  border-right: 1px solid #F3F5F5;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #7e7f80;
  text-shadow: none;
}
main .left-submenu li .third-menu li span a {
  position: relative;
  font-size: 14px;
  padding-left: 35px;
}
main .left-submenu li .third-menu li span a:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  top: 21px;
  left: 20px;
  font-size: 6px;
}
main .left-submenu li .third-menu li span:hover {
  color: #003087;
  border-left: 3px solid #E4E4E4;
  border-right: 1px solid #F3F5F5;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
main .left-submenu li .third-menu li.active-third span {
  color: #003087;
}
main .contacts-block .map.full iframe {
  width: 100%;
}
main .contacts-block .map.bottom-indent {
  margin-bottom: 70px;
}
main .contacts-block .img-wrap {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  width: 95%;
}
main .contacts-block .img-wrap img {
  display: inline-block;
  width: 100%;
}
main .contacts-block .right-description {
  line-height: 1.5;
}
main .contacts-block .right-description .contact {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
main .contacts-block .right-description .gray-col-txt {
  font-weight: bold;
}
main .contacts-block .right-description .adress {
  margin-bottom: 5px;
}
main .contacts-block .right-description .street {
  margin-bottom: 15px;
}
main .contacts-block .right-description .reception {
  margin-bottom: 5px;
}
main .contacts-block .right-description .phone {
  font-weight: bold;
}
main .contacts-block .right-description .phone.bottom-indent {
  margin-bottom: 15px;
}
main .contacts-block .right-description .main-btn {
  margin-top: 22px;
}
main .contacts-block .right-description .deputy + p {
  margin-top: 10px;
}
main .web-cam-title {
  font-size: 22px;
  margin: 40px 0;
}
main .web-cam-wrap {
  margin-bottom: 40px;
  width: 540px;
  height: 350px;
  overflow: hidden;
}
main .p-description .imageBSA {
  max-width: 300px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
main .p-description .imageBSA img {
  width: 100%;
}
main .p-description .content-text h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
main .p-description .wrap-discussion-image {
  max-width: 200px;
}
main .p-description .wrap-discussion-image img {
  width: 100%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
main .p-description ul,
main .p-description ol {
  margin-bottom: 20px;
}
main .p-description ul li,
main .p-description ol li {
  line-height: 1.5;
}
main .p-description p img {
  width: 100%;
  height: auto;
}
main .adress-block-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
main .adress-block-wrap .discription-wrap {
  display: inline-block;
  width: 48%;
  margin: 18px 0;
  background: #F3F5F5;
  padding: 20px;
  line-height: 1.5;
}
main .adress-block-wrap .discription-wrap .link-style {
  font-weight: bold;
  font-size: 18px;
}
main .adress-block-wrap .discription-wrap .gray-col-txt {
  margin-top: 15px;
  font-weight: bold;
}
main .adress-block-wrap .discription-wrap .phone {
  font-weight: bold;
  margin-bottom: 15px;
}
main .adress-block-wrap .discription-wrap .street strong {
  font-weight: bold;
}
main .adress-block-wrap.main-contacts {
  margin: 15px 0 35px 0;
}
main .adress-block-wrap.main-contacts .discription-wrap {
  padding: 10px 15px;
}
main .adress-block-wrap.main-contacts .discription-wrap .gray-col-txt {
  margin: 0 0 10px 0;
}
main .adress-block-wrap.main-contacts .discription-wrap .gray-col-txt.box-title {
  font-size: 18px;
}
main .adress-block-wrap.main-contacts .discription-wrap .gray-col-txt.phone {
  font-weight: normal;
}
main .adress-block-wrap.main-contacts .discription-wrap .gray-col-txt span {
  font-weight: bold;
}
main .adress-block-wrap.main-contacts .main-col-text {
  width: 100% !important;
}
main .adress-block-wrap.main-contacts .main-col-text strong {
  font-weight: bold;
}
main .discription-title {
  position: relative;
  padding-left: 50px;
  font-size: 28px;
  font-weight: bold;
  color: #003087;
}
main .discription-title:before {
  content: "\f041";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  left: 11px;
  color: #fff;
  z-index: 1;
  font-size: 24px;
}
main .discription-title:after {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #003087;
  position: absolute;
  top: -4px;
  left: 0;
}
main .subdivision-title {
  font-size: 22px;
  margin: 30px 0 20px 0;
}
main .subdivision {
  margin-bottom: 15px;
}
main .subdivision li {
  padding: 10px 12px 10px 15px;
}
main .subdivision li:first-child {
  padding-top: 5px;
}
main .subdivision li a {
  position: relative;
  line-height: 1.5;
}
main .subdivision li a:after {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: -15px;
  font-size: 6px;
}
main .main-ul li {
  padding: 10px 12px 10px 15px;
}
main .main-ul li:first-child {
  padding-top: 5px;
}
main .main-ul li a {
  position: relative;
  line-height: 1.5;
}
main .main-ul li a:after {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: -15px;
  font-size: 6px;
  color: #01263C;
}
main .main-ul li a:hover {
  color: #01263C;
}
main .small-margin {
  margin-bottom: 35px;
}
main .time-table {
  margin: 35px 0 0 0;
}
main .time-table table {
  width: 100%;
}
main .time-table table tr.tr-head {
  background: #F3F5F5;
  font-weight: bold;
}
main .time-table table tr td {
  vertical-align: middle;
  padding: 5px 20px;
  border: 1px solid #D3D3D3;
}
main .time-table table tr td.left-pos {
  text-align: center;
}
main .time-table table tr td.width-25 {
  width: 22%;
}
main .table-2-col {
  margin-bottom: 25px;
  width: 100%;
}
main .table-2-col tr td {
  vertical-align: middle;
  text-align: center;
  padding: 15px 25px;
  border: 1px solid #D3D3D3;
}
main .right-content {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
main .right-content .leadership-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #F3F5F4;
  margin-bottom: 30px;
}
main .right-content .leadership-wrap:last-child {
  margin-bottom: 0;
}
main .right-content .leadership-wrap .img-wrap {
  float: left;
  display: inline-block;
  padding-right: 30px;
}
main .right-content .leadership-wrap .img-wrap img {
  display: block;
}
main .right-content .leadership-wrap .description {
  display: inline-block;
  width: 70%;
}
main .right-content .leadership-wrap .description.wide {
  width: 100%;
  padding: 15px 25px;
}
main .right-content .leadership-wrap .description.half {
  width: 65%;
  padding: 15px;
}
main .right-content .leadership-wrap .description .name {
  font-size: 22px;
  padding: 20px 0 15px 0;
  font-weight: bold;
}
main .right-content .leadership-wrap .description .post {
  font-style: italic;
  padding-bottom: 20px;
  font-size: 14px;
}
main .right-content .leadership-wrap .description .txt {
  line-height: 1.5;
}
main .right-content .steps-wrapper {
  border: 1px solid #d3d3d3;
}
main .right-content .steps-wrapper .steps-wrap {
  border-bottom: 1px solid #d3d3d3;
  padding: 0 30px;
}
main .right-content .steps-wrapper .steps-wrap .step {
  display: inline-block;
  width: 23%;
  text-align: center;
  color: #7e7f80;
  font-size: 16px;
  padding: 22px 0;
  border-bottom: 3px solid #e4e4e4;
  margin: 0 0 25px 10px;
  cursor: pointer;
}
main .right-content .steps-wrapper .steps-wrap .step.active {
  color: #003087;
  border-bottom: 7px solid #003087;
  font-size: 20px;
  font-weight: bold;
  padding: 19px 0;
}
main .right-content .steps-wrapper .description {
  padding: 0 30px;
}
main .right-content .steps-wrapper .description #datepicker {
  display: inline-block;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker {
  width: 365px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  margin-bottom: 50px;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker .ui-datepicker-header {
  background: #003087;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  top: 9px;
  left: 10px;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../images/prev-icon.png);
  background-position: inherit;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover {
  background: #2e559b;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 9px;
  right: 10px;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  background-image: url(../images/next-icon.png);
  background-position: top;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover {
  background: #2e559b;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  padding: 6px 0;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker th {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker td {
  padding: 3px;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker td a {
  padding: 13px 12px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #d3d3d3;
  background-color: #f3f5f5;
  text-align: center;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker td a.ui-state-active {
  background-color: #003087;
  color: #fff;
}
main .right-content .steps-wrapper .description #datepicker .ui-datepicker td a:hover {
  background-color: #003087;
  color: #fff;
}
main .right-content .steps-wrapper .description h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 30px 0;
}
main .right-content .steps-wrapper .description .field-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
main .right-content .steps-wrapper .description .field-wrap .field {
  display: inline-block;
  width: 48%;
}
main .right-content .steps-wrapper .description .field-wrap .field label {
  color: #7e7f80;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}
main .right-content .steps-wrapper .description .field-wrap .field label span {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .right-content .steps-wrapper .description .field-wrap .field input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  outline: none;
  margin-bottom: 30px;
  padding: 0 15px;
}
main .right-content .steps-wrapper .description .field-wrap .field.long {
  width: 100%;
  text-align: left;
}
main .right-content .steps-wrapper .description .field-wrap .field.long label {
  margin-bottom: 30px;
  position: relative;
}
main .right-content .steps-wrapper .description .field-wrap .field.long label .jq-radio {
  position: absolute;
  top: 5px;
}
main .right-content .steps-wrapper .description .field-wrap .field.long label span {
  padding-left: 30px;
  display: inline-block;
}
main .right-content .steps-wrapper .description .field-wrap .field.title {
  width: 35%;
  color: #7e7f80;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 45px;
}
main .right-content .steps-wrapper .description .field-wrap .field.description {
  width: 65%;
  color: #01263c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
main .right-content .steps-wrapper .description .field-wrap.right {
  float: right;
  display: inline-block;
  width: 300px;
}
main .right-content .steps-wrapper .description .field-wrap.right .field {
  width: 100%;
  margin-bottom: 10px;
}
main .right-content .steps-wrapper .description .field-wrap.right .field span {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
main .right-content .steps-wrapper .description .field-wrap.right .field span.date {
  margin-left: 10px;
}
main .right-content .steps-wrapper .description .field-wrap.right .field span.time {
  margin-left: 10px;
}
main .right-content .steps-wrapper .description p {
  text-align: center;
}
main .right-content .steps-wrapper .description p button {
  margin-bottom: 30px;
  width: 165px;
  outline: none;
  border: 1px solid #003087;
  padding: 12px 40px;
  font-size: 16px;
  cursor: pointer;
}
main .right-content .steps-wrapper .description p button.preview {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #01263c;
  margin-right: 30px;
}
main .right-content .btn-wrap {
  margin: 30px 0;
}
main .right-content .video-wrap {
  margin: 30px 0;
}
main .right-content .gray-box-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #F3F5F4;
  padding: 15px;
}
main .right-content .gray-box-wrap.s-margin {
  margin-bottom: 10px;
}
main .right-content .gray-box-wrap .description {
  display: inline-block;
  width: 70%;
}
main .right-content .gray-box-wrap .description.wide {
  width: 100%;
}
main .right-content .gray-box-wrap .description.half {
  width: 65%;
}
main .right-content .gray-box-wrap .description .name {
  font-size: 22px;
  padding: 20px 0 15px 0;
  font-weight: bold;
}
main .right-content .gray-box-wrap .description .post {
  font-style: italic;
  padding-bottom: 20px;
  font-size: 14px;
}
main .right-content .gray-box-wrap .description .txt {
  line-height: 1.5;
}
main .right-content .gray-box-wrap .wrap {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
main .right-content .gray-box-wrap .wrap i {
  color: #24135f;
  font-size: 22px;
  position: absolute;
  top: 2px;
  left: -30px;
}
main .right-content .gray-box-wrap .data {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
main .right-content .gray-box-wrap .data:before {
  position: absolute;
  left: 0;
  content: "\f073";
  font-family: FontAwesome;
}
main .right-content .wrap-link {
  display: inline-block;
  width: 100%;
}
main .right-content .wrap-link.centered {
  text-align: center;
}
main .right-content .wrap-link .btn-style {
  margin-top: 40px;
  min-width: 130px;
  text-align: center;
}
main .right-content .wrap-link #loader {
  max-width: 60px;
  margin-top: 35px;
}
main .right-content .imgs-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
main .right-content .imgs-wrap .wrap {
  position: relative;
  display: inline-block;
  width: 255px;
  height: 195px;
  float: left;
  margin: 0 15px 0 0;
  overflow: hidden;
  background: #000;
}
main .right-content .imgs-wrap .wrap img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
main .right-content .imgs-wrap .wrap p {
  position: absolute;
  top: 130px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  padding: 0 20px;
}
main .right-content .wrap-box .news-box {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  min-height: 412px;
  height: 412px;
}
main .right-content .wrap-box .news-box:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #9f9e9e;
  -moz-box-shadow: 0px 0px 10px 0px #9f9e9e;
  box-shadow: 0px 0px 10px 0px #9f9e9e;
  cursor: pointer;
}
main .right-content .wrap-box .news-box .icon-wrap {
  position: absolute;
  top: 20px;
  right: 15px;
}
main .right-content .wrap-box .news-box .discription-wrap {
  padding: 15px;
}
main .right-content .wrap-box .news-box .discription-wrap .data {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
main .right-content .wrap-box .news-box .discription-wrap .data.small {
  font-size: 13px;
}
main .right-content .wrap-box .news-box .discription-wrap .data:before {
  position: absolute;
  left: 0;
  content: "\f073";
  font-family: FontAwesome;
}
main .right-content .wrap-box .news-box .discription-wrap a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
main .right-content .wrap-box .news-box.small-box {
  overflow: hidden;
  height: 200px;
  min-height: inherit;
  width: 31.5%;
  background: #FBFBFB;
  margin: 0 19px 25px 0;
  float: left;
}
main .right-content .wrap-box .news-box.small-box:nth-child(3n) {
  margin-right: 0;
}
main .right-content .wrap-box .news-box.small-box .img-wrap {
  width: 100%;
  height: 120px;
}
main .right-content .wrap-box .news-box.small-box .img-wrap img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
main .right-content .wrap-box .news-box.small-box .icon-wrap {
  top: 10px;
  right: 10px;
}
main .right-content .wrap-box .news-box.small-box .discription-wrap {
  position: relative;
}
main .right-content .wrap-box .news-box.small-box .discription-wrap.padding-top-no {
  padding-top: 0;
}
main .right-content .wrap-box .news-box.small-box .discription-wrap.padding-top-no .icon-wrap {
  top: -30px;
}
main .right-content .wrap-box .news-box.small-box .discription-wrap .icon-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
main .right-content .wrap-box .news-box.small-box .discription-wrap .data {
  margin-top: 10px;
  padding-left: 20px;
}
main .right-content .wrap-box .news-box.small-box .discription-wrap a {
  font-size: 15px;
  line-height: 1.3;
}
main .right-content .wrap-box .news-box.small-box .discription-wrap p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.3;
}
main .right-content .wrap-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
main .right-content .wrap-box .media-box {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 200px;
  min-height: inherit;
  width: 32%;
  margin: 0 0 18px 0;
}
main .right-content .wrap-box .media-box:nth-child(3n) {
  margin-right: 0;
}
main .right-content .wrap-box .media-box .wrapper {
  display: none;
}
main .right-content .wrap-box .media-box .icon-wrap {
  position: absolute;
  top: 12px;
  right: 12px;
}
main .right-content .wrap-box .media-box .img-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
}
main .right-content .wrap-box .media-box .img-wrap img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
main .right-content .wrap-box .media-box .description {
  width: 100%;
  padding: 0 25px;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main .right-content .wrap-box .media-box .description p {
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
}
main .right-content .wrap-box .media-box:hover .wrapper {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #003087;
  opacity: 0.5;
}
main .right-content .wrap-box .media-box:hover .description {
  top: 20px;
}
main .right-content .wrap-box .media-box:hover .link-wrap {
  display: inline-block;
  position: absolute;
  top: 130px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
main .right-content .wrap-box .media-box:hover .link-wrap a {
  display: inherit;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  border: 2px solid #fff;
  text-decoration: none;
  padding: 10px 35px;
}
main .right-content .wrap-box .media_photo {
  display: inline-block;
  width: 255px;
  height: 195px;
  margin: 0 30px 30px 0;
}
main .right-content .wrap-box .media_photo:nth-child(3n) {
  margin-right: 0;
}
main .right-content .wrap-box .media_photo img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
main .right-content .gallery-btns {
  margin: 30px 0;
}
main .right-content .gallery-btns a {
  width: 31.5%;
}
main .right-content .data-row {
  display: inline-block;
  width: 100%;
}
main .right-content .data-row .data {
  float: left;
}
main .right-content .data-row .data.max-width {
  width: 100%;
  margin-bottom: 20px;
}
main .right-content .data-row .voiting-finish {
  display: inline-block;
  margin-right: 20px;
}
main .right-content .data-row .voiting {
  display: inline-block;
  float: right;
  line-height: 0.8;
}
main .right-content .data-row .voiting.inline {
  float: none;
}
main .right-content .data-row .voiting span {
  font-size: 18px;
  font-weight: 600;
}
main .right-content .subtitle {
  font-size: 26px;
  font-weight: 600;
  margin: 30px 0;
}
main .right-content .field-wrap .field.long {
  width: 100%;
  text-align: left;
}
main .right-content .field-wrap .field.long label {
  display: inline-block;
  position: relative;
  margin: 15px 0;
}
main .right-content .field-wrap .field.long label .jq-radio {
  position: absolute;
  top: 0;
}
main .right-content .field-wrap .field.long label span {
  padding-left: 30px;
  display: inline-block;
}
main .right-content .void-box {
  min-height: 100px;
}
main .right-content .void-wrap {
  max-width: 180px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
main .right-content .void-wrap p {
  margin-bottom: 20px;
}
main .right-content .void-wrap p span {
  font-weight: bold;
  font-size: 18px;
}
main .right-content .result-wrap {
  display: inline-block;
  width: 100%;
}
main .right-content .result-wrap .title {
  margin-bottom: 40px;
}
main .right-content .result-wrap .title p {
  color: #262626;
  font-size: 22px;
  font-weight: 600;
}
main .right-content .result-wrap .result-box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}
main .right-content .result-wrap .result-box:last-child {
  margin-bottom: 10px;
}
main .right-content .result-wrap .result-box .index {
  display: inline-block;
  width: 90%;
}
main .right-content .result-wrap .result-box .index .txt {
  margin-bottom: 20px;
  display: inline-block;
}
main .right-content .result-wrap .result-box .index .txt.right {
  float: right;
  line-height: 0.8;
}
main .right-content .result-wrap .result-box .index .txt.right .bold {
  font-size: 18px;
  font-weight: bold;
}
main .right-content .result-wrap .result-box .index .progressbar-wrap {
  background-color: #f3f5f5;
}
main .right-content .result-wrap .result-box .index .progressbar-wrap .progressbar {
  height: 15px;
  background-color: #24135f;
  border: none;
}
main .right-content .result-wrap .result-box .index .progressbar-wrap .progressbar div {
  background-color: #24135f;
  height: 15px;
}
main .right-content .result-wrap .result-box .percent {
  position: absolute;
  bottom: -5px;
  right: 0;
  font-size: 26px;
  font-weight: 600;
}
main .right-content .result-wrap .result-box .percent span {
  margin-right: 5px;
}
main .right-content .p-description .table-wrap {
  overflow-x: scroll;
  font-size: 14px;
}
main .right-content .p-description .table-wrap table {
  background: #f5f5f5;
}
main .right-content .map-info-wrap {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 3px;
}
main .right-content .map-info-wrap a {
  min-width: 280px;
  border: 2px solid #D3D3D3;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0 25px 20px 0;
  padding: 10px;
}
main .right-content .map-info-wrap a:hover {
  border: 2px solid #003087;
}
main .right-content .map-info-wrap a.active {
  border: 2px solid #003087;
}
main .general-info img {
  display: block;
  width: 100%;
}
main .content-title {
  font-size: 22px;
  margin: 40px 0;
}
main .content-title.margin-change {
  margin: 35px 0 20px 0;
}
main .icon-circle-wrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin-bottom: 50px;
}
main .icon-circle-wrap .icon-circle {
  display: inline-block;
  width: 16%;
  float: left;
}
main .icon-circle-wrap .icon-circle .circle {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  position: relative;
  background: #003087;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: 9px;
}
main .icon-circle-wrap .icon-circle .circle img {
  max-width: 50%;
}
main .icon-circle-wrap .icon-circle p {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 0.9em;
}
.footer {
  color: #fff;
  margin-top: 40px;
}
.footer .info-block {
  width: 100%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer .info-block .box {
  display: inline-block;
  width: 33%;
  text-align: center;
  font-size: 14px;
  padding-bottom: 35px;
}
.footer .info-block .box.left-pos {
  text-align: left;
}
.footer .info-block .box.left-pos .num {
  margin: 20px 0;
}
.footer .info-block .box.left-pos .num span {
  font-weight: bold;
  color: #fff!important;
}
.footer .info-block .box.left-pos .num a[href^=tel] {
  color: #fff!important;
}
.footer .info-block .box.middle-box {
  width: 50%;
  text-align: left;
  padding-left: 100px;
  border-left: 1px solid #2E559B;
  border-right: 1px solid #2E559B;
}
.footer .info-block .box .title-txt {
  margin: 50px 0 30px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.footer .info-block .box .soc-block {
  display: inline-block;
  margin-left: 60px;
}
.footer .info-block .box .soc-block i {
  position: relative;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 33px;
  width: 35px;
  margin-right: 10px;
  color: #fff;
}
.footer .info-block .box .soc-block i:before {
  position: absolute;
  top: 9px;
  left: 10px;
  font-size: 16px;
}
.footer .info-block .box .soc-block i.fa-facebook:before {
  left: 13px;
}
.footer .info-block .box .soc-block i.fa-google-plus:before {
  left: 8px;
}
.footer .info-block .box .soc-block i:hover {
  color: #003087;
  background: #fff;
}
.footer .info-block .box .a-box {
  display: inline-block;
  float: left;
  width: 50%;
}
.footer .info-block .box .a-box a {
  position: relative;
  display: flex;
  color: #fff;
  text-decoration: none;
  margin: 0 0 20px 15px;
}
.footer .info-block .box .a-box a:hover {
  text-decoration: underline;
}
.footer .info-block .box .a-box a:before {
  position: absolute;
  top: 5px;
  left: -15px;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
}
.footer .bottom-box {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #2E559B;
  padding: 30px 0;
  font-size: 14px;
}
.footer .bottom-box .left {
  float: left;
}
.footer .bottom-box .right {
  float: right;
}
#modals_wrapper.top {
  top: 50px;
}
#modals_wrapper,
#modals_wrapper_social,
#modals_wrapper_poll {
  position: fixed;
  top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 6;
}
#modals_wrap,
#modals_wrap_social,
#modals_wrap_poll {
  top: 0!important;
  width: 100%;
  max-width: 730px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  display: none;
  opacity: 0;
  z-index: 5;
  margin: 100px auto 100px auto;
}
#modals_wrap #modal_close,
#modals_wrap_social #modal_close,
#modals_wrap_poll #modal_close {
  width: 21px;
  height: 21px;
  position: absolute;
  top: -55px;
  right: -55px;
  cursor: pointer;
  display: block;
  z-index: 10;
}
#modals_wrap #modal_close:before,
#modals_wrap_social #modal_close:before,
#modals_wrap_poll #modal_close:before {
  position: absolute;
  top: 2px;
  left: 4px;
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
}
#modals_wrap #modal_title,
#modals_wrap_social #modal_title,
#modals_wrap_poll #modal_title {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #ffffff;
  font-size: 30px;
}
#modals_wrap .text-msg p,
#modals_wrap_social .text-msg p,
#modals_wrap_poll .text-msg p {
  padding: 30px;
}
#modals_wrap .steps-wrapper .steps-wrap,
#modals_wrap_social .steps-wrapper .steps-wrap,
#modals_wrap_poll .steps-wrapper .steps-wrap {
  border-bottom: 1px solid #d3d3d3;
}
#modals_wrap .steps-wrapper .steps-wrap .step,
#modals_wrap_social .steps-wrapper .steps-wrap .step,
#modals_wrap_poll .steps-wrapper .steps-wrap .step {
  display: inline-block;
  width: 23%;
  text-align: center;
  color: #7e7f80;
  font-size: 16px;
  padding: 22px 0;
  border-bottom: 3px solid #e4e4e4;
  margin: 0 0 25px 10px;
  cursor: pointer;
}
#modals_wrap .steps-wrapper .steps-wrap .step.active,
#modals_wrap_social .steps-wrapper .steps-wrap .step.active,
#modals_wrap_poll .steps-wrapper .steps-wrap .step.active {
  color: #003087;
  border-bottom: 7px solid #003087;
  font-size: 20px;
  font-weight: bold;
  padding: 18px 0;
}
#modals_wrap .steps-wrapper .steps-wrap .step.completed,
#modals_wrap_social .steps-wrapper .steps-wrap .step.completed,
#modals_wrap_poll .steps-wrapper .steps-wrap .step.completed {
  padding: 20px 0;
  border-bottom: 3px solid #003087;
}
#modals_wrap .steps-wrapper .steps-wrap .step.completed:before,
#modals_wrap_social .steps-wrapper .steps-wrap .step.completed:before,
#modals_wrap_poll .steps-wrapper .steps-wrap .step.completed:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 24px;
  color: #003087;
}
#modals_wrap .steps-wrapper .steps-wrap .step.completed span,
#modals_wrap_social .steps-wrapper .steps-wrap .step.completed span,
#modals_wrap_poll .steps-wrapper .steps-wrap .step.completed span {
  display: none;
}
#modals_wrap .steps-wrapper .description,
#modals_wrap_social .steps-wrapper .description,
#modals_wrap_poll .steps-wrapper .description {
  display: inline-block;
  width: 100%;
  margin: 0;
}
#modals_wrap .steps-wrapper .description h2,
#modals_wrap_social .steps-wrapper .description h2,
#modals_wrap_poll .steps-wrapper .description h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 25px 0;
}
#modals_wrap .steps-wrapper .description .btn-wrap,
#modals_wrap_social .steps-wrapper .description .btn-wrap,
#modals_wrap_poll .steps-wrapper .description .btn-wrap {
  text-align: center;
}
#modals_wrap .steps-wrapper .description .btn-wrap:first-child,
#modals_wrap_social .steps-wrapper .description .btn-wrap:first-child,
#modals_wrap_poll .steps-wrapper .description .btn-wrap:first-child {
  margin-bottom: 20px;
}
#modals_wrap .steps-wrapper .description .btn-wrap .big-btn,
#modals_wrap_social .steps-wrapper .description .btn-wrap .big-btn,
#modals_wrap_poll .steps-wrapper .description .btn-wrap .big-btn {
  max-width: 410px;
  width: 100%;
  padding: 15px 40px;
}
#modals_wrap .steps-wrapper .description .btn-wrap button,
#modals_wrap_social .steps-wrapper .description .btn-wrap button,
#modals_wrap_poll .steps-wrapper .description .btn-wrap button {
  border: none;
}
#modals_wrap .steps-wrapper .description .btn-wrap button span,
#modals_wrap_social .steps-wrapper .description .btn-wrap button span,
#modals_wrap_poll .steps-wrapper .description .btn-wrap button span {
  font-size: 16px;
}
#modals_wrap .steps-wrapper .description .btn-box,
#modals_wrap_social .steps-wrapper .description .btn-box,
#modals_wrap_poll .steps-wrapper .description .btn-box {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#modals_wrap .steps-wrapper .description .btn-box.first,
#modals_wrap_social .steps-wrapper .description .btn-box.first,
#modals_wrap_poll .steps-wrapper .description .btn-box.first {
  margin-bottom: 40px;
}
#modals_wrap .steps-wrapper .description .btn-box h3,
#modals_wrap_social .steps-wrapper .description .btn-box h3,
#modals_wrap_poll .steps-wrapper .description .btn-box h3 {
  color: #01263c;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 10px 0;
}
#modals_wrap .steps-wrapper .description .btn-box .wrap-link a,
#modals_wrap_social .steps-wrapper .description .btn-box .wrap-link a,
#modals_wrap_poll .steps-wrapper .description .btn-box .wrap-link a {
  max-width: 410px;
  width: 100%;
  margin-top: 10px;
}
#modals_wrap .steps-wrapper .description .field-wrap,
#modals_wrap_social .steps-wrapper .description .field-wrap,
#modals_wrap_poll .steps-wrapper .description .field-wrap {
  padding: 0 30px;
}
#modals_wrap .steps-wrapper .description .field-wrap .field,
#modals_wrap_social .steps-wrapper .description .field-wrap .field,
#modals_wrap_poll .steps-wrapper .description .field-wrap .field {
  display: inline-block;
  width: 48%;
  text-align: left;
  margin: 0;
}
#modals_wrap .steps-wrapper .description .field-wrap .field:nth-child(2n),
#modals_wrap_social .steps-wrapper .description .field-wrap .field:nth-child(2n),
#modals_wrap_poll .steps-wrapper .description .field-wrap .field:nth-child(2n) {
  float: right;
}
#modals_wrap .steps-wrapper .description .field-wrap .field label,
#modals_wrap_social .steps-wrapper .description .field-wrap .field label,
#modals_wrap_poll .steps-wrapper .description .field-wrap .field label {
  color: #7e7f80;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}
#modals_wrap .steps-wrapper .description .field-wrap .field label span,
#modals_wrap_social .steps-wrapper .description .field-wrap .field label span,
#modals_wrap_poll .steps-wrapper .description .field-wrap .field label span {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#modals_wrap .steps-wrapper .description .field-wrap .field input,
#modals_wrap_social .steps-wrapper .description .field-wrap .field input,
#modals_wrap_poll .steps-wrapper .description .field-wrap .field input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  outline: none;
  margin-bottom: 20px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#modals_wrap .steps-wrapper .description .field-wrap .field textarea,
#modals_wrap_social .steps-wrapper .description .field-wrap .field textarea,
#modals_wrap_poll .steps-wrapper .description .field-wrap .field textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  outline: none;
  margin-bottom: 20px;
  padding: 10px 15px;
  resize: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#modals_wrap .steps-wrapper .description .field-wrap .field input[type='number'],
#modals_wrap_social .steps-wrapper .description .field-wrap .field input[type='number'],
#modals_wrap_poll .steps-wrapper .description .field-wrap .field input[type='number'] {
  -moz-appearance: textfield;
}
#modals_wrap .steps-wrapper .description .field-wrap .field input::-webkit-outer-spin-button,
#modals_wrap_social .steps-wrapper .description .field-wrap .field input::-webkit-outer-spin-button,
#modals_wrap_poll .steps-wrapper .description .field-wrap .field input::-webkit-outer-spin-button,
#modals_wrap .steps-wrapper .description .field-wrap .field input::-webkit-inner-spin-button,
#modals_wrap_social .steps-wrapper .description .field-wrap .field input::-webkit-inner-spin-button,
#modals_wrap_poll .steps-wrapper .description .field-wrap .field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#modals_wrap .steps-wrapper .description .field-wrap .field.textarea-field,
#modals_wrap_social .steps-wrapper .description .field-wrap .field.textarea-field,
#modals_wrap_poll .steps-wrapper .description .field-wrap .field.textarea-field {
  width: 100%;
}
#modals_wrap .steps-wrapper .description .text-wrap,
#modals_wrap_social .steps-wrapper .description .text-wrap,
#modals_wrap_poll .steps-wrapper .description .text-wrap {
  background-color: #f3f5f5;
  padding: 15px 30px;
  margin-bottom: 25px;
}
#modals_wrap .steps-wrapper .description .text-wrap p,
#modals_wrap_social .steps-wrapper .description .text-wrap p,
#modals_wrap_poll .steps-wrapper .description .text-wrap p {
  color: #7e7f80;
  font-size: 13px;
  line-height: 24px;
}
#modals_wrap .steps-wrapper .description .text-wrap .confirm,
#modals_wrap_social .steps-wrapper .description .text-wrap .confirm,
#modals_wrap_poll .steps-wrapper .description .text-wrap .confirm {
  color: #7e7f80;
  font-size: 13px;
  line-height: 24px;
  margin-top: 10px;
}
#modals_wrap .steps-wrapper .description .text-wrap .confirm .jq-checkbox,
#modals_wrap_social .steps-wrapper .description .text-wrap .confirm .jq-checkbox,
#modals_wrap_poll .steps-wrapper .description .text-wrap .confirm .jq-checkbox {
  border: 1px solid #003087;
  background: none;
  box-shadow: none;
  width: 18px;
  height: 18px;
}
#modals_wrap .steps-wrapper .description .text-wrap .confirm .jq-checkbox.checked .jq-checkbox__div,
#modals_wrap_social .steps-wrapper .description .text-wrap .confirm .jq-checkbox.checked .jq-checkbox__div,
#modals_wrap_poll .steps-wrapper .description .text-wrap .confirm .jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #003087;
  border-left: 2px solid #003087;
}
#overlay {
  z-index: 3;
  position: fixed;
  background-color: #000;
  opacity: 0.6;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
#overlay.top {
  top: 50px;
}
.workInCompany .bold-txt {
  display: block;
}
.workInCompany .p-description ul {
  line-height: 1.5;
}
.workInCompany .wrap-search-btn {
  display: inline-block;
  margin-top: 20px;
}
#searchForm .error {
  position: absolute;
  left: 0;
  bottom: -50px;
  display: inline-block;
  max-width: 160px;
  font-size: 15px;
  color: red;
  background: #003087;
  padding: 10px 15px;
  z-index: 1000;
}
#searchForm .error:before {
  content: "\f0d8";
  font-family: FontAwesome;
  position: absolute;
  top: -22px;
  font-size: 34px;
  color: #003087;
}
#question-form {
  padding-bottom: 10%;
}
#question-form .field {
  position: relative;
}
#question-form .field .error {
  border: 1px solid #d30001 !important;
}
#question-form .field .err-msg {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 0.7em;
  color: red;
}
#question-form .field.field-file {
  margin-bottom: 20px!important;
}
#question-form .field.field-file #question-fileName {
  display: none;
}
#question-form .field.field-file #question-file {
  display: none;
}
#question-form .field.field-file #down-file-step3 {
  cursor: pointer;
  width: 100%;
}
#question-form .field.field-file #down-file-step3 i {
  position: relative;
  left: -10px;
}
#question-form .field-select {
  width: 100%;
}
#question-form .field-radio {
  margin-bottom: 20px !important;
}
#question-form .field-radio input {
  width: auto !important;
}
#question-form .field-radio span {
  margin-right: 10px;
}
#question-form .text-wrap .confirm .error {
  border: 1px solid #d30001 !important;
}
#question-form .question-form-btn {
  text-align: center;
  margin-top: 20px;
}
#question-form .btn-wrap {
  margin-top: 35px;
}
#question-form .btn-wrap button {
  max-height: 40px;
  font-size: 100%;
}
#question-form .btn-wrap button:last-child {
  margin-left: 10px;
}
#electronicQueues .field {
  position: relative;
}
#electronicQueues .field .error {
  border: 1px solid #d30001 !important;
}
#electronicQueues .field .err-msg {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 0.7em;
  color: red;
}
#electronicQueues .field label {
  margin-bottom: 10px !important;
}
#electronicQueues .radio-value {
  margin-left: 25px;
}
#electronicQueues .field-select {
  width: 100%;
}
#electronicQueues .field-select select {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  outline: none;
  margin-bottom: 30px;
  padding: 0 15px;
  overflow: hidden;
}
#electronicQueues .group-name {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 30px;
}
#electronicQueues p {
  margin-top: 20px;
}
#electronicQueues .field-wrap table tr td {
  padding: 10px 26px !important;
}
#electronicQueues .field-wrap .error-msg {
  font-size: 1.2em;
  margin: 0 auto 20px;
}
.wrap-leadership .wrapImgLeader {
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0;
  max-width: 300px;
}
.wrap-leadership p {
  line-height: 1.5em;
}
#social-form .main-col-txt,
#poll-modal-form .main-col-txt,
#direct-contract-form .main-col-txt,
#sealing-form .main-col-txt {
  font-size: 1.2em;
  margin-bottom: 20px;
}
#social-form .field-wrap .field,
#poll-modal-form .field-wrap .field,
#direct-contract-form .field-wrap .field,
#sealing-form .field-wrap .field {
  display: inline-block;
  width: 48%;
  text-align: left;
  margin: 0;
  position: relative;
}
#social-form .field-wrap .field.textarea-field,
#poll-modal-form .field-wrap .field.textarea-field,
#direct-contract-form .field-wrap .field.textarea-field,
#sealing-form .field-wrap .field.textarea-field {
  width: 100%;
}
#social-form .field-wrap .field .err-msg,
#poll-modal-form .field-wrap .field .err-msg,
#direct-contract-form .field-wrap .field .err-msg,
#sealing-form .field-wrap .field .err-msg {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 0.7em;
  color: red;
}
#social-form .field-wrap .field .error,
#poll-modal-form .field-wrap .field .error,
#direct-contract-form .field-wrap .field .error,
#sealing-form .field-wrap .field .error {
  border: 1px solid #d30001 !important;
}
#social-form .field-wrap .field:nth-child(2n+1),
#poll-modal-form .field-wrap .field:nth-child(2n+1),
#direct-contract-form .field-wrap .field:nth-child(2n+1),
#sealing-form .field-wrap .field:nth-child(2n+1) {
  float: right;
}
#social-form .field-wrap label,
#poll-modal-form .field-wrap label,
#direct-contract-form .field-wrap label,
#sealing-form .field-wrap label {
  color: #7e7f80;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}
#social-form .field-wrap input,
#poll-modal-form .field-wrap input,
#direct-contract-form .field-wrap input,
#sealing-form .field-wrap input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  outline: none;
  margin-bottom: 20px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#social-form .field-wrap textarea,
#poll-modal-form .field-wrap textarea,
#direct-contract-form .field-wrap textarea,
#sealing-form .field-wrap textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  outline: none;
  margin-bottom: 20px;
  padding: 10px 15px;
  resize: none;
}
#social-form .field-wrap input[type="number"],
#poll-modal-form .field-wrap input[type="number"],
#direct-contract-form .field-wrap input[type="number"],
#sealing-form .field-wrap input[type="number"] {
  -moz-appearance: textfield;
}
#social-form .field-wrap .file-field,
#poll-modal-form .field-wrap .file-field,
#direct-contract-form .field-wrap .file-field,
#sealing-form .field-wrap .file-field,
#social-form .field-wrap .link-field,
#poll-modal-form .field-wrap .link-field,
#direct-contract-form .field-wrap .link-field,
#sealing-form .field-wrap .link-field {
  width: 100%;
}
#social-form .field-wrap .file-field input[type="file"],
#poll-modal-form .field-wrap .file-field input[type="file"],
#direct-contract-form .field-wrap .file-field input[type="file"],
#sealing-form .field-wrap .file-field input[type="file"],
#social-form .field-wrap .link-field input[type="file"],
#poll-modal-form .field-wrap .link-field input[type="file"],
#direct-contract-form .field-wrap .link-field input[type="file"],
#sealing-form .field-wrap .link-field input[type="file"] {
  border: none;
  padding: 0;
}
#social-form .btn-wrap,
#poll-modal-form .btn-wrap,
#direct-contract-form .btn-wrap,
#sealing-form .btn-wrap {
  text-align: center;
  display: inline-block;
  width: 100%;
}
#modals_wrap_poll {
  padding: 25px;
}
#modals_wrap_poll p:last-child {
  line-height: 2em;
}
.wrap-advert-image {
  max-width: 200px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.wrap-advert-image img {
  width: 100%;
}
/*Delete this after oll style  !!! */
#modals_wrapper + div {
  display: none!important;
}
/*Question Page*/
.wrap-question .ques-item {
  margin-bottom: 10px;
}
.wrap-question .ques-item .title {
  color: #003087;
  padding: 10px;
  font-size: 1em;
  border: 1px solid lightgrey;
  box-sizing: border-box;
  cursor: pointer;
}
.wrap-question .ques-item .wrap-text {
  padding: 10px;
  display: none;
  border: 1px solid lightgrey;
  border-top: none;
  box-sizing: border-box;
  text-align: justify;
}
.wrap-question .active {
  display: block !important;
}
#debtor-search-form {
  margin-bottom: 25px;
}
#debtor-search-form #debtor-search {
  border: 1px solid #D3D3D3;
  min-width: 320px;
  color: #88898a;
  outline: none;
  padding: 8px;
  margin-top: 15px;
  margin-left: 0;
}
#debtorTable tr td,
#debtorTable tr th {
  padding: 10px;
  font-size: 15px;
  vertical-align: middle;
}
#debtorTable thead tr th {
  font-weight: bold;
  border: 1px solid #D3D3D3;
}
.ui-datepicker-calendar tbody tr .day-free a {
  background-color: rgba(173, 255, 47, 0.51) !important;
}
.ui-datepicker-calendar tbody tr .day-busy a {
  background-color: rgba(255, 255, 0, 0.5) !important;
}
.ui-datepicker-calendar tbody tr .day-not-active a {
  background-color: rgba(128, 128, 128, 0.2) !important;
}
.ui-datepicker-calendar tbody tr .ui-datepicker-current-day a {
  background-color: #003087 !important;
}
.jq-selectbox__select {
  height: 40px !important;
  background: none !important;
  box-shadow: none !important;
  line-height: 2.8;
  border: 1px solid #d3d3d3!important;
}
.jq-selectbox__select:focus,
.jq-selectbox__select:active {
  outline: none;
}
.jq-selectbox.jqselect {
  width: 100%!important;
  margin-bottom: 20px;
}
#direct-contract-form .field-wrap .field.file-field {
  float: left;
  width: 48%;
}
#direct-contract-form .field-wrap .field.file-field .jq-file {
  width: 100%;
}
#direct-contract-form .field-wrap .field.file-field .jq-file .jq-file__name {
  height: 40px;
  line-height: 2.8;
}
#direct-contract-form .field-wrap .field.file-field .jq-file .jq-file__browse {
  height: 38px;
  line-height: 2.8;
  cursor: pointer;
}
#direct-contract-form .field-wrap .field.file-field .jq-file .err-msg {
  display: none;
}
#direct-contract-form .field-wrap .field.file-field #direct-file {
  opacity: 0;
}
.p-description h1 {
  font-size: 28px;
  margin: 15px 0;
}
.p-description h2 {
  font-size: 26px;
  margin: 15px 0;
}
.p-description h3 {
  font-size: 24px;
  margin: 15px 0;
}
.p-description h4 {
  font-size: 22px;
  margin: 15px 0;
}
.p-description h5 {
  font-size: 20px;
  margin: 15px 0;
}
.p-description h6 {
  font-size: 18px;
  margin: 15px 0;
}
.p-description p {
  margin: 10px 0;
  line-height: 1.5;
}
.p-description p strong {
  font-weight: bold;
}
.p-description p em {
  font-style: italic;
}
.p-description p.justifyleft {
  text-align: left;
}
.p-description p.justifyright {
  text-align: right;
}
.p-description ul {
  margin: 10px 0;
  padding-left: 15px;
}
.p-description ul li {
  list-style: disc;
}
.p-description ol {
  margin: 10px 0;
  padding-left: 15px;
}
.p-description ol li {
  list-style: decimal;
}
.p-description address {
  font-style: italic;
  margin: 10px 0;
  font-family: cursive;
}
.p-description blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.p-description blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.p-description blockquote p {
  display: inline;
}
