.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-moz-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes snowflakes-shake {
  0% {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -moz-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-o-keyframes snowflakes-shake {
  0% {
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -o-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall,snowflakes-shake;
  -webkit-animation-duration: 10s,3s;
  -webkit-animation-timing-function: linear,ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
  -moz-animation-name: snowflakes-fall,snowflakes-shake;
  -o-animation-name: snowflakes-fall,snowflakes-shake;
  animation-name: snowflakes-fall,snowflakes-shake;
  -moz-animation-duration: 10s,3s;
  -o-animation-duration: 10s,3s;
  animation-duration: 10s,3s;
  -moz-animation-timing-function: linear,ease-in-out;
  -o-animation-timing-function: linear,ease-in-out;
  animation-timing-function: linear,ease-in-out;
  -moz-animation-iteration-count: infinite,infinite;
  -o-animation-iteration-count: infinite,infinite;
  animation-iteration-count: infinite,infinite;
  -moz-animation-play-state: running,running;
  -o-animation-play-state: running,running;
  animation-play-state: running,running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s,0s;
  -moz-animation-delay: 0s,0s;
  -o-animation-delay: 0s,0s;
  animation-delay: 0s,0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s,1s;
  -moz-animation-delay: 1s,1s;
  -o-animation-delay: 1s,1s;
  animation-delay: 1s,1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s,.5s;
  -moz-animation-delay: 6s,.5s;
  -o-animation-delay: 6s,.5s;
  animation-delay: 6s,.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s,2s;
  -moz-animation-delay: 4s,2s;
  -o-animation-delay: 4s,2s;
  animation-delay: 4s,2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s,2s;
  -moz-animation-delay: 2s,2s;
  -o-animation-delay: 2s,2s;
  animation-delay: 2s,2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s,3s;
  -moz-animation-delay: 8s,3s;
  -o-animation-delay: 8s,3s;
  animation-delay: 8s,3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s,2s;
  -moz-animation-delay: 6s,2s;
  -o-animation-delay: 6s,2s;
  animation-delay: 6s,2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s,1s;
  -moz-animation-delay: 2.5s,1s;
  -o-animation-delay: 2.5s,1s;
  animation-delay: 2.5s,1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s,0s;
  -moz-animation-delay: 1s,0s;
  -o-animation-delay: 1s,0s;
  animation-delay: 1s,0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s,1.5s;
  -moz-animation-delay: 3s,1.5s;
  -o-animation-delay: 3s,1.5s;
  animation-delay: 3s,1.5s;
}

.center, .common-home #slideshow0 .item .container, .common-home .services .info-block .owl-thumbs .owl-thumb-item .icon-block i, .common-home .services .info-block .owl-thumbs .owl-thumb-item .icon-block img, .common-home .services #services-carousel .item .align, .services-page .services-items .item .image i, .services-page .services-items .item .info-block .info, .roof-calculator-page .calculator #product-select input[type="checkbox"]:checked + span::after,
.roof-calculator-page .calculator #product-select input[type="checkbox"]:checked + label::after,
.roof-calculator-page .calculator #product-select input[type="radio"]:checked + span::after,
.roof-calculator-page .calculator #product-select input[type="radio"]:checked + label::after,
.roof-calculator-page .calculator .type-roof-block input[type="checkbox"]:checked + span::after,
.roof-calculator-page .calculator .type-roof-block input[type="checkbox"]:checked + label::after,
.roof-calculator-page .calculator .type-roof-block input[type="radio"]:checked + span::after,
.roof-calculator-page .calculator .type-roof-block input[type="radio"]:checked + label::after, .roof-calculator-page .calculator .calculator-block h3 {
  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%);
}

.center-y, .modal .modal-content .modal-header .close, .site-header .menu-toogle, .common-home #slideshow0 .owl-dots, .common-home .services .info-block .owl-thumbs .owl-thumb-item .icon-block, .common-home .block-calculator i, .breadcrumb > li:after, #accordion-category .panel.panel-default .panel-heading .right-arrow, #accordion-category .panel .panel-body .panel-heading .right-arrow-sub, .roof-calculator-page .calculator input[type="checkbox"] + span::before,
.roof-calculator-page .calculator input[type="checkbox"] + label::before,
.roof-calculator-page .calculator input[type="radio"] + span::before,
.roof-calculator-page .calculator input[type="radio"] + label::before, .roof-calculator-page .calculator input[type="checkbox"]:checked + span::after,
.roof-calculator-page .calculator input[type="checkbox"]:checked + label::after,
.roof-calculator-page .calculator input[type="radio"]:checked + span::after,
.roof-calculator-page .calculator input[type="radio"]:checked + label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center-x, #menu .navigation > li:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.full-size, .modal .modal-content .modal-body .image img, .common-home #slideshow0 .item:before, .common-home .services #services-carousel .item .image, .thumbnail img, .news-items [class^="col-"] .item .image img, .services-page .services-items .item .image img, .catalog-categories .item .image .img, .products-items .item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.box-shadow, .btn-default:hover, [class^="product-category-81"] .products-items .item .boc_order_category_btn:hover, .roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label:hover,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label:hover, .btn-primary:hover, .fixed-calculator-button, .scrolled .site-header, .common-home #slideshow0 .owl-dots button.active, .common-home #slideshow0 .owl-dots button:hover, .common-home #block0 .item:hover, .common-home .services .info-block .owl-thumbs .owl-thumb-item.active, .common-home .services .info-block .owl-thumbs .owl-thumb-item:hover, .news-items [class^="col-"]:hover, .services-page .services-items .item:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn, .roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label {
  padding: 12px 45px !important;
  font-size: 14px !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0 !important;
}

.btn-xs {
  font-size: 12px;
}

.btn-sm {
  font-size: 10px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn, .roof-calculator-page .calculator .type-calculation .btn-group > input[type="checkbox"] + label,
.roof-calculator-page .calculator .type-calculation .btn-group > input[type="radio"] + label, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default, [class^="product-category-81"] .products-items .item .boc_order_category_btn, .roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 2px;
}

.btn-default:hover, [class^="product-category-81"] .products-items .item .boc_order_category_btn:hover, .roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label:hover,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label:hover {
  background: #b91817;
  color: #fff;
}

.btn-default:active, [class^="product-category-81"] .products-items .item .boc_order_category_btn:active, .roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label:active,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label:active, .btn-default.active, [class^="product-category-81"] .products-items .item .active.boc_order_category_btn, .roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label.active,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label.active, .btn-default.disabled, [class^="product-category-81"] .products-items .item .disabled.boc_order_category_btn, .roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label.disabled,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label.disabled, .btn-default[disabled], [class^="product-category-81"] .products-items .item .boc_order_category_btn[disabled], .roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label[disabled],
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label[disabled] {
  background-color: #000;
  outline: 0;
}

.btn-primary {
  background: #b91817;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 2px;
}

.btn-primary:hover {
  background: #000 !important;
  color: #fff;
}

.btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #b91817 !important;
  outline: 0;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
  background-image: -webkit-linear-gradient(top, #e06342, #dc512c);
  background-image: -moz-linear-gradient(top, #e06342, #dc512c);
  background-image: -o-linear-gradient(top, #e06342, #dc512c);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #b91817;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
  background-image: -webkit-linear-gradient(top, #333333, #111111);
  background-image: -moz-linear-gradient(top, #333333, #111111);
  background-image: -o-linear-gradient(top, #333333, #111111);
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.modal .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.modal .modal-content .modal-header {
  background: #b91817;
  color: #fff;
  position: relative;
}

.modal .modal-content .modal-header h2 {
  font-size: 18px;
  color: #fff;
}

.modal .modal-content .modal-header .close {
  color: #fff;
  text-shadow: none;
  right: 15px;
  opacity: 1;
}

.modal .modal-content .modal-body > .col-xs-12 {
  padding: 0;
}

.modal .modal-content .modal-body h2 {
  margin-top: 0;
}

.modal .modal-content .modal-body .image {
  position: relative;
}

.modal .modal-content .modal-body .image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.modal .modal-content .modal-body .image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.modal .modal-content .modal-body .caption .price-desc {
  font-size: 14px;
  font-style: italic;
}

.modal .modal-content .modal-body .caption .price {
  font-weight: bold;
}

.modal .modal-content .modal-body .has-warning .input-group-addon {
  color: #555;
  background-color: #eee;
  border-color: #ccc;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal .modal-content .modal-body .has-warning .form-control {
  border-color: #ccc;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal .modal-content .modal-body .input-group .input-group-addon {
  color: #555;
  background-color: #eee;
  border-color: #ccc;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal .modal-content .modal-body .input-group .form-control {
  border-color: #ccc;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal .modal-content .modal-body .form-control {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.modal .modal-content .modal-footer {
  border-top: 0;
  padding-top: 0;
}

.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

.list-group a.active:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

body {
  font-family: "Montserrat", sans-serif !important;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
}

.row::after, .row::before {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

iframe {
  border: 0;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  color: #b91817;
}

a:hover {
  text-decoration: none;
  color: #0085ff;
}

a:active, a:focus,
button:active,
button:focus,
input:active,
input:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control, textarea.form-control {
  font-size: 12px;
}

input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.nav-tabs li {
  border: 0 !important;
}

.nav-tabs li a {
  color: #000 !important;
  border: 0 !important;
  padding: 5px;
  font-size: 18px;
  letter-spacing: 2px;
}

.nav-tabs li a:hover {
  color: #b91817 !important;
  font-weight: bold;
  cursor: pointer;
}

.nav-tabs li:hover, .nav-tabs li.active {
  cursor: pointer;
}

.nav-tabs li:hover a, .nav-tabs li.active a {
  color: #b91817 !important;
  font-weight: bold;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

.site-header {
  position: relative;
  z-index: 9;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}

.site-header .container {
  position: relative;
}

.site-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.site-header .row [class^="col-"] {
  width: auto;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.site-header #mobile-logo {
  display: none;
}

.site-header #mobile-logo img {
  max-width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header #logo {
  margin: 0;
  width: 100%;
  padding: 10px 0;
}

.site-header #logo img {
  max-width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header #logo:hover img {
  -webkit-filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.7));
}

.site-header .lang {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.site-header .lang .lang-list {
  margin: 0;
  padding: 0;
}

.site-header .lang .lang-list li {
  float: left;
  margin-left: 10px;
  list-style: none;
}

.site-header .lang .lang-list li button {
  border: 0;
  background: none;
  padding: 0;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}

.site-header .lang .lang-list li button:hover, .site-header .lang .lang-list li button.active {
  color: #b91817;
}

.site-header .phone {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px !important;
  padding: 10px 15px !important;
  margin-left: 15px;
}

.site-header .mobile-phone {
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px !important;
  padding: 10px 15px !important;
  margin-right: 45px;
}

.site-header #menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.site-header #menu > * {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.site-header .menu-toogle {
  display: none;
  right: 15px;
  cursor: pointer;
}

.site-header .menu-toogle div, .site-header .menu-toogle:before, .site-header .menu-toogle:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header .menu-toogle div, .site-header .menu-toogle:before {
  margin-bottom: 5px;
}

.site-header .menu-toogle:hover div, .site-header .menu-toogle:hover:before, .site-header .menu-toogle:hover:after {
  background: #b91817;
}

.fixed-calculator-button {
  position: fixed;
  top: 50%;
  left: 1%;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #b91817;
  color: #fff;
  z-index: 1049;
}

.fixed-calculator-button 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%);
  font-size: 40px;
}

.fixed-calculator-button:hover {
  background: #000;
  color: #fff;
}

.common-home .site-header {
  position: absolute;
  left: 0;
  right: 0;
}

.scrolled .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 1049;
  padding: 0;
}

.scrolled .site-header #logo img {
  height: 40px;
}

.scrolled .site-header .lang {
  display: none;
}

.scrolled .site-header .phone {
  bottom: -30px;
  font-size: 12px !important;
  padding: 10px 15px !important;
}

.scrolled .site-header #menu .navigation > li {
  padding: 5px 0;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart > .btn, .roof-calculator-page .calculator .type-calculation #cart > input[type="checkbox"] + label,
.roof-calculator-page .calculator .type-calculation #cart > input[type="radio"] + label {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

#cart.open > .btn, .roof-calculator-page .calculator .type-calculation #cart.open > input[type="checkbox"] + label,
.roof-calculator-page .calculator .type-calculation #cart.open > input[type="radio"] + label {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover, .roof-calculator-page .calculator .type-calculation #cart.open > input[type="checkbox"] + label:hover,
.roof-calculator-page .calculator .type-calculation #cart.open > input[type="radio"] + label:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
  min-width: 100%;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
#menu {
  float: right;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#menu .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  padding-left: 0;
  margin-bottom: 0;
}

#menu .navigation > li {
  list-style: none;
  padding: 15px 0;
  margin-left: 15px;
  position: relative;
}

#menu .navigation > li:after {
  content: '';
  display: block;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #b91817;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#menu .navigation > li > a {
  color: #000;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#menu .navigation > li > a:hover {
  color: #b91817;
}

#menu .navigation > li:hover > a, #menu .navigation > li.active > a {
  color: #b91817;
}

#menu .navigation > li:hover:after, #menu .navigation > li.active:after {
  width: 100%;
}

/* content */
#content {
  min-height: 600px;
}

/* Home */
.common-home #slideshow0 .item {
  position: relative;
}

.common-home #slideshow0 .item:before {
  content: '';
  display: block;
  width: 70%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(#ffffff), color-stop(#ffffff), color-stop(rgba(255, 255, 255, 0.9)), color-stop(rgba(255, 255, 255, 0.7)), color-stop(rgba(255, 255, 255, 0.6)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  z-index: 1;
}

.common-home #slideshow0 .item img {
  height: 100vh;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.common-home #slideshow0 .item .container {
  z-index: 2;
}

.common-home #slideshow0 .item .container .info {
  width: 70%;
  line-height: 1.2;
}

.common-home #slideshow0 .item .container .info a {
  color: #000;
}

.common-home #slideshow0 .item .container .info .title {
  font-size: 60px;
  font-weight: bold;
}

.common-home #slideshow0 .item .container .info .title a {
  color: #000;
}

.common-home #slideshow0 .item .container .info .description {
  font-size: 18px;
  margin: 30px 0;
}

.common-home #slideshow0 .owl-nav {
  display: none;
}

.common-home #slideshow0 .owl-dots {
  right: 5%;
}

.common-home #slideshow0 .owl-dots button {
  width: 20px;
  height: 20px;
  border: 1px solid #b91817;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  -moz-transition: all 0.3;
  transition: all 0.3;
  display: block;
  margin: 10px 0;
}

.common-home #slideshow0 .owl-dots button.active, .common-home #slideshow0 .owl-dots button:hover {
  background: #b91817;
}

.common-home #block0 {
  position: relative;
  z-index: 9;
}

.common-home #block0 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.common-home #block0 .item {
  width: -webkit-calc(100%/4 - 30px);
  width: -moz-calc(100%/4 - 30px);
  width: calc(100%/4 - 30px);
  background: #000;
  color: #fff;
  text-align: center;
  padding: 30px;
  margin-top: -115px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.common-home #block0 .item a {
  color: #fff;
}

.common-home #block0 .item .image i {
  font-size: 70px;
}

.common-home #block0 .item .info .title {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 10px;
}

.common-home #block0 .item .info .description {
  font-size: 12px;
}

.common-home #block0 .item:hover {
  background: #b91817;
  -webkit-transform: translate(2px, -5px);
  -moz-transform: translate(2px, -5px);
  -ms-transform: translate(2px, -5px);
  -o-transform: translate(2px, -5px);
  transform: translate(2px, -5px);
}

.common-home .block-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.common-home .services {
  padding: 60px 0;
}

.common-home .services .row {
  margin: 0;
}

.common-home .services .row [class^='col-'] {
  padding: 0;
}

.common-home .services .block-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.common-home .services .info-block {
  padding-left: 30px;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item {
  position: relative;
  padding: 10px;
  padding-left: 60px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item:last-child {
  margin-bottom: 0;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item .icon-block {
  left: 10px;
  width: 40px;
  height: 40px;
  color: #b91817;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item .icon-block i {
  font-size: 40px;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item .icon-block img {
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item a {
  color: #000;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item .name {
  font-size: 20px;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item .text {
  font-size: 14px;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item.active, .common-home .services .info-block .owl-thumbs .owl-thumb-item:hover {
  background: #b91817;
  color: #fff;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item.active a, .common-home .services .info-block .owl-thumbs .owl-thumb-item:hover a {
  color: #fff;
}

.common-home .services .info-block .owl-thumbs .owl-thumb-item.active .icon-block, .common-home .services .info-block .owl-thumbs .owl-thumb-item:hover .icon-block {
  color: #fff;
}

.common-home .services .info-block .all-button {
  position: absolute;
  top: 30px;
  right: 0;
}

.common-home .services #services-carousel .item {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.common-home .services #services-carousel .item:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.common-home .services #services-carousel .item .image {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.common-home .services #services-carousel .item .align {
  z-index: 9;
}

.common-home .services #services-carousel .item .align i {
  display: block;
  font-size: 300px;
  color: #fff;
}

.common-home .services #services-carousel .item .more-button {
  margin-bottom: 10px;
  width: 200px;
}

.common-home .services #services-carousel .item .boc_order_category_btn {
  width: 200px;
}

.common-home .services #services-carousel .item:hover {
  background: #000;
}

.common-home .services #services-carousel .item:hover .image {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.common-home .products {
  margin-top: 60px;
}

.common-home .products .info-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}

.common-home .products .info-block > * {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.common-home .products .info-block h2 {
  margin: 0;
}

.common-home .products .catalog-categories {
  margin-bottom: 0;
}

.common-home .block-calculator {
  padding: 60px 30px;
  margin-bottom: 30px;
  background: #000;
  position: relative;
  color: #fff;
}

.common-home .block-calculator i {
  font-size: 300px;
  right: 30px;
  color: #fff;
  opacity: 0.5;
  z-index: 1;
}

.common-home .block-calculator h2 {
  margin-top: 0;
  font-size: 40px;
  padding-right: 200px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #fff;
}

.common-home .block-calculator .description-block {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  font-size: 20px;
  padding-right: 200px;
}

.common-home .block-calculator .btn-primary {
  max-width: 100%;
  white-space: normal;
}

.common-home .block-calculator .btn-primary:hover {
  background: #fff !important;
  color: #000 !important;
}

.common-home .news-block {
  padding-bottom: 45px;
  position: relative;
}

.common-home .news-block:after {
  content: '';
  display: block;
  background: #ddd;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.common-home .news-block .block-title {
  text-align: center;
  margin-bottom: 60px;
}

.common-home .news-block .all-news {
  position: relative;
  z-index: 2;
  margin: 30px auto 0;
  text-align: center;
}

.common-home .news-block .news-items {
  position: relative;
  z-index: 2;
}

.common-home .news-block .news-items .item .info {
  background: #fff;
  border-bottom: 0;
}

.common-home #block1 {
  margin-bottom: 60px;
}

.common-home #block1 .block-title {
  text-align: center;
  margin: 60px 0;
}

.common-home #block1 .container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.common-home #block1 .container .flex .item {
  padding: 15px;
  text-align: center;
  width: -webkit-calc(100%/5 - 30px);
  width: -moz-calc(100%/5 - 30px);
  width: calc(100%/5 - 30px);
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.common-home #block1 .container .flex .item .image img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.common-home #block1 .container .flex .item .info {
  display: none;
}

.common-home #block1 .container .flex .item:hover img {
  -webkit-filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.7));
}

/* footer */
.footer-form {
  text-align: center;
  padding: 60px 0;
  background: #eee;
}

.footer-form .block-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.footer-form .form-contacts {
  padding: 60px;
  font-size: 18px;
}

.footer-form .form-contacts .title {
  padding-bottom: 10px;
}

.footer-form .form-contacts .val {
  font-weight: bold;
  font-size: 20px;
}

.footer-form .buttns a {
  margin: 0 30px;
}

footer {
  padding-top: 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: relative;
}

footer #logo-footer {
  text-align: center;
  padding-bottom: 15px;
}

footer #logo-footer img {
  width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

footer a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

footer a:hover {
  color: #b91817;
}

footer .social a {
  margin: 5px;
  display: inline-block;
}

footer .social a i {
  background: #fff;
  padding: 5px;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

footer .social a:hover i {
  color: #b91817;
}

footer .footer-menu {
  display: inline-block;
  margin: 0 auto;
  padding-top: 30px;
}

footer .footer-menu li {
  float: left;
  margin: 10px;
}

footer .site-info {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #fff;
  text-align: left;
}

footer .site-info .tart {
  text-align: right;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb-block {
  border-top: 1px solid #eee;
  margin-bottom: 60px;
}

.breadcrumb {
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px 0 10px;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
  white-space: nowrap;
  font-size: 12px;
}

.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}

.breadcrumb > li:after {
  content: '/';
  display: block;
  right: 0;
  color: #000;
}

.breadcrumb > li a {
  color: #000;
}

.breadcrumb > li a:hover {
  color: #b91817;
}

.breadcrumb > li:first-child {
  padding-left: 0;
}

.breadcrumb > li:last-child a {
  color: #b91817;
}

.pagination-block {
  margin: 0;
}

.pagination-block .col-sm-6 {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  padding: 0;
}

.pagination-block .text-right {
  font-size: 12px;
  font-style: italic;
}

.pagination-block .pagination {
  margin: 0;
}

.pagination-block .pagination li {
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.pagination-block .pagination li a, .pagination-block .pagination li span {
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #000;
}

.pagination-block .pagination li.active a,
.pagination-block .pagination li.active span, .pagination-block .pagination li:hover a,
.pagination-block .pagination li:hover span {
  background: #b91817;
  color: #fff;
}

.pagination-block .pagination li:first-child > span {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.pagination-block .pagination li:last-child > a,
.pagination-block .pagination li:last-child > span {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.newsblog-category .pagination-block,
.product-search .pagination-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  margin-bottom: 30px;
}

.newsblog-category .pagination-block .result-pagination,
.product-search .pagination-block .result-pagination {
  font-size: 12px;
  font-style: italic;
}

.thumbnail {
  position: relative;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.thumbnail:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
}

.news-items [class^="col-"] {
  background: #fff;
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 15px;
}

.news-items [class^="col-"] .item {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.news-items [class^="col-"] .item .image {
  position: relative;
  overflow: hidden;
}

.news-items [class^="col-"] .item .image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.news-items [class^="col-"] .item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.news-items [class^="col-"] .item .info {
  padding: 30px;
}

.news-items [class^="col-"] .item .info a {
  color: #000;
}

.news-items [class^="col-"] .item .info a:hover {
  color: #b91817;
}

.news-items [class^="col-"] .item .info .title {
  font-size: 20px;
  font-weight: bold;
}

.news-items [class^="col-"] .item .info .text {
  padding: 10px 0;
  font-size: 14px;
}

.news-items [class^="col-"] .item .info .more {
  position: absolute;
  bottom: 15px;
  right: 30px;
  display: block;
  text-align: right;
  color: #b91817;
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.news-items [class^="col-"]:hover .item .image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.thumbnails {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.thumbnails li {
  list-style: none;
  padding-bottom: 15px;
}

.thumbnails li:first-child {
  width: 100%;
}

.thumbnails li.image-additional {
  width: -webkit-calc(100%/3 - 10px);
  width: -moz-calc(100%/3 - 10px);
  width: calc(100%/3 - 10px);
}

.thumbnails li .thumbnail {
  margin-bottom: 0;
}

.newsblog-article #content {
  padding-bottom: 60px;
}

/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #E69500;
}

h2.price {
  margin: 0;
  font-weight: bold;
}

.product-thumb .price {
  color: #444;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button {
    width: 33.33%;
  }
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .product-thumb .button-group button {
    width: 33.33%;
  }
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.services-page .services-items {
  padding: 0 0 30px;
}

.services-page .services-items .item {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.services-page .services-items .item .row {
  margin: 0;
}

.services-page .services-items .item .row [class^='col-'] {
  padding: 0;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.services-page .services-items .item:nth-child(2n+2) .image-block {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}

.services-page .services-items .item:nth-child(2n+2) .info-block {
  text-align: right;
}

.services-page .services-items .item .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.services-page .services-items .item .image:before {
  content: '';
  display: block;
  padding-bottom: 70%;
}

.services-page .services-items .item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.services-page .services-items .item .image i {
  display: block;
  font-size: 300px;
  color: #fff;
}

.services-page .services-items .item .info-block .info {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}

.services-page .services-items .item .info-block .info a {
  color: #000;
}

.services-page .services-items .item .info-block .info a:hover {
  color: #b91817;
}

.services-page .services-items .item .info-block .info .title {
  font-size: 30px;
}

.services-page .services-items .item .info-block .info .price {
  font-size: 20px;
  font-weight: bold;
}

.services-page .services-items .item .info-block .info .text {
  padding: 30px 0;
}

.services-page .services-items .item:hover .image {
  background: #000;
}

.services-page .services-items .item:hover .image img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.icon-blocks .block-content.child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.icon-blocks .block-content.child .vd-image-align-center {
  margin: 0 auto;
}

.icon-blocks .block-content.child > .block-container {
  padding: 30px !important;
}

.icon-blocks .icon-block {
  color: #fff;
  text-align: center;
}

.icon-blocks .icon-block i {
  font-size: 150px;
}

.icon-blocks .icon-block img {
  width: 150px;
}

.category-page .category-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.category-page .category-description {
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.category-page .category-description p a {
  color: #b91817;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.category-page .category-description p a:hover {
  font-weight: bold;
}

.category-page .category-description iframe {
  width: 100%;
  height: 400px !important;
}

.category-page .btn-edit {
  display: none;
}

#accordion-category .panel {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#accordion-category .panel.panel-default {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#accordion-category .panel.panel-default .panel-heading {
  background: #eee;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  position: relative;
}

#accordion-category .panel.panel-default .panel-heading a {
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 15px;
  display: block;
}

#accordion-category .panel.panel-default .panel-heading .right-arrow {
  right: 5px;
  color: #000;
}

#accordion-category .panel.panel-default .panel-heading:hover, #accordion-category .panel.panel-default .panel-heading.active {
  background: #b91817;
}

#accordion-category .panel.panel-default .panel-heading:hover a, #accordion-category .panel.panel-default .panel-heading.active a {
  color: #fff;
}

#accordion-category .panel.panel-default .panel-heading:hover .right-arrow, #accordion-category .panel.panel-default .panel-heading.active .right-arrow {
  color: #fff;
}

#accordion-category .panel .panel-body {
  padding: 0;
}

#accordion-category .panel .panel-body .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

#accordion-category .panel .panel-body .panel-heading {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  position: relative;
}

#accordion-category .panel .panel-body .panel-heading .count {
  font-size: 10px;
}

#accordion-category .panel .panel-body .panel-heading .right-arrow-sub {
  right: 5px;
  color: #000;
}

#accordion-category .panel .panel-body .panel-heading:hover, #accordion-category .panel .panel-body .panel-heading.active {
  background: none;
}

#accordion-category .panel .panel-body .panel-heading:hover a, #accordion-category .panel .panel-body .panel-heading.active a {
  color: #b91817;
}

#accordion-category .panel .panel-body .panel-heading:hover .right-arrow-sub, #accordion-category .panel .panel-body .panel-heading.active .right-arrow-sub {
  color: #b91817;
}

.catalog-categories {
  margin-bottom: 60px;
}

.catalog-categories .row [class^="col-"] {
  margin-bottom: 30px;
}

.catalog-categories .item {
  background: #eee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}

.catalog-categories .item .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog-categories .item .image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.catalog-categories .item .image .img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog-categories .item .image i {
  color: #fff;
  font-size: 90px;
}

.catalog-categories .item .info {
  padding: 10px;
}

.catalog-categories .item .info .title {
  font-size: 18px;
}

.catalog-categories .item .info .title a {
  color: #000;
}

.catalog-categories .item:hover {
  background: #b91817;
}

.catalog-categories .item:hover .image {
  background: #000;
}

.catalog-categories .item:hover .image .img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.catalog-categories .item:hover .info .title {
  font-size: 18px;
}

.catalog-categories .item:hover .info .title a {
  color: #FFFFFF;
}

.products-items {
  margin-bottom: 60px;
}

.products-items .item {
  padding-bottom: 30px;
}

.products-items .item .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.products-items .item .image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.products-items .item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.products-items .item .info {
  padding: 10px 0;
}

.products-items .item .info .title {
  font-size: 18px;
  padding-bottom: 5px;
}

.products-items .item .info .title a:hover {
  color: #000;
}

.products-items .item .info .price {
  font-weight: bold;
}

.products-items .item:hover .image {
  background: #000;
}

.products-items .item:hover .image img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.product-page .price {
  font-weight: bold;
  padding-bottom: 15px;
}

.product-page .price-desc {
  font-style: italic;
}

.product-page .tab-content p a {
  color: #b91817;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.product-page .tab-content p a:hover {
  font-weight: bold;
}

.product-page .tab-content iframe {
  width: 100%;
  height: 400px !important;
}

.related-items {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.related-items .block-title {
  margin-top: 0;
  margin-bottom: 30px;
}

[class^="product-category-81"] #accordion-category .panel.panel-default .panel-heading:hover, [class^="product-category-81"] #accordion-category .panel.panel-default .panel-heading.active {
  background: #000;
}

[class^="product-category-81"] #accordion-category .panel .panel-body .panel-heading:hover, [class^="product-category-81"] #accordion-category .panel .panel-body .panel-heading.active {
  background: none;
}

[class^="product-category-81"] .catalog-categories .item .info .title a {
  color: #000;
}

[class^="product-category-81"] .catalog-categories .item .info .title a:hover {
  color: #000;
}

[class^="product-category-81"] .products-items .item .info .title a {
  color: #000;
}

[class^="product-category-81"] .products-items .item .info .title a:hover {
  color: #000;
}

[class^="product-category-81"] .products-items .item .boc_order_category_btn:hover {
  background: #b91817 !important;
}

.extension-module-roof_calculator .fixed-calculator-button {
  display: none;
}

.roof-calculator-page .calculator input[type="checkbox"],
.roof-calculator-page .calculator input[type="radio"] {
  display: none;
}

.roof-calculator-page .calculator input[type="checkbox"] + span,
.roof-calculator-page .calculator input[type="checkbox"] + label,
.roof-calculator-page .calculator input[type="radio"] + span,
.roof-calculator-page .calculator input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.roof-calculator-page .calculator input[type="checkbox"] + span:hover,
.roof-calculator-page .calculator input[type="checkbox"] + label:hover,
.roof-calculator-page .calculator input[type="radio"] + span:hover,
.roof-calculator-page .calculator input[type="radio"] + label:hover {
  color: #b91817;
}

.roof-calculator-page .calculator input[type="checkbox"] + span::before,
.roof-calculator-page .calculator input[type="checkbox"] + label::before,
.roof-calculator-page .calculator input[type="radio"] + span::before,
.roof-calculator-page .calculator input[type="radio"] + label::before {
  content: '';
  display: block;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #b91817;
}

.roof-calculator-page .calculator input[type="checkbox"]:checked + span,
.roof-calculator-page .calculator input[type="checkbox"]:checked + label,
.roof-calculator-page .calculator input[type="radio"]:checked + span,
.roof-calculator-page .calculator input[type="radio"]:checked + label {
  color: #b91817;
}

.roof-calculator-page .calculator input[type="checkbox"]:checked + span::after,
.roof-calculator-page .calculator input[type="checkbox"]:checked + label::after,
.roof-calculator-page .calculator input[type="radio"]:checked + span::after,
.roof-calculator-page .calculator input[type="radio"]:checked + label::after {
  content: '\eed6';
  display: block;
  left: -5px;
  font-family: "IcoFont";
  color: #b91817;
  font-size: 40px;
}

.roof-calculator-page .calculator .type-calculation {
  text-align: center;
}

.roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label {
  margin: 0 15px 60px;
  cursor: pointer;
}

.roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label:hover,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label:hover {
  font-weight: normal;
  color: #fff;
}

.roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label:before, .roof-calculator-page .calculator .type-calculation input[type="checkbox"] + label:after,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label:before,
.roof-calculator-page .calculator .type-calculation input[type="radio"] + label:after {
  display: none !important;
}

.roof-calculator-page .calculator .type-calculation input[type="checkbox"]:checked + label,
.roof-calculator-page .calculator .type-calculation input[type="radio"]:checked + label {
  color: #fff;
  font-weight: normal;
  background: #b91817;
}

.roof-calculator-page .calculator #product-select label img,
.roof-calculator-page .calculator .type-roof-block label img {
  width: 100px;
  height: 100px;
  -o-object-position: center;
  object-position: center;
}

.roof-calculator-page .calculator #product-select input[type="checkbox"] + span,
.roof-calculator-page .calculator #product-select input[type="checkbox"] + label,
.roof-calculator-page .calculator #product-select input[type="radio"] + span,
.roof-calculator-page .calculator #product-select input[type="radio"] + label,
.roof-calculator-page .calculator .type-roof-block input[type="checkbox"] + span,
.roof-calculator-page .calculator .type-roof-block input[type="checkbox"] + label,
.roof-calculator-page .calculator .type-roof-block input[type="radio"] + span,
.roof-calculator-page .calculator .type-roof-block input[type="radio"] + label {
  padding-left: 0;
  margin: 10px;
}

.roof-calculator-page .calculator #product-select input[type="checkbox"] + span::before,
.roof-calculator-page .calculator #product-select input[type="checkbox"] + label::before,
.roof-calculator-page .calculator #product-select input[type="radio"] + span::before,
.roof-calculator-page .calculator #product-select input[type="radio"] + label::before,
.roof-calculator-page .calculator .type-roof-block input[type="checkbox"] + span::before,
.roof-calculator-page .calculator .type-roof-block input[type="checkbox"] + label::before,
.roof-calculator-page .calculator .type-roof-block input[type="radio"] + span::before,
.roof-calculator-page .calculator .type-roof-block input[type="radio"] + label::before {
  display: none;
}

.roof-calculator-page .calculator #product-select input[type="checkbox"]:checked + span::after,
.roof-calculator-page .calculator #product-select input[type="checkbox"]:checked + label::after,
.roof-calculator-page .calculator #product-select input[type="radio"]:checked + span::after,
.roof-calculator-page .calculator #product-select input[type="radio"]:checked + label::after,
.roof-calculator-page .calculator .type-roof-block input[type="checkbox"]:checked + span::after,
.roof-calculator-page .calculator .type-roof-block input[type="checkbox"]:checked + label::after,
.roof-calculator-page .calculator .type-roof-block input[type="radio"]:checked + span::after,
.roof-calculator-page .calculator .type-roof-block input[type="radio"]:checked + label::after {
  font-size: 100px;
}

.roof-calculator-page .calculator #product-select label img {
  -o-object-fit: cover;
  object-fit: cover;
}

.roof-calculator-page .calculator .type-roof-block label img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.roof-calculator-page .calculator .calculator-block {
  padding: 30px 15px 15px;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

.roof-calculator-page .calculator .calculator-block h3 {
  top: 0;
  background: #fff;
  padding: 10px;
  margin: 0;
}

.roof-calculator-page .calculator .roof-calculate-fields .col-xs-6 {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.roof-calculator-page .calculator .roof-calculate-fields .image img {
  width: 100%;
  height: auto;
}

.roof-calculator-page .calculator .roof-calculate-fields .roof-fields .fields {
  padding-bottom: 30px;
  text-align: left;
  font-size: 18px;
}

.roof-calculator-page .calculator .roof-calculate-fields .roof-fields .fields input {
  width: 100%;
  height: 40px;
  padding: 10px;
}

.roof-calculator-page .calculator .roof-calculate-fields .roof-fields .fields input:focus, .roof-calculator-page .calculator .roof-calculate-fields .roof-fields .fields input:active, .roof-calculator-page .calculator .roof-calculate-fields .roof-fields .fields input:-webkit-autofill {
  background: #fff;
  border: 1px solid #000;
}

.roof-calculator-page .calculator .error-massage {
  padding: 10px;
  background: #ff0000;
  color: #fff;
  display: none;
  margin-bottom: 30px;
}

.roof-calculator-page .calculator .success-massage {
  padding: 10px;
  background: #9c9;
  color: #fff;
  margin-top: 30px;
}

.roof-calculator-page .calculator .result-block .product {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.roof-calculator-page .calculator .result-block .product .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
}

.roof-calculator-page .calculator .result-block .product .flex > div {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.roof-calculator-page .calculator .result-block .product .flex.title {
  background: #ddd;
  color: #fff;
  padding: 10px;
}

.roof-calculator-page .calculator .result-block .product .flex.title > div {
  border-right: 1px solid #fff;
}

.roof-calculator-page .calculator .result-block .product .flex.title > div:last-child {
  border-right: 0;
}

.roof-calculator-page .calculator .result-block .product .flex.info {
  padding: 0 10px;
}

.roof-calculator-page .calculator .result-block .product .flex.info > div {
  border-right: 1px solid #ddd;
  padding: 10px 0;
}

.roof-calculator-page .calculator .result-block .product .flex.info > div:last-child {
  border-right: 0;
}

.roof-calculator-page .calculator .result-block .product .flex.info .total {
  font-weight: bold;
}

.roof-calculator-page .calculator .result-block .product .flex .name {
  width: 40%;
}

.roof-calculator-page .calculator .result-block .product .flex .area,
.roof-calculator-page .calculator .result-block .product .flex .price,
.roof-calculator-page .calculator .result-block .product .flex .total {
  width: 20%;
}

.roof-calculator-page .calculator .form-block #form-callback {
  width: 300px;
  margin: 0 auto;
}

.roof-calculator-page .calculator .form-block #form-callback input {
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
}

.roof-calculator-page .calculator .form-block #form-callback input:focus, .roof-calculator-page .calculator .form-block #form-callback input:active, .roof-calculator-page .calculator .form-block #form-callback input:-webkit-autofill {
  background: #fff;
  border: 1px solid #000;
}

.contact-page .contact-map {
  overflow: hidden;
}

.contact-page .contact-map iframe {
  width: 100% !important;
  height: 80vh !important;
  display: block;
}

.search-block {
  position: relative;
}

.search-block #input-search {
  height: 41px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  z-index: 1;
  position: relative;
}

.search-block #button-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 1200px) {
  #menu .navigation > li {
    margin-left: 15px;
  }
}

@media (max-width: 1100px) {
  .site-header .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .site-header [class^="col-sm"] {
    width: auto;
  }
  .common-home #slideshow0 .item .container .info .title {
    font-size: 30px;
  }
  .common-home #slideshow0 .item .container .info .description {
    font-size: 16px;
  }
  .common-home #block0 .item {
    padding: 15px;
  }
  .common-home #block0 .item .info .title {
    font-size: 14px;
  }
  .common-home .block-title {
    font-size: 30px;
  }
  .common-home .services .image-block {
    width: 40%;
  }
  .common-home .services .image-block #services-carousel .item .center i, .common-home .services .image-block #services-carousel #slideshow0 .item .container i, .common-home #slideshow0 .services .image-block #services-carousel .item .container i, .common-home .services .image-block #services-carousel .item .info-block .owl-thumbs .owl-thumb-item .icon-block i i, .common-home .services .info-block .owl-thumbs .owl-thumb-item .icon-block .image-block #services-carousel .item i i, .common-home .services .image-block #services-carousel .item .info-block .owl-thumbs .owl-thumb-item .icon-block img i, .common-home .services .info-block .owl-thumbs .owl-thumb-item .icon-block .image-block #services-carousel .item img i, .common-home .services .image-block #services-carousel .item .align i, .common-home .services .image-block #services-carousel .services-page .services-items .item .image i i, .services-page .services-items .common-home .services .image-block #services-carousel .item .image i i, .common-home .services .image-block #services-carousel .services-page .services-items .item .info-block .info i, .services-page .services-items .common-home .services .image-block #services-carousel .item .info-block .info i, .common-home .services .image-block #services-carousel .item .roof-calculator-page .calculator #product-select input[type="checkbox"]:checked + span::after i, .roof-calculator-page .calculator #product-select .common-home .services .image-block #services-carousel .item input[type="checkbox"]:checked + span::after i, .common-home .services .image-block #services-carousel .item .roof-calculator-page .calculator #product-select input[type="checkbox"]:checked + label::after i, .roof-calculator-page .calculator #product-select .common-home .services .image-block #services-carousel .item input[type="checkbox"]:checked + label::after i, .common-home .services .image-block #services-carousel .item .roof-calculator-page .calculator #product-select input[type="radio"]:checked + span::after i, .roof-calculator-page .calculator #product-select .common-home .services .image-block #services-carousel .item input[type="radio"]:checked + span::after i, .common-home .services .image-block #services-carousel .item .roof-calculator-page .calculator #product-select input[type="radio"]:checked + label::after i, .roof-calculator-page .calculator #product-select .common-home .services .image-block #services-carousel .item input[type="radio"]:checked + label::after i, .common-home .services .image-block #services-carousel .item .roof-calculator-page .calculator .type-roof-block input[type="checkbox"]:checked + span::after i, .roof-calculator-page .calculator .type-roof-block .common-home .services .image-block #services-carousel .item input[type="checkbox"]:checked + span::after i, .common-home .services .image-block #services-carousel .item .roof-calculator-page .calculator .type-roof-block input[type="checkbox"]:checked + label::after i, .roof-calculator-page .calculator .type-roof-block .common-home .services .image-block #services-carousel .item input[type="checkbox"]:checked + label::after i, .common-home .services .image-block #services-carousel .item .roof-calculator-page .calculator .type-roof-block input[type="radio"]:checked + span::after i, .roof-calculator-page .calculator .type-roof-block .common-home .services .image-block #services-carousel .item input[type="radio"]:checked + span::after i, .common-home .services .image-block #services-carousel .item .roof-calculator-page .calculator .type-roof-block input[type="radio"]:checked + label::after i, .roof-calculator-page .calculator .type-roof-block .common-home .services .image-block #services-carousel .item input[type="radio"]:checked + label::after i, .common-home .services .image-block #services-carousel .item .roof-calculator-page .calculator .calculator-block h3 i, .roof-calculator-page .calculator .calculator-block .common-home .services .image-block #services-carousel .item h3 i {
    display: none;
  }
  .common-home .services .text-block {
    width: 60%;
  }
  .services-page .services-items .item .image:before {
    padding-bottom: 100%;
  }
  .services-page .services-items .item .image i {
    font-size: 200px;
  }
}

@media (max-width: 1024px) {
  .site-header .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .site-header [class^="col-sm"] {
    width: 50%;
  }
  .site-header #logo img {
    width: 250px;
    -o-object-position: left;
    object-position: left;
  }
  .site-header .phone {
    left: 265px;
    right: auto;
    bottom: auto;
    width: 295px;
    display: none;
  }
  .site-header .mobile-phone {
    display: block;
  }
  .site-header .menu-toogle {
    display: block;
    z-index: 9999;
  }
  .site-header .menu-toogle.menu-open {
    position: absolute;
    top: 60px;
    right: 5%;
    width: 30px;
    height: 30px;
  }
  .site-header .menu-toogle.menu-open div, .site-header .menu-toogle.menu-open:before, .site-header .menu-toogle.menu-open:after {
    background: #fff;
  }
  .site-header .menu-toogle.menu-open div {
    width: 0;
  }
  .site-header .menu-toogle.menu-open:before, .site-header .menu-toogle.menu-open:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  .site-header .menu-toogle.menu-open:before {
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .site-header .menu-toogle.menu-open:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .site-header .menu-toogle.menu-open:hover div, .site-header .menu-toogle.menu-open:hover:before, .site-header .menu-toogle.menu-open:hover:after {
    background: #b91817;
  }
  .site-header #menu {
    display: none;
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    background: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #menu .navigation {
    width: 320px;
    margin: 0 auto;
    margin-top: 50vh;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #menu .navigation li {
    width: 100%;
    text-align: center;
    padding: 0 !important;
    display: inline-block;
    margin-left: 0 !important;
  }
  .site-header #menu .navigation li a {
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 20px;
  }
  .site-header #menu .navigation li:hover > a, .site-header #menu .navigation li.active > a {
    color: #b91817;
  }
  .site-header #menu.menu-open {
    top: 0;
    z-index: 999;
  }
  .scrolled .site-header .phone,
  .scrolled .site-header .email {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .scrolled .site-header .phone {
    right: 60px;
  }
  .scrolled .site-header .email {
    right: 240px;
  }
  .common-home #slideshow0 .item .container {
    text-align: center;
    top: -webkit-calc(50% + 70px);
    top: -moz-calc(50% + 70px);
    top: calc(50% + 70px);
  }
  .common-home #slideshow0 .item .container .info {
    margin: 0 auto;
    text-align: center;
  }
  .common-home #block0 {
    margin-top: 30px;
  }
  .common-home #block0 .item {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-top: 30px;
    padding: 30px;
    background: #b91817;
  }
  .common-home #block0 .item .info .title {
    font-size: 16px;
  }
  .common-home .services .image-block {
    display: none;
  }
  .common-home .services .text-block {
    width: 100%;
  }
  .common-home .services .text-block .info-block {
    padding-left: 0;
  }
  .common-home .services .text-block .info-block .owl-thumbs .owl-thumb-item .name {
    font-size: 25px;
  }
  .common-home #block1 .block-title {
    margin: 30px 0;
  }
  .common-home #block1 .container .flex .item {
    width: -webkit-calc(100%/3 - 30px);
    width: -moz-calc(100%/3 - 30px);
    width: calc(100%/3 - 30px);
  }
}

@media (max-width: 900px) {
  .news-items [class^="col-"] {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .common-home .news-items [class^="col-"]:nth-child(3) {
    display: none;
  }
  footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .roof-calculator-page .calculator .calculator-block h3 {
    font-size: 18px;
  }
  .roof-calculator-page .calculator #product-select label img,
  .roof-calculator-page .calculator .type-roof-block label img {
    width: 60px;
    height: 60px;
  }
  .roof-calculator-page .calculator #product-select input[type="checkbox"]:checked + span::after,
  .roof-calculator-page .calculator #product-select input[type="checkbox"]:checked + label::after,
  .roof-calculator-page .calculator #product-select input[type="radio"]:checked + span::after,
  .roof-calculator-page .calculator #product-select input[type="radio"]:checked + label::after,
  .roof-calculator-page .calculator .type-roof-block input[type="checkbox"]:checked + span::after,
  .roof-calculator-page .calculator .type-roof-block input[type="checkbox"]:checked + label::after,
  .roof-calculator-page .calculator .type-roof-block input[type="radio"]:checked + span::after,
  .roof-calculator-page .calculator .type-roof-block input[type="radio"]:checked + label::after {
    font-size: 60px;
  }
  .roof-calculator-page .calculator .form-block {
    padding-top: 60px;
  }
}

@media (max-width: 800px) {
  .footer-form .form-contacts [class^="col-"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-form .form-contacts [class^="col-"]:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .site-header .email {
    display: none;
  }
  .site-header .phone {
    padding: 0 !important;
    background: none !important;
    width: auto;
    color: #b91817;
    font-weight: bold;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 60px;
    font-size: 20px !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header .phone:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .scrolled .site-header .phone {
    font-size: 16px !important;
  }
  .common-home #slideshow0 .item:before {
    width: 100%;
    height: 70%;
    top: auto;
    bottom: 0;
    background-image: none;
  }
  .common-home #slideshow0 .item img {
    min-height: 300px;
  }
  .common-home #slideshow0 .owl-dots {
    display: none;
  }
  #content {
    width: 100% !important;
  }
  #content [class^="col-sm"] {
    width: 100% !important;
  }
  .newsblog-article #content {
    padding-bottom: 30px;
  }
  .newsblog-article #content .col-sm-4 {
    width: 100%;
  }
  .catalog-categories [class^="col-md"],
  .products-items [class^="col-md"] {
    width: 50% !important;
  }
  .services-page .services-items .item .image:before {
    padding-bottom: 300px;
  }
  .services-page .services-items .item .image i {
    font-size: 200px;
  }
  .services-page .services-items .item:nth-child(2n+2) .image-block {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .services-page .services-items .item:nth-child(2n+2) .info-block {
    text-align: left;
  }
  .services-page .services-items .item .info-block .info {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 30px;
  }
}

@media (max-width: 650px) {
  .news-items [class^="col-"] {
    width: 100%;
  }
  .common-home .news-items [class^="col-"]:nth-child(2) {
    display: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 10px 0;
  }
  .site-header #mobile-logo {
    display: block;
  }
  .site-header #logo {
    display: none;
  }
  .common-home .block-calculator {
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .common-home .block-calculator i {
    font-size: 200px;
    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%);
    right: auto;
  }
  .common-home .block-calculator h2 {
    font-size: 25px;
    padding-right: 0;
  }
  .common-home .block-calculator .description-block {
    font-size: 18px;
    padding-right: 0;
  }
  .common-home .block-calculator .btn-primary {
    position: relative;
    z-index: 2;
  }
  .roof-calculator-page .calculator .roof-calculate-fields .col-xs-6 {
    width: 100%;
  }
  .roof-calculator-page .calculator .roof-calculate-fields .roof-sheme {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .footer-form .buttns a {
    width: 240px;
  }
  .footer-form .buttns a:first-child {
    margin-bottom: 15px;
  }
  .common-home #slideshow0 .item .container .info {
    width: 100%;
  }
  .common-home #block0 .item {
    width: 100%;
  }
  .common-home .services {
    padding-top: 0;
  }
  .common-home .services .info-block .block-title {
    margin-bottom: 60px;
    text-align: center;
  }
  .common-home .services .info-block .all-button {
    top: 70px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .common-home .services .info-block .owl-thumbs .owl-thumb-item .name {
    font-size: 18px !important;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .common-home .products {
    margin-top: 0;
    text-align: center;
  }
  .common-home .products .info-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .common-home .products .info-block h2 {
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .services-page .services-items .item .info-block .info .title {
    font-size: 25px !important;
    font-weight: bold;
  }
}

@media (max-width: 550px) {
  .site-header #logo {
    padding: 0;
    padding-bottom: 20px;
  }
  .site-header .phone {
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    right: auto;
    left: 0;
    bottom: 0;
  }
  .scrolled .site-header #logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .scrolled .site-header .phone {
    left: auto;
  }
  .catalog-categories [class^="col-md"],
  .products-items [class^="col-md"] {
    width: 100% !important;
  }
}

@media (max-width: 450px) {
  footer .site-info .row .col-xs-6 {
    width: 100%;
    text-align: center !important;
  }
  footer .site-info .row .col-xs-6.copiright {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .site-header .col-sm-3 {
    padding-right: 0;
  }
  .site-header .col-sm-9 {
    padding-left: 0;
  }
  .site-header #mobile-logo img {
    height: 40px;
  }
  footer .site-info .col-xs-6 {
    width: 100%;
    text-align: center;
  }
}
