#popup_overlay{background:var(--overlay-pop-in);position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;overflow:hidden}#popup_overlay .popup_overlay_wrap{position:relative;height:100%;width:100%;overflow-y:auto;overflow-x:auto}#popup{padding:0;background:var(--bg);width:950px;height:600px;color:var(--bg-color-associated);position:relative;margin:20px auto;display:block}@media (min-width: 1400px){#popup{width:1200px}}@media (min-width: 768px) and (max-width: 991px){#popup{width:80%;height:auto}}@media (max-width: 767px){#popup{width:95%;height:auto;margin-top:10px}}#popup .close_popup{position:absolute;right:0;left:auto;top:0;z-index:500}#popup .content{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}@media (max-width: 991px){#popup .content{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}#popup .content .thumb_wrap{width:45%;position:relative;height:600px}@media (max-width: 991px){#popup .content .thumb_wrap{height:240px;width:100%}}@media (min-width: 768px) and (max-width: 991px){#popup .content .thumb_wrap{height:380px}}#popup .content .thumb_wrap .thumb{background-attachment:scroll;background-size:cover;background-color:#ccc;background-repeat:no-repeat;background-position:center;width:100%;height:100%}#popup .content .content_wrap{width:55%;padding:1em 2em;position:relative;text-align:center;height:600px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}@media (max-width: 991px){#popup .content .content_wrap{height:auto;width:100%;display:block;padding-bottom:3em;padding-top:3em}}@media (max-width: 767px){#popup .content .content_wrap{padding-right:1em;padding-left:1em}}#popup .content .content_wrap .subtitle,#popup .content .content_wrap .title,#popup .content .content_wrap .description{max-width:500px;margin-left:auto;margin-right:auto;width:90%}#popup .content .content_wrap .title{margin-bottom:10px}#popup .content .content_wrap .description{line-height:150%}#popup .content .content_wrap .content{position:relative}#popup .content .content_wrap .logo{margin-bottom:40px}@media (max-width: 991px){#popup .content .content_wrap .logo{margin-bottom:20px}}#popup .content .content_wrap .logo img{max-width:250px;max-height:100px;width:auto;height:auto}#popup .content .content_wrap .title{font-weight:normal;font-style:normal;font-family:var(--highlight-font);line-height:100%;position:relative;color:var(--titles);font-size:2em;margin-bottom:20px;position:relative}#popup .content .content_wrap .title strong{font-weight:normal}#popup .content .content_wrap .title:after,#popup .content .content_wrap .title:before{content:'';display:block;height:1px;background:var(--titles)}#popup .content .content_wrap .title:after{width:60px;margin-top:20px;margin-left:auto;margin-right:auto}#popup .content .content_wrap .title:before{width:40px;position:absolute;bottom:-5px;left:50%;margin-left:-20px}#popup .content .content_wrap .subtitle{font-weight:normal;font-family:var(--first-font);line-height:120%;position:relative;letter-spacing:.1em;color:var(--bg-color-associated);font-size:1em;margin-bottom:0.5em}#popup .content .content_wrap .subtitle strong{font-weight:normal}#popup .content .content_wrap .subtitle strong{color:var(--secondary)}#popup #countdown{font-size:var(--fontsize);background:rgba(0,0,0,0.3);color:#fff;z-index:200;width:100%;height:100%;top:0;position:absolute;text-align:center;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}#popup #countdown h3{font-family:var(--highlight-font);font-weight:normal;font-size:2.5em;margin-bottom:1em}@media (max-width: 767px){#popup #countdown h3{font-size:1em;margin-bottom:0.5em}}#popup #countdown .countdown_content{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}#popup #countdown .countdown_content .item{position:relative;padding:0 1em}@media (max-width: 767px){#popup #countdown .countdown_content .item{padding-right:0.5em;padding-left:.5em}}#popup #countdown .countdown_content .item:first-child{padding-left:0}#popup #countdown .countdown_content .item:last-child{padding-right:0}#popup #countdown .countdown_content .item:not(:first-child) .val:before{content:':';position:absolute;top:-0.2em;height:100%;left:-0.2em;color:#fff;font-weight:normal;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}#popup #countdown .countdown_content .item span{display:block}@media (max-width: 767px){#popup #countdown .countdown_content .item .label{font-size:0.8em}}#popup #countdown .countdown_content .item .val{font-weight:bold;font-style:normal;font-family:var(--first-font);line-height:120%;text-transform:uppercase;margin-bottom:1em;text-decoration:none;letter-spacing:.05em;color:#fff;font-size:3.5em;font-family:var(--highlight-font);font-weight:normal}#popup #countdown .countdown_content .item .val strong{font-weight:normal}@media (max-width: 767px){#popup #countdown .countdown_content .item .val{font-size:1.7em}}#popup .close{position:absolute;top:1em;right:1em;width:50px;height:50px;z-index:500;border-radius:50%;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#popup .close:before,#popup .close:after{position:absolute;left:50%;top:50%;content:' ';height:19px;width:2px;border-radius:1px;background-color:var(--bg-color-associated)}#popup .close:after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);-moz-transform:translate(-50%, -50%) rotate(-45deg);-ms-transform:translate(-50%, -50%) rotate(-45deg);-o-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}#popup .close:before{-webkit-transform:translate(-50%, -50%) rotate(45deg);-moz-transform:translate(-50%, -50%) rotate(45deg);-ms-transform:translate(-50%, -50%) rotate(45deg);-o-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}#popup .close:hover{background-color:var(--hover)}#popup .close:hover:after,#popup .close:hover:before{background:var(--hover-color-associated)}
