/*кнопка мы вам перезвоним в среднем хедере*/
/*
.button-container {
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    margin: 10px 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid #04295F;
    border-radius: 8px;
    color: #04295F;
    transition: .2s ease-in-out;
}

.button-container:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 55px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(45deg);
}

.button-container a:hover, .writeOtzBtn:hover {
    background: #04295F;
    color: #fff;
    text-decoration: none;
}
.button-container a:hover:before, .writeOtzBtn:hover:before {
    left: 150px;
    transition: .5s ease-in-out;
}
*/
.writeOtzBtnWrapper { text-align: center; }
.writeOtzBtn {
	font-size: 26px;
	margin-top: 0;
}

/*Кнопки в меню навигации*/

.menuLi a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 10px 5px;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-size: 1rem;
    font-weight: 300;
    color: white;
    transition: .8s;
    box-shadow: 0 0 0 0 rgba(0,40,120,0);
}
.menuLi a:hover {
    background-image: linear-gradient(to top,rgba(0,40,120,.8) 50%, rgba(0,40,120,.8) 100%);
}


/*Кнопка в форме оставить заявку*/

.coll a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #FFFFFF;
    background-color: #04295F;
    border-radius: 8px;
    color: #FFFFFF;
    transition: .2s ease-in-out;
}
.coll a:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 55px;
    width: 60px;
    position: absolute;
    top: -8px;
    left: -85px;
    transform: skewX(45deg);
}
.coll a:hover {
    background: #04295F;
    color: #fff;
    text-decoration: none;
    /*box-shadow: 0 2px 2px black;*/
}
.coll a:hover:before {
    left:200px;
    transition: .8s ease-in-out;
}


/*Кнопка запросить звонок в блоке Cost*/


.inputCost input[type=submit] {
    text-decoration: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border: 2px solid #04295F;
    border-radius: 8px;
    color: #000000;
    font-weight: bold;
    font-size: 1.1rem;
    transition: .2s ease-in-out;
}
.inputCost input[type=submit]:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 55px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(45deg);
}
.inputCost input[type=submit]:hover {
    background: #04295F;
    color: #fff;
    text-decoration: none;
}
.inputCost input[type=submit]:hover:before {
    left: 150px;
    transition: .5s ease-in-out;
}

/*Кнопка калькулятор*/

a .b24-web-form-popup-btn,
a .button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    text-decoration: none;
    outline: none;
    width: 230px;
    height: 50px;
    padding: 0;
    margin: 0 15px 0 0;
    position: relative;
    overflow: hidden;
    background-color: #e7712b;
    border-radius: 8px;
    color: #FFFFFF;
    transition: .2s ease-in-out;
}

a .b24-web-form-popup-btn:before, 
a .button:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 58px;
    width: 60px;
    position: absolute;
    top: -8px;
    left: -85px;
    transform: skewX(45deg);
}

a .b24-web-form-popup-btn:hover,
a .button:hover {
    background: #e7712b;
    color: #fff;
    text-decoration: none;
}

a .b24-web-form-popup-btn:hover:before,
a .button:hover:before {
    left:150px;
    transition: .8s ease-in-out;
}

.inputText a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    text-decoration: none;
    outline: none;
    width: 230px;
    height: 50px;
    padding: 0;
    margin: 0 15px 0 0;
    position: relative;
    overflow: hidden;
    background-color: #04295F;
    border-radius: 8px;
    color: #FFFFFF;
    transition: .2s ease-in-out;
}

.inputText a:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 58px;
    width: 60px;
    position: absolute;
    top: -8px;
    left: -85px;
    transform: skewX(45deg);
}

.inputText a:hover {
    background: #04295F;
    color: #fff;
    text-decoration: none;
}

.inputText a:hover:before {
    left:150px;
    transition: .8s ease-in-out;
}

.calc{
    display: flex;
}

/*Кнопка в на страничке с дверями эффект движениия*/

.doorNew a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    width: 100%;
    height: 60px;
    margin-top: 1px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #04295F;
    color: #FFFFFF;
    transition: .2s ease-in-out;
}
.catalogType  a{
    height: 55px;
    font-size: 1.5rem;
    font-weight: bold;
}
.textOnlyDoor a{
    width: 100%;
    color: #FFFFFF;
    height: 45px;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to top, RGBa(48,106,204,.5), RGBa(241,9,251,.5) );
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 1rem;
}


.doorNew  a:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 125px;
    width: 80px;
    position: absolute;
    top: -8px;
    left: -65px;
    transform: skewX(45deg);
    transition: .5s ease-in-out;
}
.doorNew  a:hover {
    background: #04295F;
    color: #fff;
    text-decoration: none;
}
.doorNew a:hover:before {
    left:200px;
    transition: .8s ease-in-out;
}
.textOnlyDoor a:hover{
    text-decoration: none;
    background-image: linear-gradient(to right, RGBa(48,106,204,.6), RGBa(241,9,251,.6) );
    transition: 0.5s;
}

.sharesInfo a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 55;
    overflow: hidden;
    color: #04295F;
    transition: .5s ;
}
.sharesInfo a:before {
    content: "";
    background: linear-gradient(90deg, rgba(198,000,246,.1), rgba(21,000,198,.4));
    height: 835px;
    width: 780px;
    position: absolute;
    z-index: 57;
    top: -250px;
    left: -950px;
    transform: skewX(-45deg);
    pointer-events: none;
    transition: .5s;
}
.sharesInfo a:after {
    content: "";
    background: linear-gradient(90deg, RGBa(21,120,198,.5), RGBa(21,120,198,.9));
    height: 535px;
    width: 780px;
    position: absolute;
    z-index: 57;
    top: -8px;
    left: -855px;
    transform: skewX(45deg);
    pointer-events: none;
    transition: .5s ;
}

.sharesInfo a:hover {
    color: #fff;
    text-decoration: none;
}
.sharesInfo a:hover img {
    transform: scale(1.1);
}
.sharesInfo a:hover .sharesInfoImgText {
    opacity: 1;
}
.sharesInfo a:hover:before {
    left:515px;
    transition: 1s ;
}

.sharesInfo a:hover:after {
    left: -150px;
    transition: 1s ;
}

/*оставить отзыв на странице отзыв*/

.button-container1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    width: 190px;
    height: 50px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    background-color: #04295F;
    border-radius: 8px;
    color: #FFFFFF;
    transition: .2s ease-in-out;
}
.button-container1 a:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 55px;
    width: 60px;
    position: absolute;
    top: -8px;
    left: -85px;
    transform: skewX(45deg);
}
.button-container1 a:hover {
    background: #04295F;
    color: #fff;
    text-decoration: none;
}
.button-container1 a:hover:before {
    left:200px;
    transition: .8s ease-in-out;
}








/*Windows*/





.styleRange a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    position: relative;
    height: 100%;
    z-index: 55;
    overflow: hidden;
    color: #04295F;
    transition: .2s ease-in-out;
}
.styleRange a:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1),        rgba(255,255,255,.5));
    height: 370px;
    width: 100px;
    position: absolute;
    z-index: 57;
    top: -8px;
    left: -275px;
    transform: skewX(45deg);
    pointer-events: none;
}
.styleRange a:after {
    content: "";
    background: rgba(21,120,198,.7);
    height:270px;
    width: 320px;
    position: absolute;
    z-index: 57;
    top: 0;
    left: -135px;
    transform: skewX(45deg);
    pointer-events: none;
}
.styleRange a:hover {
    background: #04295F;
    color: #fff;
    text-decoration: none;
}
.styleRange a:hover:before {
    left: 750px;
    transition: 1s ease-in-out;
}











/* гамбургер*/
.six { width: 49.2%; }

/* COLUMNS */

.col {
    display: flex;
    float:left;
    margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
    margin-left: 0;
}

.container{
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ALL */

.row .three{
    padding: 80px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
}

.hamburger .line{
    width: 50px;
    height: 5px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
    cursor: pointer;
}
/* SIX */

#hamburger-6.is-active{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
    width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    -o-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
}

