ul {
  margin: 0;
  padding: 0; }

.button-bd {
  text-align: center; }
  .button-bd a {
    display: inline-block;
    width: 330px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #C01324;
    border: 2px solid #C01324;
    background-color: transparent;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    transition: all 0.4s; }
    .button-bd a:hover {
      background-color: #C01324;
      color: #fff; }

.button-bd-withe {
  text-align: left; }
  .button-bd-withe a {
    display: inline-block;
    width: 330px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    transition: all 0.4s; }
    .button-bd-withe a:hover {
      background-color: #fff;
      color: #C01324; }

.banner-section {
  height: 500px;
  background-image: url("/images/balcony-banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .banner-section ul {
    margin: 0;
    padding: 0; }
  .banner-section h1 {
    text-align: center;
    font-weight: bold;
    font-size: 52px; }
  .banner-section h2 {
    font-size: 34px;
    text-align: center;
    margin-top: 0; }
  .banner-section .banner-info {
    margin-top: 20px; }
    .banner-section .banner-info li {
      list-style: none;
      font-size: 18px;
      line-height: 40px; }
      .banner-section .banner-info li span {
        color: #C01324; }
      .banner-section .banner-info li img {
        height: 30px;
        width: auto;
        margin-right: 20px; }
  .banner-section .banner-timer {
    margin-top: 20px; }
  .banner-section .timer {
    display: block; }
    .banner-section .timer li {
      display: inline-block;
      text-align: center;
      margin: 0 4px; }
    .banner-section .timer p {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 3px; }
    .banner-section .timer .item-timer {
      font-size: 36px;
      vertical-align: top;
      font-weight: bold;
      border: 3px solid #C01324;
      color: #C01324;
      padding: 5px 8px;
      border-radius: 8px; }
  .banner-section .separator {
    font-size: 36px;
    color: #C01324;
    font-weight: bold; }
  .banner-section .call-timer a {
    display: inline-block;
    width: 330px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    background-color: #C01324;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: background-color 0.4s; }
    .banner-section .call-timer a:hover {
      background-color: #f01427; }

.plast-wrapper {
  margin-top: 30px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px;
  text-align: center; }
  .plast-wrapper h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
    .plast-wrapper h2 span {
      color: #0077b3; }
  .plast-wrapper h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px; }

.plast-nav {
  position: relative;
  list-style: none;
  margin: 0 auto 30px;
  padding: 10px;
  border: 2px solid #C01324;
  border-radius: 30px;
  width: auto;
  display: inline-block;
  font-size: 16px;
  line-height: 36px; }
  .plast-nav .plast-active {
    position: absolute;
    width: 230px;
    height: 42px;
    background-color: #C01324;
    border-radius: 20px;
    top: 6px;
    left: 6px;
    z-index: 5;
    transition: all 0.5s; }
  .plast-nav li {
    z-index: 10;
    position: relative;
    display: inline-block;
    width: 230px;
    cursor: pointer;
    transition: color 0.5s; }
  .plast-nav li.active {
    color: #FFF; }

.item-wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: center; }

.item-windows {
  width: 40%;
  margin: 20px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding: 15px; }

.item-head h3 {
  font-size: 24px;
  font-weight: bold; }

.item-head p {
  font-size: 24px;
  font-weight: bold;
  color: #C01324; }

.item-image {
  text-align: center; }
  .item-image img {
    width: 200px;
    border: 2px solid #C01324;
    border-radius: 50%; }

.list-params {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0 30px; }
  .list-params li {
    text-align: left;
    font-size: 16px;
    margin: 10px 0; }
    .list-params li span {
      display: block;
      margin-left: 65px; }
    .list-params li img {
      width: 35px;
      height: auto;
      margin-right: 30px;
      float: left; }

.hide-item {
  display: none; }

.call-me-wrapper {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 20px;
  text-align: center;
  background-color: #C01324; }
  .call-me-wrapper:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    background-color: #C01324;
    top: -15px;
    left: 50%;
    margin-left: -15px; }
  .call-me-wrapper a {
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 30px;
    margin: 10px 10px;
    transition: all 0.4s; }
    .call-me-wrapper a:hover {
      background-color: #fff;
      color: #C01324; }
  .call-me-wrapper input {
    display: inline-block;
    width: 250px;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px;
    margin: 10px 10px;
    border-radius: 30px;
    border: 2px solid #fff; }

.number-wrapper {
  background-image: url("/images/bg-num.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding: 15px;
  color: #fff; }
  .number-wrapper h2 {
    font-size: 42px;
    max-width: 670px;
    margin: 20px auto 60px;
    font-weight: bold; }
  .number-wrapper .number-item {
    text-align: center; }
    .number-wrapper .number-item h4 {
      font-size: 66px;
      font-weight: bold; }
    .number-wrapper .number-item p {
      font-size: 20px;
      text-transform: uppercase; }

.heat-wrapper {
  padding: 20px 40px;
  background: #efefef url("/images/balkon-bg.png") center right no-repeat;
  background-size: contain;
  border: 1px solid #eeeeee;
  margin-bottom: 30px; }
  .heat-wrapper h2 {
    font-size: 42px;
    max-width: 670px;
    margin: 20px 0 30px;
    font-weight: bold; }
    .heat-wrapper h2 span {
      color: #0077b3; }
  .heat-wrapper .heat-list {
    list-style: none;
    margin: 0 0 0 40px;
    padding: 0; }
    .heat-wrapper .heat-list li {
      line-height: 55px;
      font-size: 16px; }
    .heat-wrapper .heat-list span {
      font-weight: bold;
      color: #C01324; }
    .heat-wrapper .heat-list img {
      height: 40px;
      width: auto;
      margin-right: 20px; }

.gift-wrapper {
  background-image: url("/images/bg-window.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #efefef;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 15px; }
  .gift-wrapper h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
    .gift-wrapper h2 span {
      color: #0077b3; }
  .gift-wrapper .gift-list {
    list-style: none;
    font-size: 18px;
    margin-top: 50px;
    margin-left: 70px; }
    .gift-wrapper .gift-list img {
      height: 60px;
      width: auto;
      float: left; }
    .gift-wrapper .gift-list li {
      display: block;
      margin: 25px 0; }
      .gift-wrapper .gift-list li:hover img {
        animation: don-don 1.5s; }
    .gift-wrapper .gift-list span {
      display: inline-block;
      margin-left: 20px;
      margin-top: 5px;
      max-width: 350px; }

.make-wrapper {
  background-color: #C01324;
  padding: 15px 70px;
  margin-bottom: 30px; }
  .make-wrapper h2 {
    color: #fff;
    display: inline-block; }
  .make-wrapper .make-title h2 {
    padding-top: 20px;
    font-size: 45px;
    font-weight: 600; }
  .make-wrapper .make-time img {
    height: 120px;
    width: auto; }
  .make-wrapper .make-time h2 {
    font-weight: 600;
    font-size: 130px; }
  .make-wrapper .make-time span {
    font-size: 80px;
    margin: 0 20px; }

.gager-wrapper {
  margin-bottom: 30px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px; }
  .gager-wrapper h2 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 20px; }
    .gager-wrapper h2 span {
      color: #0077b3; }
  .gager-wrapper ul {
    margin-left: 20px; }
  .gager-wrapper li {
    list-style: none;
    margin: 20px 0 20px 20px;
    font-size: 18px;
    display: block; }
    .gager-wrapper li img {
      float: left;
      height: 70px;
      margin-top: 5px; }
    .gager-wrapper li p {
      margin-left: 95px;
      max-width: 340px; }
    .gager-wrapper li:hover img {
      animation: don-don 1.5s; }

.gager-call {
  background-image: url("/images/bg-ganger.png");
  background-repeat: no-repeat;
  background-position: top center; }
  .gager-call .gager-call-wrapper {
    background-color: #C01324;
    padding: 20px;
    text-align: center;
    margin-top: 270px;
    position: relative; }
    .gager-call .gager-call-wrapper:before {
      content: '';
      width: 20px;
      height: 20px;
      background-color: #C01324;
      position: absolute;
      transform: rotate(45deg);
      left: -10px;
      top: 50%;
      margin-top: -10px; }
    .gager-call .gager-call-wrapper input {
      display: inline-block;
      width: 260px;
      margin: 5px 5px;
      padding: 14px 20px;
      border: 1px solid #999;
      border-radius: 30px;
      text-align: center; }
  .gager-call .button-bd-withe {
    text-align: center; }
    .gager-call .button-bd-withe a {
      margin-bottom: auto;
      padding: 4px 20px;
      width: 260px;
      margin-top: 5px; }

.service-wrapper {
  background-color: #efefef;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center; }
  .service-wrapper h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 20px; }
    .service-wrapper h2 span {
      color: #0077b3; }
  .service-wrapper .item-wrapper-service {
    display: inline-block;
    margin-bottom: 40px;
    text-decoration: none;
    text-align: center;
    padding: 0 20px;
    width: 33%; }
    .service-wrapper .item-wrapper-service .service-image img {
      width: 100%;
      height: auto; }
    .service-wrapper .item-wrapper-service .service-title {
      font-size: 20px;
      color: #333;
      font-weight: bold;
      background-color: #fff;
      line-height: 70px; }
    .service-wrapper .item-wrapper-service:hover .service-title {
      color: #C01324; }

.work-wrapper {
  background-color: #efefef;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center; }
  .work-wrapper h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 20px; }
    .work-wrapper h2 span {
      color: #0077b3; }
  .work-wrapper .work-list {
    margin: 10px 30px 20px;
    position: relative; }
  .work-wrapper .work-list-wrapper {
    list-style: none; }
    .work-wrapper .work-list-wrapper li {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 200px;
      cursor: pointer; }
  .work-wrapper .left-arrow, .work-wrapper .right-arrow {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s; }
    .work-wrapper .left-arrow img, .work-wrapper .right-arrow img {
      width: 25px;
      height: auto; }
    .work-wrapper .left-arrow:hover, .work-wrapper .right-arrow:hover {
      opacity: 1; }
  .work-wrapper .left-arrow {
    left: -30px; }
  .work-wrapper .right-arrow {
    right: -30px; }
