.popup{position:fixed;top:0;left:0;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100svw;height:100svh}.popup__back{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.2}.popup__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;width:90%;max-width:650px;height:50%;max-height:400px;padding:20px;margin:auto;overflow:auto;background-color:#fff;border-radius:5px;position:relative;z-index:1}@media screen and (width >= 768px){.popup__wrapper{max-height:330px}}.popup__close{display:inline-block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:end;align-self:flex-end;width:20px;height:20px;font-size:14px;line-height:20px;color:#000;text-align:center;text-shadow:1px 1px 0 #fff;cursor:pointer;background-color:#eed;border-radius:50%;-webkit-box-shadow:1px 1px 1px #ddc inset;box-shadow:1px 1px 1px #ddc inset}.popup__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.popup__text p{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:18px;text-align:center}.popup__text h2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 0 8px;font-size:20px;text-align:center;border-bottom:#63dbff 3px solid}.popup__text form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.popup__form-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-top:0;font-size:18px}@media screen and (width >= 768px){.popup__form-body input[type=radio]+label{display:inline-block;white-space:nowrap}}@media screen and (width >= 768px){.popup__form-body br{display:none}}.popup__submit{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-item-align:center;align-self:center}.popup__submit .c-button{display:block}.popup__hide-next-time{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;cursor:pointer}.popup--appearance-banner .popup__wrapper{gap:12px;height:initial;max-height:initial;padding:16px}@media screen and (width >= 500px){.popup--appearance-banner .popup__wrapper{gap:16px;width:initial;max-width:initial;max-height:initial;padding:24px}}@media screen and (width >= 768px){.popup--appearance-banner .popup__wrapper{max-height:initial}}.popup--appearance-banner .popup__body img{display:block;width:100%;max-width:450px;height:auto}@media screen and (width >= 768px){.popup--appearance-banner .popup__body img{max-width:500px}}@media screen and (width <= 767px){.entry-radio br{display:block}}@media screen and (width >= 768px){.entry-radio input[type=radio]+label{display:inline-block;white-space:nowrap}.entry-radio br{display:none}}