

/* Colors */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,800,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700,800,900&display=swap&subset=latin-ext");
/* Values */
/* Media breakpoints */
header {
  background: #fff;
  padding: 0;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(94, 94, 94, 0.1); }
  header .top-line {
    color: #fff;
    position: relative;
    width: 100%;
    margin-top: 0;
    background: #69b769;
    transition: 0.3s;
    padding: 15px 0 17px 0; }
    @media only screen and (max-width: 1200px) {
      header .top-line {
        padding: 7px 0 7px 0;
        font-size: 0.8em; } }
    @media only screen and (max-width: 768px) {
      header .top-line {
        display: none; } }
    header .top-line .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .top-line .container img {
        position: relative;
        top: -2px;
        margin-right: 12px; }
    header .top-line a {
      margin-right: 45px;
      color: #fff; }
    header .top-line .head-socials {
      display: inline-block;
      margin-left: 40px; }
      header .top-line .head-socials a {
        padding: 5px 7px;
        margin: 0; }
        header .top-line .head-socials a img {
          margin: 0;
          opacity: 1;
          transition: 0.3s; }
        header .top-line .head-socials a:hover img {
          opacity: 0.7; }
  header.slimmer {
    height: 115px; }
    header.slimmer .top-line {
      margin-top: -57px; }
      @media only screen and (max-width: 992px) {
        header.slimmer .top-line {
          margin-top: -35px; } }
    header.slimmer nav.navbar.navbar-light {
      margin-top: 1px; }
      header.slimmer nav.navbar.navbar-light .head-main-menu li a {
        padding: 21px 10px; }
    @media only screen and (max-width: 1200px) {
      header.slimmer {
        height: 70px; } }
    @media only screen and (max-width: 992px) {
      header.slimmer {
        height: 70px; } }
    @media (min-width: 769px) and (max-width: 1199px) {
      header.slimmer .navbar-collapse {
        top: 70px !important; } }
  @media only screen and (max-width: 1200px) {
    header {
      position: fixed;
      width: 100%; } }
  header .head-logo img {
    width: auto;
    opacity: 1;
    transition: 0.3s; }
    @media only screen and (max-width: 1200px) {
      header .head-logo img {
        height: 40px; } }
    @media only screen and (max-width: 768px) {
      header .head-logo img {
        height: 30px;
        position: relative;
        top: 1px; } }
    header .head-logo img:hover {
      opacity: 0.7; }
  header .navbar-toggler {
    display: none;
    border: none;
    padding: 0;
    cursor: pointer; }
    @media only screen and (max-width: 1200px) {
      header .navbar-toggler {
        display: block; } }
    header .navbar-toggler span {
      display: inline-block;
      position: relative;
      height: 3px;
      width: 25px;
      background: #000; }
      header .navbar-toggler span:after, header .navbar-toggler span:before {
        height: 3px;
        width: 25px;
        position: absolute;
        background: #000;
        content: '';
        left: 0; }
      header .navbar-toggler span:after {
        bottom: -7px; }
      header .navbar-toggler span:before {
        top: -7px; }
    header .navbar-toggler:hover span {
      background: #69b769; }
      header .navbar-toggler:hover span:after, header .navbar-toggler:hover span:before {
        background: #69b769; }
  header .header__nav {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center; }
  header nav.navbar.navbar-light {
    margin: 0;
    border: none;
    min-height: inherit;
    background: transparent !important;
    transition: 0.3s; }
    @media only screen and (max-width: 1200px) {
      header nav.navbar.navbar-light {
        display: flex;
        order: 1;
        margin-top: 6px;
        max-width: 50px;
        float: right; }
        header nav.navbar.navbar-light .navbar-collapse {
          position: fixed;
          top: 70px;
          left: 0;
          width: 100%;
          background: #ebebeb;
          padding-bottom: 10px;
          max-height: calc(100vh - 70px); }
          header nav.navbar.navbar-light .navbar-collapse.show {
            overflow: auto; } }
    @media (min-width: 769px) and (max-width: 1199px) {
      header nav.navbar.navbar-light .navbar-collapse {
        top: 115px; } }
    @media only screen and (max-width: 768px) {
      header nav.navbar.navbar-light {
        margin-top: 0 !important; } }
    header nav.navbar.navbar-light .head-main-menu {
      display: flex;
      width: 100%;
      padding: 0;
      justify-content: flex-end; }
      @media only screen and (max-width: 1200px) {
        header nav.navbar.navbar-light .head-main-menu {
          display: block;
          width: 100%;
          padding-bottom: 10px;
          padding-top: 10px; } }
      header nav.navbar.navbar-light .head-main-menu li {
        list-style: none;
        padding: 0; }
        header nav.navbar.navbar-light .head-main-menu li.dropdown {
          padding-right: 15px;
          background: url("/www/web/images/arrows/menu-bottom.png") no-repeat right 8px center; }
          @media only screen and (max-width: 1200px) {
            header nav.navbar.navbar-light .head-main-menu li.dropdown {
              background: url("/www/web/images/arrows/menu-bottom.png") no-repeat right 15px top 13px; } }
          header nav.navbar.navbar-light .head-main-menu li.dropdown .dropdown-menu {
            margin-top: 0;
            background: #f2f4f7;
            border: none;
            border-radius: 0;
            padding: 15px 20px;
            min-width: 400px; }
            @media only screen and (max-width: 1200px) {
              header nav.navbar.navbar-light .head-main-menu li.dropdown .dropdown-menu {
                padding: 0; } }
          header nav.navbar.navbar-light .head-main-menu li.dropdown.show {
            background-color: #f2f4f7; }
            header nav.navbar.navbar-light .head-main-menu li.dropdown.show a {
              color: #69b769; }
            header nav.navbar.navbar-light .head-main-menu li.dropdown.show .dropdown-menu a {
              color: #747474;
              font-size: 0.9em;
              padding: 4px 0;
              transition: 0.3s; }
              header nav.navbar.navbar-light .head-main-menu li.dropdown.show .dropdown-menu a:hover {
                color: #69b769;
                background: transparent; }
        @media only screen and (max-width: 1200px) {
          header nav.navbar.navbar-light .head-main-menu li {
            padding: 0; } }
        header nav.navbar.navbar-light .head-main-menu li a {
          padding: 13px 10px;
          text-decoration: none;
          position: relative;
          font-weight: 600;
          font-size: 0.95em;
          transition: 0.3s;
          color: #000;
          display: block;
          text-transform: uppercase; }
          header nav.navbar.navbar-light .head-main-menu li a:after {
            display: none; }
          @media only screen and (max-width: 1200px) {
            header nav.navbar.navbar-light .head-main-menu li a {
              padding: 8px 15px !important;
              color: #000 !important;
              font-weight: 600; } }
          @media only screen and (max-width: 768px) {
            header nav.navbar.navbar-light .head-main-menu li a {
              padding: 7px 15px; } }
          header nav.navbar.navbar-light .head-main-menu li a:hover {
            color: #69b769; }
        header nav.navbar.navbar-light .head-main-menu li.active a, header nav.navbar.navbar-light .head-main-menu li.show a {
          color: #69b769 !important; }

footer {
  background: #131313;
  color: #fff;
  position: relative;
  background-repeat: no-repeat; }
  footer .container {
    position: relative;
    padding-top: 70px; }
  footer .icon-wrap {
    display: flex; }
    @media only screen and (max-width: 992px) {
      footer .icon-wrap {
        margin-bottom: 35px; } }
    footer .icon-wrap .icon {
      margin-right: 30px; }
      @media only screen and (max-width: 768px) {
        footer .icon-wrap .icon {
          margin-right: 18px; } }
    footer .icon-wrap .desc {
      color: #a0a0a0; }
      footer .icon-wrap .desc p {
        margin-bottom: 2px;
        font-size: 0.85em; }
      footer .icon-wrap .desc a {
        color: #a0a0a0; }
        @media (max-width: 767px) {
          footer .icon-wrap .desc a {
            word-break: break-all; } }
      footer .icon-wrap .desc .button {
        color: #fff;
        font-size: 0.9em; }
        footer .icon-wrap .desc .button:hover {
          color: #69b769; }
    footer .icon-wrap.phone .desc p {
      font-size: 1.3em;
      font-weight: 800; }
  footer .footer-nav {
    padding: 5px 0 0 80px;
    border-left: 1px solid #2e2e2e;
    text-align: left; }
    footer .footer-nav li {
      list-style: none; }
      footer .footer-nav li a {
        display: block;
        padding: 4px 0px;
        color: #fff;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: 600; }
        footer .footer-nav li a:hover {
          text-decoration: underline; }
        footer .footer-nav li a img {
          position: relative;
          top: -2px; }
    @media only screen and (max-width: 1200px) {
      footer .footer-nav {
        padding: 5px 0 0 50px;
        border: none; } }
    @media only screen and (max-width: 992px) {
      footer .footer-nav {
        display: flex;
        flex-wrap: wrap; }
        footer .footer-nav li a {
          padding: 4px 15px 4px 0; } }
    @media only screen and (max-width: 768px) {
      footer .footer-nav {
        padding: 5px 0 0 40px; } }
  footer .footer-copyright {
    padding: 40px 0;
    margin-top: 15px;
    color: #606060;
    font-size: 0.85em;
    text-align: center; }
    footer .footer-copyright a {
      color: #606060; }
    footer .footer-copyright .container {
      padding-top: 0; }
    @media only screen and (max-width: 768px) {
      footer .footer-copyright {
        padding: 10px 0; } }

.footer__social {
  width: 100%;
  padding: 5px 0 25px 40px; }
  .footer__social ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer__social ul li {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 40px;
      min-height: 40px;
      margin-right: 20px;
      padding: 8px;
      border: 1px solid #fff; }
      .footer__social ul li:last-child {
        margin-right: 0; }
      .footer__social ul li a {
        display: block;
        transition: 0.2s all; }
        .footer__social ul li a:hover, .footer__social ul li a:focus {
          opacity: 0.7; }

body {
  font-family: Poppins, sans-serif;
  font-size: 16px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
@media (min-width: 1380px) {
  .container {
    max-width: 1300px; } }
#content {
  padding-top: 80px;
  z-index: 2;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    #content {
      padding-top: 60px; } }
  @media only screen and (max-width: 768px) {
    #content {
      padding-top: 40px; } }
  #content h3 {
    font-size: 1.8em;
    font-weight: 700; }
  #content iframe {
    width: 100%;
    filter: grayscale(60%);
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      #content iframe {
        margin-top: 0; } }
  #content img {
    max-width: 100%; }

strong {
  font-weight: 700; }

.hp-intro {
  padding: 80px 0 120px 0; }
  @media only screen and (max-width: 1200px) {
    .hp-intro {
      padding: 50px 0; } }
  @media only screen and (max-width: 992px) {
    .hp-intro {
      padding: 20px 0; } }
  .hp-intro h1 {
    font-family: Roboto;
    font-weight: 900; }
  .hp-intro img {
    max-width: 100%; }
  .hp-intro h2 {
    font-family: Roboto;
    line-height: 1.4em;
    font-weight: 700;
    margin: 40px 0 30px 0;
    font-size: 1.5em; }
  .hp-intro p {
    font-size: 0.92em;
    color: #737373;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 30px; }
  @media only screen and (max-width: 992px) {
    .hp-intro {
      display: flex;
      flex-direction: column-reverse; }
      .hp-intro img {
        position: relative;
        left: 50%;
        transform: translateX(-50%); } }
  .hp-intro .text-box {
    padding-left: 20px; }
    @media only screen and (max-width: 992px) {
      .hp-intro .text-box {
        padding-left: 0;
        padding-bottom: 60px; } }

.blue {
  color: #69b769; }

section {
  padding: 70px 0; }
  section h2 {
    font-weight: 800;
    font-family: Roboto;
    font-size: 2.4em;
    text-align: center !important;
    width: 100%;
    margin-bottom: 70px; }
    @media only screen and (max-width: 992px) {
      section h2 {
        margin-top: 0;
        font-size: 2em;
        margin-bottom: 45px; } }
  @media only screen and (max-width: 992px) {
    section {
      padding: 50px 0; } }
  @media only screen and (max-width: 768px) {
    section {
      padding: 40px 0; } }

.subpage h1, .subpage h2 {
  font-size: 2.2em;
  margin-bottom: 35px;
  font-weight: 700; }
.subpage .margined-block {
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .subpage .margined-block {
      margin-bottom: 20px; } }
.subpage p {
  margin-bottom: 5px; }
.subpage a {
  color: #69b769;
  text-decoration: none; }
  .subpage a:hover {
    color: #69b769;
    text-decoration: underline; }

.left-icon-box {
  display: flex;
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .left-icon-box {
      flex-direction: column;
      text-align: center;
      align-items: center;
      justify-content: center; } }
  .left-icon-box .icon-box {
    width: 55px; }
    @media only screen and (max-width: 992px) {
      .left-icon-box .icon-box {
        width: 44px; } }
    @media only screen and (max-width: 480px) {
      .left-icon-box .icon-box {
        width: 70px;
        text-align: center;
        margin-bottom: 10px; } }
  .left-icon-box .desc-box {
    padding-left: 40px;
    margin-right: 50px;
    font-weight: 400; }
    @media only screen and (max-width: 1200px) {
      .left-icon-box .desc-box {
        margin-right: 25px; } }
    .left-icon-box .desc-box h3 {
      font-size: 1.6em;
      font-weight: 700; }
    .left-icon-box .desc-box p {
      font-size: 1.1em;
      line-height: 1.6em; }
    @media only screen and (max-width: 480px) {
      .left-icon-box .desc-box {
        padding-left: 0;
        margin-right: 0; } }

.photo-wrap {
  width: 100%;
  height: 390px;
  overflow: hidden;
  position: relative;
  max-width: 500px;
  margin: 0 auto; }
  .photo-wrap img {
    position: absolute;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-height: 110%;
    top: 50%;
    transform: translate(-50%, -50%); }
  @media only screen and (max-width: 768px) {
    .photo-wrap img {
      max-height: inherit; } }
  @media only screen and (max-width: 480px) {
    .photo-wrap {
      height: 300px; } }

@media only screen and (max-width: 992px) {
  .tablet-margin {
    margin-top: 30px;
    margin-bottom: 30px; } }

#content .hp-news {
  position: relative; }
  #content .hp-news.malir {
    background: url("/www/web/images/malir/news-bg.jpg") no-repeat center center;
    background-size: cover; }
  #content .hp-news.truhlar {
    background: url("/www/web/images/truhlar/news-bg.jpg") no-repeat center center;
    background-size: cover; }
  #content .hp-news.stavebnik {
    background: url("/www/web/images/stavebnik/news-bg.jpg") no-repeat center center;
    background-size: cover; }
  #content .hp-news h2 {
    color: #ffffff; }
  #content .hp-news .hp-news-list {
    z-index: 2;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch; }
    #content .hp-news .hp-news-list .row {
      flex-wrap: wrap; }
    #content .hp-news .hp-news-list .button {
      margin: 50px 0; }
      @media only screen and (max-width: 992px) {
        #content .hp-news .hp-news-list .button {
          margin: 0 auto 40px auto;
          position: relative;
          left: 50%;
          transform: translateX(-50%); } }
    #content .hp-news .hp-news-list .hp-news-box-wrap {
      position: relative;
      display: flex;
      float: unset;
      max-width: calc(33.33% - 15px); }
      @media only screen and (max-width: 1380px) {
        #content .hp-news .hp-news-list .hp-news-box-wrap {
          max-width: 33.33%; } }
      @media only screen and (max-width: 992px) {
        #content .hp-news .hp-news-list .hp-news-box-wrap {
          max-width: 500px;
          margin: 0 auto 50px auto; } }
      @media only screen and (max-width: 768px) {
        #content .hp-news .hp-news-list .hp-news-box-wrap {
          margin: 0 auto 30px auto; } }
    #content .hp-news .hp-news-list .hp-news-box {
      box-shadow: 13px 13px 18px rgba(0, 0, 0, 0.3);
      background: #fff; }
      #content .hp-news .hp-news-list .hp-news-box .new-photo-box {
        position: relative; }
        #content .hp-news .hp-news-list .hp-news-box .new-photo-box img {
          /*position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: auto;
          height: auto;
          max-height: 110%;
          min-width: 100%;
          min-height: 100%;*/
          width: 100%;
          height: 240px;
          object-fit: cover; }
        @media only screen and (max-width: 992px) {
          #content .hp-news .hp-news-list .hp-news-box .new-photo-box {
            height: 300px; } }
        @media only screen and (max-width: 480px) {
          #content .hp-news .hp-news-list .hp-news-box .new-photo-box {
            height: 250px; } }
      #content .hp-news .hp-news-list .hp-news-box .new-text-box {
        padding: 40px 40px 20px 40px; }
        @media only screen and (max-width: 992px) {
          #content .hp-news .hp-news-list .hp-news-box .new-text-box {
            padding: 25px 25px 10px 25px; } }
        @media only screen and (max-width: 480px) {
          #content .hp-news .hp-news-list .hp-news-box .new-text-box {
            padding: 25px 20px; } }
        #content .hp-news .hp-news-list .hp-news-box .new-text-box .more {
          margin-left: 8px;
          color: #000;
          display: inline-block;
          font-weight: 700; }
          #content .hp-news .hp-news-list .hp-news-box .new-text-box .more img {
            margin-right: 6px; }
          #content .hp-news .hp-news-list .hp-news-box .new-text-box .more:hover {
            color: #69b769; }
        #content .hp-news .hp-news-list .hp-news-box .new-text-box .date {
          font-size: 0.75em;
          margin-bottom: 5px;
          font-weight: 500;
          letter-spacing: 1px; }
        #content .hp-news .hp-news-list .hp-news-box .new-text-box h3 {
          font-size: 1.3em;
          color: black;
          font-family: Roboto;
          font-weight: 800;
          margin-top: 0;
          margin-bottom: 25px; }
        #content .hp-news .hp-news-list .hp-news-box .new-text-box p {
          margin-bottom: 20px;
          font-size: 0.87em;
          color: #737373;
          line-height: 1.9em; }
        #content .hp-news .hp-news-list .hp-news-box .new-text-box .more-info {
          color: #000;
          font-weight: 600; }
          #content .hp-news .hp-news-list .hp-news-box .new-text-box .more-info img {
            margin-left: 10px;
            transition: 0.3s; }
          #content .hp-news .hp-news-list .hp-news-box .new-text-box .more-info:hover img {
            margin-left: 15px; }
  #content .hp-news .bottom-more-text {
    text-align: center;
    color: #ffffff;
    margin-top: 70px; }
    @media only screen and (max-width: 992px) {
      #content .hp-news .bottom-more-text {
        margin-top: 0px; } }
    #content .hp-news .bottom-more-text a {
      color: #69b769;
      font-weight: 700; }
      #content .hp-news .bottom-more-text a:hover {
        color: #69b769; }

.right-border {
  border-right: 1px solid #f2652a; }
  @media only screen and (max-width: 992px) {
    .right-border {
      border: none; } }

.left-box-distance {
  padding-right: 50px; }
  @media only screen and (max-width: 992px) {
    .left-box-distance {
      padding-right: 15px; } }

.right-box-distance {
  padding-left: 50px; }
  @media only screen and (max-width: 992px) {
    .right-box-distance {
      padding-left: 15px; } }

.hidden-contacts-block {
  display: none; }

.button {
  display: inline-block;
  padding: 10px 35px;
  background: #69b769;
  border: 2px solid #69b769;
  color: #fff;
  border-radius: 3px;
  font-size: 0.9em;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500; }
  .button:hover {
    background: #fff;
    color: #69b769;
    text-decoration: none; }
  .button.with-icon {
    padding: 8px 20px 6px 15px; }
  .button img {
    margin-right: 15px; }

.photos-slider {
  background: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 39%, #f5f5f5 40%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 39%, #f5f5f5 40%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #ffffff 0%, #ffffff 39%, #f5f5f5 40%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 100px 0 80px 0; }
  @media only screen and (max-width: 1200px) {
    .photos-slider {
      background: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 29%, #f5f5f5 30%, #f5f5f5 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 29%, #f5f5f5 30%, #f5f5f5 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to top, #ffffff 0%, #ffffff 29%, #f5f5f5 30%, #f5f5f5 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  .photos-slider .owl-item {
    padding: 13px; }
    .photos-slider .owl-item a img {
      transform: scale(1);
      transform-origin: center;
      transition: 0.3s; }
    .photos-slider .owl-item a:hover img {
      transform: scale(1.05); }
  .photos-slider .owl-dots {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .photos-slider .owl-carousel {
      padding: 0 40px; } }
  .photos-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #fff;
    transition: 0.3s;
    border: 1px solid transparent; }
    @media only screen and (max-width: 1200px) {
      .photos-slider .owl-carousel .owl-nav button {
        top: 50%;
        transform: translateY(-50%); } }
    .photos-slider .owl-carousel .owl-nav button span {
      display: none; }
    .photos-slider .owl-carousel .owl-nav button:focus {
      outline: none; }
    .photos-slider .owl-carousel .owl-nav button.owl-prev {
      left: -60px;
      background-image: url("/www/web/images/icons/photo-slider-arrow-left.png");
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 1300px) {
        .photos-slider .owl-carousel .owl-nav button.owl-prev {
          left: -50px; } }
      @media only screen and (max-width: 1200px) {
        .photos-slider .owl-carousel .owl-nav button.owl-prev {
          left: 0px; } }
    .photos-slider .owl-carousel .owl-nav button.owl-next {
      right: -60px;
      background-image: url("/www/web/images/icons/photo-slider-arrow-right.png");
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 1300px) {
        .photos-slider .owl-carousel .owl-nav button.owl-next {
          right: -50px; } }
      @media only screen and (max-width: 1200px) {
        .photos-slider .owl-carousel .owl-nav button.owl-next {
          right: 0px; } }
    .photos-slider .owl-carousel .owl-nav button:hover {
      background-color: #fff; }

.grey-bg {
  background: #f2f4f7; }

.photo-gallery {
  margin-bottom: 40px; }
  .photo-gallery h2 {
    color: #000; }
  @media only screen and (max-width: 992px) {
    .photo-gallery {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 768px) {
    .photo-gallery h2 {
      margin-bottom: 80px; } }
  .photo-gallery .photo-box {
    height: 220px;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 992px) {
      .photo-gallery .photo-box {
        height: 170px; } }
    @media only screen and (max-width: 768px) {
      .photo-gallery .photo-box {
        height: 120px; } }
    @media only screen and (max-width: 480px) {
      .photo-gallery .photo-box {
        height: 155px; } }
    .photo-gallery .photo-box img {
      width: auto;
      height: auto;
      min-height: 100%;
      max-height: 102%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1);
      transform-origin: center;
      transition: 0.3s; }
    .photo-gallery .photo-box:hover img {
      transform: translate(-50%, -50%) scale(1.1); }
  .photo-gallery .bottom-more-text {
    margin-top: 60px;
    color: #000;
    font-weight: 500; }
    @media only screen and (max-width: 992px) {
      .photo-gallery .bottom-more-text {
        margin-top: 40px; } }
    .photo-gallery .bottom-more-text a {
      color: #69b769;
      font-weight: 700; }
      .photo-gallery .bottom-more-text a:hover {
        color: #69b769; }
  .photo-gallery .owl-carousel .owl-nav {
    position: absolute;
    top: -65px;
    right: -3px; }
    @media only screen and (max-width: 768px) {
      .photo-gallery .owl-carousel .owl-nav {
        right: 50%;
        transform: translateX(50%); } }
    .photo-gallery .owl-carousel .owl-nav button.owl-prev, .photo-gallery .owl-carousel .owl-nav button.owl-next {
      width: 35px;
      height: 35px;
      float: left;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
      border: 1px solid #69b769;
      margin: 3px;
      transition: 0.3s;
      font-size: 1.8em;
      background: url(/www/web/images/arrows/slider-blue-right.png) no-repeat center; }
      .photo-gallery .owl-carousel .owl-nav button.owl-prev span, .photo-gallery .owl-carousel .owl-nav button.owl-next span {
        display: none; }
      .photo-gallery .owl-carousel .owl-nav button.owl-prev:hover, .photo-gallery .owl-carousel .owl-nav button.owl-next:hover {
        background-color: #f2f2f2; }
      .photo-gallery .owl-carousel .owl-nav button.owl-prev:focus, .photo-gallery .owl-carousel .owl-nav button.owl-next:focus {
        outline: none; }
      .photo-gallery .owl-carousel .owl-nav button.owl-prev.disabled, .photo-gallery .owl-carousel .owl-nav button.owl-next.disabled {
        opacity: 0.3; }
    .photo-gallery .owl-carousel .owl-nav button.owl-prev {
      background: url(/www/web/images/arrows/slider-blue-left.png) no-repeat center; }

.references {
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .references {
      padding-bottom: 20px; } }
  .references .filters-button-group {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 992px) {
      .references .filters-button-group {
        margin-bottom: 30px; } }
    .references .filters-button-group button {
      background: transparent;
      border: none;
      color: #000;
      font-weight: 800; }
      @media only screen and (max-width: 600px) {
        .references .filters-button-group button {
          width: 50%; } }
      @media only screen and (max-width: 480px) {
        .references .filters-button-group button {
          width: 100%; } }
      .references .filters-button-group button:focus {
        outline: none; }
      .references .filters-button-group button.is-checked {
        background: #69b769;
        color: #fff !important; }
      .references .filters-button-group button:hover {
        color: #69b769; }
  .references .grid {
    margin-left: -10px;
    margin-right: -10px; }
    .references .grid .element-item {
      width: calc(25% - 20px);
      margin: 0 10px 50px 10px; }
      @media only screen and (max-width: 992px) {
        .references .grid .element-item {
          width: calc(33.33% - 20px); } }
      @media only screen and (max-width: 768px) {
        .references .grid .element-item {
          width: calc(50% - 20px);
          margin: 0 10px 30px 10px; } }
      .references .grid .element-item .image-box {
        width: 100%;
        height: 205px;
        overflow: hidden;
        position: relative; }
        @media only screen and (max-width: 1200px) {
          .references .grid .element-item .image-box {
            height: 150px; } }
        @media only screen and (max-width: 768px) {
          .references .grid .element-item .image-box {
            height: 180px; } }
        @media only screen and (max-width: 600px) {
          .references .grid .element-item .image-box {
            height: 29vw; } }
        .references .grid .element-item .image-box img {
          position: absolute;
          width: auto;
          height: auto;
          min-height: 100%;
          max-height: 105%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      .references .grid .element-item h4 {
        font-size: 0.9em;
        font-weight: 800;
        margin-top: 22px;
        margin-bottom: 4px; }
        @media only screen and (max-width: 768px) {
          .references .grid .element-item h4 {
            margin-top: 15px; } }
      .references .grid .element-item p {
        color: #737373;
        font-size: 0.8em; }

#content.subpage {
  /*padding-top: 250px;

  @media only screen and (max-width: 1200px) {
    padding-top: 170px;
  }

  @media only screen and (max-width: 768px) {
    padding-top: 110px;
  }*/ }
  #content.subpage table {
    width: 100%;
    font-size: 0.95em;
    background: #fff;
    min-width: 500px;
    border: 1px solid #dee5ec; }
    #content.subpage table tr td, #content.subpage table tr th {
      padding: 18px 25px;
      border-bottom: 1px solid #dee5ec;
      color: #737373; }
    #content.subpage table tr th {
      background: #f3f3f3; }
    #content.subpage table tr td {
      font-size: 0.95em; }
  #content.subpage h1, #content.subpage h2, #content.subpage h3 {
    font-family: Roboto;
    font-weight: 800;
    color: #000; }
  #content.subpage h1 {
    font-size: 2.3em;
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      #content.subpage h1 {
        font-size: 2em;
        margin-bottom: 40px; } }
  #content.subpage h2 {
    font-size: 1.8em;
    margin: 90px 0 30px 0; }
    @media only screen and (max-width: 768px) {
      #content.subpage h2 {
        font-size: 1.5em;
        margin: 50px 0 15px 0; } }
  #content.subpage h3 {
    font-size: 1.5em;
    margin: 30px 0; }
    @media only screen and (max-width: 768px) {
      #content.subpage h3 {
        font-size: 1.3em;
        margin: 20px 0; } }
  #content.subpage p {
    color: #737373;
    font-size: 0.9em;
    line-height: 1.7em;
    margin-bottom: 30px; }
  #content.subpage ul {
    margin-bottom: 1rem; }
    #content.subpage ul li {
      color: #737373;
      font-size: 0.9em;
      line-height: 1.7em; }
  #content.subpage .contact-form-block {
    background-color: #f5f5f5;
    padding: 60px 20px 90px 20px;
    margin-bottom: 100px;
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      #content.subpage .contact-form-block {
        padding: 50px 20px; } }
    #content.subpage .contact-form-block .inputs-row {
      margin: 0 -15px 25px -15px;
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        #content.subpage .contact-form-block .inputs-row {
          margin: 0 0 25px 0; } }
    @media only screen and (max-width: 992px) {
      #content.subpage .contact-form-block {
        height: auto;
        margin-bottom: 70px;
        margin-top: 40px; } }
    #content.subpage .contact-form-block input, #content.subpage .contact-form-block textarea {
      background: #fff;
      border: 1px solid transparent;
      transition: 0.3s;
      color: #000;
      margin-bottom: 20px;
      font-size: 0.9em;
      font-weight: 400;
      width: 100%;
      border-radius: 3px;
      padding: 15px; }
    #content.subpage .contact-form-block input {
      width: calc(33.333% - 26px);
      margin: 5px 13px; }
      @media only screen and (max-width: 768px) {
        #content.subpage .contact-form-block input {
          width: 100%;
          margin: 5px 0; } }
    #content.subpage .contact-form-block textarea {
      min-height: 202px; }
    #content.subpage .contact-form-block button {
      padding: 15px 50px;
      background: #69b769;
      border: 1px solid #69b769;
      color: #fff;
      font-weight: 800;
      margin: 30px auto 0 auto;
      border-radius: 3px;
      display: inline-block; }
      #content.subpage .contact-form-block button:focus {
        outline: none; }
      #content.subpage .contact-form-block button:hover {
        background: transparent;
        color: #69b769; }
    #content.subpage .contact-form-block input:focus, #content.subpage .contact-form-block textarea:focus {
      border-color: #69b769;
      outline: none; }
    #content.subpage .contact-form-block input::-webkit-input-placeholder, #content.subpage .contact-form-block textarea::-webkit-input-placeholder {
      color: #000; }
    #content.subpage .contact-form-block .contact-form-content {
      max-width: 1000px;
      margin: 0 auto; }

#content.contact .icon-wrap {
  display: flex; }
  #content.contact .icon-wrap .icon {
    width: 40px; }
  @media only screen and (max-width: 1024px) {
    #content.contact .icon-wrap {
      margin-bottom: 40px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
      #content.contact .icon-wrap .icon {
        margin-bottom: 10px; } }
@media only screen and (max-width: 1024px) {
  #content.contact {
    text-align: center; }
    #content.contact .mt-sm-2, #content.contact .mt-sm-0 {
      margin-top: 0 !important; } }
#content.contact p {
  margin-bottom: 2px;
  color: #737373;
  font-weight: 500; }
#content.contact h5 {
  color: #000;
  font-weight: 700;
  font-size: 1em; }
#content.contact strong {
  font-weight: 700; }
#content.contact .main-contacts {
  margin: 80px 0 100px 0; }
  @media only screen and (max-width: 480px) {
    #content.contact .main-contacts {
      margin: 30px 0 50px 0; } }
#content.contact .top-line {
  padding: 25px 0;
  margin: 20px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: center; }
  #content.contact .top-line .icon-line {
    margin: 10px 30px;
    font-size: 1.3em;
    font-weight: 800;
    display: flex;
    align-items: center; }
    #content.contact .top-line .icon-line img {
      margin-right: 15px; }
    #content.contact .top-line .icon-line a {
      color: #212529;
      transition: 0.3s all; }
      #content.contact .top-line .icon-line a:hover, #content.contact .top-line .icon-line a:focus {
        color: #212529;
        text-decoration: none;
        opacity: 0.7; }
    @media only screen and (max-width: 480px) {
      #content.contact .top-line .icon-line {
        flex-direction: column;
        justify-content: center; }
        #content.contact .top-line .icon-line img {
          margin-bottom: 10px; } }

.homepage__realEstates .bottom-more-text {
  margin-top: 60px;
  color: #000;
  font-weight: 500; }

#map {
  width: 100%;
  height: 400px;
  margin-top: 45px; }

.gallery__category--content {
  display: none; }
  .gallery__category--content.active {
    display: block; }

.pages__files {
  width: 100%;
  margin-top: 40px; }
  .pages__files h3 {
    margin-bottom: 15px !important; }
  .pages__files ul {
    width: 100%;
    padding: 0; }
    .pages__files ul li {
      list-style: none;
      position: relative;
      padding-left: 25px; }
      .pages__files ul li::before {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 2px;
        left: 0;
        background: #69b769;
        top: 50%;
        transform: translateY(-50%); }
      .pages__files ul li a {
        color: #000;
        text-decoration: underline;
        transition: 0.3s all; }
        .pages__files ul li a:hover, .pages__files ul li a:focus {
          color: #69b769;
          text-decoration: underline;
          opacity: 0.7; }

.noticeBoard__form {
  background: #f3f3f3;
  padding: 15px 0;
  border: 1px solid #dee5ec; }
  .noticeBoard__form label {
    margin-bottom: 5px; }
  .noticeBoard__form select {
    height: calc(1.5em + .75rem + 10px); }
  .noticeBoard__form input[type="submit"] {
    margin-top: 25px; }

.content__discussion {
  width: 100%; }
  .content__discussion--form input[type="text"], .content__discussion--form input[type="email"], .content__discussion--form input[type="password"], .content__discussion--form textarea {
    font-size: 14px;
    border-radius: 0; }
    .content__discussion--form input[type="text"]::-webkit-input-placeholder, .content__discussion--form input[type="email"]::-webkit-input-placeholder, .content__discussion--form input[type="password"]::-webkit-input-placeholder, .content__discussion--form textarea::-webkit-input-placeholder {
      color: #bebebe; }
    .content__discussion--form input[type="text"]::-moz-placeholder, .content__discussion--form input[type="email"]::-moz-placeholder, .content__discussion--form input[type="password"]::-moz-placeholder, .content__discussion--form textarea::-moz-placeholder {
      color: #bebebe; }
    .content__discussion--form input[type="text"]:-ms-input-placeholder, .content__discussion--form input[type="email"]:-ms-input-placeholder, .content__discussion--form input[type="password"]:-ms-input-placeholder, .content__discussion--form textarea:-ms-input-placeholder {
      color: #bebebe; }
    .content__discussion--form input[type="text"]:-moz-placeholder, .content__discussion--form input[type="email"]:-moz-placeholder, .content__discussion--form input[type="password"]:-moz-placeholder, .content__discussion--form textarea:-moz-placeholder {
      color: #bebebe; }
  .content__discussion--form textarea {
    resize: none; }
  .content__discussion--form-first {
    background: #f5f5f5;
    padding: 40px; }
  .content__discussion h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase; }

.thread {
  margin-bottom: 35px;
  border: 1px solid #dedede; }
  .thread-item {
    padding: 25px 20px;
    border-bottom: 1px solid #dedede; }
    .thread-item:last-child {
      border-bottom: 0; }
    .thread-item-title, .thread-item-nickname, .thread-item-date {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 800; }
    .thread-item-title {
      color: #000; }
    .thread-item-nickname {
      color: #69b769; }
    .thread-item-text p {
      font-size: 13px;
      padding-bottom: 0px;
      margin-bottom: 10px;
      margin-top: 10px;
      line-height: 24px; }
    .thread-item-respond a {
      font-size: 13px;
      color: #69b769;
      font-weight: 600;
      text-transform: uppercase; }
      .thread-item-respond a:hover, .thread-item-respond a:focus {
        color: #69b769;
        text-decoration: underline; }
  .thread .topic {
    background: #f7f7f7; }

.page-header {
  position: relative;
  height: 255px;
  margin-top: 155px;
  overflow: hidden; }
  @media only screen and (max-width: 1200px) {
    .page-header {
      height: 200px;
      margin-top: 89px; } }
  @media only screen and (max-width: 768px) {
    .page-header {
      height: 200px;
      margin-top: 50px; } }
  .page-header img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    max-height: 110%;
    z-index: 1; }
  .page-header .content-box {
    width: 80%;
    margin: 0 auto; }
    .page-header .content-box h1 {
      z-index: 2;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 3em;
      color: #fff;
      font-family: Roboto;
      text-align: center;
      width: 90%;
      font-weight: 800; }
      @media only screen and (max-width: 1200px) {
        .page-header .content-box h1 {
          padding-top: 0;
          font-size: 2.8em;
          top: 40%; } }
      @media only screen and (max-width: 768px) {
        .page-header .content-box h1 {
          font-size: 2.2em;
          top: 32%; } }
    .page-header .content-box .breadcrumb {
      z-index: 2;
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      background: transparent;
      border: none;
      display: block;
      text-align: center;
      color: #fff;
      font-size: 0.9em;
      width: 90%; }
      .page-header .content-box .breadcrumb a, .page-header .content-box .breadcrumb span {
        color: #fff;
        display: inline-block;
        margin: 0 10px; }
      .page-header .content-box .breadcrumb span {
        font-weight: 800; }

.top-slider {
  margin-top: 155px;
  height: 672px; }
  @media only screen and (max-width: 1200px) {
    .top-slider {
      height: 450px;
      padding-top: 0;
      margin-top: 89px; } }
  @media only screen and (max-width: 768px) {
    .top-slider {
      margin-top: 50px; } }
  .top-slider .carousel {
    height: 100%; }
  .top-slider .carousel-inner {
    position: relative;
    height: 100%; }
    .top-slider .carousel-inner:before {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 700px;
      height: 100%;
      background: url(/www/web/images/hp-slider-overlay.png);
      content: "";
      background-size: cover;
      z-index: 2;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 1800px) {
        .top-slider .carousel-inner:before {
          background-size: contain;
          background-repeat: no-repeat;
          right: 62vw;
          left: inherit; } }
      @media only screen and (max-width: 1500px) {
        .top-slider .carousel-inner:before {
          right: 56vw; } }
      @media only screen and (max-width: 1200px) {
        .top-slider .carousel-inner:before {
          transform: translateX(calc(-100% + 620px));
          right: inherit;
          height: 320px;
          top: 0;
          bottom: inherit; } }
      @media only screen and (max-width: 768px) {
        .top-slider .carousel-inner:before {
          transform: none;
          display: none; } }
  .top-slider .carousel-item {
    height: 100%;
    overflow: hidden; }
    .top-slider .carousel-item img {
      width: auto !important;
      height: auto;
      max-height: 105%;
      min-height: 100%;
      min-width: 100%;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .top-slider .carousel-indicators {
    display: none; }
  .top-slider .carousel-caption {
    height: 100%;
    z-index: 2;
    left: unset;
    right: unset;
    bottom: 0;
    width: 100%; }
    .top-slider .carousel-caption .caption-box {
      margin-top: 0;
      text-align: left;
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
    .top-slider .carousel-caption .h2 {
      font-size: 3.6em;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0;
      text-transform: unset;
      font-family: Roboto;
      max-width: 600px; }
      @media only screen and (max-width: 1200px) {
        .top-slider .carousel-caption .h2 {
          font-size: 2.5em; } }
      @media only screen and (max-width: 768px) {
        .top-slider .carousel-caption .h2 {
          font-size: 2em; } }
    .top-slider .carousel-caption p {
      font-size: 1.1em;
      width: 100%;
      font-weight: 300;
      max-width: 650px;
      margin: 18px 0 60px 0; }
      @media only screen and (max-width: 768px) {
        .top-slider .carousel-caption p {
          font-size: 1em;
          margin: 15px 0 30px 0; } }
    @media only screen and (max-width: 1200px) {
      .top-slider .carousel-caption {
        left: inherit; } }
    @media only screen and (max-width: 768px) {
      .top-slider .carousel-caption {
        transform: none;
        width: calc(100% - 110px);
        left: 40px; } }
  .top-slider.subpage .carousel-caption .caption-box {
    margin: 0 !important;
    top: 45%;
    position: relative;
    transform: translateY(-50%); }
    @media only screen and (max-width: 1200px) {
      .top-slider.subpage .carousel-caption .caption-box {
        top: 40%; } }
  .top-slider .carousel-control-prev,
  .top-slider .carousel-control-next {
    z-index: 3;
    width: 50px;
    left: 0;
    height: 50px;
    padding-top: 3px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s; }
    .top-slider .carousel-control-prev span,
    .top-slider .carousel-control-next span {
      background-image: none !important;
      height: 28px; }
    .top-slider .carousel-control-prev:hover,
    .top-slider .carousel-control-next:hover {
      background: #000; }
  .top-slider .carousel-control-next {
    left: inherit;
    right: 5px; }

.page-catalog-item {
  padding: 60px 35px;
  border: 1px solid #dee5ec;
  margin-bottom: 25px; }

.page-catalog-item__title {
  font-size: 17px;
  margin: 0 0 30px 0;
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
  display: block;
  transition: all 150ms; }

.page-catalog-item__title:hover {
  color: #e15348;
  text-decoration: none; }

.page-catalog-item__images {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }

.page-catalog-item__images a {
  flex: 0 1 22%;
  margin-bottom: 15px; }

.page-catalog-item__images a img {
  max-width: 100%; }

.page-catalog-item__desc {
  margin-bottom: 25px;
  color: #737373;
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 400;
  padding-right: 15%; }

.page-catalog-item__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }

.page-catalog-item__price {
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto";
  color: #e15348;
  margin-right: 85px; }

.page-catalog-item__button {
  display: inline-block;
  background: #f0f0f0;
  color: #000;
  font-family: "Poppins";
  font-weight: 400;
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  border-radius: 10px;
  transition: all 150ms; }

.page-catalog-item__button:hover {
  background: #e15348;
  color: #fff;
  text-decoration: none; }

.product-detail-top {
  margin-bottom: 50px; }

.product-detail-content {
  margin-bottom: 100px; }

.product-detail__img {
  margin-bottom: 15px; }

.product-detail__desc {
  font-family: "Poppins";
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px; }

.product-detail__desc a {
  color: #e6c233;
  font-weight: 600; }

.product-detail__desc .remaining-content span {
  display: none; }

.product-detail__info {
  margin-bottom: 15px;
  background: #f0f0f0;
  padding: 45px; }

.product-detail__parameters {
  width: 100%;
  padding-right: 10%;
  margin-bottom: 65px; }

.product-detail__parameters table {
  width: 100%; }

.product-detail__parameters tr {
  margin-bottom: 15px; }

.product-detail__parameters tr td {
  font-family: "Poppins";
  font-weight: 400;
  color: #737373; }

.product-detail__parameters tr td strong {
  color: #000;
  font-weight: 700; }

.product-detail__parameters tr td:last-child {
  text-align: right; }

.product-detail__avaibility {
  font-family: "Poppins";
  font-weight: 400;
  color: #737373;
  margin-bottom: 15px; }

.product-detail__avaibility i {
  display: inline-block;
  margin-right: 10px; }

.product-detail__price {
  margin-bottom: 25px; }

.product-detail__price .price-top {
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
  font-size: 14px; }

.product-detail__price .price-main {
  font-weight: 700;
  color: #e6c233;
  font-size: 32px;
  font-family: "Roboto";
  margin: 5px 0;
  line-height: 1; }

.product-detail__price .price-bottom {
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
  font-size: 14px; }

.product-detail__price .price-bottom strong {
  color: #e6c233;
  font-weight: 700; }

.product-detail__variant {
  margin-bottom: 30px; }

.product-detail__variant select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/www/web/images/select-down-ico.png") right 25px center no-repeat;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 25px;
  width: 255px;
  height: 50px;
  line-height: 50px;
  font-family: "Poppins";
  font-weight: 400;
  color: #737373;
  outline: none;
  box-shadow: 0px 0px 16px 16px rgba(0, 0, 0, 0.03);
  cursor: pointer; }

.product-detail__basket {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 255px;
  max-width: 100%; }

.product-detail__count {
  margin-right: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }

.product-detail__count input {
  margin-right: 15px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  color: #737373;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.product-detail__count span {
  font-family: "Poppins";
  font-weight: 400;
  color: #737373;
  font-size: 14px; }

.product-detail__button .button {
  font-family: "Poppins";
  font-weight: 600;
  color: #fff;
  padding: 0 25px;
  border-radius: 5px;
  background: #e6c233;
  border: 1px solid #e6c233;
  height: 50px;
  line-height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }

.product-detail__button .button i {
  display: inline-block;
  margin-right: 12px; }

.product-detail__tabs .nav-tabs {
  border: none;
  margin-bottom: 3px; }

.product-detail__tabs .nav-tabs li {
  margin-right: 10px; }

.product-detail__tabs .nav-tabs li a {
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 60px;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  background: #000;
  display: inline-block;
  transition: all 150ms; }

.product-detail__tabs .nav-tabs li a.active {
  background: #e6c233; }

.product-detail__tabs .nav-tabs li a:hover {
  background: #3c3c3c;
  text-decoration: none; }

.product-detail__tabs .tab-content {
  padding: 90px 60px;
  border: 1px solid #dee5ec; }

.product-detail__tabs p {
  margin: 0 0 40px 0;
  font-family: "Poppins";
  font-weight: 400;
  color: #737373;
  font-size: 14px; }

.product-detail__tabs p:last-child {
  margin: 0; }

.product-detail__tabs p strong {
  font-weight: 700; }

.product-related-item {
  padding: 35px 30px;
  border: 1px solid #e9eaeb; }

.product-related-item__img {
  display: block; }

.product-related-item__name {
  font-family: "Poppins";
  font-weight: 600;
  color: #000;
  font-size: 15px;
  transition: all 150ms; }

.product-related-item__name:hover {
  text-decoration: none;
  color: #e6c233; }

.product-related-item__number {
  font-family: "Poppins";
  font-weight: 400;
  color: #737373;
  font-size: 14px; }

.product-related-item__number span {
  display: block; }

.product-related-item__number span strong {
  color: #000;
  font-weight: 700;
  font-size: 16px; }

.product-related-item__price {
  font-family: "Poppins";
  font-weight: 400;
  color: #737373;
  font-size: 14px; }

.product-related-item__price span {
  display: block; }

.product-related-item__price span strong {
  color: #e6c233;
  font-weight: 700;
  font-size: 25px;
  line-height: 1; }

.product-related-item__button {
  text-align: right; }

.product-related-item__button .button {
  font-family: "Poppins";
  font-weight: 600;
  color: #000;
  padding: 0 40px;
  border-radius: 5px;
  background: #e6c233;
  border: 1px solid #e6c233;
  height: 50px;
  line-height: 50px;
  display: inline-flex;
  align-items: center;
  transition: all 150ms; }

.product-related-item__button .button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000; }

.product-related-item__button .button i {
  display: inline-block;
  margin-right: 12px; }

.product-files ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.product-files ul li {
  list-style: none;
  position: relative;
  padding-left: 15px; }

.product-files ul li::before {
  content: "-";
  width: 15px;
  position: absolute;
  color: #e6c233;
  font-weight: 700; }

.product-files ul li a {
  color: #e6c233;
  display: inline-block;
  margin-left: 20px;
  transition: 0.3s all; }

.product-files ul li a:hover, .product-files ul li a:focus {
  color: #e6c233; }

@media (max-width: 992px) {
  .page-catalog-item__title {
    text-align: center; }

  .page-catalog-item__images {
    flex-wrap: wrap; }

  .page-catalog-item__images a {
    flex: 0 1 47%; }

  .product-detail__img {
    text-align: center;
    margin-bottom: 35px; }

  .product-detail__tabs .nav-tabs li {
    margin-bottom: 5px; }

  .product-detail__tabs .nav-tabs li a {
    padding: 0 15px; }

  .product-related-item__button {
    text-align: left; }

  .product-related-item__img {
    margin-bottom: 15px; }

  .product-related-item__number {
    margin-bottom: 15px; }

  .product-related-item__price {
    margin-bottom: 15px; }

  .product-related-item__button {
    margin-top: 20px; }

  .product-detail__tabs .tab-content {
    padding: 30px 20px; } }
@media (max-width: 767px) {
  .page-catalog-item {
    padding: 25px 20px; }

  .page-catalog-item__desc {
    padding-right: 0; }

  .page-catalog-item__price {
    margin-right: 20px; }

  .product-detail__tabs .nav-tabs li {
    width: 100%;
    text-align: center;
    margin-right: 0; }

  .product-detail__tabs .nav-tabs li a {
    display: block; } }
@media (max-width: 550px) {
  .page-catalog-item__images a {
    flex: 1 1 100%;
    text-align: center; } }
.info-item__calendar .fc-dayGrid-view td {
  border-color: transparent;
  text-align: center; }
  .info-item__calendar .fc-dayGrid-view td.fc-today {
    background: none; }
.info-item__calendar .fc-dayGrid-view th {
  border-color: transparent;
  text-align: center; }
.info-item__calendar .fc-dayGrid-view .fc-row {
  border-color: transparent; }
.info-item__calendar .fc-dayGrid-view .fc-body .fc-row {
  min-height: 0; }
.info-item__calendar .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: none;
  height: 35px;
  line-height: 35px; }
.info-item__calendar .fc-dayGrid-view .fc-day-top.fc-today {
  background: #30a641; }
  .info-item__calendar .fc-dayGrid-view .fc-day-top.fc-today span {
    color: #fff; }
.info-item__calendar .fc-view {
  padding: 20px;
  background: #f5f5f5; }
.info-item__calendar .fc-toolbar {
  justify-content: center; }
  .info-item__calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 25px; }
  .info-item__calendar .fc-toolbar h2 {
    text-align: center;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 15px; }
.info-item__calendar .fc-right {
  display: none; }

.page-calendar .fc-dayGrid-view td {
  border-color: #ebebeb;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #535353; }
  .page-calendar .fc-dayGrid-view td.fc-today {
    background: none; }
.page-calendar .fc-dayGrid-view .fc-popover .fc-header {
  background: #e0e0e0;
  border-color: #ebebeb;
  padding: 5px 10px; }
  .page-calendar .fc-dayGrid-view .fc-popover .fc-header .fc-title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #535353; }
.page-calendar .fc-dayGrid-view .fc-popover .fc-event {
  margin: 4px 0 0 0;
  background: #dfb719;
  border-color: #dfb719;
  color: #fff;
  padding: 8px 15px;
  border-radius: 0;
  /*@include media-breakpoint-down(md) {
    padding: 5px;
  }*/ }
.page-calendar .fc-dayGrid-view .fc-content-skeleton td {
  border-color: #ebebeb; }
  .page-calendar .fc-dayGrid-view .fc-content-skeleton td.fc-day-top {
    background: #f4f4f4; }
    .page-calendar .fc-dayGrid-view .fc-content-skeleton td.fc-day-top .fc-day-number {
      float: none;
      height: 35px;
      line-height: 35px; }
    .page-calendar .fc-dayGrid-view .fc-content-skeleton td.fc-day-top.fc-today {
      background: #30a641; }
      .page-calendar .fc-dayGrid-view .fc-content-skeleton td.fc-day-top.fc-today span {
        color: #fff; }
  .page-calendar .fc-dayGrid-view .fc-content-skeleton td .fc-event {
    margin: 0 0 5px 0;
    background: #dfb719;
    border-color: #dfb719;
    color: #fff;
    padding: 8px 15px;
    border-radius: 0;
  /*@include media-breakpoint-down(md) {
	padding: 5px;
  }*/ }
  .page-calendar .fc-dayGrid-view .fc-content-skeleton td .fc-more {
    display: block;
    padding-left: 15px;
    margin-top: 10px;
  /*@include media-breakpoint-down(md) {
	padding-left: 5px;
  }*/ }
  .page-calendar .fc-dayGrid-view .fc-content-skeleton td .fc-day-number {
    padding: 0 15px; }
.page-calendar .fc-dayGrid-view th {
  text-align: left;
  background: #e0e0e0;
  border-color: #ebebeb;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #535353; }
  .page-calendar .fc-dayGrid-view th span {
    padding: 0 15px;
    height: 50px;
    line-height: 50px; }
.page-calendar .fc-dayGrid-view .fc-row {
  border-color: #ebebeb; }
.page-calendar .fc-dayGrid-view .fc-body .fc-row {
  min-height: 0; }
.page-calendar .fc-toolbar {
  justify-content: center; }
  .page-calendar .fc-toolbar .fc-left {
    width: 100%;
    display: flex;
    align-items: center;
  /*@include media-breakpoint-down(xs) {
	flex-wrap: wrap;
	justify-content: center;
  }*/ }
  .page-calendar .fc-toolbar .fc-button {
    border-radius: 0;
    margin: 0 5px;
    transition: all 150ms; }
    .page-calendar .fc-toolbar .fc-button:focus {
      box-shadow: none; }
    .page-calendar .fc-toolbar .fc-button:first-child {
      margin-left: 0; }
    .page-calendar .fc-toolbar .fc-button-primary {
      background-color: #69b769;
      border-color: #69b769; }
      .page-calendar .fc-toolbar .fc-button-primary:hover {
        background-color: #69b769;
        border-color: #69b769; }
  .page-calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 25px; }
  .page-calendar .fc-toolbar h2 {
    text-align: left;
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 36px;
    margin: 0 20px !important;
  /*@include media-breakpoint-down(xs) {
	width: 100%;
	text-align: center;
	margin: 15px 0;
  }*/ }
.page-calendar .fc-right {
  display: none; }

.partners {
  width: 100%;
  padding: 80px 0 60px 0; }
  .partners h2 {
    font-size: 1.8em !important;
    font-family: Roboto !important;
    font-weight: 800 !important;
    color: #000 !important;
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important; }
  .partners__inner {
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .partners__inner .owl-stage {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    .partners__inner--item {
      width: 100%;
      display: block;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: all 150ms; }
      .partners__inner--item:hover, .partners__inner--item:focus {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .partners__inner--item img {
        width: auto;
        max-width: 100%;
        max-height: 120px;
        object-fit: scale-down; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #fff;
  background-color: #69b769;
  border-color: #69b769; }

.pagination > li > a, .pagination > li > span {
  color: #69b769; }

.homepage__slider {
  width: 100%;
  margin-top: 170px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .homepage__slider {
      margin-top: 115px; } }
  @media only screen and (max-width: 768px) {
    .homepage__slider {
      margin-top: 70px; } }
  .homepage__slider--item {
    width: 100%;
    position: relative; }
    .homepage__slider--item img {
      width: 100%; }
  .homepage__slider--text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .homepage__slider--text p {
      font-size: 1.1em;
      width: 100%;
      font-weight: 300;
      color: #fff;
      max-width: 650px;
      margin: 18px 0 60px 0; }
      @media only screen and (max-width: 768px) {
        .homepage__slider--text p {
          font-size: 1em;
          margin: 15px 0 30px 0; } }
      @media (max-width: 1024px) {
        .homepage__slider--text p {
          margin: 18px 0; } }
      @media (max-width: 767px) {
        .homepage__slider--text p {
          display: none; } }
      .homepage__slider--text p strong {
        font-weight: 900; }
  .homepage__slider--heading {
    max-width: 600px;
    font-size: 3.6em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    text-transform: unset;
    font-family: Roboto; }
    @media only screen and (max-width: 1200px) {
      .homepage__slider--heading {
        max-width: 100%;
        font-size: 2.5em; } }
    @media only screen and (max-width: 768px) {
      .homepage__slider--heading {
        max-width: 100%;
        font-size: 2em; } }
    @media (max-width: 767px) {
      .homepage__slider--heading {
        display: none; } }
  .homepage__slider--more {
    width: 100%;
    margin-top: 25px; }
    .homepage__slider--more a {
      display: inline-block;
      padding: 10px 35px;
      background: #69b769;
      border: 2px solid #69b769;
      color: #fff;
      border-radius: 3px;
      font-size: 0.9em;
      text-decoration: none;
      transition: 0.3s;
      font-weight: 500; }
      .homepage__slider--more a:hover {
        color: #69b769;
        background: #fff !important; }
    @media (max-width: 767px) {
      .homepage__slider--more {
        display: none; } }
  .homepage__slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1279px) {
      .homepage__slider .owl-nav {
        top: calc(50% - 30px); } }
    @media (max-width: 767px) {
      .homepage__slider .owl-nav {
        display: none; } }
    .homepage__slider .owl-nav .owl-prev {
      position: absolute;
      left: 0px;
      transition: 0.2s all; }
      .homepage__slider .owl-nav .owl-prev span {
        display: block;
        width: 42px;
        height: 42px;
        background: #69b769 url("/www/web/images/arrows/slider-left.png") no-repeat center center;
        text-indent: -9999px; }
      .homepage__slider .owl-nav .owl-prev:hover, .homepage__slider .owl-nav .owl-prev:focus {
        opacity: 0.8;
        outline: none;
        text-decoration: none; }
    .homepage__slider .owl-nav .owl-next {
      position: absolute;
      right: 0px;
      transition: 0.2s all; }
      .homepage__slider .owl-nav .owl-next span {
        display: block;
        width: 42px;
        height: 42px;
        background: #69b769 url("/www/web/images/arrows/slider-right.png") no-repeat center center;
        text-indent: -9999px; }
      .homepage__slider .owl-nav .owl-next:hover, .homepage__slider .owl-nav .owl-next:focus {
        opacity: 0.8;
        outline: none;
        text-decoration: none; }

.event__item {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #eee; }
  .event__item--inner {
    padding: 25px 25px 0 25px; }
  .event__item--image {
    width: 100%;
    margin-bottom: 15px; }
    .event__item--image img {
      width: 100%;
      height: 135px;
      object-fit: cover; }
  .event__item--title {
    display: block;
    font-size: 1.3em;
    font-family: Roboto;
    font-weight: 800;
    margin-top: 0; }
  .event__item--date {
    font-size: 0.75em;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #737373;
    line-height: 1.9em; }
  .event__item--content {
    width: 100%;
    color: #737373;
    font-size: 14px;
    line-height: 1.7em;
    padding: 10px 0; }
    .event__item--content p {
      margin-bottom: 0.5rem; }
      .event__item--content p:last-of-type {
        margin-bottom: 0; }
  .event__item--options {
    background: #eee;
    padding: 18px 25px 1px 25px; }
    .event__item--options label {
      min-width: 75px;
      color: #000;
      font-size: 13px;
      margin-bottom: 0;
      margin-right: 10px;
      text-transform: uppercase;
      font-weight: 600; }
    .event__item--options input[type="text"], .event__item--options input[type="number"], .event__item--options select {
      border-radius: 0;
      max-width: 200px; }

form .flash-error {
  color: red;
  margin-bottom: 5px;
  font-weight: 800; }

.flash-container .flash {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #69b769;
  padding: 15px 25px;
  margin-bottom: 40px; }
  .flash-container .flash.panel-error {
    background: #fff !important;
    color: red !important;
    border: 3px solid red !important; }

