

/* Start:/local/templates/spirits_202103/components/spiritscollection/popup/show/style.css?16554851383368*/
.openPopUp{
    position: fixed;
    overflow: hidden;
    z-index: 999;
    left: -5px;
    top:50%;
    width: 40px;
    height: 132px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background: #bca37d;
    font: 14px 'DINPro-Medium';
    text-transform: uppercase;
    margin: -66px 0 0;
    -webkit-transition: all .27s;
    transition: all .27s;
}

.openPopUp:hover{
    left: 0;
}

.openPopUp span{
    display: block;
    -webkit-transform: rotate(-90deg) translate(-73px,-2px);
    transform: rotate(-90deg) translate(-73px,-2px);
}

.popUpLayer,
.popUp{
    display: none;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}

.popUpLayer.active,
.popUp.active{
    display: block;
}

.popUpLayer.show,
.popUp.show{
    opacity:1;
}

.popUpLayer{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,.8);
}

.popUp{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 99999;
    font-size: 0;
    text-align: center;
}

.popUp:before{
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.popUpInner{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 480px;
    padding: 31px 40px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}

.popUp__closer{
    position: absolute;
    right: 0;
    top:0;
    width: 44px;
    height: 44px;
    border: 0;
}

.popUp__closer:before,
.popUp__closer:after{
    content: "";
    position: absolute;
    right: 50%;
    top:13px;
    background: #363233;
    height: 22px;
    width: 1px;
}

.popUp__closer:before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popUp__closer:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popUp__step2{
    display: none;
}

.popUp__topText{
    position: relative;
    text-align: center;
    font: 18px 'DINPro-Medium';
    padding: 0 0 27px;
    margin: 0 0 26px;
    letter-spacing: 0;
}

.popUp__topText:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 250px;
    margin: 0 0 0 -125px;
    background: #e9e8e8;
}

.popUp__textAnswer,
.popUp__title{
    text-align: center;
    font: 32px PTSerifRegular, Georgia, serif;
    margin: 0 0 14px;
}

.popUp__textAnswer{
    margin: 0;
    padding: 60px 0 68px;
}

.popUp__text{
    padding: 0 0 25px;
    text-align: center;
    font: 17px/145% PTSerifRegular, Georgia, serif;
}

.popUp__linkPhone{
    cursor: default;
    border: 0;
}

.popUp__fieldWrap{
    padding:0 0 20px;
}

.popUp__fieldWrap textarea{
    width: 100%;
    height: 220px;
    padding: 16px 20px;
    border-radius: 0;
}

.popUp__buttonWrap{
    text-align: center;
}

.popUp__buttonWrap button{
    display: inline-block;
    height: 62px;
    width: 100%;
    max-width: 320px;
    color:#fff;
    font: 11px 'DINPro-Medium';
    text-transform: uppercase;
    text-align: center;
    background: #b89e75;
    border: 0;
    letter-spacing: 2px;
    -webkit-transition: background .27s;
    transition: background .27s;
}

.popUp__buttonWrap button:hover{
    background: #000;
}

li.nm-header__nav-list-itemMobile,
.popUp_step2{
    display: none;
}
/* End */
/* /local/templates/spirits_202103/components/spiritscollection/popup/show/style.css?16554851383368 */
