h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}
.background.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}
.fullscreen-content.dark-bg {
    background: #fff;
    color: #2d2d2d;
    /*background-image: url(/images/sliderimage-3.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.center-content.text-light {
    /*color: #464646;*/
}
.text-primary{color: steelblue!important;}
.text-wheat {color: #f4ddb2;}
.phone_logo {
    text-align: center;
    border-top: 1px solid darkcyan;
    margin-top: 9px;
    color: #060606;
    line-height: 1.7em;
    position: relative;
    bottom: 0;
    font-size: 1.3rem;
    letter-spacing: 0.213em;
    font-weight: 100;
    font-style: italic;
}
.carousel-item h1 {
    font-weight: lighter;
}
.carousel-item p {
    font-size: medium;
}

/*sidebar*/
.sidebar-open .sidebar {
    width: 0;
    display: none!important;
}
.pull-btn div{
    width: 3em;
    height: 4em;
    position: absolute;
    bottom: 47%;
    background-color: indianred;
    left: -3em;
    border-radius: 2em 0 0 2em;
}
.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.menu_li {
    list-style: none;
    display: inline-flex;
    padding: 0;
}
.menu_li li {
    padding: 0 36px;
}
.btn {
  text-transform: uppercase;
  font-size: 1.3em;
  font-family: Oswald, Impact, sans-serif;
  border-radius: 0px;
}
.btn_call {
    margin: 0 auto;
    width: 100%;
    color: #343a40;
    padding: 25px 0px;
    font-size: 24px;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 0.07em;
    font-weight: 300;
    font-style: normal;
}
.btn_call:hover {
    color: #fff;
    background-color: #2cc153;
    border-color: #2cc153;
}
.btn_call:active, .btn_call:focus {
    color: #black;
    background-color: #2cc153;
    border-color: #2cc153;
}
.btn-noline, .btn-noline:focus {
    color: #fff;
    background-color: #00000038;
    padding: 2vh 30px;
}
.btn-noline:active, .btn-noline:focus:active, .btn-noline:focus:hover, .btn-noline:hover {

    color: #292b2c;
    background-color: #fff;
    border-color: #fff;

}
.nav_ul_c li {
    padding: 0 0;
    list-style: none;
}
.dark-bg .feature-block p {
    color: initial;
}
.dark-bg .team-block p {
    color: dodgerblue;
}
.hamburger div {
    box-shadow: 0px 0px 11px #26ff0087;
}
/*color cube*/
.section_okna {
    /*background-color: #fffc;*/
    width: 100%;
    height: inherit;
    padding: 0% 0%;
}
.h_c_cub {
    line-height: 2.5em;
    color: coral;
    text-align: right;
    text-shadow: 0 0px 2px #d0d0d0;
}
.cub{
    position: relative;
    border-right: 3px solid lightgray;
    /*transition-duration: 1s;*/
}
.cub, .cub div div, .cub .h_c_cub{
    transition-duration: 1s;
}
.cub_1 {
    z-index: 3;
    bottom: -34px;
}
.cub_2 {
    z-index: 2;
    bottom: -23px;
}
.cub_3{
}
.cub:hover div div {
    transform: rotate(3deg) !important;
}
.cub:hover .h_c_cub {
    padding-right: 20px;
}
.cub:hover {
    border-right: 3px solid transparent;
}
/*end*/

.fullscreen-content.dark-bg a:not(.btn) {
    color: #1c1c1c;
}
.fullscreen-content::after {
    background-color: white !important;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.8;
}
.fullscreen-content.dark-bg a:not(.btn):focus, .fullscreen-content.dark-bg a:not(.btn):hover {
    color:#0056b3;
}
/* ========== breadcrumbs ==========*/

.dropdown-item{padding: 1rem 1.25rem;
    font-weight: bolder;
    color:dimgray;
}
.breadcrumb {
    font-size: 0.8em;
}
.breadcrumb {

    border: none;
    border-radius: 0;
    z-index: 9;
    width: 100%;
}
.breadcrumb-item{
    position: static;
}
.breadcrumb-item div {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 0.9em;
    font-size: small;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
    /*border-top: 0px solid darkorange;*/
    width: 100%;
    padding: 4rem 26%;
    column-count: 3;
    background-color: ivory;
    border-left: none;
    border-right: none;
}
.breadcrumb-item:hover div {
    display: block;
    color: darkorange;
}
.breadcrumb-item a:hover {
    color: darkorange;
    text-decoration: none;
}
.breadcrumb_list::before {
    content: ":";
    padding-left: 1em;
    padding-right: 1em;
}
.breadcrumb_ul li a {color: dimgray;}
.breadcrumb_ul li {padding-left: 1em;}
.breadcrumb_ul .active {color: tomato;}
.breadcrumb_ul li:first-child {padding-left: 0;}
.breadcrumb-item.active{color: unset;}
.breadcrumb-item a:not(.dropdown-item) {padding: 1.1em 0em;}
.dropdown .dropdown-menu{
    /*display: block; */
    opacity:0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
 }
 .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
 }
/*=========== end ================*/
.catalog_item::before {
    content: '';
    display: block;
    position: absolute;
    top: 106px;
    /*left: -135px;*/
    /*right: -1000px;*/
    height: 363px;
    z-index: -1;
    background: #efefef;
    width: 100%;
    /*-webkit-transform: skew(-45deg);*/
    /*-moz-transform: skew(-45deg);*/
    /*-ms-transform: skew(-45deg);*/
    /*-o-transform: skew(-45deg);*/
    /*transform: skew(-45deg);*/
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: 
    rgba(0,0,0,0);
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.btn{border-radius: 0;}
.btn-hover {
    position: fixed;
    margin: 57px 19px;
    bottom: 19px;
    left: 10px;
    background-color: #36a40f3d;
}
.btn-catalog {
    color:steelblue;
    background-color: transparent;
    border-color: lightgray;
}
.fa.fa-check {
    color: darksalmon;
}
.border-none{
    border: initial;
}
tbody.td-25 tr td {
    padding: 0.25rem;
    font-size: 0.9rem;
}
.card{ 
    border-radius: 0px; 
}
.card-body{
    transition: all ease-in-out 300ms;
    scale: 0.96;
}
.card-img-top {
    width: 64%;
}
.card tr td:last-child {
    text-align: end;
}
.card-title {
    margin-bottom: .75rem;
    font-weight: 300;
    font-size: 1.2rem;
}
.card_::before {
    content: "";
    background: rgba(0, 7, 10, 0.86);
    /*background: rgba(255, 255, 255, 0.51);*/
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all ease-in-out 300ms;
    z-index: 3;
}
.fon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.51);
    color: #fff;
    opacity: 0;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    font-weight: lighter;
    font-variant: all-small-caps;
    font-size: 1.2rem;

}
.fon:hover{
    opacity: 1;
}
.fon:hover .origin-top {
    /*top: 24%;*/
    top: 18%;
}
.info-section .card:hover .card-body {
    filter: blur(6px);
    scale: 1;
    /*transform: scale(1.1);*/
}
.origin-top {
    position: relative;
    top: -10px;
    overflow: hidden;
    color: #fff;
    transition: all ease-in-out 150ms;
    font-size: 1.5rem;
    line-height: 1em;
    /*max-height: 2em;*/
    height: 2.1em;
    z-index: 1;
}
.origin-center{
    /*top:30%;*/
    /*top: 27%;*/
    padding-top: 26%;
    line-height: 1.1em;
    position: relative;
}
.fon:hover .origin-bottom {
    /*top: 40%;*/
    bottom: 13%;
    /*margin-bottom: 39%;*/
}
.origin-bottom {
    position: absolute;
    /*top: 74%;*/
    bottom: 0;
    /*border: 1px solid #fff;*/
    /*border-radius: 0;*/
    /*background-color: #ff6347;*/
    font-size: 1rem;
    overflow: hidden;
    transition: all ease-in-out 150ms;
    /*line-height: 1.6em;*/
    left: 0;
    width: 100%;
    height: 3em;
    /*display: block;*/
}
.copy-container {
    display: flex;
    align-items: center;
}
.lh-07{line-height: 0.7rem;}
.price_color{color: #E1243E;}
.text_decor-1 {
    font-size: 0.8rem;
    color: #686868;
    /*text-shadow: 0 0 2px;*/
}
.copy-content {
    float: left;
    width: 100%;
}
.text_decor-2 {
    font-variant: small-caps;
    /*text-shadow: 0 0 2px;*/
    min-height: 3rem;
}
.stairs-collection{}
/*login modal container*/
@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** START LOGIN MODAL CONTAINER ******/
.loginmodal-container {
  padding: 30px;
  /*max-width: 350px;*/
  /*width: 100% !important;*/
  /*background-color: #F7F7F7;*/
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  /*font-family: roboto;*/
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
/*========= item content =========*/
.item_content{display: none;}
.item_content.active{
    display: block;
}
.light-header {
    background-color: dimgray;
    color: white !important;
    /*line-height: 40px;*/
}
.top-nav{
    transition: all ease-in-out 300ms;
}
.nav-link {
 display:block;
 padding:.5em 1em;
 line-height: 3em;
}
.breadcrumb-item + .breadcrumb-item::before {
    color:#a8b7c4;
}
.light-header .breadcrumb_ul .active {
    color:chartreuse;
}
.light-header .breadcrumb_ul .nav-item a:not(.active) {
    color:lightgray;
}
/*============= end =============*/
/*END login modal container*/

/*@media(min-width: 768px){

    .section_okna {
    position: absolute;
    padding-top: 30%;
    padding-bottom: 30%;
    padding: 36% 0%;
}
}*/
@media (min-width: 576px){
.card-columns .card {
    display: flex;
    /* width: 100%; */
}
}
@media(max-width: 768px){
    .carousel-inner {
            min-height: 6.6em;
    }
    .h_c_cub{
        text-align: center;
    }
    .section_okna {
    /*position: absolute;*/
    padding-top: 30%;
    padding-bottom: 30%;
    padding: 36% 0%;
}
}
@media(min-width: 992px){
    .navbar-brand{
            border: 1px solid #939393d1;
    }
    /*.cub div{
        display: none
    }*/
}
@media(max-width: 992px){
    .cub div div{
        display: none;
    }
    .cub{
        bottom:unset !important;
    }
}
@media(max-width: 1200px){
    .h_c_cub{
            font-size: 22px;
    }
}
.breadcrumb_list::before {
    -webkit-animation: pulsate 1s ease-in-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.1;
}
.pulsate {
    -webkit-animation: pulsate 1s ease-in-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.1;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.1;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.1;
    }
}