@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Raleway/Raleway-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/Raleway/Raleway-Thin-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Raleway/Raleway-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Raleway/Raleway-ExtraLight-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Raleway/Raleway-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Raleway/Raleway-Light-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Raleway/Raleway-Regular-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Raleway/Raleway-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Raleway/Raleway-Medium-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Raleway/Raleway-SemiBold-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Raleway/Raleway-Bold-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/Raleway/Raleway-ExtraBold-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Raleway/Raleway-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Raleway/Raleway-Black-Italic.ttf") format("truetype");
}
html,
body {
  font-size: 16px;
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Raleway';
  font-weight: 500;
  background-color: #fff;
  color: #333;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.window {
  position: relative;
  min-height: 100%;
  padding-top: 144px;
}
.window.home {
  padding-top: 0;
}
@media (max-width: 991px) {
  .window {
    padding-top: 0;
  }
}
.window.not-fixed-header {
  padding-top: 0;
}
.white-logo {
  display: block;
}
.black-logo {
  display: none;
}
.header {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 991px) {
  .header {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
}
.header__top {
  background-color: #002837;
}
.header__bottom.header__bottom_background {
  background-color: #fff;
}
@media (min-width: 992px) {
  .header__bottom.header__bottom_background {
    background: url("../images/slide1.jpg") no-repeat center;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
}
@media (max-width: 991px) {
  .header__bottom.header__bottom_background {
    background-color: #002837;
  }
}
@media (min-width: 992px) {
  .header__bottom.fixed {
    background-image: none;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  .header__bottom.fixed .white-logo {
    display: none;
  }
  .header__bottom.fixed .black-logo {
    display: block;
  }
  .header__bottom.fixed .main-menu__item > a {
    color: #000;
  }
}
@media (max-width: 991px) {
  .header__bottom {
    height: auto;
    background-color: #002837;
  }
}
.header__logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .header__logo {
    text-align: center;
    padding: 15px 0;
  }
  .header__logo a {
    line-height: 1;
  }
}
.header__logo-link {
  display: inline-block;
  line-height: 94px;
}
.header-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .header-list {
    text-align: center;
    margin-bottom: 15px;
  }
}
.header-list__item {
  display: inline-block;
}
@media (max-width: 500px) {
  .header-list__item {
    display: block;
    text-align: left;
  }
}
.header-list__item a {
  display: block;
  padding: 0 18px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  height: 50px;
  line-height: 50px;
}
.header-list__item a:hover {
  text-decoration: none;
  background-color: #002430;
  color: #ff3052;
}
.header-list__item a:hover i.icon__header-price {
  background-position: -175px -191px;
  width: 16px;
  height: 16px;
}
.header-list__item a:hover i.icon__header-phone {
  background-position: -193px -114px;
  width: 16px;
  height: 16px;
}
.header-list__item a:hover i.icon__header-mail {
  background-position: -93px -231px;
  width: 16px;
  height: 12px;
}
.header-list__item a i,
.header-list__item a span {
  vertical-align: middle;
}
.header-list__item a span {
  padding-left: 8px;
}
.header__right {
  margin-top: 30px;
}
.header__right a {
  width: 100%;
}
.header-search {
  text-align: right;
}
.header-search__form {
  position: relative;
  display: inline-block;
  width: 150px;
}
.header-search__form:before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  background-image: url("../images/sprite.png");
  background-position: -232px -30px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
}
@media (max-width: 767px) {
  .header-search__form {
    width: auto;
    display: block;
  }
}
.header-search__form input {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 50px;
  line-height: normal;
  padding: 0 15px 0 40px;
  border: 0;
  outline: none;
  background-color: #002430;
  color: #ebebeb;
}
.header-search__form input::-webkit-input-placeholder {
  color: #ebebeb;
}
.header-search__form input:-moz-placeholder {
  color: #ebebeb;
}
.header-search__form input::-moz-placeholder {
  color: #ebebeb;
}
.header-search__form input:-ms-input-placeholder {
  color: #ebebeb;
}
.header-search__form input::placeholder {
  color: #ebebeb;
}
.footer__middle {
  background-color: #002837;
  padding: 50px 0;
}
.footer__title {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
}
.footer__title:after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #ff3052;
  content: "";
  margin: 20px 0;
}
.footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.footer__nav-item {
  margin-bottom: 13px;
}
.footer__nav-item:last-child {
  margin-bottom: 0;
}
.footer__nav-item a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #f2f2f2;
  text-decoration: none;
}
.footer__nav-item a:link,
.footer__nav-item a:visited,
.footer__nav-item a:hover,
.footer__nav-item a:focus {
  color: #f2f2f2;
}
.footer__nav-item a:hover {
  text-decoration: underline;
}
.footer__contact-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #f2f2f2;
  margin-bottom: 50px;
}
.footer__contact-nav-item {
  margin-bottom: 13px;
}
.footer__contact-nav-item i {
  float: left;
  margin-top: 3px;
}
.footer__contact-nav-item span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  display: block;
  margin-left: 22px;
}
.footer__contact-nav-item a {
  color: #f2f2f2;
  text-decoration: none;
}
.footer__contact-nav-item a:link,
.footer__contact-nav-item a:visited,
.footer__contact-nav-item a:hover,
.footer__contact-nav-item a:focus {
  color: #f2f2f2;
}
.footer__contact-nav-item a:hover {
  text-decoration: underline;
}
.footer__partners {
  font-size: 0;
}
@media (max-width: 991px) {
  .footer__partners {
    margin-top: 15px;
  }
}
.footer__partners-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer__partners-item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .footer__partners-item:nth-child(2n) {
    margin-right: 10px;
  }
}
.footer__partners-item a {
  display: block;
  border: 2px solid #fff;
}
.footer__copyright,
.footer__developer {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
  color: #b2b2b2;
}
@media (max-width: 991px) {
  .footer__copyright,
  .footer__developer {
    margin-top: 15px;
  }
}
.footer__developer a {
  color: #f2f2f2;
  text-decoration: none;
}
.footer__developer a:link,
.footer__developer a:visited,
.footer__developer a:hover,
.footer__developer a:focus {
  color: #f2f2f2;
}
.footer__developer a:hover {
  text-decoration: underline;
}
.icon {
  display: inline-block;
  background-image: url("../images/sprite.png");
  vertical-align: middle;
}
.icon.top {
  vertical-align: top;
}
.icon.bottom {
  vertical-align: bottom;
}
.icon__popup-close {
  background-position: -262px 0px;
  width: 12px;
  height: 13px;
}
.icon__object-location {
  background-position: -232px -152px;
  width: 12px;
  height: 16px;
}
.icon__object-build {
  background-position: -232px -59px;
  width: 12px;
  height: 16px;
}
.icon__close {
  background-position: -262px -82px;
  width: 9px;
  height: 9px;
}
.icon__header-price {
  background-position: -193px -145px;
  width: 16px;
  height: 16px;
}
.icon__header-phone {
  background-position: -144px -191px;
  width: 16px;
  height: 16px;
}
.icon__header-mail {
  background-position: 0px -231px;
  width: 16px;
  height: 12px;
}
.icon__header-price-hover {
  background-position: -175px -191px;
  width: 16px;
  height: 16px;
}
.icon__header-phone-hover {
  background-position: -193px -114px;
  width: 16px;
  height: 16px;
}
.icon__header-mail-hover {
  background-position: -93px -231px;
  width: 16px;
  height: 12px;
}
.icon__about-clock {
  background-position: 0px 0px;
  width: 52px;
  height: 52px;
}
.icon__about-clock-hover {
  background-position: -67px -67px;
  width: 52px;
  height: 52px;
}
.icon__about-project {
  background-position: -67px 0px;
  width: 52px;
  height: 52px;
}
.icon__about-project-hover {
  background-position: 0px -67px;
  width: 52px;
  height: 52px;
}
.icon__about-user {
  background-position: -134px 0px;
  width: 44px;
  height: 50px;
}
.icon__about-user-hover {
  background-position: -134px -65px;
  width: 44px;
  height: 50px;
}
.icon__objects-location {
  background-position: -232px -183px;
  width: 12px;
  height: 16px;
}
.icon__objects-readmore {
  background-position: 0px -134px;
  width: 42px;
  height: 42px;
}
.icon__news-clock {
  background-position: -232px 0px;
  width: 15px;
  height: 15px;
}
.icon__footer-location {
  background-position: -232px -121px;
  width: 12px;
  height: 16px;
}
.icon__footer-phone {
  background-position: -82px -191px;
  width: 16px;
  height: 16px;
}
.icon__footer-mail {
  background-position: -62px -231px;
  width: 16px;
  height: 12px;
}
.icon__contacts-location {
  background-position: -232px -90px;
  width: 12px;
  height: 16px;
}
.icon__contacts-phone {
  background-position: -113px -191px;
  width: 16px;
  height: 16px;
}
.icon__contacts-mail {
  background-position: -31px -231px;
  width: 16px;
  height: 12px;
}
.icon__download {
  background-position: -193px -83px;
  width: 16px;
  height: 16px;
}
input::ms-clear {
  display: none;
}
a {
  color: #333;
}
a:hover {
  color: #ff3052;
}
.required {
  color: #ff3052;
  font-weight: 800;
}
.img-response {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.table-fixed {
  overflow-x: auto;
  overflow-y: hidden;
}
.guideline h1,
.guideline h2,
.guideline h3,
.guideline h4,
.guideline h5,
.guideline h6 {
  color: #333;
}
.guideline h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.guideline h3,
.guideline .d-h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.guideline h4,
.guideline .d-h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.guideline p,
.guideline ul {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
.guideline.image-list ul li {
  margin-bottom: 30px;
}
.guideline.image-list ul li:before {
  display: none;
}
.guideline.image-list ul li:last-child {
  margin-bottom: 0;
}
.guideline ul {
  list-style: none;
  padding-left: 0;
}
.guideline ul li {
  margin-bottom: 15px;
}
.guideline ul li:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff3052;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  content: "";
  margin-right: 8px;
}
.guideline ul ul {
  margin: 15px 0;
  padding-left: 15px;
}
.guideline table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
.guideline table td {
  border: 1px solid #e6e6e6;
  color: #333;
  padding: 15px;
  font-size: 0.875rem;
  min-width: 100px;
}
.guideline table td p {
  margin: 0;
}
.guideline table td.left {
  text-align: left;
}
.guideline table td.right {
  text-align: right;
}
.guideline table td.center {
  text-align: center;
}
.guideline table tr.head {
  background: #f1f1f1;
  text-transform: uppercase;
}
.guideline table tr.head td {
  background: #f1f1f1;
}
.guideline table thead {
  background: #f1f1f1;
}
.guideline table thead td {
  background: #f1f1f1;
}
.guideline table tbody {
  background: #fff;
}
.guideline table tbody td {
  background: #fff;
}
.guideline table tbody td.red {
  color: #ff3052;
}
.btn-1,
.btn-readmore {
  outline: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 9px;
  min-width: 148px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #ff3052;
  border-width: 1px;
  border-style: solid;
  border-color: #ff3052;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: border-color, background-color, color;
  -o-transition-property: border-color, background-color, color;
  -moz-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
}
.btn-1:visited,
.btn-readmore:visited {
  color: #fff;
}
.btn-1:hover,
.btn-readmore:hover,
.btn-1:focus,
.btn-readmore:focus {
  text-decoration: none;
}
.btn-1:hover,
.btn-readmore:hover {
  background-color: #fff;
  color: #ff3052;
  border-color: #ff3052;
}
.btn-1:active,
.btn-readmore:active {
  background-color: #e52d4b;
  color: #ffc7c7;
  border-color: #e52d4b;
}
.btn-1.big,
.btn-readmore.big {
  padding: 15px;
  min-width: 160px;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
}
.btn-readmore {
  text-transform: uppercase;
}
.btn-readmore:after {
  display: inline-block;
  content: "";
  margin-left: 6px;
  background-image: url("../images/sprite.png");
  background-position: -262px -28px;
  width: 11px;
  height: 12px;
}
.btn-readmore:hover:after {
  background-image: url("../images/sprite.png");
  background-position: -262px -55px;
  width: 11px;
  height: 12px;
}
.btn-readmore:active:after {
  background-image: url("../images/sprite.png");
  background-position: -262px -28px;
  width: 11px;
  height: 12px;
}
.btn-white {
  padding: 13px 25px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #fff;
  outline: none;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.btn-white:hover,
.btn-white:focus {
  color: #002837;
  background-color: #fff;
  text-decoration: none;
}
.fill-red {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  background: #ff3052;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 10px;
}
.btn-2 {
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  background: #f1f1f1;
  text-align: center;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  outline: none;
  border: 0;
}
.section-title {
  text-align: center;
}
.section-title h2,
.section-title div.section-title__name {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.section-title h2:after,
.section-title div.section-title__name:after {
  display: block;
  background-color: #ff3052;
  width: 60px;
  height: 4px;
  margin: 15px auto 40px;
  content: "";
}
.section-title.section-title_white h2,
.section-title.section-title_white div.section-title__name {
  color: #fff;
}
.section-title.section-title_white h2:after,
.section-title.section-title_white div.section-title__name:after {
  background-color: #fff;
}
.section-title.section-title_ask h2:after,
.section-title.section-title_ask div.section-title__name:after {
  margin-bottom: 25px;
}
.section-title.section-title_home-slider h2,
.section-title.section-title_home-slider div.section-title__name {
  font-size: 56px;
  font-size: 3.5rem;
}
@media (max-width: 991px) {
  .section-title.section-title_home-slider h2,
  .section-title.section-title_home-slider div.section-title__name {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .section-title.section-title_home-slider h2,
  .section-title.section-title_home-slider div.section-title__name {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.section-title.section-title_home-slider h2:after,
.section-title.section-title_home-slider div.section-title__name:after {
  margin-bottom: 30px;
}
.count-red {
  color: #ff3052;
}
.content {
  padding: 50px 0;
}
.heading {
  position: relative;
  background-color: #e6e6e6;
  background-image: url("../images/home-about_bg.jpg");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  padding: 30px 0;
  z-index: 10;
}
.heading.opacity {
  background-image: none;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-color: rgba(255,255,255,0.9);
}
@media (max-width: 991px) {
  .heading.opacity {
    background-color: #e6e6e6;
    background-image: url("../images/home-about_bg.jpg");
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
}
.heading__title h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.arrow-thumbs {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  background: #ff3052;
  color: #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
          box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.arrow-thumbs i {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 50%;
     -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
}
.arrow-thumbs:hover {
  background: #fff;
  color: #ff3052;
}
.arrow-thumbs__prev {
  left: 0;
  margin-left: -21px;
}
.arrow-thumbs__next {
  right: 0;
  margin-right: -21px;
}
.magnific-single-link {
  display: inline;
  outline: none;
}
.magnific-single-link:focus {
  outline: none;
}
@media (max-width: 991px) {
  .main-nav {
    margin: 15px;
  }
}
.menu-nav__toggle {
  display: none;
}
@media (max-width: 991px) {
  .menu-nav__toggle {
    display: block;
  }
}
.menu-nav__toggle-link {
  background-color: #ff3052;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  cursor: pointer;
}
.menu-nav__toggle-link .text {
  padding: 0 5px;
}
@media (max-width: 991px) {
  .menu-nav__container {
    display: none;
  }
  .menu-nav__container.opened {
    display: block;
  }
}
.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media (max-width: 991px) {
  .main-menu {
    background-color: #f1f1f1;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .main-menu__item {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    padding-right: 20px;
  }
  .main-menu__item:last-child {
    padding-right: 0;
  }
  .main-menu__item > a {
    position: relative;
    padding: 41px 0;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .main-menu__item > a:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ff3052;
    content: "";
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.2s;
       -moz-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .main-menu__item.active > a,
  .main-menu__item:hover > a {
    color: #ff3052;
  }
  .main-menu__item.active > a:after,
  .main-menu__item:hover > a:after {
    opacity: 1;
    visibility: visible;
  }
  .main-menu__item:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .main-menu__item ul {
    line-height: 1.4;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f1f1f1;
    min-width: 160px;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
       -moz-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .main-menu__item ul:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ff3052;
    content: "";
    top: -2px;
    left: 0;
  }
  .main-menu__item ul li {
    position: relative;
    padding: 0 12px;
  }
  .main-menu__item ul li a {
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    display: block;
    padding: 15px 0;
    text-decoration: none;
  }
  .main-menu__item ul li a:hover {
    color: #ff3052;
  }
  .main-menu__item ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .main-menu__item ul ul {
    left: 100%;
    top: 0;
  }
}
@media (max-width: 991px) {
  .main-menu__item {
    display: block;
    font-size: 10.5px;
    font-size: 0.65625rem;
  }
  .main-menu__item a {
    display: block;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .main-menu__item a:hover {
    color: #ff3052;
  }
  .main-menu__item ul {
    display: none;
  }
}
.sidebar-navigation {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.sidebar-navigation.opened .item-submenu {
  display: block;
}
.sidebar-navigation .root-item,
.sidebar-navigation .root-item-selected {
  margin-bottom: 1px;
  background: #f1f1f1;
}
.sidebar-navigation .root-item > a:hover,
.sidebar-navigation .root-item-selected > a:hover {
  color: #ff3052;
}
.sidebar-navigation .root-item a,
.sidebar-navigation .root-item-selected a {
  text-decoration: none;
  color: #333;
  padding: 15px 20px;
  display: block;
}
.sidebar-navigation .root-item.active > a,
.sidebar-navigation .root-item-selected.active > a {
  color: #ff3052;
}
.sidebar-navigation .root-item.opened > ul,
.sidebar-navigation .root-item-selected.opened > ul {
  display: block;
}
.sidebar-navigation .item-submenu {
  display: none;
  background: #e6e6e6;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-navigation .item-submenu li {
  padding: 0 20px;
}
.sidebar-navigation .item-submenu li a {
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
}
.sidebar-navigation .item-submenu li a:hover {
  color: #ff3052;
}
.sidebar-navigation .item-submenu li:last-child a {
  border-bottom: 0;
}
.sidebar-navigation .item-submenu li.active a {
  color: #ff3052;
}
.breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  display: inline;
  font-size: 0;
}
.breadcrumbs__item.active span,
.breadcrumbs__item.active a {
  color: #808080;
}
.breadcrumbs__item:after {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: #808080;
  margin-left: 12px;
  margin-right: 4px;
  content: ">";
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__link {
  font-size: 0;
  color: #333;
}
.breadcrumbs__link span {
  font-size: 16px;
  font-size: 1rem;
}
.breadcrumbs__text {
  font-size: 16px;
  font-size: 1rem;
  color: #808080;
}
.breadcrumbs__link,
.breadcrumbs__text {
  display: inline;
}
.pagination {
  padding-top: 15px;
  margin-top: 40px;
  border-top: 1px solid #e6e6e6;
}
.pagination:before,
.pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination__left {
  text-align: left;
}
.pagination__right {
  text-align: right;
}
@media (max-width: 767px) {
  .pagination__right {
    text-align: left;
  }
}
.pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pagination__list li {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pagination__list li.pagination__dots {
  margin-right: 20px;
  margin-left: 10px;
}
.pagination__list li:last-child {
  margin-right: 0;
}
.pagination__item.active a,
.pagination__item:hover a,
.pagination__item.active span,
.pagination__item:hover span,
.pagination__item.active b,
.pagination__item:hover b {
  background-color: #fff;
  border: 1px solid #ff3052;
  color: #ff3052;
}
.pagination__item span,
.pagination__item a,
.pagination__item b {
  display: block;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #333;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-transition-property: border-color, background-color, color;
  -o-transition-property: border-color, background-color, color;
  -moz-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.pagination__dots {
  color: #333;
}
.slide-tg {
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 30px;
}
.slide-tg.opened .slide-tg__closed {
  display: none;
}
.slide-tg.opened .slide-tg__opened {
  display: block;
}
.slide-tg_news-paper {
  margin-bottom: 20px;
}
.slide-tg__header {
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slide-tg__name {
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
  padding-right: 30px;
}
.slide-tg__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.slide-tg__arrow i {
  font-size: 22px;
  font-size: 1.375rem;
}
.slide-tg__toggle {
  display: none;
}
.slide-tg__content {
  padding: 20px;
}
.slide-tg__opened {
  display: none;
}
.js-select.focused .jq-selectbox__select {
  border: 1px solid #ccc;
}
.js-select.opened .jq-selectbox__trigger-arrow:after {
  content: "\f106";
}
.js-select .jq-selectbox__select {
  font-family: 'Raleway';
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: #fff;
  height: 46px;
  padding: 0 45px 0 20px;
}
.js-select .jq-selectbox__select-text {
  height: 44px;
  line-height: 44px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  width: 100% !important;
}
.js-select .jq-selectbox__select-text span {
  color: #ff3052;
  padding-left: 6px;
}
.js-select .jq-selectbox__trigger {
  border: 0;
  width: 45px;
}
.js-select .jq-selectbox__trigger-arrow {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-size: 1.375rem;
}
.js-select .jq-selectbox__trigger-arrow:after {
  position: absolute;
  font-family: 'FontAwesome';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f107";
}
.js-select .jq-selectbox__dropdown {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Raleway';
  margin-top: 6px;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.js-select .jq-selectbox__dropdown ul li {
  padding: 0 20px;
}
.js-select .jq-selectbox__dropdown ul li .jq-dr-i {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0;
}
.js-select .jq-selectbox__dropdown ul li .jq-dr-i span {
  font-weight: 700;
  color: #ff3052;
  padding-left: 6px;
}
.js-select .jq-selectbox__dropdown ul li:last-child .jq-dr-i {
  border-bottom: 0;
}
.js-select .jq-selectbox__dropdown ul li.selected .jq-dr-i {
  border-color: #a3abb1;
}
.js-select .jq-selectbox__dropdown ul li:hover .jq-dr-i {
  border-color: #08c;
}
.other-news {
  margin-top: 40px;
}
.other-news__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.other-news__name:after {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #ff3052;
  content: "";
  margin: 17px 0 30px;
}
.other-news__item {
  margin-bottom: 30px;
}
.other-news__item:last-child {
  margin-bottom: 0;
}
.other-news__item:before,
.other-news__item:after {
  content: "";
  display: table;
}
.other-news__item:after {
  clear: both;
}
@media (max-width: 767px) {
  .other-news__item {
    text-align: center;
  }
}
.other-news__item-image {
  float: left;
  width: 140px;
}
@media (max-width: 767px) {
  .other-news__item-image {
    display: inline-block;
    float: none;
    width: auto;
  }
}
.other-news__item-desc {
  text-align: left;
  margin-left: 160px;
}
.other-news__item-desc.not-margin {
  margin-left: 0;
}
@media (max-width: 767px) {
  .other-news__item-desc {
    margin-left: 0;
    padding-top: 30px;
  }
}
.other-news__item-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.other-news__item-name:after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #ff3052;
  content: "";
  margin: 12px 0;
}
.other-news__item-name a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition-property: color;
  -o-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.other-news__item-name a:hover {
  color: #ff3052;
}
.other-news__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
}
.other-news__item-date {
  font-size: 0;
  margin-top: 12px;
}
.other-news__item-date span {
  padding-left: 6px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}
.newspaper-download:before,
.newspaper-download:after {
  content: "";
  display: table;
}
.newspaper-download:after {
  clear: both;
}
.newspaper-download_margin {
  margin-bottom: 15px;
}
.newspaper-download_margin:last-child {
  margin-bottom: 0;
}
.newspaper-download__icon {
  float: left;
}
.newspaper-download__text {
  margin-left: 28px;
  color: #808080;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2px;
  line-height: 1.4;
}
.newspaper-download__text a {
  color: #ff3052;
  text-decoration: none;
  padding-right: 10px;
}
.newspaper-download__text a:hover {
  text-decoration: underline;
}
.newspaper-download__border {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 15px 20px;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.newspaper-download__border:hover {
  background: #f2f2f2;
}
.download-links__item {
  margin-bottom: 15px;
}
.download-links__item:last-child {
  margin-bottom: 0;
}
.inside-form {
  margin-top: 48px;
  max-width: 570px;
}
.inside-form__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.inside-form__name:after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #ff3052;
  content: "";
  margin: 17px 0 25px;
}
.inside-form__text {
  color: #808080;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 25px;
}
.inside-form__text p {
  margin: 0;
  margin-bottom: 5px;
}
.inside-form__text p:last-child {
  margin-bottom: 0;
}
.inside-form__item {
  margin-bottom: 20px;
}
.inside-form__item:last-child {
  margin-bottom: 0;
}
.inside-form__item label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #333;
}
.inside-form__input {
  position: relative;
}
.inside-form__input label.error {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  text-align: center;
  background: #ff3052;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
}
.inside-form__input label.error span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.inside-form__label {
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.style-input {
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0.875rem;
  color: #808080;
  padding: 0 15px;
  -webkit-transition-property: border-color, background-color, color;
  -o-transition-property: border-color, background-color, color;
  -moz-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 100%;
  display: block;
}
.style-input:hover,
.style-input:focus {
  border-color: #808080;
}
.style-input.error {
  border-color: #ff3052;
  padding-right: 115px;
}
.style-input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #ccc;
}
.style-input:-moz-placeholder {
  font-size: 0.875rem;
  color: #ccc;
}
.style-input::-moz-placeholder {
  font-size: 0.875rem;
  color: #ccc;
}
.style-input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #ccc;
}
.style-input::placeholder {
  font-size: 0.875rem;
  color: #ccc;
}
input.style-input {
  height: 48px;
  line-height: normal;
}
textarea.style-input {
  resize: vertical;
  min-height: 100px;
  max-height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.requisites {
  margin-top: 48px;
}
.requisites__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.requisites__name:after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #ff3052;
  content: "";
  margin: 17px 0 25px;
}
.gallery__overflow {
  overflow: hidden;
}
.gallery__init .slick-slide {
  margin: 0 10px;
}
.gallery__init .slick-list {
  margin: 0 -10px;
}
.gallery__item {
  outline: none;
}
.gallery__item a {
  display: block;
  outline: none;
}
.gallery__item a img {
  display: block;
}
.gallery-plan-big {
  margin-bottom: 20px;
}
.gallery-plan-big__item {
  outline: none;
}
.gallery-plan-big__item a {
  display: block;
  outline: none;
}
.gallery-plan-big__item a img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-filter .js-select {
    display: block;
    width: 100%;
  }
}
.main-filter .js-select .jq-selectbox__select {
  min-width: 258px;
}
@media (max-width: 767px) {
  .main-filter .js-select .jq-selectbox__select {
    min-width: 0;
    width: 100%;
  }
}
.sidebar-filter__item {
  margin-bottom: 20px;
}
.sidebar-filter__item .js-select {
  width: 100%;
}
.sidebar-filter__item.buttons button {
  display: block;
  width: 100%;
}
body.show-popup {
  overflow: hidden;
}
.popup-block {
  position: relative;
  background: #fff;
  width: 570px;
  margin: 100px auto;
  padding: 60px;
  -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
          box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
@media (max-width: 600px) {
  .popup-block {
    width: auto;
    margin: 15px;
    padding: 30px;
  }
}
.popup-block.size-1160 {
  width: 1160px;
  padding: 60px 30px 30px;
}
@media (max-width: 1200px) {
  .popup-block.size-1160 {
    width: auto;
    margin: 20px;
  }
}
.popup-block-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-block-wrap.opened {
  opacity: 1;
  visibility: visible;
}
.popup-block__close {
  cursor: pointer;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup-block__head {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  margin-bottom: 55px;
}
.popup-form__item {
  margin-bottom: 30px;
}
.popup-form__item:last-child {
  margin-bottom: 0;
}
.popup-form__item label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #333;
}
.popup-form__item_buttons {
  margin-top: 60px;
  text-align: center;
}
.popup-form__input {
  position: relative;
}
.popup-form__input label.error {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  text-align: center;
  background: #ff3052;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
}
.popup-form__input label.error span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.popup-form__label {
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.thankyou__name {
  position: relative;
  color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.thankyou__name:after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #ff3052;
  content: "";
  margin: 12px auto 23px;
}
.thankyou__name-text {
  position: relative;
}
.thankyou__name-text:after {
  position: absolute;
  top: 50%;
  right: -50px;
  content: "";
  background-image: url("../images/sprite.png");
  background-position: -57px -134px;
  width: 33px;
  height: 33px;
  margin-top: -16.5px;
}
.thankyou__body {
  margin: 0 auto;
  width: 380px;
}
.thankyou__desc {
  text-align: center;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
.thankyou__buttons {
  margin-top: 38px;
}
.v-gallery {
  margin-top: 40px;
}
.v-gallery.v-gallery_not-margin {
  margin-top: 0;
}
.v-gallery__slider {
  position: relative;
}
.v-gallery__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.v-gallery__item {
  position: relative;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
}
.v-gallery__prev,
.v-gallery__next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin: 0;
  margin-top: -22.5px;
  z-index: 1;
  overflow: hidden;
  background: #ff3052;
  border: 0;
  padding: 0;
  outline: none;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.v-gallery__prev:hover,
.v-gallery__next:hover {
  background: #fff;
}
.v-gallery__prev:hover svg polyline,
.v-gallery__next:hover svg polyline {
  stroke: #ff3052;
}
.v-gallery__prev svg,
.v-gallery__next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 20px;
  margin-top: -10px;
  margin-left: -5px;
}
.v-gallery__prev svg polyline,
.v-gallery__next svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5;
  stroke-linejoin: miter;
}
.v-gallery__prev {
  left: 0;
}
.v-gallery__next {
  right: 0;
}
.home-slider {
  position: relative;
  background: #000;
}
.home-other-blocks {
  position: relative;
}
.home-slider__item {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
}
.home-slider__introtext {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #f2f2f2;
}
.home-slider__buttons {
  text-align: center;
  margin-top: 36px;
}
.home-slider__buttons a {
  outline: none;
}
.home-slider__item-wrapper {
  height: 600px;
  padding-top: 220px;
}
@media (max-width: 767px) {
  .home-slider__item-wrapper {
    height: 400px;
    padding-top: 110px;
  }
}
.home-slider__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.home-slider__dots li {
  display: inline-block;
  margin: 0 6px;
}
.home-slider__dots li.slick-active button {
  background: #fff;
}
.home-slider__dots li button {
  border: 0;
  background: #828588;
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  outline: none;
}
.home-about {
  background: #f8f8f8 url("../images/home-about_bg.jpg") center top;
  padding: 45px 0;
}
.home-about__item {
  font-size: 0;
}
@media (max-width: 767px) {
  .home-about__item {
    margin-bottom: 15px;
  }
}
.home-about__item-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ff3052;
  width: 120px;
  height: 120px;
  margin-right: 18px;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
}
.home-about__item-icon:hover {
  background-color: #ff3052;
}
.home-about__item-icon:hover i.icon__about-clock {
  background-position: -67px -67px;
  width: 52px;
  height: 52px;
}
.home-about__item-icon:hover i.icon__about-project {
  background-position: 0px -67px;
  width: 52px;
  height: 52px;
}
.home-about__item-icon:hover i.icon__about-user {
  background-position: -134px -65px;
  width: 44px;
  height: 50px;
}
@media (max-width: 991px) {
  .home-about__item-icon {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .home-about__item-icon {
    display: inline-block;
    margin: 0;
    margin-right: 18px;
  }
}
.home-about__item-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-about__item-text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 991px) {
  .home-about__item-text {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .home-about__item-text {
    display: inline-block;
    margin-top: 0;
  }
}
.home-about__item-title {
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  color: #ff3052;
}
.home-about__item-introtext {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #686868;
  padding-top: 6px;
}
.home-about__description {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 740px;
  margin: 50px auto 0;
  text-align: center;
}
.home-services {
  background: #000 url("../images/home-services_bg.jpg") center top;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding: 45px 0 0;
}
.home-services__item {
  color: #fff;
  margin-bottom: 60px;
}
.home-services__item-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}
.home-services__item-title:after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  content: "";
  margin: 15px 0;
}
.home-services__item-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.home-objects {
  background: #f8f8f8 url("../images/home-about_bg.jpg") center top;
  padding: 45px 0 0;
}
.home-objects__item {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .home-objects__item {
    max-width: 350px;
    margin: 0 auto 45px;
  }
}
.home-objects__item-image {
  position: relative;
  border: 1px solid #e1e1e1;
}
.home-objects__item-image a {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.home-objects__item-image a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.home-objects__item-image:hover .home-objects__item-image-hover {
  opacity: 1;
  visibility: visible;
}
.home-objects__item-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-image: url("../images/pattern-objects.png");
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.home-objects__item-image-hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-objects__item-description {
  margin-top: 20px;
}
.home-objects__item-name a {
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-objects__item-name a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.home-objects__item-location {
  margin-top: 10px;
  color: #666;
  font-size: 0;
}
.home-objects__item-location span {
  padding-left: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-objects__item-location span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.home-news {
  background: #fff;
  padding: 45px 0 0;
}
.home-news__item {
  border-bottom: 4px solid transparent;
  padding-bottom: 20px;
  margin-bottom: 45px;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  -moz-transition-property: border-color;
  transition-property: border-color;
}
.home-news__item:hover {
  border-color: #ff3052;
}
.home-news__item:hover .home-news__item-title a {
  color: #ff3052;
}
.home-news__item-title {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.home-news__item-title:after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #ff3052;
  content: "";
  margin: 15px 0;
}
.home-news__item-title a {
  line-height: 1.4;
  color: #333;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
}
.home-news__item-title a:hover {
  color: #ff3052;
}
.home-news__item-description {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
}
.home-news__item-date {
  font-size: 0;
}
.home-news__item-date span {
  padding-left: 6px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}
.home-ask {
  background: #00223b url("../images/home-ask_bg.jpg") center top;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding: 45px 0;
}
.home-ask__form form {
  margin-top: 20px;
}
.home-ask__text {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.home-ask__input-wrapper {
  position: relative;
  width: 360px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-ask__input-wrapper {
    width: auto;
    text-align: center;
  }
}
.home-ask__input {
  display: block;
  width: 100%;
  color: #fff;
  height: 42px;
  line-height: normal;
  font-size: 16px;
  font-size: 1rem;
  outline: none;
  background: transparent;
  border: 1px solid #fff;
  padding: 0 144px 0 20px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
@media (max-width: 767px) {
  .home-ask__input {
    display: inline-block;
    width: 40%;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 0 20px;
    margin-right: 5px;
  }
}
@media (max-width: 550px) {
  .home-ask__input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.home-ask__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 124px;
  padding: 0;
  background: #fff;
  border: 0;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  -webkit-border-radius: 0 20px 20px 0;
     -moz-border-radius: 0 20px 20px 0;
          border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .home-ask__btn {
    position: static;
    display: inline-block;
    top: auto;
    right: auto;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    width: 40%;
    height: 42px;
    margin-left: 5px;
  }
}
@media (max-width: 550px) {
  .home-ask__btn {
    width: 100%;
    margin-left: 0;
  }
}
.company-history__image {
  float: left;
  width: 125px;
}
.company-history__image a {
  outline: none;
}
@media (max-width: 767px) {
  .company-history__image {
    float: none;
    width: auto;
  }
}
.company-history__desc {
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}
.company-history__desc:before,
.company-history__desc:after {
  content: "";
  display: table;
}
.company-history__desc:after {
  clear: both;
}
.company-history__text {
  margin-left: 160px;
}
@media (max-width: 767px) {
  .company-history__text {
    margin-left: 0;
    margin-top: 30px;
  }
}
.company-history__date {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.company-history__date:after {
  display: block;
  width: 42px;
  height: 2px;
  background-color: #ff3052;
  content: "";
  margin: 8px 0 14px;
}
.company-history__icon {
  position: absolute;
  top: -2px;
  left: -11px;
  width: 20px;
  height: 20px;
  background: #ff3052;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.company-history__icon:after {
  position: absolute;
  background: #fff;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  content: "";
}
.company-history__item {
  position: relative;
  border-left: 2px solid #e6e6e6;
  padding-left: 22px;
  padding-bottom: 50px;
}
.company-history__item:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}
.licenses__item {
  margin-bottom: 30px;
}
.licenses__item:before,
.licenses__item:after {
  content: "";
  display: table;
}
.licenses__item:after {
  clear: both;
}
@media (max-width: 767px) {
  .licenses__item {
    text-align: center;
  }
}
.licenses__image {
  float: left;
  width: 160px;
  border: 1px solid #e6e6e6;
  padding: 4px;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  -moz-transition-property: border-color;
  transition-property: border-color;
}
.licenses__image a {
  display: block;
  outline: none;
}
.licenses__image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.licenses__image:hover {
  border-color: #ff3052;
}
@media (max-width: 767px) {
  .licenses__image {
    display: inline-block;
    float: none;
    width: auto;
  }
}
.licenses__desc {
  text-align: left;
  margin-left: 196px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .licenses__desc {
    margin-left: 0;
    padding-top: 15px;
  }
}
.licenses__name {
  text-align: left;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.licenses__name:after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #ff3052;
  content: "";
  margin: 12px 0 18px;
}
.licenses__text {
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}
.vacancies__filter {
  margin-bottom: 30px;
}
.news-paper__top:before,
.news-paper__top:after {
  content: "";
  display: table;
}
.news-paper__top:after {
  clear: both;
}
.news-paper__image {
  float: left;
  width: 350px;
}
@media (max-width: 767px) {
  .news-paper__image {
    display: inline-block;
    float: none;
    width: auto;
  }
}
.news-paper__desc {
  margin-left: 380px;
}
.news-paper__desc.not-margin {
  margin-left: 0;
}
@media (max-width: 767px) {
  .news-paper__desc {
    margin-left: 0;
    padding-top: 15px;
  }
}
.news-paper__name {
  text-transform: uppercase;
  color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
.news-paper__text {
  line-height: 1.4;
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
.news-paper__link {
  margin-top: 15px;
}
.news-paper__bottom {
  margin-top: 30px;
}
.news-paper__item {
  margin-bottom: 20px;
}
.news-paper__item:last-child {
  margin-bottom: 0;
}
.structure__item {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #dbd8d3;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.structure__item.opened {
  border-color: #ff3052;
}
.structure__item.opened .structure__item-name {
  color: #fff;
  background-color: #ff3052;
}
.structure__item.opened .structure__item-desc {
  background-color: #fff;
}
.structure__item.opened .structure__item-toggle {
  display: none;
}
.structure__item-name-big {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.structure__item-name-small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}
.structure__item-name {
  color: #333;
  background-color: #e0e0e0;
  text-align: center;
  padding: 20px;
  line-height: 1.4;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.structure__item-desc {
  background: #fbfbfb;
  line-height: 1.4;
  padding: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.structure__item-toggle {
  font-size: 14px;
  font-size: 0.875rem;
}
.structure__item-toggle-btn {
  display: inline-block;
  cursor: pointer;
}
.structure__item-text {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
}
.catalog_border-bottom {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.catalog__item {
  margin-bottom: 30px;
}
.catalog__item:before,
.catalog__item:after {
  content: "";
  display: table;
}
.catalog__item:after {
  clear: both;
}
.catalog__item-image {
  float: left;
  width: 80px;
}
.catalog__item-image a {
  display: block;
}
.catalog__item-image img {
  display: block;
  margin-left: auto;
}
.catalog__item-name {
  margin-left: 100px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  padding-top: 10px;
}
.catalog__item-name a {
  color: #333;
  text-decoration: none;
}
.catalog__item-name a:hover {
  color: #ff3052;
}
.catalog__item-desc-popup {
  display: none;
}
.catalog__table-wrap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .catalog__table-wrap {
    margin-bottom: 0;
  }
}
.catalog__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .catalog__table {
    display: block;
    width: auto;
  }
}
.catalog__tr {
  display: table-row;
}
@media (max-width: 767px) {
  .catalog__tr {
    display: block;
    width: auto;
  }
}
.catalog__td {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333333333333336%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .catalog__td {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
}
.catalog__item-table {
  font-size: 0;
  display: table;
  width: 100%;
}
.catalog__item-table-image {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 80px;
  vertical-align: middle;
}
.catalog__item-table-image a {
  display: block;
}
.catalog__item-table-image img {
  display: block;
  margin-left: auto;
}
@media (max-width: 767px) {
  .catalog__item-table-image img {
    margin-left: 0;
  }
}
.catalog__item-table-name {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  width: 100%;
  margin-left: -80px;
  padding-left: 100px;
  vertical-align: middle;
}
.catalog__item-table-name a {
  color: #333;
  text-decoration: none;
}
.catalog__item-table-name a:hover {
  color: #ff3052;
}
.catalog-product__props {
  margin-bottom: 30px;
}
.catalog-product__desc {
  margin-bottom: 30px;
}
.catalog-product__header {
  margin-bottom: 30px;
}
.catalog-product__header-image {
  border: 1px solid #e6e6e6;
  padding: 30px;
  background: #fff;
}
.catalog-product__header-image img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .catalog-product__header-image {
    margin-bottom: 30px;
  }
}
.catalog-product__header-top {
  margin-bottom: 30px;
}
.catalog-product__wrapper {
  background: #f1f1f1;
  padding: 20px;
  font-size: 0;
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-product__header-top-left {
    margin-bottom: 10px;
  }
}
.catalog-product__header-top-left,
.catalog-product__header-top-right {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .catalog-product__header-top-left,
  .catalog-product__header-top-right {
    display: block;
    width: auto;
  }
}
.catalog-product__header-top-n {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.catalog-product__header-top-p {
  font-size: 14px;
  font-size: 0.875rem;
}
.catalog-product__header-top-p a {
  color: #ff3052;
}
.catalog-product__header-top-button {
  text-align: right;
}
.catalog-products__item {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.catalog-products__item-image {
  padding: 30px;
}
.catalog-products__item-image-link {
  display: block;
}
.catalog-products__item-image-link img {
  display: block;
  margin: 0 auto;
}
.catalog-products__item-body {
  padding: 0 20px 30px;
}
.catalog-products__item-name {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.catalog-products__item-name a {
  color: #333;
  text-decoration: none;
}
.catalog-products__item-name a:hover {
  color: #ff3052;
}
.catalog-products__item-button {
  margin-top: 20px;
}
.catalog-products__item-button button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  width: 100%;
}
.objects__filter {
  margin-bottom: 30px;
}
.objects__item {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .objects__item {
    max-width: 350px;
    margin: 0 auto 30px;
  }
}
.objects__item-image a {
  display: block;
}
.objects__item-image img {
  display: block;
  margin: 0 auto;
}
.objects__item-desc {
  padding: 15px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
.objects__item-desc a {
  color: #ff3052;
  text-decoration: none;
}
.objects__item-desc a:hover {
  text-decoration: underline;
}
.object-tabs__header-wrap {
  margin: 0 -15px;
}
.object-tabs__header ul {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 0;
  display: table;
  width: 100%;
}
.object-tabs__header ul li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  width: 50%;
  padding: 0 15px;
}
.object-tabs__header ul li a,
.object-tabs__header ul li span {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background: #f1f1f1;
  cursor: pointer;
}
.object-tabs__header ul li.active a,
.object-tabs__header ul li.active span {
  background: #fff;
  color: #ff3052;
}
.object-tabs__body {
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-top: -1px;
  background: #fff;
}
.object-tabs__tab {
  display: none;
}
.object-call {
  background: #f1f1f1;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.object-call.rent {
  margin-top: 30px;
}
.object-call__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .object-call__table {
    display: block;
    width: auto;
  }
}
.object-call__td {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .object-call__td {
    display: block;
    width: auto;
    margin-bottom: 15px;
  }
  .object-call__td:last-child {
    margin-bottom: 0;
  }
}
.object-call__body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  padding-right: 30px;
}
.object-call__body p {
  margin: 0;
  margin-bottom: 10px;
}
.object-call__body p:last-child {
  margin-bottom: 0;
}
.object-call__body a {
  color: #ff3052;
  text-decoration: none;
}
.object-call__body a:hover {
  text-decoration: underline;
}
.object-info {
  background: #f1f1f1;
  padding: 20px;
  margin-top: 20px;
}
.object-info__image {
  border: 1px solid #ccc;
  overflow: hidden;
}
@media (max-width: 767px) {
  .object-info__image {
    margin-top: 20px;
  }
}
.object-info__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.object-info__list ul li {
  margin-bottom: 20px;
}
.object-info__list ul li p {
  margin: 0;
  margin-bottom: 10px;
}
.object-info__list ul li p:last-child {
  margin-bottom: 0;
}
.object-info__list ul ul {
  list-style-type: disc;
  list-style-position: inside;
}
.object-info__list ul ul li {
  display: list-item;
  margin-bottom: 5px;
}
.object-info__icon {
  float: left;
  width: 12px;
}
.object-info__desc {
  margin-left: 20px;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
.photo-gallery-item__big {
  margin-bottom: 30px;
}
.photo-gallery-big__item {
  outline: none;
  border: 1px solid #e6e6e6;
}
.arrows-th {
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  top: 50%;
}
@media (max-width: 991px) {
  .arrows-th {
    display: none;
  }
}
.photo-gallery-item__thumbs {
  margin-bottom: 30px;
  position: relative;
}
.photo-gallery-item__thumbs:hover .arrows-th {
  opacity: 1;
  visibility: visible;
}
.photo-gallery-thumbs {
  margin: 0 -15px;
}
.photo-gallery-thumbs__item {
  cursor: pointer;
  margin: 0 15px;
  outline: none;
  border: 1px solid #e6e6e6;
}
.prev-and-next__wrapper {
  font-size: 0;
  display: table;
  width: 100%;
}
.prev-and-next__prev,
.prev-and-next__next {
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 10px;
  background: #f1f1f1;
  text-align: center;
}
@media (max-width: 1199px) {
  .prev-and-next__prev,
  .prev-and-next__next {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1199px) {
  .prev-and-next__prev i,
  .prev-and-next__next i {
    display: none;
  }
}
.prev-and-next__prev {
  -webkit-border-radius: 15px 0 0 15px;
     -moz-border-radius: 15px 0 0 15px;
          border-radius: 15px 0 0 15px;
  border-right: 1px solid #fff;
}
.prev-and-next__next {
  -webkit-border-radius: 0 15px 15px 0;
     -moz-border-radius: 0 15px 15px 0;
          border-radius: 0 15px 15px 0;
}
.news__item {
  margin-bottom: 30px;
}
.news__item-image {
  margin-bottom: 15px;
}
.news__item-image a {
  display: block;
}
.news__item-image img {
  display: block;
}
.news__item-content {
  line-height: 1.4;
}
.news__item-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.news__item-name a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.news__item-name a:hover {
  color: #ff3052;
}
.news__item-date {
  font-size: 0;
  margin-bottom: 15px;
}
.news__item-date span {
  padding-left: 6px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}
.news__item-desc {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
.contacts-map {
  position: relative;
  margin-top: -138px;
}
@media (max-width: 991px) {
  .contacts-map {
    margin-top: 0;
  }
}
.contacts-map__popup {
  position: relative;
  z-index: 5;
}
.contacts-map__popup-wrap {
  position: absolute;
  left: auto;
  top: 170px;
  background: #fff;
  padding: 20px;
  max-width: 355px;
  -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
          box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
}
@media (max-width: 991px) {
  .contacts-map__popup-wrap {
    position: relative;
    top: 0;
    margin: 15px 0;
    max-width: none;
  }
}
.contacts-map__image {
  position: relative;
  z-index: 4;
  height: 400px;
}
@media (max-width: 991px) {
  .contacts-map__image {
    height: 300px;
  }
}
.contacts-map__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.contacts-map__contact-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #333;
  margin-bottom: 5px;
}
.contacts-map__contact-nav-item {
  margin-bottom: 11px;
}
.contacts-map__contact-nav-item i {
  float: left;
  margin-top: 3px;
}
.contacts-map__contact-nav-item span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  display: block;
  margin-left: 22px;
}
.contacts-map__contact-nav-item a {
  color: #ff3052;
  text-decoration: none;
}
.contacts-map__contact-nav-item a:link,
.contacts-map__contact-nav-item a:visited,
.contacts-map__contact-nav-item a:hover,
.contacts-map__contact-nav-item a:focus {
  color: #ff3052;
}
.contacts-map__contact-nav-item a:hover {
  text-decoration: underline;
}
.map-contact {
  width: 100%;
  height: 100%;
}
.union-c {
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  margin-right: 15px;
}
.map-o {
  width: 100%;
  height: 100%;
}
.map-objects {
  position: relative;
}
.map-objects__popup {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 30px 20px 20px;
  background: #fff;
  width: 355px;
  -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
          box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
}
@media (max-width: 767px) {
  .map-objects__popup {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-top: 15px;
  }
}
.map-objects__image {
  height: 630px;
}
.map-objects__popup-image {
  margin-bottom: 15px;
}
.map-objects__popup-desc {
  line-height: 1.4;
}
.map-objects__popup-name {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #ff3052;
}
a.map-objects__popup-name {
  color: #ff3052;
  text-decoration: none;
}
a.map-objects__popup-name:hover {
  text-decoration: underline;
}
.map-objects__popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  line-height: 0;
}
.image-list {
  margin-top: 30px;
}
.image-list .d-h4 {
  margin-bottom: 30px;
}
.image-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.image-list__image {
  float: left;
  width: 30px;
}
.image-list__body {
  margin-left: 60px;
}
.public-life__row {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .public-life__row {
    margin-bottom: 0;
  }
}
.public-life__item {
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .public-life__item {
    margin-bottom: 30px;
  }
}
.public-life__desc {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 15px 20px;
}
.public-life__desc a {
  color: #ff3052;
  text-decoration: none;
}
.public-life__desc a:hover {
  text-decoration: underline;
}
.public-life__image-link {
  display: block;
  height: 230px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}