h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 1.4em;
}

h2, .h2 {
  font-size: 1.3em;
  margin: 10px 0 20px;
}

h3, .h3 {
  font-size: 0.8em;
}

p {
  font-size: 14px;
}

img {
  max-width: 100%;
}

.clr {
  clear: both;
  width: 100%;
  height: 0;
}

.button {
  display: inline-block;
  background: #f33;
  color: #fff;
  text-align: center;
  width: 240px;
  padding: 14px 0;
  font-size: 15px;
  cursor: pointer;
  max-width: 100%;
}

.text-center {
  text-align: center
}

.gray {
  background-color: #f5f5f5;
}

p.light {
  font-weight: 300;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

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

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-10 {
  margin: 10px 0;
}

.margin-10-20 {
  margin: 10px 0 20px;
}

.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.padding-20 {
  padding: 20px 0;
}

.padding-30 {
  padding: 30px 0;
}

.border-gray {
  border: thin solid #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

.no-text-transform {
  text-transform: none;
}




.breadcrumbs {
  margin: 20px 0;
  font-size: 12px;
}

.slider-container {
  margin: 20px -15px 10px;
}

.slider-navigation {
  display: block;
  width: 250px;
  position: relative;
  left: 50%;
  margin: -100px auto 39px -125px;
  font-size: 14px;
}

.slider-navigation .count {
  display: inline-block;
  background-color: #fff;
  width: 110px;
  padding: 15px 0;
  text-align: center;
  margin-right: 5px;
  font-weight: bold;
}

.slider-navigation.sides .count {
  background-color: transparent;
  color: #fff;
  position: absolute;
  bottom: -300%;
  left: 50%;
  margin-left: -50px;
}





.slider-navigation .arrow-left {
  display: inline-block;
  width: 60px;
  padding: 15px 0;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  background-color: #e8e8e8;
  color: #a3a3a3;
}

.slider-navigation .arrow-right {
  display: inline-block;
  width: 60px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  background-color: #e8e8e8;
  color: #a3a3a3;
}

.slider-navigation .arrow-left:hover,
.slider-navigation .arrow-right:hover {
  background-color: #f63626;
  color: #febfb8;
}


.slider-navigation.sides {
  width: 100%;
  padding: 0 15px;
  left: 0;
  top: 0;
  margin: -50% 0 50%;
}

.slider-navigation.sides .arrow-right {
  display: inline-block;
  float: right;
}


.slider-container .slider {
}

.slider-container .cont {
  width: 90%;
  padding: 0 5%;
}

.slider-container .cont img {
  margin: 15px 0;
}

.adv-descr {
  background-color: #fff;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: bold;
  min-height: 85px;
  margin: 0 auto;
}

.adv img {
  width: 100%;
}

.big-photo {
  padding: 90px 0;
  background: url('../img/big-photo.png') center no-repeat;
  background-size: hover;
  font-size: 12px;
}

.big-photo-content {
  background-color: rgba(255,255,255,.8);
  max-width: 400px;
  padding: 40px 50px;
  margin-left: 15%;
  border: thin solid #f0f0f0;
  border-radius: 4px;
}

.big-photo h4 {
  font-size: 1.6em;
  text-transform: none;
}

.red {
  color: #f33;
}

.big-photo .red {
  font-size: 1.6em;
  font-weight: bold;
}

.big-photo .small, .big-photo ul {
  font-size: 12px;
  color: #5d5d5d;
  padding-left: 15px;
  margin-bottom: 30px;
}

.big-photo ul {
  margin: 20px 0 30px;
}

.red-star {
  color: #f33;
  margin-left: -15px;
  margin-right: 5px;
}


.colors-container {
  margin: 40px -15px;
}

.colors-container .row{
  padding-bottom: 20px;
}

.colors-col {
  background-color: #fff;
}

.row.colors .col-md-4 {
  max-width: 95px;
  min-height: 115px;
  padding-right: 0;
}

.row.colors .col-md-4 img {
  margin-bottom: 10px;
}

.triplex {
  font-size: 12px;
  text-align: center;
}

.colors {
  font-size: 12px;
}







/* hidden 
бабл
*/

.page-hidden {
  background-color: #f5f5f5;
}

.page-hidden h1 {
  margin-bottom: 40px;
}

.page-hidden hr {
  border-bottom: thin solid #fa3525;
  height: 0px;
}

.page-hidden p {
  color: #5c5c5c;
  font-size: 14px;
}

div.sidebar-menu, div.door-colors, div.door-favorites {
  background-color: #fff;
  padding: 15px 20px 10px;
  margin-bottom: 25px;
  font-size: 14px;
}

div.door-colors {
  padding: 10px 20px 25px;
}

.page-hidden .sidebar h3 {
  margin: 15px 0 10px;
  font-size: 16px;
}

.page-hidden .sidebar a {
  color: #696969;
}

.page-hidden .sidebar a.active {
  color: #fa3525;
  font-weight: bold;
  text-decoration: none;
}

.page-hidden ul.sidebar-menu {
  padding: 0;
  list-style: none;
}

.page-hidden ul.sidebar-menu li {
  margin: 5px 0;
}

.page-hidden .sidebar img.ad {
  margin-bottom: 25px;
}

.door-color {
  padding: 2px 0 3px 20px;
}

.door-color img {
  margin: 0 5px 0 -20px;
}

.info-icon {
  margin-left: 15px;
}

.list-item {
  margin-bottom: 5px;
}

.hidden-text-block {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.hidden-text-block .col-sm-12 {
  padding: 0;
  font-size: 12px;
}

.hidden-text-block .white-background {
  padding: 20px 25px;
}

.hidden-text-block .white-background h2 {
  text-transform: none;
  font-size: 28px;
}

.white-background {
  background-color: #fff;
}

.row.door-filter {
  margin: 0 0 30px;
}

.door-filter .col-lg-4 {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  border: thin solid #f5f5f5;
  font-size: 14px;
  cursor: pointer;
}

.door-filter .col-lg-4 img {
  margin-top: -3px;
  margin-left: 2px;
}

.door-filter .col-lg-4.active {
  border: thin solid #fa3525;
}

.door-header {
  background-color: #fff;
  padding: 20px 25px 10px;
  border-top: thin solid #e6e6e6;
  border-left: thin solid #e6e6e6;
  border-right: thin solid #e6e6e6;
  color: #696969;
  font-size: 14px;
  position: relative;
  z-index: 1;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.door-header h5 {
  font-size: 14px;
  min-height: 32px;
  color: #000;
  text-transform: none;
}

.door-image {
  text-align: center;
  background-color: #fff;
  border-left: thin solid #e6e6e6;
  border-right: thin solid #e6e6e6;
}

.door-image img {
  max-height: 184px;
}

.door-price {
  font-size: 14px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-left: thin solid #e6e6e6;
  border-right: thin solid #e6e6e6;
}

.door-price h5 {
  font-size: 16px;
  text-transform: none;
}

.door-price a {
  text-decoration: none;
  display: inline-block;
  border-bottom: thin dotted #f33;
  height: 20px;
  margin-bottom: 5px;
}

.door-button {
  background-color: #fff;
  padding: 15px 25px 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: thin solid #e6e6e6;
  font-weight: bold;
  font-size: 14px;
}

.door-button img {
  display: none;
}

.row.doors .col-lg-4 {
  margin-bottom: 30px;
}

.row.doors .col-lg-4 .door-inner {
  border-radius: 4px;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}

.row.doors .col-lg-4 .door-inner:hover {
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
}

.row.doors .col-lg-4 .door-inner:hover .door-button {
  background-color: #f93624;
  color: #fff;
}

.row.doors .col-lg-4 .door-inner:hover .door-button img {
  display: inline;
}

.show-more {
  display: block;
  padding: 10px 0;
  width: 180px;
  border: thin solid #f93624;
  color: #000;
  margin: 20px auto 30px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.show-more:hover {
  text-decoration: none;
  color: #000;
  background: rgba(50, 50, 50, 0.1);
}

.pagination {
  width: 285px;
  margin: 0 auto 30px;
  text-align: center;
}

.pagination a {
  text-decoration: none;
  font-weight: 100;
  display: block;
  padding: 3px 10px;
  border: thin solid #f5f5f5;
  color: #000;
}

.pagination a.active {
  border-color: #f93624;
}

.pagination a.disabled {
  color: #a4a4a4;
}

.door-filter-button {
  background-color: #f93624;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}





.contact-page p, .contact-page {
  font-size: 12px;
  line-height: 1.5;
}

.contact-page .bordered {
  border-radius: 4px;
  border: thin solid #eee;
}

.address-1 {
  background-color: #fff;
  padding: 30px;
}

.address-2 {
  padding: 0;
  border-left: thin solid #eee;
  padding-left: 1px;
  overflow: hidden;
}

.address-3 {
  padding: 0;
  padding-left: 1px;
  overflow: hidden;
}

.address-4 {
  background-color: #fff;
  border-left: thin solid #eee;
  padding: 30px;
}

.contact-icons {
  background-color: #fff;
  border: thin solid #eee;
  padding-bottom: 30px;
  border-radius: 4px;
  color: #222;
}

.contact-icons strong,
.contact-data strong {
  color: #000;
}

.contact-data {
  margin-bottom: 30px;
  border-radius: 4px;
  color: #222;
}

.contact-icons .col-lg-3 {
  padding: 20px 0 0 25px;
}

.contact-data>.col-md-4, .contact-data>.col-md-8 {
  padding: 30px 25px 0;
  background-color: #fff;
  border: thin solid #eee;
  padding-bottom: 30px;
}

.contact-input {
  padding: 5px 2px;
  margin: 10px 0;
  border: thin solid #bbb;
}

.contact-textarea {
  margin-top: 10px;
  border: thin solid #bbb;
  min-height: 100px;
}

.contact-button {
  display: inline-block;
  background: #8f332f;
  color: #fff;
  text-align: center;
  width: 240px;
  padding: 14px 0;
  font-size: 15px;
  cursor: pointer;
  max-width: 100%;
}

@media(min-width: 768px){
  .contact-data .col-lg-4.col-md-4.col-sm-12 {
    margin-right: 3%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
    padding-bottom: 10px;
  }
  .address-link-2, .address-link-3 {
    display: none;
  }
  .contact-minimap {
    display: none!important;
    height: 0!important;
    opacity: 0!important;
  }
}

@media(max-width: 767px){
  .contact-data .col-lg-4.col-md-4.col-sm-12 {
    margin-bottom: 30px;
    text-align: center;
  }
  .contact-icons .col-lg-3 {
    text-align: center;
  }
  .address-2, .address-3 {
    display: none;
  }
  .contact-minimap {
    display: none;
    height: 320px;
    opacity: 1!important;
  }
}

.contact-data .contact-input, .contact-data .contact-textarea {
  width: 100%;
}

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

.text-bg {
  font-size: 14px;
}




@media(min-width:768px) {
  .super-image-ever {
    margin-top: -20px;
  }
  .super-p-ever {
    min-height: 230px;
  }
}

@media(min-width:992px) {
  .super-image-ever {
    margin-top: -190px;
  }
  .super-p-ever {
    min-height: 180px;
  }
  .super-div-ever {
    padding-bottom: 1px!important;
  }
}

@media (min-width:668px) and (max-width:991px) {
  .show-medium {
    display: inline;
  }
  .hide-medium {
    display: none;
  }
}

@media (max-width:667px) {
  .show-medium {
    display: none;
  }
}

@media (max-width:991px) {
  .colors-container.small-no-margin {
    margin-right: 0;
    padding: 0 15px;
  }
  .small-no-padding {
    padding: 0;
  }
  .row.colors.invisible-page .col-md-4 {
    max-width: 80px;
  }
}

@media (min-width:992px) {
  .show-medium {
    display: none;
  }
  .big-negativ-margin-left {
    margin-left: -15px;
  }
  .big-negativ-margin-left-30 {
    margin-left: -30px;
  }
  .big-negativ-margin-right {
    margin-right: -30px;
  }
  .big-padding-right {
    padding-right: 30px!important;
  }
}

@media(min-width:1200px) {
  .super-image-ever {
    margin-top: -310px;
  }
  .super-p-ever {
    min-height: 150px;
  }
  .super-div-ever {
    padding-bottom: 65px!important;
  }
}

@media(min-width:769px) {
  .hide-big {
    display: none;
  }
}
@media(max-width:767px) {
  .pagination {
    width: 140px;
  }
  .hide-small {
    display: none!important;
  }
  .page-hidden .sidebar {
    display: none;
  }
  .door-inner {
    margin: 0 20px;
  }
  .door-header {
    text-align: center;
  }

  .hidden-text-block .col-sm-12 {
    padding: 0!important;
    margin-left: 0!important;
  }
  .hidden-text-block .col-sm-12.white-background {
    padding: 20px 25px !important;
  }
  .hidden-text-block .white-background {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .hidden-text-block img {
    margin: 0!important;
    width: 100%;
  }
}

/* hidden */





header {
  height: 200px;
  background: url('../img/header.jpg') top center no-repeat;
  background-size: 100%;
  border-bottom: thin solid #ccc;
}

footer {
  height: 300px;
  background: url('../img/footer.jpg') top center no-repeat;
  background-size: 100%;
}








.popup-outer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  display: none;
}

.popup-inner {
  background-color: #fff;
  width: 380px;
  height: 560px;
  padding: 40px 50px;
  position: relative;
  left: 0;
  top: 50%;
  bottom: 0;
  right: 0;
  margin: -280px auto auto;
  font-size: 12px;
  color:#222;
  border-top: 7px solid #f33;
}

.popup-inner .popup-close {
  color: #f33;
  float: right;
  margin-top: -10px;
  margin-right: -10px;
  cursor: pointer;
}

.popup-inner h3 {
  font-size: 1.8em;
  text-transform: none;
  clear: both;
  margin-bottom: 10px;
  text-align: left;
  color: #000;
}

.popup-inner label {
  font-size: 14px;
}

.popup-inner input {
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.popup-inner .accept {
  padding-left: 30px;
  padding-top: 20px;
}

.popup-inner .accept img {
  margin-left: -30px;
  margin-right: 10px;
  cursor: pointer;
}

.popup-inner span.button {
  // width: 100%;
  margin-top: 10px;
}







@media(min-width: 991px){
  .colors-col {
    flex: 0 0 31.333333%;
    margin: 0 1%;
  }  
  .row.colors {
    display: flex;
    justify-content: space-between;
  }
}
@media(min-width: 961px){
  .index .colors-col {
    flex: 0 0 31.333333%;
    margin: 0 1%;
  }  
  .index .row.colors {
    display: flex;
    justify-content: space-between;
  }
  .colors-col {
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
    padding: 30px 40px;
  }
  .white-background .row.colors-container {
    margin: 0;
  }
  .white-background .colors-col {
    box-shadow: none;
    padding: 30px 8px;
  }
}

@media(max-width: 768px) {
  .border-gray, .breadcrumbs, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-align: center;
  }
  .big-photo-content {
    margin: 0 auto;
  }
  .slider-container {
    margin: 20px 0;
  }
  .slider-container .cont {
    width: 100%;
    padding: 30px 5% 0;
  }
  .border-gray {
    margin: 0 15px 15px;
  }
}
@media(max-width: 575px) {
  .big-photo {
    padding: 155px 0 0;
    background: url('../img/big-photo.png') top center no-repeat;
    background-size: contain;
  }
  .adv-descr, .slider-container {
    text-align: center;
  }
  .row.colors {
    width: 285px;
    margin: 10px auto;
  }
  .row.colors-container p {
    text-align: center;
  }
  .row.colors-container .col-lg-6.col-md-3.col-sm-3.col-xs-6 {
    margin-bottom: 20px;
  }
  .row.triplex .col-lg-6.col-md-3.col-sm-3.col-xs-6 {
    width: 50%;
  }
  .slider-navigation {
    background-color: #222;
    padding: 10px 0;
    width: 100%;
    margin: 0;
    left: 0;
  }
  .slider-navigation.sides {
    margin: 0;
  }
  .slider-navigation.sides .count {
    position: relative;
    background-color: #f0f0f0;
    left: 0;
    margin: 0;
    color: #000;
  }
  .slider-navigation.sides .arrow-left {
    margin: 0;
  }
  .slider-navigation.sides .arrow-right {
    float: none;
  }
  .slider {
    padding: 0;
  }
}






/* wist_slider */  #wist_slider { width: 100%; height: 500px; overflow: hidden; border-radius: 0px; } #wist_slider #wist_slider-container { position: relative; margin: 0; padding: 0; list-style: none; } #wist_slider #wist_slider-container li { width: 100%; height: 500px; position: relative; display: block; float: left; margin: 0; padding: 0; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #f0f0f0; } a.control_prev, a.control_next { position: absolute; top: 40%; z-index: 999; padding: 4% 3%; width: auto; height: auto; background: #2a2a2a; color: #fff; text-decoration: none; font-weight: 600; font-size: 18px; opacity: 0.8; cursor: pointer; display: block; display: none; } a.control_prev:hover, a.control_next:hover { opacity: 1; -webkit-transition: all 0.2s ease; } a.control_prev { border-radius: 0 2px 2px 0; } a.control_next { right: 0; border-radius: 2px 0 0 2px; } #wist_slider-indicator { position: absolute; left: 0; bottom: 0; padding: 10px 20px; } #wist_slider-indicator span { display: inline-block; border-radius: 50%; width: 20px; height: 20px; background-color: #999; margin: 0 0 0 5px; } #wist_slider-indicator span.current { background-color: #cfc; } /* wist_slider */

