/* reset.less */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1.3em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 90%;
}
sub,
sup {
  font-size: 90%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*
html, body, body>.container{
	min-height: 100%;
	height: 100%;
}*/
/* /reset.less */
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.clearfix::before,
.clearfix::after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
body {
  background: url('../images/page-top_bg.jpg') center top repeat-x;
}
#header {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
}
.header-ct {
  border-top: 2px solid #008db3;
  position: relative;
  background-color: #fff;
}
.header-logo {
  display: block;
  padding-top: 8px;
  position: relative;
  z-index: 3;
}
.header-bg {
  width: 100%;
  height: 189px;
  position: absolute;
  overflow: hidden;
}
.header-bg img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.header-text {
  padding: 8px 8px 64px 8px;
  text-align: center;
  font-size: 15px;
}
.header-meta {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
}
.ht-title {
  border-top: 2px solid #008db3;
  border-bottom: 2px solid #008db3;
  padding: 8px 0;
  margin-bottom: 24px;
  text-align: center;
}
.ht-title.m {
  margin: 8px 0;
  font-size: 14px;
  background-color: aliceblue;
  padding: 5px;
  opacity: 0.9;
}
.ht-phone {
  padding: 4px 0;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}
.hm-co {
  margin-bottom: 32px;
}
.hm-co:after {
  background-image: url('../images/hmc_bg.png');
  content: '';
  display: block;
  width: 100%;
  height: 27px;
}
.hm-co ul {
  margin: 0;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.85);
  display: table;
  width: 100%;
}
.hm-co ul li {
  display: table-cell;
}
.hm-co ul li i {
  background-image: url('../images/hmc-icons.png');
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  opacity: .5;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -moz-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -ms-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.hm-co ul li:hover i {
  opacity: 1;
}
.hm-co #hmcIcon1 {
  background-position: left center;
}
.hm-co #hmcIcon2 {
  background-position: center;
}
.hm-co #hmcIcon3 {
  background-position: right center;
}
.middle-ct {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  margin-bottom: -16px;
  padding-bottom: 16px;
  position: relative;
  border-radius: 0 0 3px 3px;
}
.middle-wrapper {
  margin-top: -68px;
  position: relative;
  z-index: 2;
  background-image: url('../images/header-right_bg.png');
  background-position: 90% top;
  background-repeat: no-repeat;
}
.main-content {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
}
.main-nav ul li {
  display: block;
  float: left;
  width: 24.25%;
  text-align: center;
  border: 1px solid #fff;
  margin: 0 0 0 1%;
}
.main-nav ul li:first-child {
  margin-left: 0;
}
.main-nav ul li:nth-child(1n) .mn-icon {
  background: #e47e23;
  background: -webkit-linear-gradient(bottom, #e47e23, #ffbe6c);
  background: -ms-linear-gradient(bottom, #e47e23, #ffbe6c);
  background: -moz-linear-gradient(bottom, #e47e23, #ffbe6c);
  background: -o-linear-gradient(bottom, #e47e23, #ffbe6c);
}
.main-nav ul li:nth-child(1n) .mn-text {
  background: #e47e23;
}
.main-nav ul li:nth-child(2n) .mn-icon {
  background: #007093;
  background: -webkit-linear-gradient(bottom, #007093, #30caff);
  background: -ms-linear-gradient(bottom, #007093, #30caff);
  background: -moz-linear-gradient(bottom, #007093, #30caff);
  background: -o-linear-gradient(bottom, #007093, #30caff);
}
.main-nav ul li:nth-child(2n) .mn-text {
  background: #007093;
}
.main-nav ul li:nth-child(3n) .mn-icon {
  background: #007b5f;
  background: -webkit-linear-gradient(bottom, #007b5f, #00e6d0);
  background: -ms-linear-gradient(bottom, #007b5f, #00e6d0);
  background: -moz-linear-gradient(bottom, #007b5f, #00e6d0);
  background: -o-linear-gradient(bottom, #007b5f, #00e6d0);
}
.main-nav ul li:nth-child(3n) .mn-text {
  background: #007b5f;
}
.main-nav ul li:nth-child(4n) .mn-icon {
  background: #00613f;
  background: -webkit-linear-gradient(bottom, #00613f, #00d68c);
  background: -ms-linear-gradient(bottom, #00613f, #00d68c);
  background: -moz-linear-gradient(bottom, #00613f, #00d68c);
  background: -o-linear-gradient(bottom, #00613f, #00d68c);
}
.main-nav ul li:nth-child(4n) .mn-text {
  background: #00613f;
}
.main-nav ul li a {
  display: block;
  color: #fff;
}
.main-nav .mn-icon {
  padding: 16px 0;
}
.main-nav .mn-icon > div {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 80px;
  margin: 0 auto;
  padding: 6px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 0 0 7px rgba(255, 255, 255, 0.5);
}
.main-nav .mn-icon > div,
.main-nav .mn-icon > div > i {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.main-nav .mn-icon > div > i {
  background-image: url('../images/mn-icons.png');
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.main-nav .mn-icon #mnIcon1 > i {
  background-position: 0 -40px;
}
.main-nav .mn-icon #mnIcon2 > i {
  background-position: 0 -80px;
}
.main-nav .mn-icon #mnIcon3 > i {
  background-position: 0 -120px;
}
.main-nav .mn-icon #mnIcon4 > i {
  background-position: 0 -160px;
}
.main-nav .mn-text {
  text-transform: uppercase;
  font-size: 12px;
  border-top: 1px solid #fff;
  padding: 4px 0;
}
.main-message {
  background: #008db3;
  width: 100%;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  position: relative;
}
.main-message,
.main-message a {
  color: #ffffff;
}
.main-message .mmes-ct {
  display: table;
  width: 100%;
}
.main-message .mmes-ct > * {
  display: table-cell;
  vertical-align: middle;
}
.mmc-close {
  text-align: center;
  font-size: 19px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  height: 20px;
  line-height: 18px;
  width: 20px;
  position: absolute;
  right: 5.33333333px;
  top: 5.33333333px;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -moz-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -ms-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.mmc-close:hover {
  transform: rotate(180deg);
  font-size: 20px;
}
.mmc-left {
  width: 40%;
  border-right: 1px dashed #00b5e6;
}
.mmc-title {
  overflow: hidden;
  margin-top: 16px;
}
.mmc-title > * {
  display: inline-block;
  vertical-align: middle;
}
.mmc-title img {
  margin-right: 16px;
}
.mmc-title span {
  font-weight: bold;
  font-size: 19px;
}
.mmc-right {
  width: 60%;
  padding-left: 16px;
  text-align: center;
  font-size: 20px;
}
.mmc-right a {
  text-decoration: underline;
}
.mmc-right a:hover {
  text-decoration: none;
  color: #ffffff;
}
.aside-nav {
  font-size: 16px;
  margin: 0;
  padding: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-top: 40px;
  margin-bottom: 16px;
  z-index: 2;
}
.aside-nav > li {
  display: block;
}
.aside-nav > li:last-child .an-text,
.aside-nav > li:last-child ul {
  border-bottom: 0;
}
.aside-nav > li.a {
  background: rgba(0, 0, 0, 0.025);
}
.aside-nav > li > span,
.aside-nav > li > a {
  display: table;
  padding: 0 16px 0 0;
  border-bottom: 0;
  color: #008db3;
  text-decoration: none !important;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -moz-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -ms-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.aside-nav > li > span > *,
.aside-nav > li > a > * {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 0;
}
.aside-nav > li .an-icon {
  padding: 0 8px;
  width: 45px;
}
.aside-nav > li .an-text {
  border-bottom: 1px dotted #989898;
}
.aside-nav > li .an-text span {
  line-height: 1;
  border-bottom: 1px dashed;
}
.aside-nav > li .an-text:hover span {
  border-bottom-color: transparent;
}
.aside-nav > li ul {
  margin: 0;
  padding: 0 0 0 13px;
  border-bottom: 1px dotted #989898;
  display: none;
}
.aside-nav > li ul li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.aside-nav > li ul li:first-child {
  border-top: 0;
}
.aside-nav > li ul li a {
  display: block;
  padding: 8px;
  font-size: 15px;
  line-height: 1.4;
}
.no-js .aside-nav > li ul {
  display: block;
}
.duknw {
  border: 2px solid #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  padding: 16px 16px 0;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.duknw .ad-title {
  display: block;
  font-size: 19px;
  font-weight: bold;
}
.filelist {
  font-size: 19px;
}

.rubriclink {
  font-size: 21px;
  text-decoration: underline;
}
.news-item {
  margin-bottom: 35px;
  position: relative;
}
article {
  font-size: 16px;
}
.ni-content {
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}
.ni-content > * {
  display: table-cell;
  vertical-align: middle;
}
.nic-img {
  width: 115px;
}
.nic-img a {
  display: block;
}
.nic-img img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}
.nic-text {
  width: auto;
  padding-left: 16px;
  font-size: 16px;
}
.nic-meta {  
  width: 100%;
  flex-direction: column;
}
.nic-meta > * {
  display: block;
  vertical-align: top;
}
.nic-title {
  font-size: 21px;
}
.nic-datetime {
  display: block;
  white-space: nowrap;
  font-size: 15px;
  opacity: 0.7;
}
.ni-more {
  display: block;
  width: 100%;
  height: 9px;
  background: #008db3;
  border-radius: 0 0 6px 6px;
  text-align: right;
  position: relative;
  margin-top: -3px;
  z-index: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.ni-more a {
  display: inline-block;
  background: #008db3;
  color: #ffffff;
  padding: 5.33333333px 8px;
  border-radius: 0 0 3px 3px;
  position: absolute;
  margin-top: -4px;
  top: 100%;
  right: 0;
}
.main-events {
  border: 1px solid #008db3;
  border-radius: 3px;
  box-shadow: 0 8px 0px #008db3;
  background: #f9f9f9;
  font-size: 16px;
  margin: 16px;
  padding: 0 16px;
  margin-left: 50px;
  position: relative;
}
.main-events > .row > div {
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
  margin-top: 16px;
  margin-bottom: 16px;
}
.main-events > .row > div:first-child {
  border-left: 0;
}
.main-events::before {
  background: #008db3;
  color: #ffffff;
  content: 'Объявления';
  padding: 5.33333333px 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  font-size: 19px;
  transform-origin: 0 100%;
  transform: rotate(-90deg);
}
.me-item:hover .mei-text {
  color: #008db3;
}
.me-item:hover .mei-more {
  background: #008db3;
}
.mei-title {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.mei-text {
  text-align: justify;
  color: #808080;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -moz-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -ms-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.mei-more {
  background: #808080;
  color: #ffffff !important;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -moz-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -ms-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.mei-more:hover {
  background: #006580 !important;
}
aside section {
  margin-bottom: 32px;
}
.rs-photo {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.rs-photo .rsp-title {
  background: #008db3;
  color: #ffffff;
  padding: 8px;
  text-decoration: none !important;
}
.rs-photo img {
  display: block;
  width: 300px;
}
.rsp-ct {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.rs-menu ul {
  margin: 0;
  padding: 0;
}
.rs-menu ul li {
  display: block;
  margin-bottom: 5.33333333px;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -moz-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -ms-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -webkit-transform: translatez(0);
  transform: translatez(0);
  background-size: 100% 128px;
}
.rs-menu ul li:hover {
  background-position: 0 64px;
}
.rs-menu ul li:nth-child(1n) {
  background: #e47e23;
  background: -webkit-linear-gradient(bottom, #e47e23, #ff9d1f);
  background: -ms-linear-gradient(bottom, #e47e23, #ff9d1f);
  background: -moz-linear-gradient(bottom, #e47e23, #ff9d1f);
  background: -o-linear-gradient(bottom, #e47e23, #ff9d1f);
}
.rs-menu ul li:nth-child(1n) i {
  background-position: center -30px;
}
.rs-menu ul li:nth-child(2n) {
  background: #007093;
  background: -webkit-linear-gradient(bottom, #007093, #00a8e2);
  background: -ms-linear-gradient(bottom, #007093, #00a8e2);
  background: -moz-linear-gradient(bottom, #007093, #00a8e2);
  background: -o-linear-gradient(bottom, #007093, #00a8e2);
}
.rs-menu ul li:nth-child(2n) i {
  background-position: center -60px;
}
.rs-menu ul li:nth-child(3n) {
  background: #007b5f;
  background: -webkit-linear-gradient(bottom, #007b5f, #009a8b);
  background: -ms-linear-gradient(bottom, #007b5f, #009a8b);
  background: -moz-linear-gradient(bottom, #007b5f, #009a8b);
  background: -o-linear-gradient(bottom, #007b5f, #009a8b);
}
.rs-menu ul li:nth-child(3n) i {
  background-position: center -90px;
}
.rs-menu ul li:nth-child(4n) {
  background: #00613f;
  background: -webkit-linear-gradient(bottom, #00613f, #008a5a);
  background: -ms-linear-gradient(bottom, #00613f, #008a5a);
  background: -moz-linear-gradient(bottom, #00613f, #008a5a);
  background: -o-linear-gradient(bottom, #00613f, #008a5a);
}
.rs-menu ul li:nth-child(4n) i {
  background-position: center -120px;
}
.rs-menu ul li a {
  display: table;
  width: 100%;
  text-decoration: none !important;
}
.rs-menu ul li a > * {
  display: table-cell;
  vertical-align: middle;
}
.rsm-icon {
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  text-align: center;
  padding: 8px;
}
.rsm-icon i {
  display: block;
  background-image: url('../images/rsm-icons.png');
  height: 30px;
  width: 30px;
}
.rsm-text {
  padding: 8px;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.15;
}
#footer {
  background: url('../images/footer_bg.jpg') center top repeat-x;
  height: 172px;
  padding-top: 16px;
}
.footer-logo {
  display: block;
  padding-left: 96px;
  float: left;
}
.footer-meta {
  float: right;
}
.footer-nav {
  margin: 0 0 8px;
  padding: 0;
}
.footer-nav li {
  display: inline-block;
  text-align: center;
}
.footer-nav li a {
  display: block;
  padding: 0 0 0 16px;
  text-decoration: none !important;
}
.footer-nav li a:hover .fn-icon i {
  opacity: 1;
}
.footer-nav li a:hover .fn-text {
  text-decoration: underline;
}
.footer-nav li .fn-icon div {
  margin: 0 auto;
  padding: 16px 0 8px;
  width: 40px;
}
.footer-nav li .fn-icon div > i {
  background-image: url('../images/mn-icons.png');
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: .5;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -moz-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -ms-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.footer-nav li .fn-icon #fnIcon1 > i {
  background-position: 0 -40px;
}
.footer-nav li .fn-icon #fnIcon2 > i {
  background-position: 0 -80px;
}
.footer-nav li .fn-icon #fnIcon3 > i {
  background-position: 0 -120px;
}
.footer-nav li .fn-icon #fnIcon4 > i {
  background-position: 0 -160px;
}
.footer-nav li .fn-text {
  padding: 0 0 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.footer-copyright {
  color: #fff;
  display: inline-block;
  text-align: right;
  float: right;
}
.footer-copyright p {
  margin: 0;
  padding: 0;
}
.footer-copyright ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.footer-copyright ul li {
  display: inline-block;
  padding-right: 16px;
}
.footer-copyright a {
  color: #fff !important;
  text-decoration: underline;
}
.footer-copyright a:hover {
  text-decoration: none;
}
/*  */
.dialog {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.dialog .dbox {
  text-align: left;
  background: #fff;
  box-shadow: 0 0 4em rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 16px 32px;
  position: relative;
  top: 2em;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -moz-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -ms-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.dialog .dbox p {
  margin: 0 0 1em;
}
.dialog .dbox .preview {
  background: rgba(0, 0, 0, 0.1);
  padding: 2em;
  margin-bottom: 2em;
}
.dialog .dbox .preview img {
  max-width: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}
.dialog .dbox .dialogClose {
  cursor: pointer;
  text-decoration: none !important;
}
.dialog .dg-details {
  margin: 0 0 2em 0;
}
.dialog .dg-details dl {
  margin-top: 0;
  margin-bottom: 0;
}
.dialog .dg-details dl:nth-child(odd) {
  background: rgba(0, 0, 0, 0.035);
}
.dialog .dg-details dl:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
.dialog .dg-details dl dt,
.dialog .dg-details dl dd {
  margin: 0;
}
.dialog .dg-details dl dt > span,
.dialog .dg-details dl dd > span {
  display: block;
  padding: .5em;
}
@media screen and (min-width: 1024px) {
  .dialog {
    position: fixed;
    padding: 2em;
  }
  .dialog:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .dialog .dbox {
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 4em 0;
    width: 680px;
  }
  .dialog .preview {
    margin-bottom: 0;
  }
}
.dialog.a {
  opacity: 1;
  visibility: visible;
}
.dialog.a .dbox {
  top: 0;
  opacity: 1;
}
.dialog .rc-wrap {
  position: static;
  padding: 0;
  width: 680px;
}
.dialog .rc-wrap .rc-tab {
  padding: 16px 32px;
  width: 680px;
}
.dialog .button .fa-spinner {
  position: relative;
  left: 2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -moz-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -ms-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.44, 1.18);
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.dialog.loading .dbox > .row {
  pointer-events: none;
}
.dialog.loading .button .fa-spinner {
  opacity: 1;
  visibility: visible;
}
.form-label {
  display: block;
  margin: 7px 0 0;
}
.form-label.required::after {
  content: '*';
  padding: 0 .2em;
  color: #f44;
  font-size: 1.7em;
}
.form-static {
  margin: 7px 0 0;
}
.form-group {
  position: relative;
  margin-bottom: 1em;
}
.form-group .icon-set {
  color: #ccc;
  position: absolute;
  right: 13px;
  top: 7px;
  font-size: 1.8em;
  text-decoration: none !important;
  text-align: center;
  width: 20px;
}
.form-group .icon-set .circle {
  background: #fff;
  display: block;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  font: normal normal 12px/17px Arial;
  color: #3d3d3d;
  border: 2px solid #0765C0;
}
.form-group .icon-set > a {
  cursor: pointer;
}
.form-group .icon-set > a:hover {
  color: #999;
}
.form-control {
  background-color: #fafafa;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -o-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.form-control.error {
  border-color: #E22B21;
}
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.7em -0.2em rgba(0, 0, 0, 0.4);
}
.form-control.aw {
  width: auto;
  display: inline-block;
  max-width: 100px;
}
textarea {
  height: auto!important;
  resize: none;
}
.documents {
  margin: 16px 0;
}
.documents li {
  display: block;
  margin: 30px 0;
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.documents li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.documents li img {
  display: block;
  margin: auto;
}
[name="feedbackForm"] {
  position: relative;
}
[name="feedbackForm"] .loader {
  content: '';
  display: none;
  background: rgba(255, 255, 255, 0.7) url('../images/loader.gif') center no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
[name="feedbackForm"].loading .loader {
  display: block;
}
