
/* ================= popup ================= */
.btn-popup{
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.btn-popup img{
    pointer-events: none;
    max-width: 100%!important;
    max-height: 100%!important;
    width: 100%!important;
}
.holder-popup{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.holder-popup .bg{
	position: fixed;
	top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    background: #000000;
}
.registration{
    position: absolute;
    max-width: 800px;
    background: #ffffff;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.pr-iframe iframe{
    min-height: 500px;
}
.closed-popup{
    display: block;
    position: fixed;
    z-index: 1;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    background: url("http://testcss.mebelstol.ru/img/closed.svg") no-repeat;
    background-size: cover;
    overflow: hidden;
    color: transparent;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.closed-popup:hover{
    opacity: 1;
}

.closed-popup:hover{
    opacity: 0.8;
}














.registration p span{
    color: #0fb9b7;
}
.registration p a{
    font-family: 'pt_sansbold', Arial ,sans-serif;
    color: #0fb9b7;
}
.registration p a:hover{
    text-decoration: underline;
}
.title-popup{
    display: inline-block;
    margin: 0 0 22px;
    font-family: 'pt_sansbold', Arial ,sans-serif;
    color: #0fb9b7;
    font-size: 35px;
    line-height: 37px;
}





/* =============================================================================
HasLayot
========================================================================== */
.group:after {
    display:block;
    content:"";
    clear:both;
}


