.notifyInfo{position:fixed;opacity:0;visibility:hidden;display:none;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;z-index:10;background-color:#fff;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.1);box-shadow:0 10px 30px rgba(0,0,0,.1);border-radius:1.6rem;padding:1.6rem;width:calc(100% - 2.4rem);left:1.2rem;bottom:2rem}.notifyInfo--discount .notifyInfo__descr ul{margin-left:5.4rem}.notifyInfo__head{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.6rem}.notifyInfo__title{color:#030303;font-size:2rem;font-weight:500;line-height:1.6;letter-spacing:-.02em;padding-right:3.6rem}.notifyInfo__title span{display:inline-block;font-weight:300;font-size:2rem;line-height:120%;letter-spacing:-.5px;margin-top:.4rem}.notifyInfo__descr{color:#030303;font-size:1.4rem;font-weight:400;line-height:1.4;margin:1.2rem 0 2.2rem 0}.notifyInfo__descr p{color:#373968}.notifyInfo__descr a,.notifyInfo__descr p,.notifyInfo__descr strong{font-size:inherit;line-height:inherit}.notifyInfo__descr a{text-decoration:underline}.notifyInfo__form .wpcf7-form-control-wrap input{background:#fff;border:1px solid #030303;color:#030303;font-size:1.4rem;border-radius:8px;height:4.8rem}.notifyInfo__form .wpcf7-form-control-wrap input::-webkit-input-placeholder{color:#858c94}.notifyInfo__form .wpcf7-form-control-wrap input::-moz-placeholder{color:#858c94}.notifyInfo__form .wpcf7-form-control-wrap input:-ms-input-placeholder{color:#858c94}.notifyInfo__form .wpcf7-form-control-wrap input::-ms-input-placeholder{color:#858c94}.notifyInfo__form .wpcf7-form-control-wrap input::placeholder{color:#858c94}.notifyInfo__form .wpcf7 input[type=submit]{height:4.8rem;min-height:inherit;font-size:1.4rem;border-radius:8px;background-color:#030303;width:100%}.notifyInfo__form .wpcf7 input[type=submit]:hover{background-color:rgba(3,3,3,.8)}.notifyInfo__form .wpcf7-acceptance{margin-top:1.6rem}.notifyInfo__form .wpcf7-acceptance .wpcf7-list-item-label{font-size:1.2rem;color:#051322;vertical-align:sub}.notifyInfo__form .wpcf7-acceptance .wpcf7-list-item-label a{color:#030303}.notifyInfo__form .wpcf7 .bttn{margin-top:1.6rem}.notifyInfo__close{width:3.2rem;height:3.2rem;cursor:pointer;-webkit-transition:.2s linear;-o-transition:.2s linear;transition:.2s linear;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;border-radius:.4rem;position:absolute;top:0;right:0;z-index:5}.notifyInfo__close:hover{background-color:#f5f5f5}.notifyInfo__link{width:100%;background-color:#030303;font-size:1.4rem}.notifyInfo__link:hover{background-color:rgba(3,3,3,.8)}.notifyInfo__link+.notifyInfo__form{margin-top:1.6rem}.notifyInfo__link--discount{font-size:1.8rem;background-color:#ff6200;--icon-arrow-white:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.46967 12.4697C4.17678 12.7626 4.17678 13.2374 4.46967 13.5303C4.76256 13.8232 5.23744 13.8232 5.53033 13.5303L4.46967 12.4697ZM13.75 5C13.75 4.58579 13.4142 4.25 13 4.25L6.25 4.25C5.83579 4.25 5.5 4.58579 5.5 5C5.5 5.41421 5.83579 5.75 6.25 5.75H12.25V11.75C12.25 12.1642 12.5858 12.5 13 12.5C13.4142 12.5 13.75 12.1642 13.75 11.75L13.75 5ZM5.53033 13.5303L13.5303 5.53033L12.4697 4.46967L4.46967 12.4697L5.53033 13.5303Z' fill='white'/%3E%3C/svg%3E");display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid rgba(35,36,42,.4)}.notifyInfo__link--discount:after{content:"";display:block;margin-left:1rem;background-repeat:no-repeat;background-position:center;width:1.8rem;min-width:1.8rem;height:1.8rem;background-size:contain;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;background-image:var(--icon-arrow-white)}.notifyInfo__link--discount:hover{background-color:#ff6200}.notifyInfo__link--discount:hover::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.notifyInfo.show{opacity:1;z-index:10;visibility:visible;display:block}@media only screen and (min-width:992px){.notifyInfo{left:unset;right:30px;bottom:30px;width:100%;max-width:32.4rem}.notifyInfo--discount{max-width:41.2rem}}