@charset "UTF-8";
@import url("../fonts/arimo.css");
@import url("../fonts/bebasneue.css");
/* Eric Meyer's CSS Reset */
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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

time {
  display: inline-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;
}

/* End of Eric Meyer's CSS Reset */
html {
  height: 100%;
}

input, button {
  outline: 0;
  border: 0;
}

button, input[type="submit"] {
  cursor: pointer;
}

body {
  font: 12px/18px "arimoregular", sans-serif;
  width: 100%;
  height: 100%;
  color: #323232;
}
body.g-ins-p {
  background-color: #f4f5f7;
}

b, strong {
  font-family: "arimobold";
}

h1, h2, h3 {
  text-transform: uppercase;
  line-height: 1;
}

h1 {
  font: 60px "bebas_neuebold";
}

.page-body__content h2 {
  font: 24px "bebas_neuebold";
  color: #3c3c3c;
}
.page-body__content h3 {
  font: 24px "bebas_neue_regularregular";
}
.page-body__content h2 + p, .page-body__content h2 + ul, .page-body__content h2 + table, .page-body__content h2 + ol {
  margin-top: 10px;
}
.page-body__content p {
  font: 16px "arimoregular";
  line-height: 1.3;
}
.page-body__content p + p {
  margin-top: 20px;
}
.page-body__content ul li {
  position: relative;
  padding-left: 23px;
  font: 16px "arimoregular";
  line-height: 1.5;
  margin-top: 5px;
}
.page-body__content ul li:first-child {
  margin-top: 0;
}
.page-body__content ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 0;
  background: url('../img/sprite-s26bd9acbaa.png') -91px -854px no-repeat;
  height: 18px;
  width: 18px;
}
.page-body__content ol {
  counter-reset: list;
}
.page-body__content ol li {
  list-style-type: none;
  font: 16px "arimoregular";
}
.page-body__content ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
  font: 16px "arimobold";
  display: inline-block;
  color: #000000;
  margin-right: 3px;
}
.page-body__content table {
  width: 100%;
}
.page-body__content table ul li {
  font: inherit;
  padding: 0;
  list-style: disc inside;
}
.page-body__content table ul li:before {
  display: none;
}
.page-body__content table td, .page-body__content table th {
  text-align: left;
  vertical-align: top;
}
.page-body__content table td.tc--no-border, .page-body__content table th.tc--no-border {
  border-top: 0;
}
.page-body__content table td.tc--center, .page-body__content table th.tc--center {
  text-align: center !important;
  vertical-align: middle;
}
.page-body__content table th {
  font: 12px "arimobold";
  color: #ffffff;
  background: #525b65;
  padding: 7px 5px;
}
.page-body__content table td {
  font: 12px "arimoregular";
  color: #000000;
  border-top: 1px solid #f4f5f7;
  line-height: 1.5;
  padding: 12px 5px;
  background-color: #fff;
}
.page-body__content table tr:first-child td {
  border-top: 0;
}
.page-body__content a {
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  color: #3c6392;
  text-decoration: none;
}
.page-body__content a:hover {
  color: #ff5146;
}

.g-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.g-mw {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.g-mw--offset {
  padding: 0 30px;
}

.g-clear:before, .g-clear:after {
  content: '';
  display: table;
  width: 100%;
}
.g-clear:after {
  clear: both;
}

.g-hidden {
  display: none;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 90px;
  background: #ff5146;
  padding-top: 8px;
  position: relative;
}
.header__search ::-webkit-input-placeholder {
  color: #8697ab;
}
.header__search :-moz-placeholder {
  color: #8697ab;
}
.header__search ::-moz-placeholder {
  color: #8697ab;
}
.header__search :-ms-input-placeholder {
  color: #8697ab;
}
.header__search__form {
  margin: 0 auto;
  width: 505px;
  padding: 15px 0;
  display: none;
}
.header__search__input {
  background-color: transparent;
  border: 1px solid #ced5de;
  color: #3e3e3e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 10px;
  font: 15px "arimoitalic";
  width: 398px;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.header__search__input:focus {
  background-color: #fff;
}
.header__search__submit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 18px "bebas_neue_regularregular";
  text-transform: uppercase;
  color: #fff;
  height: 32px;
  width: 100px;
  background-color: #ff5146;
  border-bottom: 1px solid #c0271d;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.header__search__submit:hover {
  background-color: #da2c20;
}
.header__search__submit:active {
  background-color: #c0271d;
}
.header__overlay {
  background-color: #f3f3f4;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  -webkit-box-shadow: 0px 5px 20px 0px #b2bbc5;
  box-shadow: 0px 5px 20px 0px #b2bbc5;
  opacity: 0.95;
  z-index: 2;
  display: none;
}
.header__overlay__close {
  background: url('../img/sprite-s26bd9acbaa.png') -72px -250px no-repeat;
  height: 37px;
  width: 37px;
  display: block;
  position: absolute;
  right: 55px;
  top: 10px;
}
.header__overlay__close:hover {
  background: url('../img/sprite-s26bd9acbaa.png') -72px -194px no-repeat;
  height: 37px;
  width: 37px;
}
.header .g-mw {
  z-index: 3;
  position: relative;
}
.header__whiteline {
  background: #fff;
  position: absolute;
  z-index: -1;
  width: 400%;
  height: 90px;
  top: -8px;
  left: -400%;
  margin-left: 130px;
}
.header__whiteline:after {
  content: '';
  position: absolute;
  right: -20px;
  width: 10px;
  height: 0;
  border-top: 90px solid #fff;
  border-right: 20px solid transparent;
}
.header__logo {
  background: url('../img/sprite-s26bd9acbaa.png') -28px -581px no-repeat;
  height: 74px;
  width: 81px;
  display: block;
  float: left;
  margin-left: 10px;
}
.header__phone {
  position: relative;
  padding-left: 42px;
  margin-top: 7px;
  width: 222px;
  float: left;
  text-align: right;
}
.header__phone .icon__phone {
  background: url('../img/sprite-s26bd9acbaa.png') -70px -1401px no-repeat;
  height: 39px;
  width: 39px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.header__phone__free {
  color: #8d2424;
  font: 11px "arimoregular";
}
.header__phone__number {
  font: 36px "bebas_neuebold";
  display: inline-block;
  color: #fff;
  line-height: 1;
}
.header__nav-list {
  float: left;
  margin: 25px 35px 0px 60px;
}
.header__nav-list__item {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  vertical-align: top;
}
.header__nav-list__item.active .header__nav-list__link {
  color: #fff !important;
}
.header__nav-list__item.active .header__nav-list__link:after {
  width: 100%;
  left: 0;
  background-color: #fff !important;
}
.header__nav-list__link {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font: 21px "bebas_neue_regularregular";
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__nav-list__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  -webkit-transition-property: left, width, background-color;
  transition-property: left, width, background-color;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  left: 50%;
  background-color: #fff;
}
.header__nav-list__link:hover {
  color: #ffc9c6;
}
.header__nav-list__link:hover:after {
  width: 100%;
  left: 0;
  background-color: #ffc9c6;
}
.header__nav-list__link.active:after {
  width: 100%;
  left: 0;
}
.header__subnav-list {
  position: absolute;
  top: 65px;
  display: none;
}
.header__subnav-list__item {
  margin-top: 10px;
}
.header__subnav-list__link {
  text-transform: uppercase;
  color: #81899c;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font: 20px "bebas_neue_regularregular";
  text-decoration: none;
  white-space: nowrap;
}
.header__subnav-list__link:hover {
  color: #ff5146;
}
.header__trigger {
  position: absolute;
  display: block;
  text-decoration: none;
}
.header__trigger__text {
  color: transparent;
  font: 13px "bebas_neue_regularregular";
  white-space: nowrap;
  position: absolute;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header__trigger--search {
  right: 85px;
  top: 27px;
  display: block;
}
.header__trigger--search .icon__search {
  background: url('../img/sprite-s26bd9acbaa.png') -89px -1502px no-repeat;
  height: 21px;
  width: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}
.header__trigger--search .header__trigger__text {
  left: -21px;
  top: 26px;
}
.header__trigger--search:hover .icon__search {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.header__trigger--sitemap {
  top: 30px;
  right: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__trigger--sitemap .header__trigger__text {
  left: -15px;
  top: 23px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__trigger--sitemap .icon__sitemap {
  position: relative;
  width: 18px;
  height: 12px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__trigger--sitemap .icon__sitemap__line {
  position: absolute;
  display: inline-block;
  background: #fff;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
}
.header__trigger--sitemap .icon__sitemap__line--first {
  top: 0;
}
.header__trigger--sitemap .icon__sitemap__line--second {
  top: 50%;
  margin-top: -1px;
}
.header__trigger--sitemap .icon__sitemap__line--third {
  bottom: 0;
}
.header__trigger--sitemap:hover {
  top: 28px;
  right: 38px;
}
.header__trigger--sitemap:hover .icon__sitemap {
  width: 22px;
  height: 16px;
}
.header__trigger--sitemap:hover .header__trigger__text {
  left: -13px;
  top: 25px;
}
.header__trigger:hover .header__trigger__text {
  color: #fff;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
  padding: 0 0 180px;
}

.content--2col {
  padding: 0 30px 0 310px;
}

.content--img-list {
  padding: 0 0 0 310px;
}
.content--img-list .page-body__top, .content--img-list .page-body__seo {
  margin-right: 30px;
}

.content--1col {
  padding: 15px 0 240px;
}

.container {
  width: 100% !important;
  float: left;
}

.middle {
  width: 100%;
  padding: 15px 0 240px;
  position: relative;
}

.middle:after {
  display: table;
  clear: both;
  content: '';
}

.mp-cat {
  background: #bdc7d3 url("../img/mp-cat-bg.jpg") center center no-repeat;
  padding: 20px 0;
}
.mp-cat__we-greatest {
  position: relative;
}
.mp-cat__we-greatest__text {
  font: 60px "bebas_neuebold";
  color: #ff5146;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 5px;
}
.mp-cat__we-awesome {
  text-transform: uppercase;
  color: #ff5146;
  padding: 15px 0px 0px 5px;
}
.mp-cat__we-awesome__bold {
  font-family: "bebas_neuebold";
}
.mp-cat__we-awesome__top {
  font: 60px "bebas_neue_regularregular";
  line-height: 1;
}
.mp-cat__we-awesome__bottom {
  font: 45px "bebas_neue_regularregular";
  line-height: 1;
}
.mp-cat__over1000 {
  padding: 15px 0px 0px 25px;
  color: #ff5146;
}
.mp-cat__over1000__small {
  font: 26px "bebas_neue_regularregular";
  display: block;
  line-height: 0.8;
}
.mp-cat__over1000__large {
  font: 90px "bebas_neuebold";
  display: inline-block;
  line-height: 0.9;
  margin: 2px 0px -7px -8px;
}
.mp-cat__col1-4, .mp-cat__col2-4, .mp-cat__col3-4 {
  float: left;
  position: relative;
  height: 150px;
}
.mp-cat__col1-4 {
  width: 25%;
}
.mp-cat__col2-4 {
  width: 50%;
}
.mp-cat__col3-4 {
  width: 75%;
}
.mp-cat__link {
  text-decoration: none;
  background: #eff2f6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #eff2f6 0%, #fbfbfc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eff2f6), color-stop(100%, #fbfbfc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eff2f6 0%, #fbfbfc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eff2f6 0%, #fbfbfc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eff2f6 0%, #fbfbfc 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#eff2f6), to(#fbfbfc));
  background: linear-gradient(to right, #eff2f6 0%, #fbfbfc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff2f6', endColorstr='#fbfbfc',GradientType=1 );
  /* IE6-9 */
  display: block;
  height: 100%;
  padding: 95px 0px 0px 17px;
  position: relative;
}
.mp-cat__link__hover {
  background: #e73a5a;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #e73a5a 0%, #fe736c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e73a5a), color-stop(100%, #fe736c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #e73a5a 0%, #fe736c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #e73a5a 0%, #fe736c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #e73a5a 0%, #fe736c 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #e73a5a 0%, #fe736c 100%);
  /* W3C */
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.mp-cat__link__text {
  font: 21px "bebas_neuebold";
  color: #44485e;
  position: relative;
  z-index: 1;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  line-height: 1.1;
}
.mp-cat__link__text:after {
  content: '';
  background: url('../img/sprite-s26bd9acbaa.png') -103px -822px no-repeat;
  height: 13px;
  width: 6px;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  line-height: 0;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: 1px;
}
.mp-cat__link:hover .mp-cat__link__hover {
  opacity: 1;
}
.mp-cat__link:hover .mp-cat__link__text {
  color: #fff;
}
.mp-cat__link:hover .icon__mp-cat-1 {
  opacity: 0;
}
.mp-cat__link:hover .icon__mp-cat-1__hover {
  opacity: 1;
}
.mp-cat__link:hover .icon__mp-cat-2 {
  opacity: 0;
}
.mp-cat__link:hover .icon__mp-cat-2__hover {
  opacity: 1;
}
.mp-cat__link:hover .icon__mp-cat-3 {
  opacity: 0;
}
.mp-cat__link:hover .icon__mp-cat-3__hover {
  opacity: 1;
}
.mp-cat__link:hover .icon__mp-cat-4 {
  opacity: 0;
}
.mp-cat__link:hover .icon__mp-cat-4__hover {
  opacity: 1;
}
.mp-cat__link:hover .icon__mp-cat-5 {
  opacity: 0;
}
.mp-cat__link:hover .icon__mp-cat-5__hover {
  opacity: 1;
}
.mp-cat__link:hover .icon__mp-cat-6 {
  opacity: 0;
}
.mp-cat__link:hover .icon__mp-cat-6__hover {
  opacity: 1;
}
.mp-cat__link:hover .icon__mp-cat-7 {
  opacity: 0;
}
.mp-cat__link:hover .icon__mp-cat-7__hover {
  opacity: 1;
}
.mp-cat__link:hover .icon__mp-cat-8 {
  opacity: 0;
}
.mp-cat__link:hover .icon__mp-cat-8__hover {
  opacity: 1;
}
.mp-cat__link:hover .icon__mp-cat-9 {
  opacity: 0;
}
.mp-cat__link:hover .icon__mp-cat-9__hover {
  opacity: 1;
}
.mp-cat__link:hover .icon__mp-cat-10 {
  opacity: 0;
}
.mp-cat__link:hover .icon__mp-cat-10__hover {
  opacity: 1;
}
.mp-cat .icon__mp-cat-1 {
  background: url('../img/mp_cat-se0735bbd26.png') -155px 0 no-repeat;
  height: 81px;
  width: 81px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mp-cat .icon__mp-cat-1__hover {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -1280px no-repeat;
  height: 81px;
  width: 81px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.mp-cat .icon__mp-cat-2 {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -220px no-repeat;
  height: 81px;
  width: 81px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mp-cat .icon__mp-cat-2__hover {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -1500px no-repeat;
  height: 81px;
  width: 81px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.mp-cat .icon__mp-cat-3 {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -330px no-repeat;
  height: 81px;
  width: 81px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mp-cat .icon__mp-cat-3__hover {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -1610px no-repeat;
  height: 81px;
  width: 81px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.mp-cat .icon__mp-cat-4 {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -440px no-repeat;
  height: 81px;
  width: 81px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mp-cat .icon__mp-cat-4__hover {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -1720px no-repeat;
  height: 81px;
  width: 81px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.mp-cat .icon__mp-cat-5 {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -550px no-repeat;
  height: 81px;
  width: 81px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mp-cat .icon__mp-cat-5__hover {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -1830px no-repeat;
  height: 81px;
  width: 81px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.mp-cat .icon__mp-cat-6 {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -660px no-repeat;
  height: 81px;
  width: 81px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mp-cat .icon__mp-cat-6__hover {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -1940px no-repeat;
  height: 81px;
  width: 81px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.mp-cat .icon__mp-cat-7 {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -770px no-repeat;
  height: 81px;
  width: 81px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mp-cat .icon__mp-cat-7__hover {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -2050px no-repeat;
  height: 81px;
  width: 81px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.mp-cat .icon__mp-cat-8 {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -880px no-repeat;
  height: 81px;
  width: 81px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mp-cat .icon__mp-cat-8__hover {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -2160px no-repeat;
  height: 81px;
  width: 81px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.mp-cat .icon__mp-cat-9 {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -990px no-repeat;
  height: 81px;
  width: 81px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mp-cat .icon__mp-cat-9__hover {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -2270px no-repeat;
  height: 81px;
  width: 81px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.mp-cat .icon__mp-cat-10 {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -110px no-repeat;
  height: 81px;
  width: 81px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mp-cat .icon__mp-cat-10__hover {
  background: url('../img/mp_cat-se0735bbd26.png') -155px -1390px no-repeat;
  height: 81px;
  width: 81px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}

.mp-cat--list {
  background: none;
  padding: 0;
}

.mp-cat--list .mp-cat__link {
  padding: 0;
  height: 80px;
  width: 460px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.mp-cat--list .mp-cat__link__text {
  position: absolute;
  top: 32px;
  left: 85px;
}

.mp-cat--list .icon__mp-cat {
  background: url("../img/mp-cat-list.png") no-repeat top left;
  width: 64px;
  height: 64px;
  left: 10px;
}

.mp-cat--list .icon__mp-cat-1 {
  background-position: 0 0;
}

.mp-cat--list .icon__mp-cat-1__hover {
  background-position: 0 -74px;
}

.mp-cat--list .icon__mp-cat-2 {
  background-position: 0 -148px;
}

.mp-cat--list .icon__mp-cat-2__hover {
  background-position: 0 -222px;
}

.mp-cat--list .icon__mp-cat-3 {
  background-position: 0 -740px;
}

.mp-cat--list .icon__mp-cat-3__hover {
  background-position: 0 -814px;
}

.mp-cat--list .icon__mp-cat-4 {
  background-position: 0 -888px;
}

.mp-cat--list .icon__mp-cat-4__hover {
  background-position: 0 -962px;
}

.mp-cat--list .icon__mp-cat-5 {
  background-position: 0 -296px;
}

.mp-cat--list .icon__mp-cat-5__hover {
  background-position: 0 -370px;
}

.mp-cat--list .icon__mp-cat-6 {
  background-position: 0 -1036px;
}

.mp-cat--list .icon__mp-cat-6__hover {
  background-position: 0 -1110px;
}

.mp-cat--list .icon__mp-cat-7 {
  background-position: 0 -444px;
}

.mp-cat--list .icon__mp-cat-7__hover {
  background-position: 0 -518px;
}

.mp-cat--list .icon__mp-cat-8 {
  background-position: 0 -1184px;
}

.mp-cat--list .icon__mp-cat-8__hover {
  background-position: 0 -1258px;
}

.mp-cat--list .icon__mp-cat-9 {
  background-position: 0 -592px;
}

.mp-cat--list .icon__mp-cat-9__hover {
  background-position: 0 -666px;
}

.mp-cat--list .icon__mp-cat-10 {
  background-position: 0 -1332px;
}

.mp-cat--list .icon__mp-cat-10__hover {
  background-position: 0 -1406px;
}

.mp-cat-pref {
  width: 640px;
  margin: 0 0 60px;
  float: left;
  padding-right: 25px;
}
.mp-cat-pref__title {
  font: 70px "bebas_neuebold";
  text-transform: uppercase;
  color: #2a415d;
  margin-top: 20px;
}
.mp-cat-pref__body {
  padding-left: 20px;
}
.mp-cat-pref .icon__pref {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
}
.mp-cat-pref .icon__pref--1 {
  background: url('../img/mp_pref-s99e4f99197.png') 0 -5px no-repeat;
  height: 40px;
  width: 43px;
}
.mp-cat-pref .icon__pref--2 {
  background: url('../img/mp_pref-s99e4f99197.png') -72px -8px no-repeat;
  height: 37px;
  width: 43px;
}
.mp-cat-pref .icon__pref--3 {
  background: url('../img/mp_pref-s99e4f99197.png') -144px -5px no-repeat;
  height: 40px;
  width: 43px;
}
.mp-cat-pref .icon__pref--4 {
  background: url('../img/mp_pref-s99e4f99197.png') -216px -11px no-repeat;
  height: 34px;
  width: 43px;
}
.mp-cat-pref .icon__pref--5 {
  background: url('../img/mp_pref-s99e4f99197.png') -288px -8px no-repeat;
  height: 37px;
  width: 43px;
}
.mp-cat-pref .icon__pref--6 {
  background: url('../img/mp_pref-s99e4f99197.png') -360px 0 no-repeat;
  height: 45px;
  width: 43px;
}
.mp-cat-pref .icon__pref--7 {
  background: url('../img/mp_pref-s99e4f99197.png') -432px 0 no-repeat;
  height: 45px;
  width: 43px;
}
.mp-cat-pref .icon__pref--8 {
  background: url('../img/mp_pref-s99e4f99197.png') -504px -3px no-repeat;
  height: 42px;
  width: 43px;
}
.mp-cat-pref__item {
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
}
.mp-cat-pref__item__title {
  color: #3c3c3c;
  font: 24px "bebas_neuebold";
  text-transform: uppercase;
  line-height: 1.15;
}
.mp-cat-pref__item__desc {
  color: #000;
  font: 16px "arimoregular";
  line-height: 1.5;
  margin-top: 3px;
}

.mp-right-col {
  width: 300px;
  float: left;
  position: relative;
}

.mp-why-us {
  text-align: center;
  top: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mp-why-us__top {
  color: #fff;
  background-color: #2a415d;
  font: 60px "bebas_neuebold";
  height: 90px;
  line-height: 90px;
}
.mp-why-us__block {
  color: #2a415d;
  font: 44px "bebas_neuebold";
  position: relative;
}
.mp-why-us__block:after {
  content: '';
  display: block;
  bottom: -20px;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  position: absolute;
  z-index: 1;
}
.mp-why-us__block--1 {
  background-color: #dde2e7;
  height: 80px;
  line-height: 90px;
}
.mp-why-us__block--1:after {
  border-top: 20px solid #dde2e7;
}
.mp-why-us__block--2, .mp-why-us__block--3 {
  height: 110px;
  line-height: 140px;
}
.mp-why-us__block--2 {
  background-color: #eef0f3;
}
.mp-why-us__block--2:after {
  border-top: 20px solid #eef0f3;
}
.mp-why-us__block--3 {
  background-color: #f6f7f9;
}
.mp-why-us__block--3:after {
  border-top: 20px solid #f6f7f9;
}

.mp-short-i {
  position: relative;
  padding: 20px 5px 20px 45px;
  border: 4px solid #ffe7e7;
  margin-top: 490px;
}
.mp-short-i .icon__info {
  background: url('../img/sprite-s26bd9acbaa.png') -84px -778px no-repeat;
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  top: 20px;
  left: 13px;
}
.mp-short-i__title {
  font: 24px "bebas_neuebold";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mp-short-i__bold-it {
  font-family: "arimobold_italic";
}
.mp-short-i__text {
  font: 15px "arimoregular";
}
.mp-short-i__text + .mp-short-i__text {
  margin-top: 15px;
}
.mp-short-i__text--italic {
  font-family: "arimoitalic";
}

.js-history {
  display: none;
}

.breadcrumbs {
  margin-left: -10px;
  min-height: 20px;
}
.breadcrumbs a, .breadcrumbs span {
  font: 12px "arimoregular";
  color: #91a0ae;
  text-decoration: none;
  padding: 2px 10px;
}
.breadcrumbs a {
  background-color: transparent;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.breadcrumbs a:hover {
  background-color: #dde2e7;
}
.breadcrumbs__list {
  display: none;
}
.breadcrumbs__list__item {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs__list__item:first-child:before {
  display: none;
}
.breadcrumbs__list__item:before {
  content: '/';
  display: inline-block;
  color: #91a0ae;
  font: 12px "arimoregular";
  margin: 0 5px;
}
.breadcrumbs__list__item.js-dotted a {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 20px;
  padding: 0 2px;
  text-align: center;
  position: relative;
  color: transparent;
}
.breadcrumbs__list__item.js-dotted a:before {
  content: '...';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  font: 12px "arimoregular";
  color: #91a0ae;
}
.breadcrumbs__list__item.js-dotted a:hover:before {
  background-color: #dde2e7;
}

.page-body__seo {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #dde2e7;
}
.page-body__seo p + p {
  margin-top: 20px !important;
}
.page-body__top {
  position: relative;
  color: #2a415d;
  padding: 10px 0 10px 50px;
  border-bottom: 2px solid #dde2e7;
  margin-bottom: 20px;
}
.page-body__icon-title {
  line-height: 1;
}
.page-body__icon-title:before {
  content: '';
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 0;
}
.page-body__icon-title--icon1:before {
  background: url('../img/header_icons-s9be3468009.png') 0 0 no-repeat;
}
.page-body__icon-title--icon2:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -420px no-repeat;
}
.page-body__icon-title--icon3:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -490px no-repeat;
}
.page-body__icon-title--icon4:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -560px no-repeat;
}
.page-body__icon-title--icon5:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -630px no-repeat;
}
.page-body__icon-title--icon6:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -700px no-repeat;
}
.page-body__icon-title--icon7:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -770px no-repeat;
}
.page-body__icon-title--icon8:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -840px no-repeat;
}
.page-body__icon-title--icon9:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -910px no-repeat;
}
.page-body__icon-title--icon10:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -70px no-repeat;
}
.page-body__icon-title--icon11:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -140px no-repeat;
}
.page-body__icon-title--icon12:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -210px no-repeat;
}
.page-body__icon-title--icon13:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -280px no-repeat;
}
.page-body__icon-title--icon14:before {
  background: url('../img/header_icons-s9be3468009.png') 0 -350px no-repeat;
}
.page-body__icon-title--news-back {
  text-decoration: none;
  font: 24px "bebas_neuebold";
  text-transform: uppercase;
  color: #ff5146;
  padding-top: 12px;
  padding-bottom: 5px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  display: inline-block;
}
.page-body__icon-title--news-back:hover {
  color: #3c6392;
}
.page-body__subtitle {
  font: 18px "arimobold";
}

.item-card p + p {
  margin-top: 10px !important;
}
.item-card__photos {
  width: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
.item-card__description {
  min-height: 300px;
}
.item-card__slider-bottom {
  width: 262px;
  margin: 0 auto;
}
.item-card__slider-bottom__slide {
  margin: 0px 3px;
}
.item-card__slider-bottom__slide:hover {
  cursor: pointer;
}
.item-card__slider-top {
  margin-bottom: 15px;
}
.item-card__slider-top img {
  width: 300px;
  height: 225px;
}
.item-card__spheres {
  border: 3px solid #b6bfcb;
  padding: 15px 20px 15px 15px;
  margin: 35px 0;
}
.item-card__spheres li {
  float: left;
  width: 50%;
}
.item-card__downloads {
  margin-top: 45px;
}

.downloads--fullpage {
  padding-left: 15px;
}
.downloads li {
  margin-top: 0 !important;
}
.downloads li:before {
  display: none !important;
}
.downloads__item {
  position: relative;
  width: 50%;
  float: left;
  padding: 0px 45px 0px 33px !important;
  margin-bottom: 15px;
}
.downloads__link:hover .downloads__size {
  background-color: #ff5146;
  color: #fff;
}
.downloads__link:hover .icon__download-hover {
  opacity: 1;
}
.downloads__title {
  display: block;
  line-height: 1.5;
  font: 16px "arimoregular";
}
.downloads__size {
  color: #525b65;
  font: 12px "arimoregular";
  background-color: #eceef1;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  padding: 2px 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.downloads .icon__download, .downloads .icon__download-hover {
  height: 30px;
  width: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.downloads .icon__download {
  background: url('../img/sprite-s26bd9acbaa.png') -84px -1301px no-repeat;
  top: 4px;
}
.downloads .icon__download-hover {
  background: url('../img/sprite-s26bd9acbaa.png') -84px -1351px no-repeat;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.downloads-nav {
  margin-top: 45px;
}
.downloads-nav__col {
  width: 25%;
  padding-left: 20px;
  float: left;
  margin-bottom: 10px;
}
.downloads-nav__col:first-child, .downloads-nav__col:nth-child(4n+1) {
  padding-left: 0;
}
.downloads-nav__link {
  display: block;
  border: 3px solid #b6bfcb;
  height: 110px;
  text-align: center;
  -webkit-transition: all .2s ease !important;
  transition: all .2s ease !important;
}
.downloads-nav__link__top {
  position: relative;
  height: 60px;
  display: block;
  padding-top: 12px;
}
.downloads-nav__link__title {
  text-transform: uppercase;
  font: 24px "bebas_neue_regularregular";
  display: inline-block;
  text-align: center;
}
.downloads-nav__link:hover {
  border: 3px solid #ff5146;
}
.downloads-nav__link:hover .icon__dwnldnav-hover {
  opacity: 1;
}
.downloads-nav .icon__dwnldnav, .downloads-nav .icon__dwnldnav-hover {
  display: inline-block;
}
.downloads-nav .icon__dwnldnav {
  position: relative;
}
.downloads-nav .icon__dwnldnav-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.downloads-nav .icon__dwnldnav--1 {
  background: url('../img/download-icons-s430c66b6c7.png') -100px 0 no-repeat;
  height: 44px;
  width: 33px;
}
.downloads-nav .icon__dwnldnav-hover--1 {
  background: url('../img/download-icons-s430c66b6c7.png') -152px 0 no-repeat;
  height: 44px;
  width: 33px;
}
.downloads-nav .icon__dwnldnav--2 {
  background: url('../img/download-icons-s430c66b6c7.png') 0 0 no-repeat;
  height: 44px;
  width: 31px;
}
.downloads-nav .icon__dwnldnav-hover--2 {
  background: url('../img/download-icons-s430c66b6c7.png') -50px 0 no-repeat;
  height: 44px;
  width: 31px;
}
.downloads-nav .icon__dwnldnav--3 {
  background: url('../img/download-icons-s430c66b6c7.png') -204px 0 no-repeat;
  height: 44px;
  width: 44px;
}
.downloads-nav .icon__dwnldnav-hover--3 {
  background: url('../img/download-icons-s430c66b6c7.png') -267px 0 no-repeat;
  height: 44px;
  width: 44px;
}
.downloads-nav .icon__dwnldnav--4 {
  background: url('../img/download-icons-s430c66b6c7.png') -330px 0 no-repeat;
  height: 44px;
  width: 49px;
}
.downloads-nav .icon__dwnldnav-hover--4 {
  background: url('../img/download-icons-s430c66b6c7.png') -398px 0 no-repeat;
  height: 44px;
  width: 49px;
}

.about-result {
  margin-top: 25px;
}

.about-banner {
  border: 3px solid #ff5146;
  padding: 15px 0px 0px 150px;
  height: 200px;
  margin-bottom: 25px;
  background: url(../img/about-com.png) 0% 0% no-repeat;
}
.about-banner__title {
  font: 24px "arimoregular" !important;
  color: #000000;
  text-transform: none !important;
  line-height: 1.4 !important;
}
.about-banner__title-red {
  color: #f62214 !important;
  font: 30px "arimobold" !important;
  line-height: 1.1 !important;
}

.img-layout {
  padding-right: 15px;
}
.img-layout__col {
  width: 33.33%;
  padding-right: 15px;
  display: block;
  height: 230px;
  margin-bottom: 10px;
  float: left;
}
.img-layout__title {
  display: inline-block;
  margin-top: 5px;
  font: 24px "bebas_neue_regularregular";
  text-transform: uppercase;
  line-height: 1 !important;
}

.img-layout__col:hover .img-block__overlay__inside, .item-list__link:hover .img-block__overlay__inside {
  bottom: 0;
}
.img-layout__col:hover .img-block__overlay, .item-list__link:hover .img-block__overlay {
  border: 2px solid #e52417;
}
.img-layout__col:hover .icon__img-block, .item-list__link:hover .icon__img-block {
  top: 50%;
}

.img-block {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.img-block__image {
  display: block;
}
.img-block__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid #e52417;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}
.img-block__overlay__inside {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: #f14c41;
  opacity: .80;
  -webkit-transition: bottom .3s ease;
  transition: bottom .3s ease;
}
.img-block .icon__img-block {
  background: url('../img/sprite-s26bd9acbaa.png') -71px -674px no-repeat;
  height: 40px;
  width: 38px;
  display: inline-block;
  position: absolute;
  top: 200%;
  left: 50%;
  margin-top: -20px;
  margin-left: -19px;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
}

.item-list__link {
  display: table;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.item-list__link .icon__img-block {
  background: url('../img/sprite-s26bd9acbaa.png') -85px -733px no-repeat;
  height: 26px;
  width: 24px;
  margin-top: -12px;
  margin-left: -11px;
}

.item-list__img, .item-list__title {
  display: table-cell;
  vertical-align: middle;
}
.item-list__img {
  width: 30%;
}
.item-list__title {
  font: 18px "arimoregular";
}

.cat-slider {
  border: 2px solid #fff;
  margin-right: 30px;
  margin-bottom: 30px;
}
.cat-slider img, .cat-slider a {
  display: block;
}
.cat-slider__slide {
  position: relative;
}
.cat-slider__slide__title {
  text-transform: uppercase;
  font: 48px "bebas_neuebold";
  position: absolute;
  bottom: 40px;
  color: #fff;
  right: 65px;
  text-align: right;
  line-height: 1 !important;
  display: inline;
  padding: 3px 6px;
  background: #e73a5a;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #e73a5a 0%, #fe736c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e73a5a), color-stop(100%, #fe736c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #e73a5a 0%, #fe736c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #e73a5a 0%, #fe736c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #e73a5a 0%, #fe736c 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #e73a5a 0%, #fe736c 100%);
  /* W3C */
}
.cat-slider__pages {
  font: 20px "bebas_neuebold";
  color: #797979;
  background: #fff;
  position: absolute;
  right: 24px;
  bottom: 80px;
  width: 42px;
  text-align: center;
}

.news-detail img {
  margin-bottom: 15px;
  display: block;
}
.news-detail iframe {
  margin: 20px 0;
}
.news-detail__title {
  font: 30px "arimobold" !important;
  line-height: 1.2 !important;
  text-transform: none;
  color: #3c6392;
  margin: 7px 0;
}
.news-detail__date {
  font: 11px "arimoregular";
  color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #93a1b0;
  padding: 3px 10px;
}
.news-detail__bottom {
  border-top: 2px solid #dde2e7;
  margin-top: 20px;
  padding-top: 10px;
}
.news-detail__bottom__news-back {
  text-decoration: none;
  font: 24px "bebas_neuebold";
  text-transform: uppercase;
  color: #ff5146 !important;
  padding: 5px 0px 0px 45px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  display: inline-block;
  position: relative;
}
.news-detail__bottom__news-back:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: url('../img/sprite-s26bd9acbaa.png') -72px -928px no-repeat;
  height: 37px;
  width: 37px;
  left: 0;
  top: 0;
}
.news-detail__bottom__news-back:hover {
  color: #3c6392 !important;
}

.news-list__item {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.news-list__item:hover .news-list__image__overlay {
  bottom: 0;
}
.news-list__item:hover .icon__news-list {
  top: 50%;
}
.news-list__item:first-child {
  margin-top: 0;
}
.news-list__item__cell {
  display: table-cell;
  vertical-align: top;
}
.news-list__item__cell--img {
  width: 138px;
}
.news-list__item__cell--img img {
  display: block;
}
.news-list__item__cell--text {
  padding-left: 15px;
}
.news-list__item__date {
  color: #838994;
  background-color: #eceef1;
  font: 11px "arimoregular";
  padding: 4px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.news-list__item__title {
  font: 18px "arimoregular";
  display: block;
  margin-top: 10px;
}
.news-list__image {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-list__image__overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 200%;
  left: 0;
  right: 0;
  background-color: #2c3f54;
  opacity: .8;
  -webkit-transition: bottom .3s ease;
  transition: bottom .3s ease;
}
.news-list .icon__news-list {
  position: absolute;
  display: block;
  top: 200%;
  left: 50%;
  background: url('../img/sprite-s26bd9acbaa.png') -67px -984px no-repeat;
  height: 42px;
  width: 42px;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
}

.pagination {
  text-align: center;
  border-top: 2px solid #dde2e7;
  margin-top: 35px;
  padding-top: 10px;
}
.pagination__static {
  font: 12px "arimoregular";
  color: #bec3ce;
}
.pagination__item {
  color: #bec3ce;
  background: url('../img/sprite-s26bd9acbaa.png') -72px -1045px no-repeat;
  height: 37px;
  width: 37px;
  line-height: 36px !important;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font: 18px "arimoregular";
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.pagination__item--active {
  background: url('../img/sprite-s26bd9acbaa.png') -72px -1101px no-repeat;
  height: 37px;
  width: 37px;
  color: #fff;
}
.pagination__item--placeholder {
  background: none !important;
}
.pagination a.pagination__item:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.pagination .icon__pag-start, .pagination .icon__pag-prev, .pagination .icon__pag-next, .pagination .icon__pag-end {
  display: inline-block;
  vertical-align: inherit;
}
.pagination .icon__pag-start {
  background: url('../img/sprite-s26bd9acbaa.png') -96px -1229px no-repeat;
  height: 17px;
  width: 13px;
}
.pagination .icon__pag-prev {
  background: url('../img/sprite-s26bd9acbaa.png') -101px -1157px no-repeat;
  height: 17px;
  width: 8px;
}
.pagination .icon__pag-next {
  background: url('../img/sprite-s26bd9acbaa.png') -101px -1193px no-repeat;
  height: 17px;
  width: 8px;
}
.pagination .icon__pag-end {
  background: url('../img/sprite-s26bd9acbaa.png') -96px -1265px no-repeat;
  height: 17px;
  width: 13px;
}

.contacts a {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  font: 15px "arimoregular";
  color: #2579bf;
  display: inline-block;
  text-decoration: none;
}
.contacts a:hover {
  color: #00aeef;
}
.contacts__common-phone {
  margin-left: 40px;
  margin: 40px 0px 0px 45px;
}
.contacts__common-phone__legend {
  text-transform: uppercase;
  font: 30px "bebas_neue_regularregular";
  color: #323232;
  line-height: 1 !important;
  text-align: right;
  display: inline-block;
}
.contacts__common-phone__phone {
  background: url(../img/phone.png) no-repeat;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 591px;
  height: 86px;
  margin-left: 20px;
}
.contacts__common-phone__phone span {
  position: absolute;
  left: -500%;
  display: inline-block;
}
.contacts__main {
  margin: 40px 0px 30px 0px;
}
.contacts__main ul {
  padding-left: 10px;
}
.contacts__main ul li:before {
  content: '\2022';
  background: none !important;
  position: absolute;
  left: -10px;
  top: -2px;
  font-size: 18px;
}
.contacts__main ul li {
  padding-left: 0;
  font: 14px "arimoregular";
  position: relative;
  margin-top: 3px;
}
.contacts__main__col {
  width: 33.33%;
  padding-left: 15px;
  float: left;
}
.contacts__main__col:first-child {
  padding-left: 0;
}
.contacts__main__col__header {
  font: 30px "bebas_neue_regularregular" !important;
  color: #2a415d !important;
}
.contacts__main__org {
  border-top: 2px solid #dde2e7;
  padding: 5px 0;
  min-height: 200px;
  margin-bottom: 15px;
}
.contacts__main__org__title {
  font: 16px "arimoregular";
  color: #000000;
  margin-bottom: 5px;
  display: inline-block;
}
.contacts__main__org__features {
  color: #474747;
}
.contacts__main__point {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.contacts__main__point:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
}
.contacts__main__address {
  font: 15px "arimoregular";
  line-height: 1.2 !important;
}
.contacts__main__address:before {
  background: url('../img/sprite-s26bd9acbaa.png') -88px -382px no-repeat;
  height: 26px;
  width: 21px;
}
.contacts__main__phone {
  font: 48px "bebas_neuebold";
  padding-left: 70px !important;
  color: #343434;
  line-height: 1 !important;
}
.contacts__main__phone__code {
  font: 24px "bebas_neue_regularregular";
  color: #91a0ae;
  position: absolute;
  left: 30px;
  top: 2px;
  line-height: 1 !important;
}
.contacts__main__phone:before {
  background: url('../img/sprite-s26bd9acbaa.png') -88px -342px no-repeat;
  height: 21px;
  width: 21px;
}
.contacts__main__email:before {
  background: url('../img/sprite-s26bd9acbaa.png') -88px -306px no-repeat;
  height: 17px;
  width: 21px;
  left: 1px;
}
.contacts__main__url:before {
  background: url('../img/sprite-s26bd9acbaa.png') -85px -427px no-repeat;
  height: 21px;
  width: 24px;
}
.contacts__persons {
  border-top: 2px solid #dde2e7;
  padding-top: 20px;
}
.contacts__persons__item {
  width: 50%;
  float: left;
  padding-right: 20px;
  display: table;
  margin-bottom: 30px;
}
.contacts__persons__cell {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.contacts__persons__cell:first-child {
  width: 120px;
  padding-left: 0;
}
.contacts__persons__cell img {
  display: block;
  border-bottom: 2px solid #ff5146;
}
.contacts__persons__name {
  font: 30px "bebas_neuebold";
  display: inline-block;
  color: #474747;
  line-height: 1;
}
.contacts__persons__occu {
  display: block;
  font: 14px "arimoregular";
  margin: 2px 0;
}
.contacts__persons__phone {
  line-height: 1.2;
  font: 24px "arimobold";
  color: #353535;
}
.contacts__persons__contacts {
  display: table;
  font: 15px "arimoregular";
  line-height: 1.2;
}
.contacts__persons__contacts dt {
  display: inline-block;
  width: 55px;
  text-align: right;
}
.contacts__persons__contacts dd {
  display: inline-block;
  margin-left: 3px;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  float: left;
  width: 290px;
  margin-left: -100%;
  position: relative;
}
.left-sidebar .icon__sidebar {
  display: inline-block;
  background: url('../img/sprite-s26bd9acbaa.png') -91px -891px no-repeat;
  height: 18px;
  width: 18px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: absolute;
  top: 9px;
  left: 5px;
  opacity: 0;
  z-index: 0;
}
.left-sidebar__inside {
  padding-left: 30px;
}
.left-sidebar__nav-list {
  background-color: #fff;
  padding: 5px 0;
}
.left-sidebar__nav-list__item {
  position: relative;
  border-top: 1px solid #f4f5f7;
}
.left-sidebar__nav-list__item:first-child {
  border-top: 0;
}
.left-sidebar__nav-list__item.active .icon__sidebar {
  display: inline-block !important;
  background: url('../img/sprite-s26bd9acbaa.png') -91px -854px no-repeat;
  height: 18px;
  width: 18px;
  opacity: 1;
}
.left-sidebar__nav-list__item.active .left-sidebar__nav-list__link {
  color: #ff5146 !important;
}
.left-sidebar__nav-list__item:hover .icon__sidebar {
  opacity: 1;
}
.left-sidebar__nav-list__link {
  display: block;
  padding: 6px 10px 6px 30px;
  font: 21px "bebas_neue_regularregular";
  color: #566177;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.left-sidebar__nav-list__link:hover {
  color: #ff5146;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  margin: -180px auto 0;
  height: 180px;
  background: #fff;
  position: relative;
  clear: both;
}
.footer__nav {
  background-color: #ff5146;
  text-align: center;
  padding: 13px 0;
}
.footer__nav__list-item {
  display: inline-block;
  margin: 0px 10px;
}
.footer__nav__link {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font: 20px "bebas_neue_regularregular";
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__nav__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  -webkit-transition-property: left, width, background-color;
  transition-property: left, width, background-color;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  left: 50%;
  background-color: #fff;
}
.footer__nav__link:hover {
  color: #ffc9c6;
}
.footer__nav__link:hover:after {
  width: 100%;
  left: 0;
  background-color: #ffc9c6;
}
.footer__middle {
  padding: 21px 30px 15px 30px;
}
.footer__logo {
  padding-left: 50px;
  position: relative;
  width: 260px;
  line-height: 0.9;
  float: left;
}
.footer__logo .icon__footer-logo {
  position: absolute;
  left: 0;
  display: inline-block;
  bottom: 0;
  background: url('../img/sprite-s26bd9acbaa.png') -63px -521px no-repeat;
  height: 41px;
  width: 46px;
}
.footer__logo__text {
  font: 12px "arimoitalic";
  color: #768191;
  line-height: 1.15;
}
.footer__block-desc {
  font: 11px "arimoregular";
  color: #9eaaba;
  line-height: 0.95;
}
.footer__phone-block {
  text-align: right;
  width: 180px;
  float: left;
  margin-left: 35px;
}
.footer__phone-block__number {
  font: 36px "bebas_neuebold";
  display: inline-block;
  line-height: 1;
}
.footer__mail-link {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  font: 14px "arimoregular";
  color: #2579bf;
  display: inline-block;
  text-decoration: none;
}
.footer__mail-link:hover {
  color: #00aeef;
}
.footer__address-block {
  width: 140px;
  float: left;
  margin-left: 35px;
  line-height: 1;
}
.footer__address-block__post {
  font: 11px "arimoregular";
  color: #323232;
}
.footer__dev {
  float: right;
  text-align: right;
}
.footer__dev__link {
  display: block;
  background: url('../img/sprite-s26bd9acbaa.png') 0 -467px no-repeat;
  height: 35px;
  width: 109px;
}
.footer__bottom {
  border-top: 1px solid #eaeaea;
  text-align: center;
}
.footer__copyrights {
  font: 11px "arimoregular";
  line-height: 30px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 44px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.item-card__slider-bottom .slick-prev, .item-card__slider-bottom .slick-next {
  top: 50%;
  margin-top: -22px;
}
.item-card__slider-bottom .slick-prev:before, .item-card__slider-bottom .slick-next:before {
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -15px/2;
}
.item-card__slider-bottom .slick-prev:hover:before {
  background: url('../img/sprite-s26bd9acbaa.png') -103px -68px no-repeat;
  height: 10px;
  width: 6px;
}
.item-card__slider-bottom .slick-prev:before {
  background: url('../img/sprite-s26bd9acbaa.png') -103px -39px no-repeat;
  height: 10px;
  width: 6px;
}
.item-card__slider-bottom .slick-next:hover:before {
  background: url('../img/sprite-s26bd9acbaa.png') -103px -126px no-repeat;
  height: 10px;
  width: 6px;
}
.item-card__slider-bottom .slick-next:before {
  background: url('../img/sprite-s26bd9acbaa.png') -103px -97px no-repeat;
  height: 10px;
  width: 6px;
}
.item-card__slider-bottom .slick-prev {
  left: -22px;
}
[dir="rtl"] .item-card__slider-bottom .slick-prev {
  left: auto;
  right: -22px;
}
.item-card__slider-bottom .slick-prev:before {
  content: "←";
}
[dir="rtl"] .item-card__slider-bottom .slick-prev:before {
  content: "→";
}
.item-card__slider-bottom .slick-next {
  right: -22px;
}
[dir="rtl"] .item-card__slider-bottom .slick-next {
  left: -22px;
  right: auto;
}
.item-card__slider-bottom .slick-next:before {
  content: "→";
}
[dir="rtl"] .item-card__slider-bottom .slick-next:before {
  content: "←";
}

.cat-slider .slick-prev, .cat-slider .slick-next {
  right: 24px !important;
  background: #fff;
  height: 40px;
  width: 42px;
}
.cat-slider .slick-prev:before, .cat-slider .slick-next:before {
  content: '';
  width: 35px;
  height: 19px;
  top: 50%;
  margin-top: -19px/2;
  left: 50%;
  margin-left: -35px/2;
}
.cat-slider .slick-prev {
  bottom: 41px;
}
.cat-slider .slick-prev:before {
  background: url('../img/sprite-s26bd9acbaa.png') -73px 0 no-repeat;
  height: 20px;
  width: 36px;
}
.cat-slider .slick-next {
  bottom: 103px;
}
.cat-slider .slick-next:before {
  background: url('../img/sprite-s26bd9acbaa.png') -73px -155px no-repeat;
  height: 20px;
  width: 36px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*Chocolate styles
------------------------------------------------------------------------------*/
#Choco_overlay {
  background-color: #242525 !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  padding: 0;
  margin: 0;
}

#Choco_content {
  display: none;
  width: 800px;
  height: 600px;
  z-index: 1001;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -300px;
  border-top: 1px solid transparent;
  /*Yes, adjust image perfectly at the center of a box, don't know why.*/
}

#Choco_left_arrow {
  float: left;
  background: url('../img/sprite-s26bd9acbaa.png') -91px -1542px no-repeat;
  height: 35px;
  width: 18px;
  left: -33px;
}

#Choco_right_arrow {
  float: right;
  background: url('../img/sprite-s26bd9acbaa.png') -90px -1596px no-repeat;
  height: 35px;
  width: 19px;
  right: -33px;
}

.Choco_arrows {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -18px;
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 75);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.Choco_arrows:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 100);
}

#Choco_container_photo {
  text-align: center;
  width: 800px;
  height: 600px;
}
#Choco_container_photo img {
  -webkit-box-shadow: 0px 0px 30px 5px #1D1D1D;
  -moz-box-shadow: 0px 0px 30px 5px #1D1D1D;
  box-shadow: 0px 0px 30px 5px #1D1D1D;
}

#Choco_container_description {
  display: none !important;
}

#Choco_container_title {
  float: left;
  padding: 5px;
}

#Choco_container_via {
  padding: 5px;
  float: right;
}

#Choco_container_via a {
  color: gray;
}

#Choco_container_via a:hover {
  color: white;
  background: gray;
}

#Choco_close {
  background: url('../img/sprite-s26bd9acbaa.png') -72px -194px no-repeat;
  height: 37px;
  width: 37px;
  z-index: 1002;
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: -5px;
  display: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 75);
}
#Choco_close:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 100);
}

#Choco_loading {
  width: 9px;
  height: 11px;
  background-image: url(../img/ajax-loader.gif);
  background-repeat: no-repeat;
  z-index: 1002;
  cursor: pointer;
  float: right;
  margin-top: -20px;
  display: none !important;
}

#Choco_bigImage {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -5px;
}

.ie .mp-cat__link__hover {
  background: url('../img/mp_cat-se0735bbd26.png') 0 -1100px no-repeat;
  height: 151px;
  width: 236px;
}

.ie8 .header__trigger--search:hover {
  right: 97px;
  top: 24px;
}
.ie8 .header__trigger--search:hover .icon__search {
  background: url('../img/sprite-s26bd9acbaa.png') -86px -1459px no-repeat;
  height: 24px;
  width: 23px;
}
.ie8 .header__trigger--search:hover .header__trigger__text {
  left: -18px;
  top: 29px;
}
.ie8 .header__overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
.ie8 .left-sidebar .icon__sidebar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ie8 .left-sidebar__nav-list__item.active .icon__sidebar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}
.ie8 .left-sidebar__nav-list__item:hover .icon__sidebar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .icon__download-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ie8 .downloads__link:hover .icon__download-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .img-block__overlay__inside {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ie8 .news-list__image__overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ie8 .mp-cat__link .icon__mp-cat-1 {
  display: inline-block !important;
}
.ie8 .mp-cat__link .icon__mp-cat-1__hover {
  display: none !important;
}
.ie8 .mp-cat__link .icon__mp-cat-2 {
  display: inline-block !important;
}
.ie8 .mp-cat__link .icon__mp-cat-2__hover {
  display: none !important;
}
.ie8 .mp-cat__link .icon__mp-cat-3 {
  display: inline-block !important;
}
.ie8 .mp-cat__link .icon__mp-cat-3__hover {
  display: none !important;
}
.ie8 .mp-cat__link .icon__mp-cat-4 {
  display: inline-block !important;
}
.ie8 .mp-cat__link .icon__mp-cat-4__hover {
  display: none !important;
}
.ie8 .mp-cat__link .icon__mp-cat-5 {
  display: inline-block !important;
}
.ie8 .mp-cat__link .icon__mp-cat-5__hover {
  display: none !important;
}
.ie8 .mp-cat__link .icon__mp-cat-6 {
  display: inline-block !important;
}
.ie8 .mp-cat__link .icon__mp-cat-6__hover {
  display: none !important;
}
.ie8 .mp-cat__link .icon__mp-cat-7 {
  display: inline-block !important;
}
.ie8 .mp-cat__link .icon__mp-cat-7__hover {
  display: none !important;
}
.ie8 .mp-cat__link .icon__mp-cat-8 {
  display: inline-block !important;
}
.ie8 .mp-cat__link .icon__mp-cat-8__hover {
  display: none !important;
}
.ie8 .mp-cat__link .icon__mp-cat-9 {
  display: inline-block !important;
}
.ie8 .mp-cat__link .icon__mp-cat-9__hover {
  display: none !important;
}
.ie8 .mp-cat__link .icon__mp-cat-10 {
  display: inline-block !important;
}
.ie8 .mp-cat__link .icon__mp-cat-10__hover {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-1 {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-1__hover {
  display: inline-block !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-2 {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-2__hover {
  display: inline-block !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-3 {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-3__hover {
  display: inline-block !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-4 {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-4__hover {
  display: inline-block !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-5 {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-5__hover {
  display: inline-block !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-6 {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-6__hover {
  display: inline-block !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-7 {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-7__hover {
  display: inline-block !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-8 {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-8__hover {
  display: inline-block !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-9 {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-9__hover {
  display: inline-block !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-10 {
  display: none !important;
}
.ie8 .mp-cat__link:hover .icon__mp-cat-10__hover {
  display: inline-block !important;
}

#modalCommunication {
    width: 432px;
}
#modal-dialog {
    margin-left: 52px;
    width: 327px;
}
.eform .header-form {
    font-size: 30px;
    color: #2a415d;
    font-family: "bebas_neue_regularregular";
    display: block;
    margin: 0 auto 25px;
    text-align: center;
}
.eform label input {
    height: 35px;
    margin-bottom: 15px;
}
.eform label input, .eform label textarea {
    width: 310px;
    border: 1px solid #737373;
    padding-left: 15px;
    font-size: 16px;
}
.eform label textarea {
    height: 170px;
    font-family: arial;
    resize: none;
    padding-top: 11px;
}
#btn-close {
    padding: 2px 0px 0px 0px;
    border-radius: 50%;
    color: #e74237;
    position: relative;
    left: 348px;
    font-family: "Lucida Console";
    font-size: 17px;
    height: 23px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    width: 23px;
    background-color: #fff;
    cursor: pointer;
}
.modal-backdrop {
  background-color: #192940 !important;
}
.red-button {
    width: 156px;
    height: 46px;
    background-color: #ff5146;
    margin: auto;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 29px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
}
.red-button:hover {
    background-color: #d8251a;
}
#thank {
    margin-bottom: 20px;
    font-size: 14px;
}

.contacts-cooperator-red-button {
    background-color:#ff5146;
    display: block !important;
    width: initial !important;
    font-size: 12px !important;
    color: #fff !important;
    cursor: pointer;
    padding: 7px 10px;
    text-transform: uppercase;
    margin-top: 10px;
}
.contacts-cooperator-red-button:hover {
    background-color: #fd6d64;
}
.modal.fade {
    top: -150%;
}
.special, .specialField {
    display:none;
}