@import url("../../core/cms/styles/content.css");
@import url("../../core/cms/styles/common.css");
@import url("_global/fontello.css");
.btn,
.btn_green,
.btn_grey {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: -5.25px;
  font-size: 100%;
  font-weight: 400 !important;
  border: 0 none !important;
  padding: 10px 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 4px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.12s ease-in-out 0s;
  -moz-transition: all 0.12s ease-in-out 0s;
  -o-transition: all 0.12s ease-in-out 0s;
  transition: all 0.12s ease-in-out 0s;
}
/*<editor-fold desc="Global styles"> */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
blockquote,
q {
  quotes: none;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
form {
  margin: 0;
}
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 100%;
  vertical-align: middle;
}
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button {
  width: auto;
  overflow: visible;
}
img {
  vertical-align: middle;
}
a:active {
  outline: 0;
}
*:focus {
  outline: none;
}
b,
strong {
  font-size: 100%;
}
p {
  margin: 8px 0;
}
a,
.g_link {
  text-decoration: none;
  color: #e82c00;
}
a:hover,
.g_link:hover {
  border-bottom: 1px solid #ff5c35;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  text-decoration: none;
  color: #ff5c35;
}
hr {
  height: 0;
  display: block;
  margin: 1px 0;
  border: 0;
  border-top: 1px solid #BBB;
}
h1,
.g_h1 {
  font-size: 342.86%;
  color: #222;
  font-weight: 400;
  line-height: 1.0em;
  padding: 0 0 14px;
}
@media only screen and (max-width: 720px) {
  h1,
  .g_h1 {
    font-size: 190.48%;
  }
}
h2,
.g_h2 {
  font-size: 171.43%;
  font-weight: 700;
  line-height: 1.1;
  margin: 26px 0 10px;
  color: #222;
}
@media only screen and (max-width: 720px) {
  h2,
  .g_h2 {
    margin-bottom: 35px;
  }
}
h3,
.g_h3 {
  font-size: 114.29%;
  font-weight: 700;
  line-height: 1.2;
  margin: 26px 0 10px;
  color: #222;
}
h4,
.g_h4 {
  color: #222;
  font-weight: 400;
  line-height: 1.0em;
  margin: 13px 0 5px;
}
h5,
.g_h5 {
  font-size: 21px;
  font-weight: 400;
  padding: 10px 0 4px;
}
ul,
ol {
  padding: 8px 0;
}
li {
  position: relative;
  list-style: none;
  padding: 0 0 0 24px;
}
ul li:before,
ol li:before {
  position: absolute;
  left: 0;
  width: 24px;
  text-align: left;
}
ul li:before {
  content: "—";
}
ol {
  counter-reset: item;
}
ol li:before {
  content: counter(item) ".";
  counter-increment: item;
}
.site-header ul,
.site-footer ul,
.menu_vert,
.menu_hor,
.menu_list {
  padding: 0;
}
.site-header ul li,
.site-footer ul li,
.menu_vert li,
.menu_hor li,
.menu_list li {
  padding: 0;
}
.site-header ul li:before,
.site-footer ul li:before,
.menu_vert li:before,
.menu_hor li:before,
.menu_list li:before {
  display: none;
}
blockquote {
  background: #474c4e;
  padding: 20px 40px;
  margin: 20px 0;
  font-size: 120%;
  font-style: italic;
}
small,
.g_small {
  font-size: 66.66%;
  line-height: 1.3em;
  color: #666;
}
.g_strong {
  font-weight: bold;
}
.link {
  line-height: 1.18em;
  padding: 0 0 0 23px;
  margin: 11px 0;
  position: relative;
  overflow: hidden;
}
.link a {
  color: #fff;
  background: #e82b01;
  padding: 0 5px 2px 0;
}
.link a:before {
  background: #e82b01;
  height: 100%;
  width: 18px;
  position: absolute;
  left: 0;
  top: -1px;
  padding: 2px 0 2px 5px;
}
.link a:hover,
.link a:hover:before {
  background: #fe5c37;
  border-bottom: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.color-scheme-blue .link a {
  color: #fff;
  background: #107eb1;
}
.color-scheme-blue .link a:before {
  background: #107eb1;
}
.color-scheme-blue .link a:hover,
.color-scheme-blue .link a:hover:before {
  background: #22aceb;
  color: #fff;
}
.arrow:before,
.link a:before {
  content: '\e800';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.arrow:before {
  width: auto;
  padding-right: 3px;
}
.description {
  margin: 8px 23px 26px;
  font-size: 66.66%;
  line-height: 1.3em;
  color: #666;
}
@media only screen and (max-width: 720px) {
  .description {
    font-size: 85%;
    line-height: 1.2em;
  }
}
.img-left {
  float: left;
  margin: 0 18px 10px 0;
}
.link-pdf {
  height: 100px;
  display: table;
  margin: 30px 0;
}
@media only screen and (max-width: 720px) {
  .link-pdf {
    margin: 20px 0 60px 38px;
  }
}
.link-pdf-item {
  display: table-cell;
  height: 100px;
  vertical-align: bottom;
  position: relative;
  padding: 5px 0 0 90px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 1.18em;
}
.icon-pdf {
  display: block;
  width: 70px;
  height: 100px;
  background: transparent url(../images/pdf.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 5px;
}
a:hover .icon-pdf {
  background: transparent url(../images/pdf-hover.png) no-repeat 0 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.bg-light-blue .icon-pdf {
  background-image: url(../images/pdf-blue.png);
}
/*<editor-fold desc="Buttons"> */
.btn {
  background: #e82c00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e82c00 0%, #e82c00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e82c00), color-stop(100%, #e82c00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e82c00 0%, #e82c00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e82c00 0%, #e82c00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e82c00 0%, #e82c00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e82c00 0%, #e82c00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e82c00', endColorstr='#e82c00', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
}
.btn:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: #fc3000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fc3000 0%, #fc3000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc3000), color-stop(100%, #fc3000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fc3000 0%, #fc3000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fc3000 0%, #fc3000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fc3000 0%, #fc3000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fc3000 0%, #fc3000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc3000', endColorstr='#fc3000', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
}
.btn:active {
  background: #cf2700;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cf2700 0%, #cf2700 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cf2700), color-stop(100%, #cf2700));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cf2700 0%, #cf2700 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cf2700 0%, #cf2700 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cf2700 0%, #cf2700 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cf2700 0%, #cf2700 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf2700', endColorstr='#cf2700', GradientType=0);
  /* IE6-8 */
  color: #fafafa;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}
.btn:active [class*="ico_"] {
  position: relative;
  top: 1px;
}
.btn:disabled,
.btn.disabled {
  background: #626262;
  color: #fff;
  box-shadow: none;
  cursor: default;
}
.btn_green {
  background: #3e8920;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3e8920 0%, #3e8920 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e8920), color-stop(100%, #3e8920));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3e8920 0%, #3e8920 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3e8920 0%, #3e8920 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3e8920 0%, #3e8920 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3e8920 0%, #3e8920 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8920', endColorstr='#3e8920', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
}
.btn_green:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: #459a24;
  /* Old browsers */
  background: -moz-linear-gradient(top, #459a24 0%, #459a24 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #459a24), color-stop(100%, #459a24));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #459a24 0%, #459a24 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #459a24 0%, #459a24 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #459a24 0%, #459a24 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #459a24 0%, #459a24 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#459a24', endColorstr='#459a24', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
}
.btn_green:active {
  background: #35741b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #35741b 0%, #35741b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35741b), color-stop(100%, #35741b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #35741b 0%, #35741b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #35741b 0%, #35741b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #35741b 0%, #35741b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #35741b 0%, #35741b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35741b', endColorstr='#35741b', GradientType=0);
  /* IE6-8 */
  color: #fafafa;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}
.btn_green:active [class*="ico_"] {
  position: relative;
  top: 1px;
}
.btn_green:disabled,
.btn_green.disabled {
  background: #626262;
  color: #fff;
  box-shadow: none;
  cursor: default;
}
.btn_grey {
  background: #222;
  /* Old browsers */
  background: -moz-linear-gradient(top, #222 0%, #222 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #222 0%, #222 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #222 0%, #222 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #222 0%, #222 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #222 0%, #222 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#222', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
}
.btn_grey:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2c2c2c 0%, #2c2c2c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c2c2c), color-stop(100%, #2c2c2c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2c2c2c 0%, #2c2c2c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2c2c2c 0%, #2c2c2c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2c2c2c 0%, #2c2c2c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2c2c2c 0%, #2c2c2c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#2c2c2c', GradientType=0);
  /* IE6-8 */
  color: #fff !important;
}
.btn_grey:active {
  background: #151515;
  /* Old browsers */
  background: -moz-linear-gradient(top, #151515 0%, #151515 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #151515), color-stop(100%, #151515));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #151515 0%, #151515 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #151515 0%, #151515 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #151515 0%, #151515 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #151515 0%, #151515 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151515', endColorstr='#151515', GradientType=0);
  /* IE6-8 */
  color: #fafafa;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}
.btn_grey:active [class*="ico_"] {
  position: relative;
  top: 1px;
}
.btn_grey:disabled,
.btn_grey.disabled {
  background: #626262;
  color: #fff;
  box-shadow: none;
  cursor: default;
}
/*</editor-fold> */
/*<editor-fold desc="Custom control inputs"> */
.form-file_link {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: -5.25px;
  vertical-align: text-top;
  cursor: pointer;
  overflow: hidden;
}
.form-file_link-text {
  position: relative;
  z-index: 2;
}
.form-file_link-text:hover {
  color: #e82c00;
}
.form-file_link [type="file"] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.form-file_link [type="submit"] {
  position: absolute;
  left: -9999px;
  top: 0;
}
.form-chbx {
  font-size: 76.19%;
}
.form-chbx input {
  position: absolute;
  left: -9999px;
  top: 0;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
.form-chbx input:checked + label:before {
  content: "✔";
  background-color: #fff;
}
.form-chbx input:disabled + label:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: default;
  color: rgba(232, 44, 0, 0.6);
  background: #fff !important;
  box-shadow: inset 0 0 3px rgba(232, 44, 0, 0.4) !important;
}
.form-chbx label {
  position: relative;
  padding-left: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-chbx label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: -5.25px;
  width: 18px;
  height: 18px;
  border: 1px solid #c5d2da !important;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 18px;
  color: #e82c00;
  box-shadow: inset 0 0 3px rgba(232, 44, 0, 0.4);
}
.form-chbx:hover label:before {
  box-shadow: inset 0 0 4px rgba(232, 44, 0, 0.48);
  background: #fff;
}
/*</editor-fold>*/
.comments {
  padding: 30px 0;
  border-top: 2px solid #666;
}
.comments-form {
  padding: 4px 0 42px;
}
.comments-form textarea {
  margin: 0 0 5px;
}
.comment-textarea {
  height: 80px;
}
.comment-block {
  padding-bottom: 35px;
}
.comment-block_child {
  padding-left: 20px;
}
.comment-block-header {
  font-size: 61.9%;
  padding: 0 0 11px;
}
.comment-block-user_name {
  font-weight: 500;
}
.comment-block-date {
  font-weight: 400;
}
.comment-block-text {
  padding: 0 0 7px;
}
.comment-block-answer {
  font-weight: 700;
  font-size: 61.9%;
}
.table {
  width: 100%;
  margin: 16px 0;
}
.table td,
.table th,
.table thead td {
  padding-left: 10px;
  padding-right: 10px;
}
.table td:first-of-type,
.table th:first-of-type,
.table thead td:first-of-type {
  padding-left: 0;
}
.table td:last-of-type,
.table th:last-of-type,
.table thead td:last-of-type {
  padding-right: 0;
}
.table th,
.table thead td {
  font-size: 90%;
  color: #222;
  border-bottom: 3px solid #c5d2da;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table td {
  line-height: 1.25;
  border-bottom: 1px solid #c5d2da;
  padding-top: 14px;
  padding-bottom: 14px;
}
.table tr:last-child td {
  border-bottom: 3px solid #c5d2da;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: -15%;
  margin-right: 4px;
}
/*Placeholders*/
.placeholder {
  color: #aaa;
}
::-webkit-input-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {
  color: #aaa;
}
/*Layout*/
.form {
  background: #474c4e;
  padding: 8px 16px;
  margin: 20px 0;
}
.form-row {
  position: relative;
  padding: 8px 0;
}
.form-row [class^="btn"] {
  margin-right: 7px;
  vertical-align: middle;
}
.form-input,
.form-input,
.form-input_wfull,
.form-input_wfull {
  font-size: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
[type="text"].form-input,
[type="password"].form-input,
[type="number"].form-input,
textarea.form-input {
  border: 1px solid #c5d2da;
  padding: 6px 6px;
  background: #fff;
  font-weight: 400;
  color: #666;
}
[type="text"].form-input:focus,
[type="password"].form-input:focus,
[type="number"].form-input:focus,
textarea.form-input:focus {
  border-color: #87a2b2;
}
.form-input_wfull {
  width: 100%;
}
.form-input_error {
  border-color: red;
}
.form-input_error + .mceEditor .mceLayout {
  border: 1px solid red !important;
}
.form-input_error {
  border-color: red;
}
.form-input_error + .mceEditor .mceLayout {
  border: 1px solid red !important;
}
.form-label {
  display: block;
  font-weight: 700;
  padding: 0 0 4px;
}
.form-note {
  padding: 6px 0 0;
  font-size: 61.9%;
  color: #222;
}
.form-note a {
  text-decoration: none;
  color: #e82c00;
}
.form-unit {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-right: -5.25px;
  padding: 0 8px;
  font-size: 61.9%;
}
.afError {
  padding: 6px 0 4px;
  font-size: 57.14%;
  font-weight: 700;
  color: red;
}
.cms-publ {
  position: relative;
  margin: -16px 20px 30px 20px;
  padding: 18px 20px 18px 42px;
  background: #FFFEDA;
}
.cms-publ:before {
  content: "!";
  font-size: 280%;
  color: #bfbda0;
  position: absolute;
  top: 6px;
  left: 18px;
}
.cms-publ-text {
  vertical-align: middle;
  margin: 0 0 0;
}
.cms-publ .media_page-cm_but {
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.right {
  float: right;
}
/*<editor-fold desc="Navigations"> */
.menu_list {
  padding: 0 0 20px;
  list-style: none;
}
.menu_list li {
  line-height: 1.2;
  padding: 4px 0;
}
.menu_list li.active {
  font-weight: bold;
}
.menu_list li.active a {
  color: #666;
}
.menu_list li ul {
  padding: 4px 0 8px 20px;
}
nav {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
}
@media only screen and (min-width: 721px) {
  nav {
    padding: 110px 0 0;
  }
  nav .h-nav-item {
    width: 390px;
    float: right;
    clear: right;
    margin-bottom: 19px;
    position: relative;
    z-index: 10;
  }
  nav .h-nav-item a:hover {
    border-bottom: none;
  }
  nav .h-nav-item.active > a {
    background: #fff;
    color: #222 !important;
  }
  nav .h-nav-item .h-nav-sub {
    padding: 3px 10px;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item {
    font-size: 18px;
    line-height: 1.0em;
    left: -20px;
    margin-right: -40px;
    margin-bottom: 5px;
    padding: 0;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item a {
    color: #fff;
    border-bottom: none;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item a:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item.active a:hover {
    color: #222 !important;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item .h-nav-sub-item-bg {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 3px 10px 4px 20px;
    margin-right: 5px;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item.active > .h-nav-sub-item-bg {
    background: #fff;
    padding-left: 18px;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item.active > .h-nav-sub-item-bg a,
  nav .h-nav-item .h-nav-sub .h-nav-sub-item.active > .h-nav-sub-item-bg .icon-right-open {
    color: #222;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item:before {
    display: none;
  }
  nav .h-nav-item .h-nav-sub .icon-right-open {
    font-size: 14px;
    position: absolute;
    width: 20px;
    margin-left: -20px;
    margin-top: 2px;
  }
  nav .h-nav-item .h-nav-sub .icon-selected {
    font-size: 12px;
    color: #b5b6b8;
    position: relative;
    width: 40px;
    left: -45px;
    top: -1px;
    margin-right: -40px;
  }
  nav .h-nav-item p + .h-nav-sub {
    padding-top: 12px;
  }
  nav .h-nav-sub-btn {
    display: none;
  }
  nav .h-nav-bottom {
    height: 156px;
    width: 1200px;
    position: absolute;
    z-index: 9;
    bottom: 0;
  }
  nav .h-nav-bottom img {
    position: absolute;
    left: 140px;
    z-index: 11;
  }
  nav .h-nav-bottom p {
    color: #fff;
    font-size: 14px;
    line-height: 1.2857em;
    padding: 32px 0 0;
    margin: 0 160px 6px 410px;
    position: relative;
    z-index: 11;
  }
  nav .h-nav-bottom p.item-dscr {
    padding-top: 4px;
  }
  nav .h-nav-bottom .nav-btn {
    position: relative;
    z-index: 11;
    margin-left: 400px;
  }
}
@media only screen and (min-width: 721px) and only screen and (max-width: 720px) {
  nav .h-nav-bottom {
    width: 650px;
  }
}
@media only screen and (max-width: 720px) {
  nav {
    padding: 123px 0 0 30px;
  }
  nav .h-nav-item {
    border-top: 1px solid #808080;
    position: relative;
    margin-right: -30px;
  }
  nav .h-nav-item:first-child {
    border-top: none;
  }
  nav .h-nav-item a:hover {
    border-bottom: none;
  }
  nav .h-nav-item .item-dscr {
    display: none;
  }
  nav .h-nav-item .h-nav-sub {
    display: none;
    padding: 0 5px 20px 0;
    margin-top: -3px;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item {
    font-size: 21px;
    line-height: 1.0em;
    left: -24px;
    margin-right: -40px;
    margin-bottom: 5px;
    padding: 0;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item a {
    color: #fff;
    border-bottom: none;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item a:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item.active a:hover {
    color: #222 !important;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item .h-nav-sub-item-bg {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 13px 10px 11px 24px;
    margin-right: 5px;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item.active > .h-nav-sub-item-bg {
    background: #fff;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item.active > .h-nav-sub-item-bg a,
  nav .h-nav-item .h-nav-sub .h-nav-sub-item.active > .h-nav-sub-item-bg .icon-right-open {
    color: #222;
  }
  nav .h-nav-item .h-nav-sub .h-nav-sub-item:before {
    display: none;
  }
  nav .h-nav-item .h-nav-sub .icon-right-open {
    font-size: 14px;
    position: absolute;
    width: 20px;
    margin-left: -20px;
    margin-top: 2px;
  }
  nav .h-nav-item .h-nav-sub .icon-selected {
    display: none;
  }
  nav .h-nav-item .js-h-nav-sub-btn {
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 76.19%;
    text-transform: lowercase;
  }
  nav .h-nav-item .js-h-nav-sub-btn span {
    display: inline-block;
    position: relative;
    color: #fff;
    background: #e82b01;
    font-size: 142.86%;
    line-height: 40px;
    padding: 0 5px;
    margin-left: 14px;
    bottom: -5px;
  }
  nav .h-nav-bottom {
    height: 88px;
    width: 720px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    margin-left: -70px;
    padding-left: 70px;
    background: #107eb1;
    display: table;
  }
  nav .h-nav-bottom div {
    display: table-cell;
    height: 88px;
    vertical-align: middle;
    padding-right: 130px;
  }
  nav .h-nav-bottom img {
    position: absolute;
    right: -87px;
    bottom: 0;
    width: 37% !important;
    height: auto !important;
  }
  nav .h-nav-bottom p.item-dscr {
    color: #fff !important;
    padding: 0px 30% 4px 0px;
    margin: 0;
    display: none;
  }
  nav .h-nav-bottom .nav-btn {
    position: relative;
    z-index: 11;
    padding: 0;
    font-size: 27px;
  }
}
nav:after {
  content: "";
  display: table;
  clear: both;
}
.nav-btn {
  display: inline-block;
  font-size: 27px;
  line-height: 1.0em;
  padding: 0 18px 5px 9px;
  color: #fff !important;
}
.nav-btn:hover {
  background: #fff !important;
  color: #222 !important;
  border-bottom: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav-btn .icon-popup {
  font-size: 8px;
  line-height: 9px;
  position: relative;
  top: -7px;
  margin-left: 5px;
}
@media only screen and (max-width: 720px) {
  .nav-btn {
    font-size: 40px;
    padding: 13px 210px 16px 0;
  }
}
@media only screen and (min-width: 721px) {
  .color-scheme-orange .nav-btn {
    background: #e82b01;
  }
  .color-scheme-orange .h-nav-bottom .nav-btn {
    background: #107eb1;
  }
  .color-scheme-orange nav .h-nav-item:first-child {
    width: 462px;
    margin-right: 8px;
    float: left;
    background: transparent url(../images/decor.png) repeat-x 0 10px;
  }
  .color-scheme-orange nav .h-nav-item:first-child .h-nav-sub {
    margin-right: -300px;
    padding: 15px 0 0 130px;
  }
  .color-scheme-orange nav .h-nav-item:nth-child(2) {
    width: 330px;
    margin-right: 10px;
    float: left;
    background: transparent url(../images/decor.png) repeat-x 0 10px;
  }
}
.color-scheme-blue a,
.color-scheme-blue .g_link {
  text-decoration: none;
  color: #1b75bc;
}
.color-scheme-blue a:hover,
.color-scheme-blue .g_link:hover {
  border-bottom: 1px solid #1b75bc;
  text-decoration: none;
  color: #409be4;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.color-scheme-blue .h-nav-toggler {
  background: #107eb1 !important;
}
@media only screen and (min-width: 721px) {
  .color-scheme-blue .site-top .h-nav {
    background: #107eb1 !important;
  }
  .color-scheme-blue .item-dscr {
    color: #93c7df !important;
  }
  .color-scheme-blue .h-nav-toggler.open {
    color: #107eb1 !important;
  }
  .color-scheme-blue .nav-btn {
    background: #076d9c;
  }
  .color-scheme-blue .h-nav-bottom .nav-btn {
    background: #e82b01;
  }
  .color-scheme-blue nav .h-nav-item {
    width: 380px;
    margin-bottom: 15px;
  }
  .color-scheme-blue nav .h-nav-item .icon-selected {
    color: #93c7df;
  }
  .color-scheme-blue nav .h-nav-item a {
    text-decoration: none;
    color: #fff;
  }
  .color-scheme-blue nav .h-nav-item a:hover {
    color: #222 !important;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .color-scheme-blue nav .h-nav-item:first-child {
    width: 790px;
    margin-right: 10px;
    float: left;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(3) {
    width: 380px;
    margin-right: 30px;
    float: left;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(3) .h-nav-sub {
    padding: 15px 0 0 140px;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(4) {
    width: 380px;
    margin-right: 30px;
    float: left;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(5) .h-nav-sub {
    padding-right: 0;
    margin-right: -30px;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(5) .h-nav-sub .h-nav-sub-item {
    margin-right: -5px;
    float: left;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(5) .h-nav-sub .h-nav-sub-item:first-child {
    width: 98px;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(5) .h-nav-sub .h-nav-sub-item:first-child .icon-selected {
    display: none;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(5) .h-nav-sub .h-nav-sub-item:nth-child(2) {
    width: 140px;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(5) .h-nav-sub .h-nav-sub-item:nth-child(2) .icon-selected {
    display: none;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(5) .h-nav-sub .h-nav-sub-item:nth-child(3) .icon-selected {
    display: none;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(6) .h-nav-sub {
    padding-right: 0;
    margin-right: -30px;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(6) .h-nav-sub .h-nav-sub-item:first-child {
    width: 98px;
    height: 45px;
    margin-right: -5px;
    float: left;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(6) .h-nav-sub .h-nav-sub-item:first-child .icon-selected {
    display: none;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(6) .h-nav-sub .h-nav-sub-item:nth-child(2) {
    width: 140px;
    height: 45px;
    margin-right: -5px;
    float: left;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(6) .h-nav-sub .h-nav-sub-item:nth-child(2) .icon-selected {
    display: none;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(6) .h-nav-sub .h-nav-sub-item:nth-child(3) {
    width: 165px;
    height: 45px;
    margin-right: -5px;
    float: left;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(6) .h-nav-sub .h-nav-sub-item:nth-child(3) .icon-selected {
    display: none;
  }
  .color-scheme-blue nav .h-nav-item:nth-child(6) .h-nav-sub .h-nav-sub-item:nth-child(4) {
    clear: both;
  }
}
.color-scheme-blue .bc-wrapper .bc a {
  background: #107eb1;
}
@media only screen and (max-width: 720px) {
  .color-scheme-blue .h-nav-item .js-h-nav-sub-btn span {
    background: #107eb1;
  }
  .color-scheme-blue nav .h-nav-bottom {
    background: #e82b01;
  }
}
/*</editor-fold>*/
/*<editor-fold desc="Bradcrumbs"> */
.bc-wrapper {
  position: absolute;
  margin-top: -68px;
  z-index: 9;
  width: 100%;
  text-align: center;
  min-width: 1200px;
}
@media only screen and (max-width: 720px) {
  .bc-wrapper {
    min-width: 650px;
    margin-top: -62px;
  }
}
.bc-wrapper .bc {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 140px;
  font-size: 14px;
}
@media only screen and (max-width: 720px) {
  .bc-wrapper .bc {
    width: 650px;
    padding: 0 5px;
  }
}
.bc-wrapper .bc a {
  background: #e82b01;
  padding: 4px 15px 6px 10px;
  color: #fff;
}
.bc-wrapper .bc a:hover {
  background: #fff !important;
  color: #222 !important;
  border-bottom: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.bc-wrapper .bc span {
  position: relative;
  bottom: -1px;
  left: -1px;
}
/*</editor-fold>*/
/*<editor-fold desc="Pagination"> */
.pagination {
  margin: 40px 0;
  text-align: center;
  padding: 40px 0;
}
.pagination-l,
.pagination-r {
  font-size: 152.38%;
  font-weight: 700;
  margin: -6px 0 0;
}
.pagination-l {
  float: left;
}
.pagination-r {
  float: right;
}
.pagination-pages {
  font-size: 104.76%;
  font-weight: 400;
}
.pagination-pages * {
  margin: 0 12px;
}
/*</editor-fold>*/
/*<editor-fold desc="Gallery"> */
.mp-block-gallery-slides {
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 600px;
}
.mp-block-gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.mp-block-gallery-slide.active {
  z-index: 2;
  display: block;
}
/*</editor-fold>*/
/*<editor-fold desc="Homepage, Grid"> */
.g-cell,
.g-cell_1,
.g-cell_2,
.g-cell_3 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.g-cell_1 {
  width: 100%;
}
.grid .g-cell_1 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: -5.25px;
}
@media only screen and (max-width: 720px) {
  .g-cell_1 {
    width: 100%;
  }
}
.g-cell_2 {
  width: 50%;
}
.grid .g-cell_2 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: -5.25px;
}
@media only screen and (max-width: 720px) {
  .g-cell_2 {
    width: 100%;
  }
}
.g-cell_3 {
  width: 33.333333%;
}
.grid .g-cell_3 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: -5.25px;
}
@media only screen and (max-width: 720px) {
  .g-cell_3 {
    width: 100%;
  }
}
.grid {
  margin-bottom: 30px;
  clear: both;
}
.grid.grid-wide {
  margin-left: -30px;
}
.grid .g-cell_3 {
  padding-left: 30px;
}
@media only screen and (max-width: 720px) {
  .grid .g-cell_3 {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.grid .g-cell_3.g-cell-margins-1 {
  padding: 0 20px 0 70px;
}
@media only screen and (max-width: 720px) {
  .grid .g-cell_3.g-cell-margins-1 {
    padding: 0;
  }
}
.grid .g-cell_3.g-cell-margins-2 {
  padding: 0 10px;
}
@media only screen and (max-width: 720px) {
  .grid .g-cell_3.g-cell-margins-2 {
    padding: 0 0 0 15px;
  }
}
.grid .g-cell_3.g-cell-margins-3 {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 720px) {
  .grid .g-cell_3.g-cell-margins-3 {
    padding: 0 0 0 15px;
  }
}
.grid.mp-margins {
  margin-right: -30px;
  margin-bottom: 0;
}
.grid.mp-margins .g-cell_3 {
  padding-right: 30px;
}
@media only screen and (max-width: 720px) {
  .grid.mp-margins .g-cell_3 {
    padding: 0;
  }
}
@media only screen and (max-width: 720px) {
  .grid {
    margin-top: 40px;
  }
}
.grid-text-margin {
  margin-left: 70px;
}
@media only screen and (max-width: 720px) {
  .grid-text-margin {
    margin-left: 0;
  }
}
h2.grid-text-margin {
  padding-top: 12px;
  padding-bottom: 2px;
}
.all-wide-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.all-wide-block__logo {
  position: absolute;
  z-index: 2;
  left: 50%;
}
.color-scheme-blue .all-wide-block__logo {
  bottom: 0;
  margin-left: -530px;
}
.all-wide-block__content {
  position: relative;
  z-index: 3;
  margin-top: -12px !important;
  padding-bottom: 20px;
}
.bg-light-blue {
  background-color: #dae6e9;
}
.color-scheme-orange .bg-light-blue {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 497px;
}
.mobile-hide {
  display: block;
}
@media only screen and (max-width: 720px) {
  .mobile-hide {
    display: none;
  }
}
.mobile-show {
  display: none;
  margin: -12px 0 25px 38px;
}
@media only screen and (max-width: 720px) {
  .mobile-show {
    display: block;
  }
}
.h-nav-contacts {
  display: none;
  margin: -8px 0 56px;
  color: #9f9f9f;
}
.h-nav-contacts a {
  color: #fff;
}
.h-nav-contacts .h-nav-contacts-email {
  font-size: 190.48%;
  line-height: 0.9em;
}
@media only screen and (max-width: 720px) {
  .h-nav-contacts {
    display: block;
  }
}
@media only screen and (max-width: 720px) {
  .desktop-image {
    display: none;
  }
}
.mobile-image {
  display: none;
}
@media only screen and (max-width: 720px) {
  .mobile-image {
    display: block;
  }
}
/*</editor-fold>*/
/*<editor-fold desc="Contacts"> */
.contacts-map {
  z-index: 1;
  min-width: 1200px;
}
@media only screen and (max-width: 720px) {
  .contacts-map {
    min-width: 650px;
  }
}
.contacts {
  padding-top: 20px;
}
.contacts-item {
  color: #222;
  margin-bottom: -3px;
  padding-bottom: 12px;
  clear: both;
  display: table;
  width: 100%;
}
.contacts-item__title {
  display: table-cell;
  width: 130px;
  font-size: 123.81%;
  line-height: 1.2em;
  text-align: right;
  vertical-align: bottom;
  height: auto;
}
.contacts-item__text {
  font-size: 171.43%;
  line-height: 1em;
  font-weight: bold;
  padding: 0 0 1px 7px;
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  height: auto;
}
/*</editor-fold>*/
.mp-block.mediaPageLead {
  font-size: 128.57%;
  line-height: 1.25em;
  color: #222;
  margin-bottom: 25px;
}
@media only screen and (max-width: 720px) {
  .mp-block.mediaPageLead {
    font-size: 111.11%;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 40px;
  }
}
.mp-block.mediaPageHtml {
  margin: 0 170px 21px 70px;
}
@media only screen and (max-width: 720px) {
  .mp-block.mediaPageHtml {
    margin: 0 0 40px 0;
  }
}
.mp-block.mediaPageHome {
  margin: 0 0 40px 70px;
}
@media only screen and (max-width: 720px) {
  .mp-block.mediaPageHome {
    margin: 0 0 40px 0;
  }
}
.mp-block table {
  margin-bottom: 40px;
}
.mp-block table tr:nth-child(2n) {
  background: #eaeff2;
}
.mp-block table td {
  font-size: 85.71%;
  color: #666;
  font-weight: 400;
  padding: 1px 20px 6px;
  border-right: 1px solid #dadee1;
}
.mp-block table td:last-child {
  border: none;
}
.mp-block table td strong {
  color: #222;
}
.mp-block ul {
  margin-left: 70px;
}
@media only screen and (max-width: 720px) {
  .mp-block ul {
    margin-left: 0;
  }
}
@media only screen and (max-width: 720px) {
  .mp-block ul li {
    padding-left: 33px;
  }
}
.mp-block strong {
  color: #111;
}
.mp-block.mediaPageHeader {
  margin-left: 70px;
}
@media only screen and (max-width: 720px) {
  .mp-block.mediaPageHeader {
    margin-left: 0;
  }
}
.mp-block.mediaPageImage {
  margin-bottom: 40px;
}
.mp-block.mediaPageImage .media_page-block-text {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: 70px;
  margin-right: 170px;
}
@media only screen and (max-width: 720px) {
  .mp-block.mediaPageImage .media_page-block-lead,
  .mp-block.mediaPageImage .media_page-block-text {
    margin: 0;
  }
}
@media only screen and (max-width: 720px) {
  .mp-block.mediaPageImage .media_page-block-lead img,
  .mp-block.mediaPageImage .media_page-block-text img {
    width: 100%;
    height: auto;
    min-width: 650px;
  }
}
.mp-block.mediaPageImage .stretch {
  width: 100%;
  height: auto;
}
/*<editor-fold desc="SLIDER"> */
.gallery-wrapper {
  overflow: hidden;
  min-height: 660px;
  background: #d4d4d4;
  position: relative;
  z-index: 1;
  margin: 40px 0;
}
@media only screen and (max-width: 720px) {
  .gallery-wrapper {
    min-height: 510px;
    background: #fff;
  }
}
.gallery-item {
  position: relative;
  z-index: 1;
  min-height: 660px;
  width: 960px;
}
@media only screen and (max-width: 720px) {
  .gallery-item {
    width: 720px;
    min-height: 510px;
  }
}
.gallery-item-img {
  height: 600px;
  margin-top: 30px;
}
@media only screen and (max-width: 720px) {
  .gallery-item-img {
    height: 450px;
  }
}
.gallery-item-title {
  display: block;
  margin: 14px 70px 20px;
  color: #666;
  font-size: 14px;
  line-height: 1.2857em;
}
.mp-block-bottom {
  background-color: #e82b01;
  position: absolute;
  bottom: 50px;
  width: 100%;
  overflow: hidden;
}
.mp-block-bottom-grid {
  color: #f3d2c1;
  font-size: 66.66%;
  line-height: 1.3em;
  padding: 24px 0 27px;
  margin-top: 0 !important;
}
.mp-block-bottom-grid a,
.mp-block-bottom-grid :before {
  color: #fff;
}
.mp-block-bottom-grid a:hover {
  color: #f3d2c1;
}
.color-scheme-blue .mp-block-bottom {
  background-color: #107eb1;
}
.color-scheme-blue .mp-block-bottom-grid,
.color-scheme-blue a:hover {
  color: #93c7df;
}
.color-scheme-blue a:hover {
  color: #93c7df;
  border-bottom-color: #93c7df;
}
.lSSlideWrapper,
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
}
.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideOuter {
  overflow: hidden;
  user-select: none;
}
.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}
.lSAction > a {
  width: 60px;
  height: 80px;
  display: block;
  top: 41%;
  cursor: pointer;
  position: absolute;
  background: #e82b01;
  z-index: 3;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
  text-align: center;
}
.lSAction > a:before {
  content: ' ';
  font-family: "fontello";
  color: #fff;
  font-size: 42px;
  line-height: 80px;
  font-weight: 400;
}
.lSAction > a:hover {
  border-bottom: none;
  background: #fe5c37;
}
.color-scheme-blue .lSAction > a {
  background: #107eb1;
}
.color-scheme-blue .lSAction > a:hover {
  background: #149fe0;
}
.lSAction > .lSPrev {
  right: 50%;
  margin-right: 510px;
}
.lSAction > .lSPrev:before {
  content: '\e802';
}
@media only screen and (max-width: 720px) {
  .lSAction > .lSPrev {
    left: 0;
    right: auto;
    margin-right: 0;
  }
}
.lSAction > .lSNext {
  left: 50%;
  margin-left: 510px;
}
.lSAction > .lSNext:before {
  content: '\e800';
}
@media only screen and (max-width: 720px) {
  .lSAction > .lSNext {
    right: 0;
    left: auto;
    margin-left: 0;
  }
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  bottom: auto;
  top: 10px;
}
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}
.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}
.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
  float: left;
}
.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}
@-webkit-keyframes rightEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@keyframes rightEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@-webkit-keyframes topEnd {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@keyframes topEnd {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@-webkit-keyframes leftEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@keyframes leftEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@-webkit-keyframes bottomEnd {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
@keyframes bottomEnd {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lsGrab {
  cursor: url(/static/prj/images/openhand.cur), move !important;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.lsGrabbing,
.lsGrabbing * {
  cursor: url(/static/prj/images/closedhand.cur), move !important;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.clearfix:after,
.clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hide_out {
  position: absolute;
  left: -9999px;
  top: 0;
}
.hidden {
  display: none;
}
.ovhidden {
  overflow: hidden;
}
.col_last {
  margin-right: -10px !important;
}
.plink {
  border-bottom: 1px dashed !important;
}
.not_link {
  border-bottom: 0 none !important;
}
/*</editor-fold>*/
/*
LAYOUT
h- Header
m- Main content
s- Sidebar
f- Footer
*/
/*<editor-fold desc="Common"> */
html {
  height: 100% !important;
}
body {
  position: relative;
  height: auto !important;
  min-height: 100%;
  min-width: 1200px;
  height: 100%;
  background: #fff;
  color: #666;
  font-family: "Calibri", Verdana, sans-serif;
  font-size: 21px;
  line-height: 1.4286;
}
@media only screen and (max-width: 720px) {
  body {
    min-width: 720px;
    font-size: 27px;
    -webkit-text-size-adjust: none;
  }
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 720px) {
  .wrapper {
    width: 650px;
    margin: 0 30px 0 40px;
  }
}
/*</editor-fold>*/
/*<editor-fold desc="HEADER">*/
.site-top {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 15;
}
@media only screen and (max-width: 720px) {
  .site-top {
    min-width: 650px;
  }
}
.h-top-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 81px;
  width: 100%;
  min-width: 1200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 720px) {
  .h-top-wrapper {
    display: none;
  }
}
.h-top-mobile {
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 90px;
  width: 100%;
  min-width: 650px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.h-top-mobile .h-top {
  left: 0;
  margin-left: 0;
  width: 100%;
}
.h-top-mobile .h-top .h-logo {
  width: 336px;
  height: 90px;
  margin-left: 40px;
}
.h-top-mobile .h-top .h-nav-toggler-wrapper .h-nav-toggler {
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 720px) {
  .h-top-mobile .h-top .h-nav-toggler-wrapper .h-nav-toggler {
    left: 40px;
  }
}
.h-top-mobile .h-top .h-nav-toggler-wrapper .icon-menu,
.h-top-mobile .h-top .h-nav-toggler-wrapper .icon-cancel-2 {
  font-size: 46px;
  top: 15px;
}
@media only screen and (max-width: 720px) {
  .h-top-mobile {
    display: block;
  }
}
.h-top-mobile.h-top-media .h-top {
  background: #58595b;
  height: 60px;
  text-align: right;
}
@media only screen and (max-width: 720px) {
  .h-top-mobile.h-top-media .h-top .h-logo {
    width: 100%;
    height: 60px;
    float: none;
    margin-left: 0;
    margin-right: 30px;
  }
}
.h-top {
  position: absolute;
  z-index: 15;
  left: 50%;
  margin-left: -460px;
}
.h-top .h-nav-toggler-wrapper {
  float: left;
  position: relative;
  z-index: 15;
}
.h-top .h-nav-toggler-wrapper .icon-menu,
.h-top .h-nav-toggler-wrapper .icon-cancel-2 {
  font-size: 37px;
  vertical-align: middle;
  position: relative;
  top: 10px;
  z-index: 15;
}
.h-top .h-nav-toggler-wrapper .h-nav-toggler {
  cursor: pointer;
  width: 80px;
  height: 80px;
  background: #e82b01;
  color: #fff;
  text-align: center;
  position: fixed;
}
@media only screen and (max-width: 720px) {
  .h-top .h-nav-toggler-wrapper .h-nav-toggler {
    position: relative;
  }
}
.h-top .h-nav-toggler-wrapper .h-nav-toggler.open {
  background: #fff !important;
  color: #222;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.h-top .h-nav-toggler-wrapper .h-nav-toggler-title {
  display: block;
  font-size: 12px;
  text-transform: lowercase;
  font-weight: bold;
}
.h-top .h-logo {
  display: block;
  position: fixed;
  z-index: 2;
  width: 290px;
  height: 80px;
  margin-left: 80px;
  float: left;
  border-bottom: 0 none !important;
}
@media only screen and (max-width: 720px) {
  .h-top .h-logo {
    position: relative;
  }
}
.h-top .h-logo a:hover {
  border-bottom: none;
}
.h-top .h-top-page-title {
  display: none;
  height: 72px;
  float: left;
  color: #222;
  font-size: 40px;
  line-height: 35px;
  padding: 0 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.h-top .h-top-page-title span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 368px;
  padding-top: 8px;
}
@media only screen and (max-width: 720px) {
  .h-top .h-top-page-title {
    display: none;
    background: #fff;
    height: 90px;
    position: absolute;
    width: 100%;
    float: none;
  }
  .h-top .h-top-page-title img {
    float: left;
    margin-left: 102px;
  }
  .h-top .h-top-page-title span {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    float: right;
    padding: 30px 0 0;
    width: 251px;
    text-align: left;
  }
}
@media only screen and (max-width: 720px) {
  .h-top .h-nav-toggler-wrapper .h-nav-toggler.open {
    color: #fff !important;
    background: #58595b !important;
  }
}
.scrolled {
  position: fixed;
  z-index: 15;
  background: #fff;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scrolled .h-top-page-title {
  display: table !important;
}
.h-nav {
  position: fixed;
  width: 100%;
  min-width: 1200px;
  top: 0;
  left: 0;
  background: #58595b;
  z-index: 10;
}
@media only screen and (max-width: 720px) {
  .h-nav {
    min-width: 650px;
    position: absolute;
  }
}
.h-nav.hide {
  overflow: hidden;
  max-height: 0;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.h-nav.show {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 4000px;
  overflow: hidden;
}
.nbsp {
  display: inline-block;
}
.fancy-content {
  overflow: hidden;
}
.fancy-content .h-top-wrapper .h-top .h-top-page-title {
  background: #fff;
  border-bottom: 1px solid #222;
  width: 100%;
  position: fixed;
  left: 50%;
  margin-left: -100px;
  height: 80px;
  display: table !important;
}
.fancy-content .h-top-wrapper .h-top .h-top-page-title span {
  padding-left: 0;
  padding-top: 0;
}
.fancy-content .scrolled {
  background: none;
  border-bottom: none;
  position: absolute;
}
.h-image {
  min-width: 1200px;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 720px) {
  .h-image {
    min-width: 650px;
  }
}
.h-image-empty {
  background: #474c4e;
  min-height: 400px;
}
@media only screen and (max-width: 720px) {
  .h-image-empty {
    min-height: 180px;
  }
}
/* Page Title */
.h-page-title-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.h-page-title-wrapper .wrapper {
  padding-left: 140px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 720px) {
  .h-page-title-wrapper .wrapper {
    padding-left: 0;
  }
}
.h-page-title-wrapper .h-page-title-line {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.h-page-title-wrapper .h-page-title-line span {
  display: block;
  position: relative;
  border-top: 5px solid #373b3c;
  left: 50%;
  margin-left: -460px;
}
@media only screen and (max-width: 720px) {
  .h-page-title-wrapper .h-page-title-line span {
    display: none;
  }
}
.h-page-title-wrapper .h-page-title {
  display: inline;
  position: relative;
  background: #222;
  font-size: 342.86%;
  line-height: 0.875em;
  padding: 0 21px;
  top: -31px;
}
@media only screen and (max-width: 720px) {
  .h-page-title-wrapper .h-page-title {
    font-size: 152.38%;
    font-weight: 700;
    padding: 0 12px;
  }
}
.h-page-title-wrapper .h-page-title-text {
  position: relative;
  top: -10px;
  color: #fff;
  width: 1200px;
}
@media only screen and (max-width: 720px) {
  .h-page-title-wrapper .h-page-title-text {
    width: 650px;
    top: -3px;
  }
}
/* .Page Title */
/* Common */
.item-dscr {
  color: #b5b6b8 !important;
  font-size: 14px;
  line-height: 1.2857em;
  padding: 4px 30px 4px 9px;
}
/* .Common */
/*</editor-fold>*/
/*<editor-fold desc="Sidebar"> */
.m-sidebar,
.m-inner {
  display: table-cell;
  vertical-align: top;
}
.m-sidebar {
  width: 200px;
}
.m-sidebar:before {
  content: "";
  display: block;
  height: 0;
  width: 200px;
}
.m-inner + .m-sidebar {
  padding-left: 30px;
}
/*</editor-fold>*/
/*<editor-fold desc="MAIN">*/
.site-main {
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 720px) {
  .site-main br {
    display: none;
  }
}
.m-inner {
  width: 1200px;
}
.m-sidebar + .m-inner {
  padding-left: 30px;
}
/*</editor-fold>*/
/*<editor-fold desc="FOOTER"> */
.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  min-height: 50px;
  background: #474c4e;
  color: #9f9f9f;
  font-size: 66.66%;
  padding: 15px 0;
  text-align: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 720px) {
  .site-footer {
    min-width: 650px;
  }
}
.f-r {
  float: right;
}
.f-email {
  width: 195px;
  padding-left: 25px;
  padding-top: 8px;
  float: right;
  text-align: left;
}
@media only screen and (max-width: 720px) {
  .f-email {
    float: left;
    width: auto;
    margin-left: 15px;
    padding-top: 4px;
  }
}
.f-email a {
  text-decoration: none;
  color: #fff;
  border-bottom: none;
}
.f-email a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.f-phone {
  font-size: 171.43%;
  margin: -8px 25px;
}
@media only screen and (max-width: 720px) {
  .f-phone {
    float: right;
    padding-right: 5px;
    padding-left: 0;
    font-weight: bold;
  }
}
.f-copy {
  float: left;
  padding-top: 8px;
}
@media only screen and (max-width: 720px) {
  .f-copy {
    padding-top: 4px;
    padding-left: 15px;
  }
}
/*</editor-fold>*/
/*<editor-fold desc="UTILS"> */
.clearfix:after,
.clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media only screen and (min-width: 721px) {
  .display-mobile {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .display-desktop {
    display: none;
  }
}
/*</editor-fold>*/
