.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dib {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.dim {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  *display: inline;
}
.button {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  *display: inline;
}
.clearfix:after {
  clear: both;
  display: table;
  content: "";
}
.padding45 {
  padding: 0 45px;
}
.padding20 {
  padding: 0 20px;
}
.w1255 {
  max-width: 1255px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
img {
  vertical-align: middle;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  color: #000;
}
input[type='checkbox'] + label span,
input[type='radio'] + label span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  position: relative;
  top: 2px;
}
input[type='checkbox'] + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #0055b4;
  color: #0055b4;
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
  vertical-align: middle;
  text-align: center;
}
input[type='checkbox']:checked + label::before {
  content: '\f00c';
}
input[type='radio'] + label::before {
  content: '\f10c';
  display: inline-block;
  font-family: 'FontAwesome';
  color: #0055b4;
  font-size: 21px;
  text-align: center;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
input[type='radio']:checked + label::before {
  content: "\f192";
  color: #0055b4;
}
.wrap__inner {
  max-width: 1255px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 65px;
  padding: 0 45px;
}
.wrap__inner.hornav {
  padding: 0 20px;
  margin-bottom: 0;
}
.wrap__inner.header__main {
  margin-top: 5px;
  margin-bottom: 0;
}
.wrap {
  font-family: 'Open Sans', sans-serif;
  max-width: 1255px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  width: 100%;
}
.header__top {
  background: #cbedff;
}
.hornav-mobile {
  display: none;
  text-align: left;
  height: 40px;
  background: #0055b4;
  color: #fff;
  font-size: 30px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
  border-radius: 3px;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hornav {
  position: relative;
}
.hornav-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hornav-layout.mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  background: #0055b4;
  display: none;
}
.hornav-layout.mobile .hornav-link {
  display: block;
}
.hornav-layout.mobile .hornav-second__layout {
  display: block;
  position: static;
}
.hornav-item {
  margin: 0 15px;
  vertical-align: middle;
  position: relative;
  padding: 14px 0;
}
.hornav-item.active:after {
  content: "\f078";
  color: #0055b4;
  font-family: 'FontAwesome';
  font-size: 10px;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 7px;
}
.hornav-item:hover .hornav-second__layout {
  display: block;
}
.hornav-item.haschild i {
  display: none;
}
.hornav-link {
  text-decoration: none;
  font-size: 17px;
  color: #000;
}
.hornav-link:hover {
  text-decoration: underline;
}
.hornav__second-layout {
  display: none;
  background: #0055b4;
  position: absolute;
  left: 0;
  top: 33px;
  padding: 10px;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hornav__second-link {
  font-size: 13px;
  color: #fff;
}
.hornav__second-link:hover {
  text-decoration: none;
}
.header__main {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.header__company {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logo {
  margin-right: 20px;
  height: 140px;
}
.header__logo img {
  max-height: 100%;
}
.header__info .company-name {
  background-image: url('/img/logo-title.png');
  padding-bottom: 12%;
  width: 181px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  margin-bottom: 10px;
}
.header__info .company-slogan {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.1em;
}
.header__contacts {
  width: 100%;
  max-width: 580px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  position: relative;
}
.header__contacts-w {
  margin-top: 5px;
  line-height: 1;
}
.header__contacts:after {
  content: '';
  display: block;
  width: 1px;
  background-color: #cbedff;
  height: calc(100% - 50px);
  top: 25px;
  left: 0;
  position: absolute;
}
.contacts__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.social-item {
  text-decoration: none;
  color: #FFF;
  display: block;
  background: #FFF;
  width: 22px;
  height: 22px;
  background: #675b99;
  text-align: center;
  line-height: 22px;
  margin-left: 5px;
  border-radius: 100%;
  font-size: 13px;
  transition: 0.3s all;
}
.social-item:hover {
  background: #0055b4;
}
.social-item:first-child {
  margin-left: 0;
}
.header__address {
  font-size: 15px;
  font-weight: 300;
}
.header__phone {
  font-size: 27px;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
}
.header__phone-item {
  margin-right: 10px;
  white-space: nowrap;
}
.header__hours {
  font-size: 13px;
  margin-top: 10px;
}
.header-order {
  border-radius: 25px;
  background: #0055b4;
  box-shadow: 1px 1px 1px 1px #675b99;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  padding: 0 15px;
  border: none;
  margin-left: auto;
  font-size: 15px;
  width: 200px;
}
.slider {
  width: 100%;
  height: 380px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider .wrap__inner {
  margin: 0;
  overflow: hidden;
}
.slider__wrap {
  width: 100%;
  border: 1px solid #fff;
  min-height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  background-color: rgba(243, 239, 253, 0.4);
}
#slider {
  max-width: 1100px;
  overflow: hidden;
}
.slider__item-w {
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.slider__img {
  width: 100%;
  max-width: 550px;
  min-height: 140px;
}
.slider__info {
  width: 100%;
  max-width: 550px;
  min-height: 140px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
}
.slider__info-title {
  font-size: 30px;
  color: #0055b4;
}
.slider__info-text {
  font-size: 15px;
  margin-top: 10px;
}
.slider-controls {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  width: 100%;
}
#sl-prev {
  display: block;
  background-image: url("/img/slider-controls.png");
  background-repeat: no-repeat;
  background-position: 0 -34px;
  width: 33px;
  height: 33px;
  position: absolute;
  left: -18px;
  top: 0;
}
#sl-prev:hover {
  background-position: 0 0;
}
#sl-next {
  display: block;
  background: url("/img/slider-controls.png") no-repeat -34px -34px;
  width: 33px;
  height: 33px;
  position: absolute;
  right: -18px;
  top: 0;
}
#sl-next:hover {
  background-position: -34px 0;
}
.home-about {
  margin-top: 70px;
}
.title-with-lines {
  text-align: center;
  text-transform: uppercase;
  color: #0055b4;
  font-size: 36px;
  font-weight: 300;
  position: relative;
}
.title-with-lines .title {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 0 20px;
}
.title-with-lines:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #010101;
  position: absolute;
  left: 0;
  top: 7px;
}
.title-without-lines {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 37px;
  font-weight: 600;
  position: relative;
}
.title-without-lines .title {
  z-index: 2;
  padding: 0 20px;
}
.home-about__text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.home__readmore {
  text-align: center;
  position: relative;
}
.home__readmore:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #010101;
  position: absolute;
  left: 0;
  top: 20px;
}
.home__readmore.gallery {
  margin-top: 30px;
}
.about-readmore {
  border-radius: 25px;
  background: #0055b4;
  box-shadow: 1px 1px 1px 1px #000000;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  padding: 0 15px;
  border: none;
  font-size: 17px;
  height: 40px;
  font-weight: 600;
}
.readmore__w {
  background: #FFF;
  padding: 0 35px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 270px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.rubricks {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 75px 0 25px;
  background-size: cover !important;
}
.rubricks-w {
  margin-bottom: 20px;
}
.rubricks__title {
  color: #FFF;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 1.3em;
}
.rubricks__title.sale {
  padding-top: 0;
}
.rubricks__list {
  margin-top: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: -55px;
}
.rubricks__item {
  max-width: 355px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border: 1px solid #cbedff;
  text-decoration: none;
  margin-bottom: 75px;
  transition: 0.5s all;
}
.rubricks__item.empty {
  visibility: hidden;
}
.rubricks__item:hover {
  border: 1px solid #000;
}
.rubricks__name {
  color: #FFF;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Open Sans Condensed', sans-serif;
  padding-top: 70px;
  text-align: center;
  padding-bottom: 25px;
  line-height: 1.3em;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}
.rubricks__img {
  width: 112px;
  height: 112px;
  border-radius: 100%;
}
.rubricks__img-w {
  width: 129px;
  height: 128px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -64px;
  margin-left: -70px;
  flex-shrink: 0;
}
.rubricks__img-w img {
  width: 112px;
  height: 112px;
  border-radius: 100%;
}
.home-gallery {
  margin-top: 70px;
}
.home-gallery .title {
  font-weight: 100;
}
.home-gallery__descr {
  margin-top: 20px;
}
.home-gallery__list {
  margin-top: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.home-gallery__item {
  width: 388px;
  height: 291px;
  display: block;
  position: relative;
  background-size: cover !important;
}
.home-gallery__item:hover .gallery-hover {
  display: block;
}
.gallery-hover {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -33px;
  transition: 0.5s all ease-in-out;
  display: none;
  border-top: 5px solid #0055b4;
  border-bottom: 5px solid #0055b4;
}
.gallery-hover__w {
  background: #cbedff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 17px;
  font-weight: 100;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sale-block {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 50px;
  position: relative;
  margin-top: 60px;
}
.sale-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.sale-form__action {
  color: #FFF;
  width: 100%;
  max-width: 355px;
}
.sale-input {
  border: 1px solid #e5c2fb;
  border-radius: 25px;
  background: none;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 355px;
  outline: none;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sale-input::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  /* WebKit browsers */
  color: #fff;
}
.sale-input:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  opacity: 1;
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.sale-input::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  opacity: 1;
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.sale-input:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  /* Internet Explorer 10+ */
  color: #fff;
}
.sale-form__submit {
  border-radius: 25px;
  background: #ff755b;
  box-shadow: 1px 1px 1px 1px #d33b46;
  text-decoration: none;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  padding: 0 15px;
  height: 48px;
  width: 100%;
  max-width: 355px;
  border: none;
  text-align: center;
  font-size: 25px;
}
.sale-message {
  background: #0055b4;
  min-height: 115px;
  width: 100%;
  margin-top: 55px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px 10px 30px;
}
.sale-message__w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sale-message .rubricks__title {
  padding-top: 75px;
}
.sale-message:after {
  content: "";
  position: absolute;
  right: 150px;
  top: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 24px;
  border-color: transparent transparent #0055b4 transparent;
}
.sale-message__big {
  font-weight: 300;
  color: #493E79;
  font-size: 50px;
  text-transform: uppercase;
  margin-right: 35px;
}
.sale-message__small {
  font-size: 22px;
  font-weight: 300;
  color: #493E79;
  margin-right: 35px;
}
.sale-message__timer {
  color: #0055b4;
  font-weight: 100;
  font-size: 60px;
  border-left: 1px solid #0055b4;
  padding-left: 50px;
  padding-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.sale-message__timer span {
  margin-right: 15px;
}
.sale-message__timer span:last-child {
  margin-right: 0;
}
.reviews-block {
  background-image: url('/img/demo/reviews.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 1px;
}
.reviews__list {
  margin-top: 50px;
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
}
.reviews__list:after {
  clear: both;
  display: table;
  content: "";
}
.reviews__item {
  width: 355px;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}
.reviews__item-w {
  background: #e1f0f8;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 25px;
}
.reviews__item-w:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 22.5px 0 22.5px;
  border-color: #e1f0f8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -22.5px;
  bottom: -17px;
}
.reviews__img {
  width: 111px;
  height: 111px;
  border-radius: 100%;
}
.reviews__img-w {
  width: 128px;
  height: 129px;
  background: url("/img/reviews-icon.png") no-repeat 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 10px auto 0;
}
.reviews__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
}
.reviews__person {
  text-align: center;
  margin-top: 25px;
}
.reviews__name {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
.reviews__place {
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
  color: #ffffff;
}
.reviews__controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.reviews__controls #prev {
  width: 34px;
  height: 34px;
  background: url("/img/reviews-controls.png") no-repeat 0 0;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}
.reviews__controls #next {
  width: 34px;
  height: 34px;
  background: url("/img/reviews-controls.png") no-repeat -34px 0;
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
}
.main-inner {
  margin-bottom: 40px;
}
.slider-inner {
  width: 100%;
  height: 300px;
}
.template-page .slider-inner {
  position: relative;
}
.news-block {
  background-color: #e1e8ee;
  padding: 25px 0 25px;
}
.news-block + .footer {
  margin-top: 0;
}
.inner-news__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.inner-news__item {
  text-align: center;
  width: 100%;
  max-width: 360px;
  margin-top: 25px;
}
.inner-news__img {
  border-radius: 100%;
  width: 106px;
  height: 108px;
}
.inner-news__img-w {
  overflow: hidden;
  width: 129px;
  height: 128px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.inner-news__title {
  background: #e1e8ee;
  padding-top: 10px;
  position: relative;
  margin-top: -40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  margin-bottom: 10px;
  line-height: 1em;
}
.inner-news__title .link {
  color: #5A4D91;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.inner-news__date {
  color: #0055b4;
  font-weight: 400;
  font-size: 15px;
  position: relative;
}
.inner-news__date:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0055b4;
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
}
.inner-news__date-w {
  position: relative;
  background: #e1e8ee;
  padding: 0 5px;
  z-index: 2;
  display: inline;
}
.inner-news__date .day {
  font-weight: 500;
  font-size: 18px;
}
.inner-news__descr {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.order-block {
  width: 100%;
  height: 170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.order-block .wrap__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.order-block + .footer {
  margin-top: 0;
}
.order-block__w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0055b4;
  line-height: 1;
  padding: 10px 0px;
  width: 100%;
}
.order-block__w .link {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: initial;
}
.footer {
  width: 100%;
  padding: 50px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 50px;
}
.footer .wrap__inner {
  height: 100%;
  position: relative;
  margin-bottom: 0;
}
.footer .counter {
  position: absolute;
  right: 10px;
}
.footer-copyr {
  position: relative;
}
.footer-inner {
  background: #0055b4;
}
.footer-inner .footer-nav {
  background: #FFF;
}
.footer__contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.footer__contacts-item {
  width: 100%;
  max-width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.footer__contacts-item .work-time {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
}
.footer__contacts-item.address {
  max-width: 450px;
}
.footer__icon {
  margin-bottom: 30px;
  height: 42px;
  flex-shrink: 0;
}
.footer__icon img {
  max-height: 100%;
}
.footer__phone {
  height: 100%;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  color: #021737;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__address {
  height: 100%;
  font-size: 20px;
  color: #021737;
  font-weight: 300;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.footer__email {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__email a {
  color: #0055b4;
  font-size: 20px;
  font-weight: 600;
}
.footer__bottom {
  width: 100%;
  max-width: 1165px;
  margin-top: 75px;
}
.footer-nav {
  background: #cbedff;
  height: 60px;
}
.footer-nav__layout {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footer-nav__item {
  margin-left: 15px;
  margin-right: 15px;
}
.footer-nav__link {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
.footer-copyr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 52px;
  background: #0055b4;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.3;
}
.footer-copyr a {
  color: #ffffff;
}
.footer-counters {
  max-width: 1155px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.footer-counters__item {
  margin-left: 10px;
}
.footer-counters__item:first-child {
  margin-left: 0;
}
.footer-map {
  width: 100%;
  overflow: hidden;
}
.popup__wrap {
  box-sizing: border-box;
  padding: 40px 20px;
  background: #fff;
  border: 15px solid #0055b4;
}
.popup__wrap input {
  background: #cbedff;
  border-radius: 25px;
  border: none;
  display: block;
  height: 34px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #000;
  width: 100%;
}
.popup__wrap input::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* WebKit browsers */
  color: #000;
}
.popup__wrap input:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  opacity: 1;
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.popup__wrap input::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  opacity: 1;
  /* Mozilla Firefox 19+ */
  color: #000;
}
.popup__wrap input:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* Internet Explorer 10+ */
  color: #000;
}
.popup__wrap input.invisible {
  display: none;
}
.popup__wrap .request-form__action {
  text-align: center;
  margin-top: 10px;
}
.popup__wrap .sale-form__submit {
  border-radius: 25px;
  background: #0055b4;
  box-shadow: 1px 1px 1px 1px #675b99;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  padding: 0 15px;
  border: none;
  margin: 0 auto;
  font-size: 16px;
}
.calc {
  background-image: url('/img/demo/calc.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 60px;
}
.calc .wrap__inner {
  margin-bottom: 0;
}
.calc__title {
  position: relative;
  overflow: hidden;
  line-height: initial;
}
.calc__title:before {
  display: none;
}
.calc__title .title {
  background-color: transparent;
  position: relative;
}
.calc__title .title:after,
.calc__title .title:before {
  content: '';
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
}
.calc__title .title:after {
  left: 100%;
}
.calc__title .title::before {
  right: 100%;
}
.calc__text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.calc__list {
  margin-top: 40px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.calc__item {
  width: calc((100% - 92px) / 3);
  display: flex;
  flex-direction: column;
}
.calc__item label {
  color: #0055b4;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.calc__discr {
  font-size: 16px;
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
}
.calc__discr sup {
  color: #0055b4;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  top: 0;
  margin-right: 5px;
}
.calc__result {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 24px;
  color: #0055b4;
  text-align: center;
  font-weight: 700;
  line-height: initial;
}
.calc__submit {
  border-radius: 25px !important;
  background: #0055b4;
  box-shadow: 1px 1px 1px 1px #000000;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  box-sizing: border-box;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  width: 100%;
  padding: 0 15px;
  border: none;
  font-size: 17px;
  height: 40px;
  font-weight: 600;
  margin: auto;
}
.calc__submit_w {
  position: relative;
  max-width: 250px;
  display: block;
  margin: auto;
}
.calc__submit_w:after,
.calc__submit_w:before {
  content: '';
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
}
.calc__submit_w:after {
  left: calc(100% + 15px);
}
.calc__submit_w::before {
  right: calc(100% + 15px);
}
.calc__bottom {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  margin-top: 45px;
}
.calc .select2-container {
  width: 100% !important;
  max-width: 100%;
}
.calc .select2-container--default .select2-selection--single {
  height: 56px;
  background-color: #cbedff;
  border: 0 !important;
}
.calc .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  font-size: 17px;
  height: 100%;
}
.calc .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 37px;
  border-left: 1px solid #fff;
  background-color: #cbedff;
}
.calc .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #0055b4 transparent transparent transparent;
  margin-left: -8px;
}
.calc .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 45px;
  padding-left: 25px;
  display: block;
  line-height: 56px;
}
.select2-container--default .select2-results__option {
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
}
.coffin_view a {
  color: #0055b4;
  font-weight: 500;
}
.avia {
  display: flex;
}
.avia__left {
  width: 50%;
}
.avia__right {
  width: 50%;
  padding-left: 50px;
}
.avia__descr {
  line-height: 1.1;
}
.avia__form {
  margin-bottom: 30px;
}
.avia__row {
  width: 100%;
}
.avia__row:not(:last-of-type) {
  margin-bottom: 30px;
}
.avia__row_price {
  margin-top: 40px;
}
.avia__title {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.avia__radio:not(:last-of-type) {
  margin-bottom: 20px;
}
.avia__radio label {
  display: inline-flex;
}
.avia__radio-img {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  padding: 5px;
  flex-shrink: 0;
  margin-right: 10px;
  box-sizing: border-box;
}
.avia__radio-picture {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.avia__radio-title {
  font-size: 16px;
}
.avia__radio-text {
  margin-top: 10px;
  line-height: 1.1;
}
.avia__price {
  font-size: 18px;
  font-weight: 700;
}
.avia__result {
  border: 2px solid #000;
  padding: 20px;
  margin-top: 24px;
}
.avia__result-item:not(:last-of-type) {
  margin-bottom: 6px;
}
.avia__result-item_result {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.avia__result-name {
  font-weight: 700;
}
.avia__result-name_result {
  font-weight: 700;
  font-size: 20px;
}
.avia__result-value {
  display: inline-block;
}
.avia__result-value.empty {
  color: #E81010;
}
.avia__result-value_result {
  font-weight: 700;
  font-size: 22px;
}
.avia .select2-container {
  width: 320px !important;
}
.avia .select2-selection--single {
  border: 2px solid #0055b4 !important;
}
.avia .select2-container .select2-selection--single {
  height: 36px;
}
.avia .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}
.avia .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.template-page .select2-container--default .select2-results__option {
  height: initial !important;
  min-height: 20px;
}
.btn-calk {
  width: 50%;
  margin-top: 20px;
}
.btn-calk.page {
  margin: 20px auto;
  position: absolute;
  bottom: 0;
  left: 45px;
}
.btn-calk li {
  margin-bottom: 10px;
}
.btn-calk a {
  text-transform: inherit;
  white-space: nowrap;
}
.btn-calk a.button {
  font-size: 16px;
  border-radius: 5px;
  padding: 7px;
  background: black;
  font-style: italic;
  text-decoration: none;
}
.content {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
  color: #010101;
}
.content h1 {
  font-size: 42px;
  font-weight: 100;
  line-height: 1.05em;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #0055b4;
}
.content h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 1em 0;
  color: #0055b4;
  line-height: 1.1em;
}
.content h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 1em 0 1em 0;
  color: #0055b4;
  line-height: 1.1em;
}
.content p {
  margin: 1em 0;
}
.content input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.content select,
.content input {
  outline: 0;
}
.content .wysiwyg ul {
  padding-left: 20px;
  list-style-type: none;
}
.content .wysiwyg ul li {
  position: relative;
  padding-left: 15px;
}
.content .wysiwyg ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #0055b4;
}
.content .wysiwyg table th {
  padding: 5px 0;
  border: 1px solid #0055b4;
  background: #e3f5ff;
}
.content .wysiwyg table td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #0055b4;
}
.content .wysiwyg ol {
  padding-left: 35px;
}
.content .wysiwyg a {
  color: #0055b4;
}
.content .wysiwyg .ck-image-left {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #0055b4;
  background: none;
  float: left;
  margin: 5px 20px 10px 0;
  max-width: 100%;
}
.content .wysiwyg .ck-image-right {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  float: right;
  margin: 5px 0 10px 20px;
  max-width: 100%;
  border-bottom: 1px solid #0055b4;
}
.content .wysiwyg .ck-image {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  float: none;
  margin: 0;
  max-width: 100%;
  border-bottom: 1px solid #0055b4;
}
.content .wysiwyg .ck-table-user th {
  padding: 5px 0;
  border: 1px solid #0055b4;
  background: none;
}
.content .wysiwyg .ck-table-user td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #0055b4;
}
.content .wysiwyg .ck-spoiler p {
  margin-top: 0;
  margin-bottom: 1em;
}
.content .wysiwyg .ck-table-invisible {
  border-collapse: collapse;
  border: none;
}
.content .wysiwyg .ck-table-invisible td,
.content .wysiwyg .ck-table-invisible th {
  border: none;
  padding: 0;
  background: none;
}
.content .wysiwyg .ck-hidden {
  display: none;
}
.module {
  margin: 30px 0;
  clear: both;
}
.module a {
  color: #0055b4;
}
.module__stretch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module__breadcrumbs {
  margin-top: 30px !important;
  border-bottom: 1px solid #c48cc2;
  padding-bottom: 10px;
}
.breadcrumbs__item {
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
  color: #010101;
  display: inline;
  vertical-align: middle;
}
.breadcrumbs__item:first-child {
  margin-left: 0;
}
.breadcrumbs__item:first-child:before {
  content: none;
}
.breadcrumbs__item:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 8px;
  padding-right: 5px;
  vertical-align: middle;
  color: #0055b4;
}
.breadcrumbs__link {
  font-size: 12px;
  text-decoration: underline;
  color: #0055b4;
}
.module__back {
  border-top: 1px solid #ddd;
  padding-top: 5px;
}
.module__back a {
  font-size: 13px;
  font-weight: 300;
  text-decoration: underline;
  color: #0055b4;
}
.module__back i {
  margin-right: 5px;
  color: #0055b4;
}
.module__news-left {
  margin-top: 20px;
}
.module__news-left .news__item {
  margin-top: 20px;
}
.module__news-left .news__item:first-child {
  margin-top: 0;
}
.module__news-left .news__date {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  text-align: center;
  color: #0055b4;
}
.module__news-left .news__date:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 65px;
  height: 1px;
  background: #ddd;
}
.module__news-left .news__date:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 65px;
  height: 1px;
  background: #ddd;
}
.module__news-left .news__item-info {
  line-height: 16px;
}
.module__news-left .news__item-info a {
  font-size: 12px;
  text-decoration: none;
  color: #000;
}
.module__news-left .news__item-info a:hover {
  text-decoration: underline;
}
.module__news-left .news__all {
  line-height: 1em;
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.module__news-left .news__all:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 65px;
  height: 2px;
  background: #0055b4;
}
.module__news-left .news__all:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 2px;
  display: block;
  width: 65px;
  height: 2px;
  background: #0055b4;
}
.module__news-left .news__all-link {
  font-size: 12px;
  text-transform: lowercase;
  color: #010101;
  border-bottom: #bfbfbf;
}
.module__news .news__item,
.module__articles .news__item,
.module__offers .news__item {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module__news .news__item:first-child,
.module__articles .news__item:first-child,
.module__offers .news__item:first-child {
  margin-top: 0;
}
.module__news .news__item .news__date,
.module__articles .news__item .news__date,
.module__offers .news__item .news__date {
  font-size: 10px;
  color: #676767;
}
.module__news .news__img-w,
.module__articles .news__img-w,
.module__offers .news__img-w {
  position: relative;
  border: 1px solid #0055b4;
  margin-bottom: 10px;
  margin-right: 20px;
  height: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module__news .news__img-w .shield,
.module__articles .news__img-w .shield,
.module__offers .news__img-w .shield {
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
  text-transform: lowercase;
  padding: 0px 5px;
  padding: 4px 10px;
  position: absolute;
  right: -1px;
  top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1em;
  background: #0055b4;
}
.module__news .news__img,
.module__articles .news__img,
.module__offers .news__img {
  width: 154px;
  height: 104px;
  padding: 2px;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module__news .news__text,
.module__articles .news__text,
.module__offers .news__text {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.module__news .news__title a,
.module__articles .news__title a,
.module__offers .news__title a {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.module__news .news__title a:hover,
.module__articles .news__title a:hover,
.module__offers .news__title a:hover {
  color: #0055b4;
}
.module__news .news__info,
.module__articles .news__info,
.module__offers .news__info {
  font-size: 13px;
  font-weight: 300;
  margin-top: 0.7em;
  color: #505050;
}
.gallery__item {
  width: 156px;
  margin-bottom: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.gallery__item.a4 .gallery__img {
  width: auto;
  height: auto;
}
.gallery__img-w {
  position: relative;
  border: 1px solid #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.gallery__img {
  overflow: hidden;
  width: 154px;
  height: 154px;
  text-align: center;
  border: 2px solid #fff;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.gallery__item-title {
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
  font-size: 13px;
}
.gallery__item-title a {
  text-decoration: underline;
  color: #0055b4;
}
.gallery__item-title a:hover {
  text-decoration: none;
}
.gallery__item-title a.plaintext {
  text-decoration: inherit;
  color: inherit;
}
.gallery__img-link:hover .gallery__img-loop {
  display: block;
}
.gallery__img-loop {
  position: absolute;
  top: 55px;
  left: 55px;
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.module__filter .select2-selection--single {
  border: 1px solid #0055b4 !important;
}
.module__filter-w {
  background: #F5F5F5;
  padding: 15px 10px 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.filter__input {
  border: 1px solid #0055b4 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  height: 28px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8px;
  width: 100%;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.filter__item {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  width: 220px;
  margin-left: 5px;
  margin-bottom: 15px;
}
.filter__item:first-child {
  margin-left: 0;
}
.filter__item.inline-submit {
  margin-top: 17px;
  margin-right: 0;
}
.filter__item.inline-submit .inline-submit__w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter__item.inline-submit .filter__submit {
  width: 125px;
  margin: 0;
}
.filter__item.inline-submit .filter__clear {
  position: relative;
  left: 0;
  top: 0;
  vertical-align: middle;
}
.filter__item div.label {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1em;
}
.filter__select {
  width: 100%;
  position: relative;
}
.select2-results__options li {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
  color: #444;
  padding: 3px 10px;
}
.select2-results__options li[aria-selected=true],
.select2-results__options li.select2-results__option--highlighted {
  background-color: #0055b4 !important;
  color: #FFF;
}
.select2-selection__rendered {
  padding-left: 10px;
}
.select2-selection--single {
  background-color: #fff;
  border: 1px solid #bebebe !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
}
.select2-selection__arrow b {
  border-color: #0055b4 transparent transparent transparent !important;
}
.select2-dropdown {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  border: 1px solid #DDD !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
}
.filter__checkboxes {
  position: relative;
}
.checkboxes__select {
  border: 1px solid #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  height: 28px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.checkboxes__select .triangle {
  border-color: #0055b4 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0px 4px;
  height: 0;
  right: 6px;
  top: 11px;
  position: absolute;
  width: 0;
}
.checkboxes__dd {
  display: none;
  background: #FFF;
  border: 1px solid #0055b4;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  width: 220px;
}
.checkboxes__dd li {
  margin-top: 7px;
}
.checkboxes__dd li:first-child {
  margin-top: 0;
}
.checkboxes__dd input[type='checkbox'] + label span,
.checkboxes__dd input[type='radio'] + label span {
  width: 170px;
}
.checkboxes__close {
  text-align: center;
  margin-top: 10px;
  background: #0055b4;
  color: #FFF;
  text-transform: uppercase;
  padding: 5px 0;
  cursor: pointer;
}
.checkboxes__select-value {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.range__filter .label {
  font-size: 12px;
  height: 30px;
  line-height: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  max-width: 105px;
}
.range__filter input {
  width: 50px;
  border: 1px solid #0055b4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  margin-left: 5px;
}
.range__input-w {
  float: right;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.price__line-w {
  background: #0179ff !important;
  height: 4px;
  margin-top: 8px!important;
}
.price__line {
  clear: both;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border: none!important;
  background: #0179ff !important;
  height: 4px!important;
  margin: 0 2px 0 7px;
}
.price__line div {
  background: #003168 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border: none!important;
  height: 4px!important;
}
.price__line span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  background: #0055b4 !important;
  border: none!important;
  width: 9px!important;
  height: 9px!important;
  top: -3px !important;
}
.price__line span:focus {
  outline: 0;
}
.filter__submit-w {
  text-align: center;
  position: relative;
}
.filter__submit {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  display: block;
  width: 220px;
  height: 28px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  vertical-align: middle;
}
.filter__clear {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
  color: #505050;
  font-weight: 300;
  border-bottom: 1px dashed #505050;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 7px;
}
.module-view__pager {
  background: #F5F5F5;
  border-top: 2px solid #000;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px 10px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.module-view__views {
  margin-top: 10px;
  margin-right: 10px;
}
.module-view__views a {
  color: #000;
  font-size: 20px;
  height: 17px;
  width: 17px;
  background-image: url("../img/modules/catalogue-views.png");
  background-repeat: no-repeat;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  margin-left: 5px;
}
.module-view__views a:first-child {
  margin-left: 0;
}
.module-view__views-card {
  background-position: 0 0;
}
.module-view__views-card.active {
  background-position: 0 -18px;
}
.module-view__views-wide {
  background-position: -18px 0;
}
.module-view__views-wide.active {
  background-position: -18px -18px;
}
.module-view__views-table {
  background-position: -36px 0;
}
.module-view__views-table.active {
  background-position: -36px -18px;
}
.module-view__sort {
  margin-top: 10px;
  margin-right: 10px;
}
.module-view__sort .title {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 10px;
}
.module-view__sort-item {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  line-height: 1em;
  margin-right: 10px;
}
.module-view__sort-item:last-child {
  margin-right: 0;
}
.module-view__sort-item.ASC {
  color: #0055b4;
  border-bottom: 1px dashed #0055b4;
}
.module-view__sort-item.ASC:after {
  content: "\f0d7";
  font-size: 12px;
  color: #0055b4;
  font-family: 'FontAwesome';
  padding-left: 5px;
}
.module-view__sort-item.DESC {
  color: #0055b4;
  border-bottom: 1px dashed #0055b4;
}
.module-view__sort-item.DESC:after {
  content: "\f0d8";
  font-size: 12px;
  color: #0055b4;
  font-family: 'FontAwesome';
  padding-left: 5px;
}
.module-view__paging {
  margin-top: 10px;
}
.module-view__paging .title {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.module-view__paging-item {
  font-size: 12px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 3px;
  padding: 3px;
  line-height: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.module-view__paging-item.active {
  background: #0055b4;
  color: #fff;
}
.subsection__list {
  font-size: 0;
}
.subsection__card {
  margin-left: 15px;
  width: 230px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.subsection__card:nth-child(3n+1) {
  margin-left: 0;
}
.subsection__card-img {
  width: 100%;
  height: 129px;
  display: block;
}
.subsection__card-title {
  display: block;
  background: #F5F5F5;
  text-decoration: none;
  font-size: 14px;
  color: #0055b4;
  padding: 10px;
  text-align: center;
  font-weight: 400;
}
.subsection__card-price {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
}
.subsection__card-price + .subsection__card-text {
  margin-top: 0.5em;
}
.subsection__card-text {
  font-size: 13px;
  line-height: 1.3em;
  color: #000;
  margin-top: 10px;
}
.subsection__card-text p {
  margin: 0.5em 0 !important;
}
.subsection__arrows {
  margin-top: 5px;
  line-height: 1;
}
.subsection__arrows:first-child {
  margin-top: 0;
}
.subsection__arrows i {
  font-size: 14px;
  color: #0055b4;
  vertical-align: middle;
}
.subsection__arrows-title {
  font-size: 14px;
  color: #0055b4;
  vertical-align: middle;
  margin-left: 10px;
}
.subsection__found {
  margin-top: 10px;
}
.subsection__found:first-child {
  margin-top: 0;
}
.subsection__found-title {
  display: block;
  font-size: 16px;
  color: #0055b4;
}
.subsection__found-pre {
  margin-top: 5px;
}
.minicard__card {
  width: 156px;
  margin-bottom: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.minicard__card .minicard__title {
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
}
.minicard__card .minicard__title-w {
  position: relative;
}
.minicard__card .minicard__title a {
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: #0055b4;
}
.minicard__card .minicard__title a:hover {
  text-decoration: none;
}
.minicard__card:nth-child(4n+1) {
  margin-left: 0;
}
.minicard__card .minicard__price-w {
  margin-top: 15px;
  background: #F5F5F5;
  border-bottom: 2px solid #0055b4;
  padding-left: 5px;
  height: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.minicard__card .minicard__price {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  vertical-align: middle;
}
.minicard__card .minicard__price-main {
  vertical-align: middle;
}
.minicard__card .minicard__stock {
  font-size: 11px;
  color: #505050;
  font-weight: normal;
  text-decoration: line-through;
}
.minicard__card .minicard__addtocart-submit {
  background: #0055b4;
  border: none;
  cursor: pointer;
  width: 26px;
  height: 26px;
  padding: 0;
}
.minicard__card .minicard__addtocart-submit:before {
  content: "\f07a";
  font-size: 18px;
  color: #FFF;
  font-family: 'FontAwesome';
  position: relative;
  top: 1px;
}
.minicard__card .minicard__descr {
  font-size: 11px;
  color: #505050;
  font-weight: 300;
  margin-top: 10px;
}
.minicard__card .minicard__img-w {
  position: relative;
  border: 1px solid #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.minicard__card .minicard__img {
  overflow: hidden;
  width: 154px;
  height: 154px;
  text-align: center;
  border: 2px solid #fff;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.minicard__card .minicard__img .shield {
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
  text-transform: lowercase;
  padding: 0px 5px;
  padding: 4px 10px;
  position: absolute;
  right: -2px;
  top: 10px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1em;
}
.minicard__card .minicard__img .shield.offer {
  background: #E81010;
}
.minicard__card .minicard__img .shield.new {
  background: #04AF51;
}
.minicard__card .minicard__img .shield.hit {
  background: #00B0E6;
}
.minicard__wide {
  background: #F5F5F5;
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.minicard__wide:first-child {
  margin-top: 0;
}
.minicard__wide .minicard__img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  width: 156px;
  border: 1px solid #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.minicard__wide .minicard__img .shield {
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
  text-transform: lowercase;
  padding: 0px 5px;
  padding: 4px 10px;
  position: absolute;
  right: -2px;
  top: 10px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1em;
}
.minicard__wide .minicard__img .shield.offer {
  background: #E81010;
}
.minicard__wide .minicard__img .shield.new {
  background: #04AF51;
}
.minicard__wide .minicard__img .shield.hit {
  background: #00B0E6;
}
.minicard__wide .minicard__img-w {
  border: 2px solid #fff;
  background: #F5F5F5;
  text-align: center;
  height: 154px;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.minicard__wide .minicard__info {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  margin-left: 15px;
  margin-top: 15px;
  width: 535px;
}
.minicard__wide .minicard__title a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.minicard__wide .minicard__price-w {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.minicard__wide .minicard__price {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  width: 160px;
  height: 26px;
  border-bottom: 2px solid #0055b4;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.minicard__wide .minicard__price span.product__offer {
  padding-left: 5px;
  font-size: 11px;
  text-decoration: line-through;
  font-weight: 400;
}
.minicard__wide .minicard__addtocart {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  margin-left: 25px;
}
.minicard__wide .minicard__addtocart input[type="submit"] {
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border: none;
  background-color: #0055b4;
  cursor: pointer;
  width: 160px;
  height: 26px;
}
.minicard__wide .minicard__descr {
  margin-top: 15px;
  font-size: 11px;
  color: #505050;
  height: 50px;
  overflow: hidden;
}
.minicard__table {
  width: 100%;
}
.minicard__table tbody {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.minicard__table-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.minicard__table-head th {
  text-align: left;
  border-bottom: 2px solid #0055b4;
  padding: 10px;
  border-left: 1px solid #0055b4;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.minicard__table-head th small {
  text-transform: none;
}
.minicard__table-head th.minicard__title {
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
}
.minicard__table-head th.minicard__price {
  text-align: center;
  width: 59px;
}
.minicard__table-head th:first-child {
  border-left: 0;
}
.minicard__table-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.minicard__table-item:nth-child(even) td {
  background: #e3f5ff;
}
.minicard__table-item td {
  border-bottom: 1px solid #0055b4;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.minicard__table-item .minicard__title {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.minicard__table-item .minicard__title a {
  color: inherit;
  text-decoration: none;
}
.minicard__table-item .minicard__title a:hover {
  color: #0055b4;
}
.minicard__table-item span.shield {
  padding: 2px 10px;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  float: right;
  margin-left: 7px;
}
.minicard__table-item span.shield.offer {
  background: #E81010;
}
.minicard__table-item span.shield.new {
  background: #04AF51;
}
.minicard__table-item span.shield.hit {
  background: #00B0E6;
}
.minicard__table-item .shield__td {
  text-align: right;
}
.minicard__table-item .minicard__price {
  font-size: 16px;
  border-left: 1px solid #0055b4;
  text-align: right;
  width: 80px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.minicard__table-item .minicard__price .old-price {
  padding-left: 5px;
  font-size: 11px;
  text-decoration: line-through;
  font-weight: 400;
  display: block;
}
.minicard__table-item .minicard__addtocart {
  border-left: 1px solid #0055b4;
  width: 59px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.minicard__table-addtocart {
  border: none;
  background: none;
  font-size: 19px;
}
.minicard__table-addtocart:hover i {
  color: #0055b4;
}
.module__pager span {
  font-size: 13px;
  color: #505050;
  font-weight: 300;
  vertical-align: top;
}
.pager__layout {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.pager__item {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  padding: 1px 5px;
  margin-left: 5px;
}
.pager__item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.pager__item.active {
  background: #0055b4;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.pager__item.active .pager__link {
  background: #0055b4;
  text-decoration: none;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.pager__link {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  font-weight: 400;
  display: block;
}
.pager__link.next {
  font-size: 13px;
}
.pager__link.next i {
  padding-left: 5px;
}
.files__item {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.files__item:first-child {
  margin-top: 0;
}
.files__item i {
  font-size: 33px;
  color: #797979;
}
.files__text {
  margin-left: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.files__download-link {
  font-weight: 400;
  text-decoration: none;
  color: #0055b4;
  border-bottom: 1px dashed #0055b4;
}
.files__download-link:hover {
  border-bottom: 1px dashed transparent;
}
.files__size {
  font-size: 11px;
  color: #505050;
}
.faq__item {
  margin-top: 10px;
}
.faq__item:first-child {
  margin-top: 0;
}
.faq__item h2 {
  font-size: 20px;
  font-weight: normal;
  color: #010101 !important;
}
.faq__qa-item {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}
.faq__qa-item:first-child {
  margin-top: 0;
}
.faq__qa-item.active:before {
  color: #a6a1a2;
}
.faq__qa-item:before {
  content: '\f04d';
  font-family: 'FontAwesome';
  font-size: 8px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #0055b4;
}
.faq__qa-link {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed #000;
}
.faq__qa-link:hover {
  border-bottom: 1px dashed transparent;
}
.faq__href {
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}
.faq__href:after {
  content: "\f08e";
  font-size: 12px;
  font-family: 'FontAwesome';
}
.faq__href:hover {
  text-decoration: none;
}
.faq__drop {
  font-weight: 300;
  display: none;
  margin-top: 10px;
  padding: 15px;
  color: #000;
  background: #f5f5f5;
}
.faq__drop .youcan {
  margin-top: 10px;
  margin-bottom: 5px;
}
.faq__drop-text {
  margin-bottom: 5px;
}
.faq__drop-text p {
  margin: 0.7em 0;
}
.faq__drop-text p:first-child {
  margin-top: 0;
}
.faq__drop-close {
  font-weight: 400;
  text-decoration: none;
  text-transform: lowercase;
  color: #0055b4;
  border-bottom: 1px dashed #0055b4;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  margin-top: 5px;
}
.faq__drop-close:hover {
  border-bottom: 1px dashed transparent;
}
.module__faq-card {
  background: #F5F5F5;
  padding: 10px;
}
.vakancy__submit {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  *display: inline;
  height: 28px;
  padding: 0 20px;
}
.card__w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
  position: relative;
}
.card__img {
  position: relative;
  border: 1px solid #0055b4;
  margin-right: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 306px;
}
.card__img .shieldic {
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  top: 30px;
  right: -1px;
  padding: 7px 25px;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.card__img .shieldic.offer {
  background: #E81010;
}
.card__img .shieldic.new {
  background: #04AF51;
}
.card__img .shieldic.hit {
  background: #00B0E6;
}
.card__img-w {
  position: relative;
  overflow: hidden;
  height: 299px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #fff;
  background: #f5f5f5;
  width: 300px;
  height: 300px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.card__img-w .card__img-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
}
.card__img-w:hover .card__img-loop {
  display: block;
}
.card__img-loop {
  position: absolute;
  top: 42%;
  left: 42%;
  display: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.card__right-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 306px;
  top: 31px;
}
.card__right-meta {
  position: relative;
}
.card__right-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  top: -25px;
  justify-content: space-between;
  width: 231px;
}
.buttons__item-link {
  position: relative;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 300;
  vertical-align: middle;
  text-decoration: none;
  text-transform: lowercase;
  color: #0055b4;
  border-bottom: 1px dashed #0055b4;
}
.buttons__item-link:before {
  font-family: 'FontAwesome';
  font-size: 21px;
  vertical-align: middle;
  padding-right: 5px;
  line-height: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  width: 20px;
  position: absolute;
  left: -20px;
}
.buttons__item-link.bookmark:before {
  content: "\f097";
}
.buttons__item-link.bookmark.active:before {
  content: "\f02e";
}
.buttons__item-link.compare:before {
  content: "\f05d";
  left: -23px;
}
.buttons__item-link.compare.active:before {
  content: "\f058";
}
.card__price-w {
  position: relative;
  margin-right: 13px;
  margin-bottom: 35px;
}
.card__price-old {
  position: absolute;
  left: 68px;
  top: -25px;
  width: 90px;
  height: 22px;
  text-align: right;
  color: #B5B2B2;
  text-decoration: line-through;
}
.card__price-old .price {
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  vertical-align: middle;
}
.card__price-old small {
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}
.card__price {
  padding: 3px 0 2px 15px;
  border-bottom: 2px solid #0055b4;
  background: #f5f5f5;
  width: 170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.card__price .title {
  font-size: 18px;
  font-weight: 300;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  vertical-align: middle;
  color: #000;
  width: 50px;
}
.card__price .price__w {
  text-align: right;
  display: inline-block;
  width: 90px;
}
.card__price .price {
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  vertical-align: middle;
  color: #0055b4;
}
.card__price small {
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  color: #0055b4;
}
.card__addtocart {
  position: relative;
  z-index: 2;
}
.card__addtocart + .card__status {
  margin-top: 10px;
}
.card__addtocart-submit {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  font-weight: 700;
  height: 29px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #0055b4;
  width: 231px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card__addtocart-submit.disabled {
  cursor: default;
  background: #ccc;
}
.card__right-stuff {
  max-width: 345px;
  margin-top: 100px;
  position: relative;
  background: #FFF;
}
.card__status {
  font-size: 13px;
  margin-top: 8px;
  text-align: center;
  text-transform: lowercase;
}
.card__tags {
  padding-top: 10px;
  border-top: 1px solid #0055b4;
}
.card__tags-item {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.card__tags-item i {
  color: #0055b4;
}
.card__thumbs-w {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.card__thumbs-item {
  margin-bottom: 9px;
  margin-left: 9px;
  cursor: pointer;
  border: 1px solid #ccc;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.card__thumbs-item.active {
  border: 1px solid #0055b4;
}
.card__thumbs-item:nth-child(6n+1) {
  margin-left: 0;
}
.card__thumbs-inner {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.module__watched-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module__watched-header + .module {
  margin-top: 15px;
}
.module__watched-header h2 {
  margin: 0;
}
.module__form .module__message-small {
  margin-bottom: 10px;
  margin-top: 0;
}
.module__form tr.error .label {
  color: #E81010;
}
.module__form tr.error .required {
  color: #E81010;
}
.module__form tr.error .required:before {
  content: "\f069";
  font-family: 'FontAwesome';
}
.module__form tr.error .select2-selection--single {
  border: 1px solid #E81010 !important;
}
.module__form tr.error .file_upload {
  border: 1px solid #E81010;
}
.module__form tr.error input[type='checkbox'] + label::before {
  border: 1px solid #E81010;
}
.module__form input {
  border: 1px solid #bebebe;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  vertical-align: middle;
}
.module__form input.error {
  border: 1px solid #E81010;
}
.module__form textarea {
  border: 1px solid #bebebe;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  resize: none;
  outline: none;
}
.module__form textarea.error {
  border: 1px solid #E81010;
}
.module__form td {
  padding: 5px 0;
  vertical-align: top;
}
.module__form td.label {
  padding-top: 10px;
}
.module__form td.required {
  font-size: 12px;
  color: #0055b4;
  width: 25px;
  text-align: center;
  padding-top: 10px;
}
.module__form td.required:before {
  content: "\f069";
  font-family: 'FontAwesome';
}
.module__form td.required.checkbox {
  padding-top: 7px;
}
.module__form td input[type="submit"] {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  *display: inline;
}
.module__form td .comment {
  font-size: 11px;
  line-height: 1.2em;
  padding-top: 5px;
  display: block;
}
.module__form td .comment.inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  padding-left: 5px;
  padding-top: 0;
  vertical-align: middle;
}
.module__form td .title {
  color: #0055b4;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 3px;
}
.module__form input[type='checkbox'] + label::before {
  border: 1px solid #bebebe;
}
.captcha-reload {
  vertical-align: middle;
  font-size: 17px;
  margin-left: 10px;
  cursor: pointer;
}
.file_upload {
  font-size: 12px;
  line-height: 2em;
  width: 260px;
  height: 28px;
  padding-left: 10px;
  border: 1px solid #bebebe;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 85px;
  position: relative;
  vertical-align: middle;
}
.file_upload.error {
  border: 1px solid #E81010;
}
.file_upload .button,
.file_upload > mark {
  cursor: pointer;
  display: block;
}
.file_upload .button {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  *display: inline;
  width: 70px;
  line-height: 2.4em;
  float: right;
  position: relative;
  left: 80px;
  bottom: 1px;
}
.file_upload > mark {
  padding-left: 3px;
  background: transparent;
  position: relative;
  overflow: hidden;
  width: 235px;
  white-space: nowrap;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 300;
  bottom: 28px;
  line-height: 2em;
}
.file_upload input[type=file] {
  position: absolute;
  top: 0;
  height: 1px;
  opacity: 0;
  width: 170px;
}
#datepicker {
  width: 160px;
  margin-right: 10px;
}
.ui-datepicker-trigger {
  cursor: pointer;
  margin-left: 5px;
  background: #0055b4;
}
.module__message {
  padding: 20px;
  border: 1px solid #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.module__message a {
  color: #0055b4;
}
.module__message .message__title-w {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.module__message .message__title {
  font-size: 20px;
  font-weight: normal;
  margin-left: 7px;
}
.module__message .message__icon {
  width: 54px;
}
.module__message .message__icon:before {
  line-height: 1em;
}
.module__message .message__text {
  margin-left: 62px;
  margin-bottom: 11px;
}
.module__message .message__text p:last-child {
  margin-bottom: 0;
}
.module__message.error {
  background: #feefef;
  border: 1px solid #E81010;
}
.module__message.error .message__icon {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.module__message.error .message__icon:before {
  content: "\f057";
  font-size: 48px;
  color: #E81010;
  font-family: 'FontAwesome';
}
.module__message.error .message__title {
  color: #E81010 !important;
}
.module__message.success {
  background: #edffed;
  border: 1px solid #00a000;
}
.module__message.success .message__icon {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.module__message.success .message__icon:before {
  content: "\f058";
  font-size: 48px;
  color: #00a000;
  font-family: 'FontAwesome';
}
.module__message.success .message__title {
  color: #00a000 !important;
}
.module__message.alert {
  border: 1px solid #f9992e;
}
.module__message.alert .message__icon {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.module__message.alert .message__icon:before {
  content: "\f071";
  font-size: 35px;
  color: #f9992e;
  font-family: 'FontAwesome';
}
.module__message.alert .message__title {
  color: #f9992e !important;
}
.module__message.info {
  border: 1px solid #008ecc;
  background: #e6f7ff;
}
.module__message.info .message__icon {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.module__message.info .message__icon:before {
  content: "\f05a";
  font-size: 48px;
  color: #008ecc;
  font-family: 'FontAwesome';
}
.module__message.info .message__title {
  color: #008ecc !important;
}
.module__message.question {
  border: 1px solid #008ecc;
  background: #e6f7ff;
}
.module__message.question .message__icon {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.module__message.question .message__icon:before {
  content: "\f059";
  font-size: 48px;
  color: #008ecc;
  font-family: 'FontAwesome';
}
.module__message.question .message__title {
  color: #008ecc !important;
}
.module__message-small {
  background: #e3f5ff;
  padding: 10px 10px 7px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.module__message-small a {
  color: #0055b4;
}
.module__message-small .message__text {
  margin-left: 5px;
  max-width: 95%;
}
.module__message-small .message__icon {
  text-align: center;
  position: relative;
  width: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.module__message-small.error .message__icon:before {
  content: "\f00d";
  font-size: 20px;
  color: #E81010;
  font-family: 'FontAwesome';
}
.module__message-small.success .message__icon:before {
  color: #00a000;
  content: "\f00c";
  font-size: 20px;
  font-family: 'FontAwesome';
}
.module__message-small.alert .message__icon:before {
  color: #f9992e;
  content: "\f071";
  font-size: 20px;
  font-family: 'FontAwesome';
}
.module__message-small.info .message__icon:before {
  color: #008ecc;
  content: "\f05a";
  font-size: 20px;
  font-family: 'FontAwesome';
}
.message__text {
  margin-left: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.message__text.compress p:first-child {
  margin-top: 0;
}
.message__text h2 {
  margin: 0 !important;
}
.message__text p {
  margin: 15px 0 0px 0;
}
.guestbook__item {
  margin-top: 20px;
}
.guestbook__item:first-child {
  margin-top: 0;
}
.guestbook__item p {
  margin: 0.6em 0;
}
.guestbook__name {
  font-weight: bold;
}
.guestbook__date {
  margin-top: 3px;
}
.guestbook__date .guestbook__dmy {
  color: #fff;
  background: #0055b4;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.guestbook__date .guestbook__time {
  font-size: 10px;
  color: #999;
  padding-left: 5px;
}
.guestbook__message {
  margin-top: 0.7em;
}
.personal__item {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.personal__item:first-child {
  margin-top: 0;
}
.personal__img {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  border: 1px solid #0055b4;
  padding: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.personal__img a {
  width: 120px;
  height: 120px;
  display: block;
}
.personal__body {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.personal__name {
  font-weight: bold;
  color: #000;
}
.personal__place {
  margin-top: 5px;
}
.personal__readmore {
  color: #0055b4;
}
.personal__card-name {
  font-weight: 700;
  font-size: 16px;
}
.personal__card-img-w {
  border: 1px solid #0055b4;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  margin-right: 20px;
}
.personal__card-img {
  width: 300px;
  height: 300px;
}
.personal__card-body {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.personal__fields {
  border-top: 1px solid #0055b4;
  border-bottom: 1px solid #0055b4;
  padding: 10px 0;
  margin-top: 15px;
}
.personal__fields__item {
  margin-top: 5px;
}
.personal__fields__item span {
  font-weight: 700;
}
.personal__fields__item:first-child {
  margin-top: 0;
}
.partners__item {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.partners__item:first-child {
  margin-top: 0;
}
.partners__img-w {
  border: 1px solid #0055b4;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  margin-right: 20px;
  margin-bottom: 10px;
}
.partners__img {
  width: 120px;
  height: 120px;
}
.partners__body {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  max-width: 400px;
}
.partners__title {
  font-weight: 700;
}
.partners__link {
  color: #0055b4;
}
.publications__list-item {
  margin-left: 25px;
  width: 150px;
  margin-bottom: 25px;
}
.publications__list-item:nth-child(4n+1) {
  margin-left: 0;
}
.publications__img img {
  border: 1px solid #0055b4;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.publications__item {
  margin-top: 15px;
}
.publications__item:first-child {
  margin-top: 0;
}
.publications__name {
  color: #0055b4;
}
.filials__item {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-bottom: 15px;
}
.filials__item:first-child {
  padding: 0;
  border-top: 0;
}
.filials__item p {
  line-height: 1.3em;
  margin: 0.5em 0;
}
.filials__item a {
  color: #0055b4;
}
.filials__title {
  font-size: 16px;
  color: #0055b4;
}
.filials__place {
  font-weight: 700;
}
.module__forum.thread .table__wrap:first-child td {
  border-top: 1px solid #ccc;
}
.module__forum.thread td {
  vertical-align: top;
  padding: 8px;
  border-top: 0;
  border-top: none;
  border-bottom: 1px solid #ccc;
}
.module__forum.thread td p:first-child {
  margin-top: 0;
}
.module__forum.thread td p:last-child {
  margin-bottom: 0;
}
.module__forum th {
  background: #f1f1f1;
  padding: 0 10px;
  height: 37px;
}
.module__forum td {
  padding: 7px;
}
.module__forum th,
.module__forum td {
  border: 1px solid #ccc;
}
.module__forum th a,
.module__forum td a {
  color: #0055b4;
  position: relative;
}
.module__forum th a.closed:after,
.module__forum td a.closed:after {
  content: "\f023";
  font-size: 15px;
  font-family: 'FontAwesome';
  position: absolute;
  right: -15px;
}
.module__forum th a.new:after,
.module__forum td a.new:after {
  content: "\f0f4";
  font-size: 14px;
  font-family: 'FontAwesome';
  position: absolute;
  right: -20px;
}
.module__forum .author {
  color: #ccc;
  float: right;
}
.forum__header {
  margin-bottom: 5px;
}
.forum__list td {
  display: table-cell;
}
.forum__list-table th {
  padding: 0 10px;
}
.forum__inline-icon {
  cursor: default;
}
.forum__inline-icon.before {
  margin-right: 3px;
  color: #0055b4;
}
.forum__inline-icon.after {
  margin-left: 5px;
  color: #999;
}
.module__list li {
  color: #0055b4;
  font-size: 14px;
  margin-top: 10px;
}
.module__list li:first-child {
  margin-top: 0;
}
.module__list li i {
  margin-right: 10px;
}
.module__list a {
  color: #0055b4;
  font-size: 14px;
}
.module__list a:hover {
  text-decoration: none;
  color: #0055b4;
}
.module__list-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module__list-flex .module__list-item {
  background: #0055b4;
  margin: 10px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  background-color: #003168;
  background-image: -webkit-gradient(linear, left top, right top, from(#003168), to(#0179ff));
  background-image: -webkit-linear-gradient(left, #003168, #0179ff);
  background-image: -moz-linear-gradient(left, #003168, #0179ff);
  background-image: -ms-linear-gradient(left, #003168, #0179ff);
  background-image: -o-linear-gradient(left, #003168, #0179ff);
  background: linear-gradient(to right, #003168, #0179ff);
  -webkit-flex-basis: 140px;
  flex-basis: 140px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.module__list-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.module__list-detail .module__list-item {
  width: 150px;
  margin: 10px;
  border: 1px solid #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  overflow: hidden;
}
.module__list-detail .module__list-title {
  font-size: 16px;
  font-weight: bold;
  color: #0055b4;
  margin-bottom: 10px;
}
.module__list-detail .module__list-title a {
  text-decoration: none;
  color: #0055b4;
}
.module__list-detail .module__list-img {
  width: 150px;
  height: 50px;
}
.module__list-detail .module__list-info {
  margin-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}
.module__list-detail .module__list-info a {
  text-decoration: underline;
  color: #0055b4;
}
.module__list-detail .module__list-info a:hover {
  color: #0055b4;
  text-decoration: none;
}
.tabs__header {
  border-bottom: 1px solid #0055b4;
  position: relative;
}
.tabs__header .tabs__link {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  color: #010101;
  padding: 5px 10px;
  position: relative;
  top: 1px;
  margin-left: 6px;
  border: 1px solid #0055b4;
  border-bottom: 0;
}
.tabs__header .tabs__link:first-child {
  margin-left: 0;
}
.tabs__header .tabs__link.active {
  font-weight: 700;
  background: #FFF;
}
.tabs__service {
  position: absolute;
  right: 0;
  top: 5px;
  display: none;
  color: #010101;
}
.tabs__service.active {
  display: block;
}
.tabs__service.static {
  display: block;
}
.tabs__service-w {
  margin-left: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.tabs__service-w i {
  vertical-align: middle;
}
.tabs__service-link {
  color: #0055b4;
}
.tabs__container .tabs__item {
  display: none;
}
.tabs__container .tabs__item.active {
  display: block;
}
.module_subsection i {
  margin-right: 5px;
}
.module__rates {
  width: 100%;
}
.module__rates > h3 {
  display: block;
  width: 100%;
  margin: 0 0 13px;
}
.module__rates > form > div.event {
  float: left;
  unicode-bidi: bidi-override;
  direction: rtl;
  position: relative;
  display: none;
  font-size: 0;
}
.module__rates > form > div.event > span {
  display: inline-block;
  position: relative;
  width: 18px;
  font: 15px/15px FontAwesome, sans-serif;
  height: 23px;
}
.module__rates > form > div.event > span:before {
  content: "";
  position: absolute;
  cursor: pointer;
  padding: 4px;
}
.module__rates > form > div.event > span:hover:before,
.module__rates > form > div.event > span:hover ~ span:before {
  content: "";
  position: absolute;
  cursor: pointer;
  color: #0055b4;
}
.module__rates > form > div.result {
  float: left;
  display: none;
  position: relative;
  left: -4px;
  font-size: 0;
}
.module__rates > form > div.result > span {
  display: inline-block;
  position: relative;
  width: 18px;
  font: 15px/15px FontAwesome, sans-serif;
  height: 23px;
}
.module__rates > form > div.result > span:before {
  content: "";
  position: absolute;
  padding: 4px;
}
.module__rates > form > div.result > span.hover:before {
  content: "";
  position: absolute;
  color: #0055b4;
  padding: 4px;
}
.module__rates > form > div.result > span.half_hover:before {
  content: "";
  position: absolute;
  color: #0055b4;
  padding: 4px;
}
.module__rates > form > div.visible {
  display: block;
}
.module__rates > span {
  display: inline-block;
  width: 100%;
}
.module__rates > span > span {
  color: #0055b4;
}
.module__rates > span > span:first-child {
  display: inline-block;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #0055b4;
  position: relative;
  margin: 0 3px 0 0;
}
.module__reviews h3 {
  color: #0055b4;
}
.module__reviews h3 a {
  margin-left: 30px;
  color: #0055b4;
  font-size: 14px;
}
.module__reviews h3 a i {
  margin-right: 5px;
}
.module__reviews-rates {
  margin-left: -4px;
  margin-top: -2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
.module__reviews-rates span {
  display: inline-block;
  position: relative;
  width: 18px;
  font: 15px/15px FontAwesome, sans-serif;
  height: 23px;
}
.module__reviews-rates span:before {
  content: "";
  position: absolute;
  color: #ffffff;
  padding: 4px;
}
.module__reviews-rates span.hover:before {
  color: #0055b4;
}
.module__reviews-body {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  width: 600px;
  margin-left: 20px;
}
.module__reviews-title {
  font-weight: 700;
}
.module__reviews-head {
  margin-top: 3px;
}
.module__reviews-head .date {
  background: #0055b4;
  color: #FFF;
  padding: 2px 5px;
  vertical-align: middle;
}
.module__reviews-head .time {
  color: #ccc;
  padding-left: 3px;
  vertical-align: middle;
}
.module__reviews-head .name {
  padding-left: 10px;
  vertical-align: middle;
}
.module__sitemap {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  width: 300px;
  margin-right: 10px;
}
.module__sitemap:last-child {
  margin-right: 0;
}
.module__sitemap h2 {
  margin-top: 0;
}
.module__sitemap > ul {
  padding-left: 0;
}
.module__sitemap > ul ul {
  padding-left: 19px;
}
.module__sitemap i {
  padding-right: 5px;
  font-size: 16px;
}
.module__sitemap a {
  color: #0055b4;
}
.module__sitemap li {
  margin-top: 5px;
}
.module__cart .cart,
.module__orders .cart {
  width: 100%;
}
.module__cart .cart td,
.module__orders .cart td,
.module__cart .cart th,
.module__orders .cart th {
  border: 1px solid #0055b4;
  padding: 0 5px 0 5px;
  height: 30px;
  vertical-align: middle;
}
.module__cart .cart th,
.module__orders .cart th {
  background: #e3f5ff;
  padding: 0;
  height: 37px;
}
.module__cart .cart .amount,
.module__orders .cart .amount {
  text-align: center;
}
.module__cart .cart input[type="text"],
.module__orders .cart input[type="text"] {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  width: 35px;
  border: 0;
  background: #DCDCDC;
  text-align: center;
}
.module__cart-buttons {
  position: relative;
  margin-top: 10px;
}
.module__cart-buttons input[type="submit"] {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  *display: inline;
  width: 200px;
  margin: 0 auto;
  display: block;
}
.module__card-clear {
  position: absolute;
  right: 0;
  top: 4px;
}
.module__orders-item {
  margin-top: 20px;
}
.module__orders-item:first-child {
  margin-top: 0;
}
.module__orders-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.module__orders-title span {
  padding: 3px 0px;
  vertical-align: middle;
}
.module__orders-title span.status {
  margin-left: 10px;
  padding: 3px 10px;
}
.magnific-close {
  padding-block-end: 4px!important;
  padding-block-start: 2px!important;
  padding-left: 4px !important;
  padding-inline-start: 3px !important;
}
#popup {
  background: #FFF;
  margin: 0 auto;
  position: relative;
  max-width: 700px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#popup .mfp-close {
  color: #000;
  top: 25px;
  right: 25px;
}
#popup.form-complete {
  padding: 10px;
}
#popup.form-complete .module__message {
  background: transparent;
  border: 0;
  margin: 0;
}
#popup.form-complete .module__message .message__text {
  margin-bottom: 5px;
}
#popup.pre {
  text-align: center;
}
#popup.pre img.pre {
  padding-right: 10px;
  vertical-align: middle;
}
#popup.pre .pre-text {
  position: relative;
  top: 2px;
}
#popup .module__message {
  position: relative;
}
#popup .module__message.form-complete {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 25px;
}
#popup .module__message span {
  line-height: 1;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  width: 54px;
}
#popup .module__message span:before {
  font-size: 48px;
  vertical-align: top;
  font-family: 'FontAwesome';
}
#popup .module__message .text-block {
  margin-left: 61px;
  margin-bottom: 17px;
}
#popup .module__message .text-block .good {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 20px 0 0px;
  flex-wrap: wrap;
}
#popup .module__message .text-block .good-img__w {
  border: 1px solid #ccc;
  padding: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
}
#popup .module__message .text-block .good-img {
  width: 120px;
  height: 90px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
}
#popup .module__message .text-block .good-info {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline;
  max-width: 295px;
  line-height: 1.5em;
}
#popup .module__message.success h2 {
  color: #00a000;
}
#popup .module__message.success span:before {
  content: "\f058";
  color: #00a000;
}
#popup .module__message.error h2 {
  color: #E81010;
}
#popup .module__message.error span:before {
  content: "\f00d";
  color: #E81010;
}
#popup .module__message.alert h2 {
  color: #f9992e;
}
#popup .module__message.alert span:before {
  content: "\f071";
  color: #f9992e;
}
#popup .module__message.info h2 {
  color: #008ecc;
}
#popup .module__message.info span:before {
  content: "\f05a";
  color: #008ecc;
}
#popup .module__message p {
  margin-bottom: 0;
}
#popup .module__message h2 {
  margin: 0;
}
#popup .module__message h2.addtocart {
  margin-left: 54px;
}
#popup .module__form.module {
  margin-bottom: 0;
}
.goto-cart {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  *display: inline;
  color: #FFF !important;
  text-decoration: none;
  line-height: 28px;
  padding: 0 10px;
  background: #0055b4;
  margin-right: 10px;
  margin-top: 10px;
}
.close-popup {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  *display: inline;
  color: #000 !important;
  text-decoration: none;
  line-height: 28px;
  padding: 0 10px;
  background: #ddd;
  margin-top: 10px;
}
.dialogue-buttons {
  background: #e5e5e5;
  padding: 10px 10px 0 10px;
  text-align: right;
}
.dialogue-buttons__item {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #0055b4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  *display: inline;
  margin-left: 10px;
  color: #FFF !important;
  text-decoration: none;
  line-height: 28px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.modal-form {
  width: 700px;
  background: #FFF;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.modal-form .mfp-preloader {
  text-align: center;
}
.modal-form__title,
.modal-map__title {
  font-size: 20px;
  color: #0055b4;
}
.modal-map__title {
  margin-bottom: 20px;
}
.modal-map {
  width: 700px;
  background: #FFF;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.module__bitmap {
  position: relative;
  background-size: contain !important;
}
.module__bitmap-item {
  display: block;
  position: absolute;
}
.checkbox-group__title {
  padding-top: 5px;
  margin-bottom: 8px;
}
.checkbox-group__title.error {
  color: #E81010;
}
.checkbox-group__item {
  margin-bottom: 8px;
}
.checkbox-group__item + .comment {
  padding-top: 0!important;
}
.sneaky-input {
  display: none;
}
.mfp-content {
  font-family: 'Open Sans', sans-serif;
}
.mfp-title {
  font-family: 'Open Sans', sans-serif;
}
.mfp-arrow-right {
  right: -35px;
}
.mfp-arrow-left {
  left: -35px;
}
.table__wrap {
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 980px) {
  .mfp-arrow-right {
    right: 10px;
  }
  .mfp-arrow-left {
    left: 10px;
  }
  .card__price-w {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .card__price-old {
    width: 219px;
    left: 0;
  }
  .card__price {
    width: 100%;
  }
  .card__price .price__w {
    width: 150px;
  }
  .card__right-meta {
    margin-top: 0px;
  }
  .card__right-top {
    flex-direction: column;
    left: 330px;
  }
  .card__right-buttons {
    position: static;
    margin-bottom: 10px;
  }
  .card__addtocart {
    margin-top: 0;
  }
  .card__right-stuff {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
  }
  .card__thumbs-item {
    margin-left: 0;
    margin-right: 10px;
  }
  .card__tags {
    border: none;
  }
  .module__filter-w {
    justify-content: center;
  }
}
@media screen and (max-width: 625px) {
  .module__form tr {
    display: block;
    margin-top: 5px;
  }
  .module__form tr:first-child {
    margin-top: 0;
  }
  .module__form td {
    display: block;
  }
  .module__form td.label {
    display: inline;
    margin-right: 5px;
  }
  .module__form td.empty {
    padding: 0;
    margin: 0;
    height: 0;
    display: block;
  }
  .module__form td:nth-child(2) {
    display: inline;
  }
  .module__form td .comment.inline {
    padding-left: 0;
  }
  .module__form td .captcha {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    *display: inline;
    vertical-align: middle;
  }
  .module__personal {
    flex-wrap: wrap;
  }
  .personal__card-body {
    margin-top: 10px;
  }
  .minicard__wide {
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .minicard__wide .minicard__info {
    margin-left: 0px;
    margin-top: 10px;
  }
  .minicard__wide .minicard__price-w {
    flex-direction: column;
  }
  .minicard__wide .minicard__price-w .minicard__addtocart {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .forum__list-table {
    width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .card__w {
    flex-direction: column;
  }
  .card__right-top {
    position: relative;
    left: 0;
    top: 0;
    max-width: 231px;
    margin-top: 0px;
    margin-left: 32px;
  }
  .card__price-w {
    margin-top: 0;
  }
  .card__img-w {
    height: 294px;
    width: 294px;
  }
  .card__img-w .card__img-link {
    height: 100%;
  }
  .card__img {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
  }
  .card__price-old {
    position: static;
  }
  #popup {
    max-width: 500px;
  }
}
@media screen and (max-width: 550px) {
  .module__news .news__item,
  .module__articles .news__item,
  .module__offers .news__item {
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .module__message .message__text {
    margin-left: 0;
    margin-top: 10px;
  }
  .module__message .message__title {
    font-size: 15px;
  }
  .file_upload {
    margin-bottom: 10px;
    width: 100%;
    max-width: 75%;
  }
  .partners__body {
    min-width: 195px;
  }
  .personal__card-img-w {
    margin-right: 0;
  }
  #popup {
    max-width: 400px;
  }
}
@media screen and (max-width: 450px) {
  #popup {
    max-width: 330px;
  }
  .ck-table-user td,
  .ck-table-user th {
    font-size: 85%;
  }
  .filter__clear {
    position: relative;
    top: 10px;
  }
  .module__minicatalogue {
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .partners__item {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .partners__body p {
    margin: 0.5em 0;
  }
  .personal__card-img {
    width: 295px;
    height: 295px;
  }
  .personal__body {
    max-width: 295px;
  }
  #popup {
    max-width: 280px;
  }
  #popup .module__message .text-block {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header__main {
    flex-direction: column;
    align-items: center;
  }
  .header__contacts {
    border: none;
    padding-left: 0;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .header__contacts:after {
    content: normal;
  }
  .header__address {
    text-align: center;
  }
  .header__phone {
    justify-content: center;
  }
  .header__phone-item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .rubricks__list {
    justify-content: space-between;
  }
  .rubricks__item {
    max-width: 48%;
  }
  .sale-form {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
  .sale-input {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .inner-news__list {
    justify-content: space-around;
  }
  .inner-news__item {
    margin: 20px 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .header__phone {
    font-size: 25px;
  }
  .order-block__w .link {
    font-size: 25px;
  }
  .avia {
    flex-direction: column;
  }
  .avia__left {
    width: 100%;
  }
  .avia__right {
    padding-left: 0;
    width: 100%;
  }
  .avia__descr {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  #slider {
    height: 140px;
  }
}
@media screen and (max-width: 980px) {
  #slider {
    height: 280px;
  }
  .slider-inner {
    height: 200px;
  }
  .slider {
    height: auto;
    padding: 45px 0;
  }
  .slider__item-w {
    flex-wrap: wrap;
    justify-content: center;
  }
  .slider__img {
    max-width: 100%;
  }
  .slider__info {
    max-width: 100%;
  }
  .rubricks__title {
    font-size: 30px;
  }
  .reviews-block {
    padding-top: 80px;
  }
  .reviews-block .title {
    font-size: 30px;
  }
  .sale-message {
    flex-wrap: wrap;
  }
  .sale-message__w {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .sale-message__big {
    margin: 0;
  }
  .sale-message__small {
    margin: 0;
    text-align: center;
  }
  .sale-message__timer {
    width: 100%;
    text-align: center;
    padding-left: 0;
    border-left: 0;
  }
  .rubricks__name {
    font-size: 20px;
    padding: 70px 10px 15px;
  }
}
@media screen and (max-width: 900px) {
  .sale-form {
    margin-top: 35px;
  }
  .rubricks__title.sale {
    font-size: 28px;
  }
  .reviews__controls #prev {
    left: -15px;
  }
  .reviews__controls #next {
    right: -15px;
  }
  .inner-news__list {
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .inner-news__list {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    margin-top: 35px;
  }
  .footer__contacts {
    flex-direction: column;
  }
  .footer__contacts {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer__contacts-item {
    flex-direction: row;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .footer__icon {
    margin-right: 20px;
    width: 42px;
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .work-time {
    display: none;
  }
  .btn-calk {
    width: 100%;
  }
  .btn-calk.page {
    width: initial;
    position: static;
    left: 0;
    margin: 0;
    padding: 20px;
  }
  .btn-calk a.button {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .footer-nav {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .conctacts__left {
    text-align: center;
  }
  .header__contacts {
    margin-bottom: 10px;
  }
  .header__contacts-w {
    flex-direction: column;
    align-items: center;
  }
  .hornav-mobile {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    *display: inline;
    width: 100%;
    border-radius: 0;
  }
  .hornav__wrapper {
    display: none;
  }
  .hornav__wrapper.mobile {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    z-index: 10;
    background: rgba(227, 245, 255, 0.8);
  }
  .hornav__wrapper.mobile .hornav-layout {
    flex-direction: column;
    background: #FFF;
  }
  .hornav__wrapper.mobile .hornav-item {
    margin: 0;
    padding: 0;
    text-align: left;
    flex-direction: column;
    min-height: 100%;
    margin-top: 2px;
  }
  .hornav__wrapper.mobile .hornav-item:first-child {
    margin-top: 0;
  }
  .hornav__wrapper.mobile .hornav-item.active .hornav-link {
    background: #0055b4;
  }
  .hornav__wrapper.mobile .hornav-item:after {
    content: none;
  }
  .hornav__wrapper.mobile .hornav-item.haschild i {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 26px;
    color: #FFF;
    width: 50px;
    height: 34px;
    text-align: center;
    line-height: 39px;
  }
  .hornav__wrapper.mobile .hornav-item.haschild .hornav-link:after {
    content: none;
  }
  .hornav__wrapper.mobile .hornav-link {
    display: block;
    background: #1b87ff;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    height: auto;
    line-height: 1em;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
  }
  .hornav__wrapper.mobile .hornav__second-layout {
    display: none;
    background: #0055b4;
    position: static;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    padding: 0;
  }
  .hornav__wrapper.mobile .hornav__second-layout.active {
    display: block;
  }
  .hornav__wrapper.mobile .hornav__second-item {
    border-top: 1px solid #cbedff;
  }
  .hornav__wrapper.mobile .hornav__second-item:first-child {
    border: none;
    padding-top: 0;
  }
  .hornav__wrapper.mobile .hornav__second-link {
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    padding: 8px 15px 7px;
    display: block;
  }
  .hornav__wrapper.mobile .hornav__second-link:hover {
    background: none;
  }
  .header__company {
    flex-wrap: wrap;
    flex-shrink: 1;
    justify-content: center;
  }
  .header__contacts {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contacts__right {
    margin-top: 10px;
  }
  .slider__info-title {
    font-size: 20px;
  }
  .rubricks__list {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .rubricks__item {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    border: none;
    margin-bottom: 20px;
  }
  .rubricks__item:hover {
    background: none;
  }
  .rubricks__img-w {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
  }
  .rubricks__name {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .rubricks__title {
    font-size: 24px;
  }
  .reviews-block .title {
    font-size: 24px;
  }
  .wrap__inner {
    padding: 0 20px;
  }
  .wrap__inner.hornav {
    padding: 0;
  }
  .inner-news__item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .reviews__list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .header__company {
    flex-direction: column;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__info {
    text-align: center;
  }
  .order-block__w .link {
    font-size: 21px;
  }
  .header__info .company-name {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .counter {
    position: static;
    margin-top: 10px;
  }
  .footer-copyr {
    height: initial;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .avia__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .avia__row:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .avia__radio:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .avia__radio-title {
    font-size: 15px;
  }
  .avia__radio-text {
    margin-top: 6px;
  }
  .avia__radio-img {
    width: 80px;
    height: 80px;
  }
  .avia__result {
    padding: 10px;
  }
  .avia__result-item_result {
    margin-top: 10px;
  }
  .avia__result-name_result {
    margin-right: 5px;
    font-size: 16px;
  }
  .avia__result-value_result {
    font-size: 16px;
  }
  .avia .select2 {
    width: 300px;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .order-block__w .link {
    font-size: 18px;
  }
  .slider__info-text {
    font-size: 11px;
  }
  .rubricks__item {
    transform: scale(0.8);
    margin-bottom: -10px;
  }
  .rubricks__item:last-child {
    margin-bottom: 10px;
  }
  .rubricks__name {
    font-size: 20px;
  }
  .sale-message__big {
    font-size: 40px;
  }
  .sale-message__small {
    font-size: 18px;
  }
  .sale-message__timer {
    font-size: 50px;
  }
  .rubricks__title.sale {
    font-size: 23px;
  }
  .btn-calk a {
    display: block;
    white-space: normal;
    height: initial;
  }
  .btn-calk a.button {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .rubricks__name {
    font-size: 20px;
    text-transform: none;
  }
  .sale-message__big {
    font-size: 30px;
  }
  .sale-message__timer {
    font-size: 40px;
  }
  .title-with-lines .title {
    padding: 0;
    background: none;
  }
  .title-with-lines:before {
    content: none;
  }
  .reviews__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .calc__list {
    flex-wrap: wrap;
  }
  .calc__item {
    width: calc((100% - 46px) / 2);
  }
  .calc__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .calc__item {
    width: 100%;
  }
  .calc__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .calc__title .title {
    padding: 0;
  }
  .calc__title .title:after,
  .calc__title .title:before {
    content: normal;
  }
}
