@charset "UTF-8";.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move;box-shadow:0 0 0 9999em #00000080}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}.close-btn{width:1.25rem;height:1.25rem;opacity:.7;-webkit-transition:.3s ease-out 0s;-o-transition:.3s ease-out 0s;transition:.3s ease-out 0s}@media (min-width: 31.25em){.close-btn:hover,.close-btn:active,.close-btn:focus{opacity:1;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}}body.lock{overflow:hidden}.wrapper:after{content:"";top:0;left:0;z-index:198;position:fixed;width:100%;height:100%;background-color:#170b30b3;opacity:0;-webkit-transition:opacity .8s ease 0s;-o-transition:opacity .8s ease 0s;transition:opacity .8s ease 0s;pointer-events:none}.popup-show .wrapper:after{opacity:1}.popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:300;padding:1.875rem .625rem;-webkit-transition:visibility .8s ease 0s;-o-transition:visibility .8s ease 0s;transition:visibility .8s ease 0s;visibility:hidden;pointer-events:none}.popup_show{z-index:200;visibility:visible;overflow:auto;pointer-events:auto;overflow-x:hidden}.popup_show .popup__content{visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.popup__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%}.popup__content{visibility:hidden;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .3s ease 0s;transition:-webkit-transform .3s ease 0s;-o-transition:transform .3s ease 0s;transition:transform .3s ease 0s;transition:transform .3s ease 0s,-webkit-transform .3s ease 0s;border-radius:1.25rem;background-color:#fff;padding:1.25rem}.lock .popup__content{visibility:visible}.btn-close{width:1.25rem;height:1.25rem;background-color:#0000;-webkit-transition:.3s ease-out 0s;-o-transition:.3s ease-out 0s;transition:.3s ease-out 0s;outline:none;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.btn-close:before,.btn-close:after{content:"";display:inline-block;width:100%;height:.0625rem;background-color:#717070;position:absolute;top:calc(50% - 1px);left:0;z-index:1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:.3s ease-out 0s;-o-transition:.3s ease-out 0s;transition:.3s ease-out 0s}.btn-close:after{top:auto;bottom:calc(50% - 1px);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media (min-width: 31.25em){.btn-close:hover,.btn-close:active,.btn-close:focus{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}}@media (min-width: 31.25em){.btn-close:hover:before,.btn-close:hover:after,.btn-close:active:before,.btn-close:active:after,.btn-close:focus:before,.btn-close:focus:after{background-color:#000}}.popup-photo{position:relative;padding:3rem 3.875rem;border-radius:.875rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;isolation:isolate;max-width:38.9375rem;text-align:center;font-size:.875rem}.popup-photo__img{max-width:9.25rem}.popup-photo__ttl:not(:last-child){margin-bottom:.75rem}.ttl-pop{line-height:1.1428571429;font-size:1.75rem;font-weight:800}.txt-pop{color:#717070}.popup__close{outline:none;border:0;display:block;cursor:pointer}.popup__wrap-close{position:absolute;top:1.875rem;right:1.875rem;z-index:2}.popup-photo--liked{gap:2rem}.popup-photo__box-avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 0 3.125rem;position:relative}.popup-photo__avatar{width:10.125rem;border-radius:50%;height:10.125rem;overflow:clip;position:relative;z-index:2;border:3px solid #fff}.popup-photo__avatar--b{z-index:1;margin-left:-5.0625rem}.popup-photo__decor{position:absolute;left:50%;bottom:0;z-index:5;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%);width:6.25rem;border-radius:50%;height:6.25rem;background-color:#ffffff4d;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}.popup-photo__decor-ico{width:4.8125rem;border-radius:50%;height:4.8125rem;background-color:#fff;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}.popup-photo__decor-ico ._img-c{width:3.4375rem}.popup-photo__box-txt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.txt-pop--premium{text-align:center;max-width:18.75rem}.popup-photo__box-txt--premium{width:31.25rem}.popup-photo__bag-img{max-width:8.6875rem}@media (max-width: 43.75em){.popup-photo__box-txt--premium{padding:0 1.5625rem;width:100%}}@media (max-width: 31.25em){.popup-photo{padding:1.5rem 1rem;gap:1rem}.popup-photo__ttl:not(:last-child){margin-bottom:.5rem}.ttl-pop{font-size:1.25rem}.popup-photo__img{max-width:8.4375rem}.btn-pop{min-width:10rem}.popup__wrap-close{top:1rem;right:1rem}.popup-photo__btn--bag{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}}@media (max-width: 25em){.popup-photo__box-avatar{padding:0 0 2.375rem}.popup-photo__avatar{width:7.6875rem;height:7.6875rem;border:2px solid #fff}.popup-photo__avatar--b{margin-left:-3.84375rem}.popup-photo__decor{width:4.75rem;height:4.75rem}.popup-photo__decor-ico{width:3.6875rem;height:3.6875rem}.popup-photo__decor-ico ._img-c{width:2.625rem}}@media (max-width: 21.25em){.popup-photo__box-txt--premium{padding:0}}.box-check{text-align:left}.box-check__label{position:relative;display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:.5rem;-ms-grid-columns:auto auto;grid-template-columns:auto auto;cursor:pointer}.box-check__label:not(:last-child){margin-bottom:.75rem}.box-check__label:before{content:"";display:inline-block;width:1.125rem;height:1.125rem;border-radius:.25rem;border:1px solid #E6E6E6}.box-check__label:after{content:"";display:inline-block;width:.625rem;height:.625rem;border-radius:.125rem;background-color:#7237ec;position:absolute;top:.3125rem;left:.3125rem;z-index:2;opacity:0;-webkit-transition:.3s ease-out 0s;-o-transition:.3s ease-out 0s;transition:.3s ease-out 0s}.box-check__inp:checked+.box-check__label:after{opacity:1}.btn-check{-ms-flex-item-align:end;align-self:flex-end;min-width:8.625rem;position:relative}.btn-check._js-disabled{background-color:#717070;pointer-events:none}.btn-check._js-disabled span{pointer-events:auto;z-index:10}.btn-check span{cursor:pointer;position:absolute;top:1px;left:1px;right:1px;bottom:1px;z-index:-10;pointer-events:none}.form-complaint{padding:0;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}.form-complaint__textarea{padding:.875rem;resize:none;overflow:auto;border:1px solid #E6E6E6;border-radius:.5rem;height:5.25rem}.form-complaint__textarea:not(:last-child){margin-bottom:2rem}.popup-photo__del-img{max-width:10.9375rem}.popup-photo__btn--red{background-color:#ff1216!important}.popup-photo__btn--del{min-width:6.6875rem!important}.popup-photo__desc-ttl{padding:.5rem 1.25rem;border-radius:6.25rem;background-color:#7237ec;color:#fff}.popup-photo__crown-img{width:7.0625rem}.popup-photo__ttl--active-pr{max-width:18.75rem}.box-card-pp__top,.box-card-pp__second{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem}.box-card-pp__top:not(:last-child),.box-card-pp__second:not(:last-child){margin-bottom:1.5rem}.box-card-pp__top{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.box-card-pp__second{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.card-pph{display:-ms-grid;display:grid;-ms-flex-line-pack:start;align-content:flex-start;justify-items:center;gap:.75rem}.card-pph__ttl{line-height:1.4285714286;font-size:.875rem;font-weight:600;max-width:11.25rem}.card-pph__img{width:3.375rem;border-radius:50%;height:3.375rem;overflow:clip;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:1px solid #7237EC}.card-pph__img ._img-c{width:2rem;height:2rem}.popup-photo__crown-b-img{width:9.6875rem}.timer{font-size:1rem;font-weight:700;display:-ms-grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5em;-ms-grid-columns:auto [5];grid-template-columns:repeat(5,auto)}.timer__box-number{display:-ms-grid;display:grid;gap:.5em;-ms-grid-columns:auto [2];grid-template-columns:repeat(2,auto)}.timer__numb{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:3.5em;height:3.5em;border-radius:.5em;border:1px solid #717070}.timer__numb span{font-size:1.5em}.timer__decor{width:.3125em}@media (max-width: 40em){.timer{font-size:.9375rem}}@media (max-width: 37.5em){.box-card-pp__second{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.card-pph__ttl{max-width:10.625rem}}@media (max-width: 31.25em){.ttl-pop{padding:0 1.125rem}.ttl-pop--accept{padding:0 1.125rem 0 0;text-align:left}}@media (max-width: 34.375em){.timer{font-size:.75rem}}@media (max-width: 28.125em){.box-card-pp{width:100%}.box-card-pp__top,.box-card-pp__second{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-pph{display:-ms-grid;display:grid;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;justify-items:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr;gap:.75rem}.card-pph__ttl{max-width:100%;text-align:left}.timer{font-size:.6875rem}}@media (max-width: 25em){.box-check{font-size:.75rem}.timer{font-size:2.7777777778vw}}.popup-photo--editor{max-width:none}.form-edtr{display:-ms-grid;display:grid;gap:2rem;-ms-grid-columns:30.4375rem 19.0625rem;grid-template-columns:30.4375rem 19.0625rem;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-edtr img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.prevrt-fe{position:relative;overflow:clip}.ReactCrop{border-radius:.625rem}.prevrt-fe__help{padding:.625rem;border-radius:.375rem;background-color:#0000005e;position:absolute;left:50%;bottom:1.5rem;z-index:10;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);display:-ms-grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;-ms-grid-columns:auto [2];grid-template-columns:repeat(2,auto);line-height:1;font-size:.75rem;font-weight:600;color:#fff}.prevrt-fe__help svg{width:1rem;height:1rem;fill:#fff}.prevrt-fe__img-cut{position:absolute;top:16%;left:27%;z-index:20;width:15.5625rem;height:15.5625rem;cursor:pointer}.prevrt-fe__cut{position:absolute;top:5%;left:5%;right:5%;bottom:5%;z-index:2;background-blend-mode:overlay;-webkit-backdrop-filter:brightness(140%);backdrop-filter:brightness(140%)}.prevrt-fe__pull{width:9.6385542169%;height:9.6385542169%;position:absolute;right:0;bottom:0;z-index:22;cursor:nwse-resize;-webkit-transition:.3s ease-out 0s;-o-transition:.3s ease-out 0s;transition:.3s ease-out 0s}@media (min-width: 46.875em){.prevrt-fe__img-cut:hover .prevrt-fe__pull{-webkit-animation:flashing 1.5s ease infinite;animation:flashing 1.5s ease infinite}.prevrt-fe__img-cut:hover .prevrt-fe__pull:hover{background-color:#f56d6d6e;-webkit-animation:flashing 0ms ease infinite;animation:flashing 0ms ease infinite}}@-webkit-keyframes flashing{0%{background-color:#f56d6d6e}to{background-color:#f56d6d4d}}@keyframes flashing{0%{background-color:#f56d6d6e}to{background-color:#f56d6d4d}}.tools-fe{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.tools-fe__box-img{display:-ms-grid;display:grid;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-ms-grid-columns:auto [3];grid-template-columns:repeat(3,auto)}.tools-fe__box-img:not(:last-child){margin-bottom:.75rem}.tools-fe__d-img-1{width:9.25rem;height:9.25rem;border-radius:.625rem;overflow:clip}.tools-fe__d-img-2{width:5.625rem;border-radius:50%;height:5.625rem;overflow:clip}.tools-fe__d-img-3{width:3.375rem;border-radius:50%;height:3.375rem;overflow:clip}.tools-fe__txt{line-height:1.3333333333;font-size:.75rem;font-weight:600;color:#717070}.tools-fe__txt:not(:last-child){margin-bottom:2rem}.tools-fe__btn-box-1{display:-ms-grid;display:grid;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:.5rem;-ms-grid-columns:auto [2];grid-template-columns:repeat(2,auto)}.tools-fe__btn-box-1:not(:last-child){margin-bottom:1rem}.tools-fe__btn-upl{display:-ms-grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;-ms-grid-columns:auto [2];grid-template-columns:repeat(2,auto);padding:.625rem 1rem;font-weight:600;border-radius:.5rem;background-color:#e6e6e6;cursor:pointer}.tools-fe__btn-upl ._svg{width:1.25rem;height:1.25rem}.tools-fe__btn-upl svg{fill:#717070}.tools-fe__btn-del{cursor:pointer;padding:.625rem;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:.5rem;background-color:#ff1216}.tools-fe__btn-del ._svg{width:1.25rem;height:1.25rem}.tools-fe__btn-del svg{fill:#fff}.ttl-tfe{line-height:1.25;font-size:1rem;font-weight:600;color:#717070}.tools-fe__zoom:not(:last-child){margin-bottom:1rem}.zoom-tfe__line{position:relative;height:1.25rem;overflow:clip}.zoom-tfe__runner{cursor:pointer;width:.75rem;height:1.25rem;border-radius:.125rem;background-color:#fff;border:2px solid #7237EC;position:absolute;top:0;left:27%;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zoom-tfe__runner:after,.zoom-tfe__runner:before{cursor:auto;content:"";display:block;width:312.5rem;height:.125rem;background-color:#e6e6e6;position:absolute;top:50%;right:-.125rem;z-index:-5}.zoom-tfe__runner:after{-webkit-transform:translate(100%,-50%);-ms-transform:translate(100%,-50%);transform:translate(100%,-50%)}.zoom-tfe__runner:before{background-color:#7237ec;position:absolute;top:50%;left:0;right:auto;-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.tools-fe__ttl-b:not(:last-child){margin-bottom:.5rem}.tools-fe__btn-rotate{cursor:pointer;padding:.625rem 1.5rem;border-radius:.5rem;background-color:#7237ec;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}.tools-fe__btn-rotate ._svg{width:1.25rem;height:1.25rem}.tools-fe__btn-rotate svg{fill:#fff}.tools-fe__last{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tools-fe__btn-box-2{font-weight:600;display:-ms-grid;display:grid;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:1rem;-ms-grid-columns:auto [2];grid-template-columns:repeat(2,auto)}.tools-fe__btn-box-2 button,.tools-fe__mobile-box-btn button{border:none}.popup-photo__ttl-edit{margin-bottom:30px}.btn-cancel-fe{cursor:pointer;text-align:center;font-weight:600;padding:.625rem 1rem;border-radius:.5rem;background-color:#e6e6e6}.btn-save-fe{text-align:center;font-weight:600;color:#fff;padding:.625rem 1.3125rem;border-radius:.5rem;background-color:#7237ec;cursor:pointer}.tools-fe__mobile-box-btn{display:none}@media (max-width: 62.5em){.form-edtr{-ms-grid-columns:24.1875rem 19.0625rem;grid-template-columns:24.1875rem 19.0625rem}}@media (max-width: 56.25em){.form-edtr{-ms-grid-columns:15.21875rem 19.0625rem;grid-template-columns:15.21875rem 19.0625rem}.prevrt-fe{min-height:22rem}.prevrt-fe__img-cut{width:7.78125rem;height:7.78125rem}}@media (max-width: 46.875em){.tools-fe{display:none}.form-edtr{-ms-grid-columns:1fr;grid-template-columns:1fr}.prevrt-fe{max-width:25rem}.prevrt-fe__img-cut{width:12.45rem;height:12.45rem}.prevrt-fe__img-cut .prevrt-fe__pull{-webkit-animation:flashing 1.5s ease infinite;animation:flashing 1.5s ease infinite}.tools-fe__mobile-box-btn{display:-ms-grid;display:grid;gap:.5rem;-ms-grid-columns:1fr [2];grid-template-columns:repeat(2,1fr)}}@media (max-width: 31.25em){.prevrt-fe__img-cut{width:10.89375rem;height:10.89375rem}}@media (max-width: 25em){.prevrt-fe__img-cut{width:9.3375rem;height:9.3375rem}}@media (max-height: 55.5em){.tools-fe__last{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;padding:20vh 0 0}}@media (max-height: 48em){.tools-fe__last{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;padding:10vh 0 0}}.a-popup-me{display:none}@media (max-width: 46.875em){.a-popup-me{overflow:clip;display:block;padding:0}.a-popup-me__wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.a-popup-me__content{padding:1rem 12.5vw;border-radius:1rem 1rem 0 0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0;-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translateY(100%);-webkit-transition:.6s ease-out 0s;-o-transition:.6s ease-out 0s;transition:.6s ease-out 0s}.a-popup-me__btn{cursor:pointer;width:100%;padding:1rem .625rem 1rem 0;display:-ms-grid;display:grid;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;justify-items:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;-ms-grid-columns:auto [2];grid-template-columns:repeat(2,auto);font-size:.875rem}.a-popup-me__btn svg{fill:#717070}}.popup_show .a-popup-me__content{visibility:visible;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0)}@media (max-width: 25em){.a-popup-me__content{width:100%;padding:1rem 6.25vw}}.ico{width:1.25rem;height:1.25rem}._hide{position:absolute;top:0;left:0;z-index:-10;pointer-events:none;opacity:0}._hide2{position:absolute;top:-200vw;left:-200vw;z-index:-10;opacity:0}.btn-pop{border:none;padding:.625rem 1.25rem;pointer-events:auto;display:inline-block;border-radius:.5rem;background-color:#7237ec;color:#fff;min-width:13.1875rem;cursor:pointer}.link{line-height:1.3636363636;font-size:1.375rem;font-weight:600}.link:not(:last-child){margin-bottom:.6875rem}.header{z-index:190}.p__link{color:#7237ec}.popup__close.close-btn._svg{background:transparent}.popup-photo__box-btn{display:-ms-grid;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;-ms-grid-columns:auto auto;grid-template-columns:auto auto}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toastify__toast{padding:0;box-shadow:none;background:transparent}.Toastify__toast-body{padding:0}.Toastify__close-button{position:absolute;right:10px;top:10px}.box-push-nt{position:fixed;top:2rem;left:0;z-index:195;pointer-events:none;width:100%}.box-push-nt__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.box-push-nt__push-nt{position:relative}.box-push-nt__push-nt:not(:last-child){margin-bottom:.75rem}.push-nt{pointer-events:auto;border-radius:.5rem;background-color:#fff;overflow:clip;-webkit-filter:drop-shadow(0 .1875rem .625rem rgba(38,18,82,.07)) drop-shadow(0 .025rem .1015625rem rgba(38,18,82,.035));filter:drop-shadow(0 .1875rem .625rem rgba(38,18,82,.07)) drop-shadow(0 .025rem .1015625rem rgba(38,18,82,.035));display:-ms-grid;display:grid;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-grid-columns:auto auto auto;grid-template-columns:auto auto auto}.push-nt__l{width:2.5rem;background-color:#dfd0ff;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}.push-nt__r{padding:.625rem;display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:.625rem;-ms-grid-columns:auto [2];grid-template-columns:repeat(2,auto)}.push-nt__img{width:1.25rem;height:1.25rem}.push-nt__ttl{line-height:1.4285714286;font-size:.875rem;font-weight:700}.push-nt__link{color:#7237ec}.push-nt__box-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.push-nt__close{cursor:pointer;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}@media (min-width: 31.25em){.push-nt__close:hover,.push-nt__close:active,.push-nt__close:focus{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}}.push-nt__txt{min-width:12.5rem}.box-push-nt__push-nt{-webkit-transform:translate(0,-200%);-ms-transform:translate(0,-200%);transform:translateY(-200%);opacity:0;pointer-events:none;-webkit-transition:.5s ease-out 0s;-o-transition:.5s ease-out 0s;transition:.5s ease-out 0s}.box-push-nt__push-nt._js-anim-lock{-webkit-transition:0s ease-out 0s;-o-transition:0s ease-out 0s;transition:0s ease-out 0s}.box-push-nt__push-nt._js-active{-webkit-transform:translate(0,0%);-ms-transform:translate(0,0%);transform:translate(0);opacity:1;pointer-events:auto}@media (max-width: 31.25em){.box-push-nt__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .9375rem}.push-nt{width:80%;-ms-grid-columns:auto 1fr auto;grid-template-columns:auto 1fr auto}.push-nt__r{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.push-nt__txt{min-width:0}}@media (max-width: 26.25em){.push-nt{width:90%}}@media (max-width: 23.75em){.push-nt{width:100%}}._js-swipe-lock body,._js-swipe-lock .popup{overflow:hidden}.webp .likes__item:before{background:-webkit-gradient(linear,left top,left bottom,color-stop(65.42%,rgba(0,0,0,0)),to(rgba(0,0,0,.75))),url(.webp),#d9d9d9;background:-o-linear-gradient(top,rgba(0,0,0,0) 65.42%,rgba(0,0,0,.75) 100%),url(.webp),#d9d9d9;background:linear-gradient(180deg,rgba(0,0,0,0) 65.42%,rgba(0,0,0,.75) 100%),url(.webp),#d9d9d9}.webp .likes__image{background:-webkit-gradient(linear,left top,left bottom,color-stop(65.42%,rgba(0,0,0,0)),to(rgba(0,0,0,.75))),url(.webp),#d9d9d9;background:-o-linear-gradient(top,rgba(0,0,0,0) 65.42%,rgba(0,0,0,.75) 100%),url(.webp),#d9d9d9;background:linear-gradient(180deg,rgba(0,0,0,0) 65.42%,rgba(0,0,0,.75) 100%),url(.webp),#d9d9d9}@media (max-width: 31.25em){.push-nt{width:100%}}@media only screen and (max-width: 480px){.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:15px;left:10px;right:10px;width:calc(100% - 20px)}}.range-slider{touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer;display:block;position:relative;width:100%;height:8px;background:#ddd;border-radius:4px}.range-slider[data-vertical]{height:100%;width:8px}.range-slider[data-disabled]{opacity:.5;cursor:not-allowed}.range-slider .range-slider__thumb{position:absolute;z-index:3;top:50%;width:24px;height:24px;transform:translate(-50%,-50%);border-radius:50%;background:#2196f3}.range-slider .range-slider__thumb:focus-visible{outline:0;box-shadow:0 0 0 6px #2196f380}.range-slider[data-vertical] .range-slider__thumb{left:50%}.range-slider .range-slider__thumb[data-disabled]{z-index:2}.range-slider .range-slider__range{position:absolute;z-index:1;transform:translateY(-50%);top:50%;width:100%;height:100%;background:#51adf6}.range-slider[data-vertical] .range-slider__range{left:50%;transform:translate(-50%)}.range-slider input[type=range]{-webkit-appearance:none;pointer-events:none;position:absolute;z-index:2;top:0;left:0;width:0;height:0;background-color:transparent}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}.range-slider input[type=range]::-moz-range-thumb{width:0;height:0;border:0}.range-slider input[type=range]:focus{outline:0}.range-slider{height:2px}.range-slider .range-slider__range{background:#7237ec}.range-slider .range-slider__thumb{width:12px;height:20px;border:2px solid #7237ec;border-radius:2px;background:#fff;cursor:pointer}.single-thumb .range-slider__thumb[data-lower]{width:0;border:none}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}:root{--c1: #932020}.p-img{width:100%;height:100%;object-position:center;object-fit:cover}span._img-c,a._img-c{display:inline-block}._svg svg,.svg svg,.p-svg{width:100%;height:100%}.payment__on-log-box{display:grid;justify-content:start;gap:2em;grid:none/1fr .786407767fr}.available{border-radius:.875em;background-color:#f5f5f5;padding:1.5em}.available__ttl{font-size:1.5em;font-weight:700;text-align:center}.available__ttl:not(:last-child){margin-bottom:1.25rem}.list-avp__itm{display:grid;justify-content:start;align-items:center;gap:.75em;grid-auto-flow:column}.list-avp__itm:not(:last-child){margin-bottom:1em}.list-avp__itm>h6:not([class]){font-size:.875em;font-weight:600}.list-avp__figure{width:3.375em;border-radius:50%;height:3.375em;display:flex;align-items:center;justify-content:center;border:1px solid #7237EC}.list-avp__ico{width:59.2592592593%;height:59.2592592593%}.end-prem{background-color:#fff;border:1px solid #DADADA;flex-direction:column;display:flex;align-items:center}.end-prem__logo{width:5em;height:4.625em}.end-prem__logo:not(:last-child){margin-bottom:1.5em}.end-prem__ring{flex:1 0 auto}.end-prem__ring:not(:last-child){margin-bottom:1rem}.end-prem__ttl:not(:last-child){margin-bottom:1rem}.ring-end-p__ttl{font-size:1.75em;font-weight:800}.ring-end-p__sub-ttl,.end-prem__btn{font-size:.75rem;font-weight:600;color:#99a2ad}:root{--ring: -396}.ring-end-p{width:11.875em;height:11.875em;position:relative;z-index:2}.ring-end-p__box-svg{width:100%;height:100%;position:relative;z-index:2;transform:rotate(-90deg)}.ring-end-p__svg{display:block;width:125%;height:125%}.ring-end-p__svg>circle{width:100%;height:100%}.ring-end-p__ttl-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.ring-end-p circle{position:absolute;fill:none;stroke-width:10;transform:translate(3%,3%);stroke-dasharray:440;stroke-linecap:round;stroke-dashoffset:0;stroke:#e6e6e6}.ring-end-p .svg-circle-color{stroke-dashoffset:var(--ring);stroke:#ff1216;animation:percent 1.5s linear;animation-delay:1s}@keyframes percent{0%{stroke-dashoffset:0}}@media (max-width: 64.375em){.payment__on-log-box{grid:none/1fr 1fr;gap:1.25em .625em;padding:0 .9375rem}}@media (max-width: 40.625em){.payment__on-log-box{grid:none/1fr}}@media (max-width: 31.25em){.list-avp{font-size:.875rem}}.fixed-cookie{position:fixed;right:1rem;bottom:1rem;z-index:99999}#cookiePopup{z-index:15;background-color:#fff;position:fixed;bottom:1rem;font-size:.8em;width:70vw;max-width:42.85em;box-shadow:0 0 2em #05001f26;text-align:justify;line-height:1.5em;padding:1em .6em;border-radius:6px;transition:all .5s ease-in}#cookiePopup img{display:block;width:3.75em;transform:translateZ(0);position:relative;margin:auto}#cookiePopup p{text-align:center;margin:.5em 0}#cookiePopup button{background-color:#7237ec;border:none;color:#fff;font-size:1em;padding:.9em 1.2em;display:block;position:relative;margin:auto;border-radius:5px;top:8px;cursor:pointer}#cookiePopup a{color:#7237ec}.hide{visibility:hidden;bottom:0;right:2em}.show{visibility:visible;bottom:1em;right:1em}@media only screen and (max-width: 37.5em){#cookiePopup{width:98%;z-index:100}.hide{bottom:1em;right:0}.show{right:0;bottom:0}}#install-banner{position:fixed;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 4px 16px #0003;padding:16px 20px;text-align:center;min-width:260px;font-family:sans-serif;opacity:0;transition:all .4s ease;z-index:9999;max-height:130px}#install-banner.show{top:15px;opacity:1}#install-banner button{background:#6C37D7;border:none;color:#fff;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:14px;margin-top:10px}#install-banner button:hover{background:#005ec2}#install-banner .close-btn{background:transparent;color:#555;font-size:14px;margin-left:10px}@media (min-width: 650px){#install-banner{left:85%;float:left}}@font-face{font-family:Mont;src:url(/assets/Mont-ExtraLight-a034a2de.woff2) format("woff2"),url(/assets/Mont-ExtraLight-d3efb2f8.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Mont;src:url(/assets/Mont-Regular-324fcb50.woff2) format("woff2"),url(/assets/Mont-Regular-cf2aeeba.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mont;src:url(/assets/Mont-Light-ba1459d8.woff2) format("woff2"),url(/assets/Mont-Light-e6b87a4c.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Mont;src:url(/assets/Mont-SemiBold-a72b03ad.woff2) format("woff2"),url(/assets/Mont-SemiBold-03af499c.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Mont;src:url(/assets/Mont-Bold-ffebaf4a.woff2) format("woff2"),url(/assets/Mont-Bold-aa8f170b.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Mont;src:url(/assets/Mont-Black-40125f5a.woff2) format("woff2"),url(/assets/Mont-Black-943a8e86.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Mont;src:url(/assets/Mont-Heavy-e9a01812.woff2) format("woff2"),url(/assets/Mont-Heavy-46100c8a.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}*{padding:0;margin:0;box-sizing:border-box}button,input,textarea{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit}button:focus{box-shadow:none!important}a{cursor:pointer}*:focus{outline:none}body{font-family:Mont;font-weight:400;color:#000}body.fixed{position:relative;overflow:hidden}body.fixed:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:200;background:rgba(23,11,48,.7)}body.fixed-code{position:relative;overflow:hidden}body.fixed-code:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:210;background:rgba(23,11,48,.7)}@media only screen and (max-width: 767px){body.mobile-fix{position:relative;overflow:hidden}body.mobile-fix:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:200;background:rgba(23,11,48,.7)}body.fixed2{position:relative;overflow:hidden}body.fixed2:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:280;background:rgba(23,11,48,.7)}}a{display:inline-block;font:inherit;color:inherit;transition:.3s;text-decoration:none}a:hover{text-decoration:none}img{max-width:100%;max-height:100%}a img{border:none;outline:none}ul{margin:0;padding:0;list-style:none}.container{max-width:1280px;margin:0 auto}@media screen and (max-width: 1340px){.container{width:970px}}@media screen and (max-width: 991px){.container{width:750px}}@media screen and (max-width: 767px){.container{width:100%}}.wrapper{overflow:hidden;position:relative;background:#fff;padding:42px 0 45px;min-height:100vh;display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width: 1340px){.wrapper{padding:30px 0}}@media only screen and (max-width: 991px){.wrapper{padding:0}.wrapper.wrapper-swipe{display:block}}.content{width:100%}.content__items{display:flex;align-items:flex-start}.saidbar{min-width:296px;width:296px;background:#f5f5f5;border-radius:14px;margin-right:32px;z-index:50;padding:24px 24px 32px}@media only screen and (max-width: 1340px){.saidbar{margin-right:20px}}@media only screen and (max-width: 991px){.saidbar{margin:0;background:none;border-radius:0;min-width:auto;width:100%;padding:91px 0}}.saidbar__logo{display:flex;align-items:center;justify-content:center;width:171px;margin:0 auto 24px}@media only screen and (max-width: 991px){.saidbar__logo{display:none}}.saidbar__logo img{width:100%;height:100%}.saidbar__user{margin-bottom:22px}@media only screen and (max-width: 991px){.saidbar__user{margin-bottom:36px}}.saidbar__user.premium .saidbar__user-image{position:relative;overflow:visible}.saidbar__user.premium .saidbar__user-image:before{content:"";display:block;width:48px;height:37px;background:url(../images/crown.svg) no-repeat;background-size:48px;background-position:center;position:absolute;top:-20px;right:-17px}.saidbar__user-image{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 16px}.saidbar__user-image img{width:100%;height:100%;object-fit:cover}.saidbar__user-header{font-size:20px;font-weight:600;margin-bottom:4px;display:flex;justify-content:center;align-items:center}.saidbar__user-years{margin-left:4px}.saidbar__user-edit{display:flex;align-items:center;justify-content:center}.saidbar__user-edit a{font-size:14px;font-weight:600;color:#7237ec;padding-bottom:2px;border-bottom:1px dashed #7237ec}@media only screen and (max-width: 991px){.saidbar__user-edit a:last-child{display:block}}.saidbar__mobile{display:flex;margin-bottom:32px;align-items:center;justify-content:center;text-align:center}.saidbar__mobile-head{font-size:24px;font-weight:800;color:#7237ec;line-height:32px}.saidbar__mobile-head span{font-size:12px}.saidbar__mobile-text{font-size:12px;line-height:16px;font-weight:600}.saidbar__mobile-block{margin-right:32px}.saidbar__mobile-block:last-child{margin-right:0}.saidbar__premium{display:flex;align-items:center;justify-content:center;width:224px;height:40px;background:#7237ec;border-radius:8px;color:#fff;font-size:14px;font-weight:600;margin:0 auto 24px}.saidbar__premium:hover{background:#6530cf}.saidbar__nav{position:relative;padding-top:24px;border-top:1px solid #dadada;padding-bottom:16px;border-bottom:1px solid #dadada}@media only screen and (max-width: 991px){.saidbar__nav{display:none}}.saidbar__nav ul li{margin-bottom:15px}.saidbar__nav ul li:last-child{margin-bottom:0}.saidbar__nav ul li a{font-size:14px;font-weight:600;color:#717070}.saidbar__nav ul li a:hover{color:#7237ec}.saidbar__nav-filter{cursor:pointer;display:flex;align-items:center;justify-content:center;position:absolute;top:25px;right:0}.saidbar__nav-filter.active svg path{fill:#7237ec}.saidbar__nav-filter:hover svg path{fill:#7237ec}.saidbar__nav-filter svg path{transition:.3s}.saidbar__end{padding-top:16px}@media only screen and (max-width: 991px){.saidbar__end{display:none}}.saidbar__end-items{display:flex;align-items:center;font-size:14px;justify-content:space-between;font-weight:600;color:#717070;margin-bottom:16px}.saidbar__end-status{color:#7237ec}.saidbar__end-status.premium-days{color:#fff;background:#7237ec;border-radius:29px;padding:4px 16px}.saidbar__end-exit{font-size:14px;cursor:pointer;font-weight:600;color:#717070}.saidbar__drop{position:absolute;width:360px;background:#ffffff;padding:24px;box-shadow:0 0 24px #130a280f,0 0 7.64444px #130a2809,0 0 1.95556px #130a2806;border-radius:14px;z-index:10;left:280px;top:-130px}.saidbar__drop-item{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #dadada}.saidbar__drop-item .saidbar__drop-years{margin-bottom:20px}.saidbar__drop-item:nth-child(4){border-bottom:0;padding-bottom:0}.saidbar__drop-head{font-size:14px;font-weight:600;color:#717070;margin-bottom:8px}.saidbar__drop-pols{display:flex}.saidbar__drop-pol{width:100%;display:flex;align-items:center;justify-content:center;position:relative;height:48px;border:1px solid #e6e6e6;border-radius:8px;margin-right:8px}.saidbar__drop-pol:last-child{margin-right:0}.saidbar__drop-pol.active{color:#fff;background:#7237ec;border:1px solid #7237ec}.saidbar__drop-pol input{width:100%;height:100%;border-radius:8px;cursor:pointer;opacity:0;position:absolute;top:0;left:0}.saidbar__drop-photo{display:flex;align-items:center;justify-content:space-between;position:relative;cursor:pointer}.saidbar__drop-photo input{width:100%;height:100%;position:absolute;cursor:pointer;top:0;left:0;opacity:0;z-index:5}.saidbar__drop-photo p{font-size:14px;font-weight:600}.saidbar__drop-photo.active .saidbar__drop-ok{border:1px solid #6530cf}.saidbar__drop-photo.active .saidbar__drop-ok:before{content:"";display:block;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#6530cf;border-radius:50%}.saidbar__drop-ok{width:20px;height:20px;border:1px solid #e6e6e6;border-radius:50%;cursor:pointer;position:relative}.saidbar__drop-years{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;color:#717070}.saidbar__drop-years p:last-child{color:#000}.saidbar__drop-end{display:flex;align-items:center}.saidbar__drop-sbros{width:100%;margin-right:8px;display:flex;align-items:center;justify-content:center;transition:.3s;cursor:pointer;height:40px;background:#e6e6e6;border-radius:8px;font-size:14px;font-weight:600}.saidbar__drop-sbros:hover{background:#c4c4c4}.saidbar__drop-btn{display:flex;align-items:center;justify-content:center;width:100%;transition:.3s;cursor:pointer;border:0;height:40px;font-size:14px;font-weight:600;background:#7237ec;border-radius:8px;color:#fff}.saidbar__drop-btn:hover{background:#6530cf}.saidbar__drop .irs-to,.saidbar__drop .irs-from,.saidbar__drop .irs-max,.saidbar__drop .irs-min,.saidbar__drop .irs-single{display:none}.saidbar__drop .irs-line{height:2px;background:#e6e6e6;border-radius:29px;cursor:pointer}.saidbar__drop .irs-bar{height:2px;background:#7237ec;border-radius:29px}.saidbar__drop .irs-handle{width:12px;height:20px;border:2px solid #7237ec;border-radius:2px;background:#fff;top:16px;cursor:pointer}.saidbar__drop .irs-handle i{display:none!important}.saidbar__drop .irs--flat{margin-top:-5px}.human{width:100%}.human__like,.human__dislike{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;opacity:0;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#fff;border:1px solid #602dc7}@media only screen and (max-width: 767px){.human__like,.human__dislike{top:50px;transform:translate(-50%)}}.human__like{color:#10fb10}.human__dislike{color:red}@media only screen and (max-width: 991px){.human{display:none}}.human__items{display:flex;min-height:656px;position:relative}@media only screen and (max-width: 1340px){.human__items{display:block;padding-bottom:0;border:0;margin-bottom:10px}}@media only screen and (max-width: 991px){.human__items{height:100vh;min-height:auto;overflow-y:auto;padding:20px 20px 140px;background:#fff;z-index:50}.human__items::-webkit-scrollbar{width:0}}@media only screen and (max-width: 767px){.human__items{padding:20px 20px 180px}}.human__content{min-width:296px;width:296px;background:#f5f5f5;border-radius:0 14px 14px 0;padding:24px 8px 24px 24px;position:relative;z-index:5}@media only screen and (max-width: 1340px){.human__content{min-width:auto;width:100%;max-width:656px;border-radius:14px}}@media only screen and (max-width: 991px){.human__content{padding:0;background:none;cursor:pointer}}.human__slider{width:656px}@media only screen and (max-width: 1340px){.human__slider{height:400px;margin-bottom:10px}}.human__slider .swiper{height:100%;border-radius:14px 0 0 14px}@media only screen and (max-width: 1340px){.human__slider .swiper{border-radius:14px}}.human__slider-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.human__slider-image:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 53.2%,rgba(0,0,0,.4) 100%);border-radius:14px 0 0 14px}@media only screen and (max-width: 1340px){.human__slider-image:before{border-radius:14px}}.human__slider-image img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width: 991px){.human__slider-image img{border-radius:14px;min-height:413px}}.human__chat{position:absolute;display:flex;z-index:5;bottom:34px;right:34px;align-items:center;justify-content:center;width:60px;cursor:pointer;height:60px;background:rgba(255,255,255,.3);border-radius:50%;padding:6px}@media only screen and (max-width: 767px){.human__chat{width:40px;height:40px;right:18px;bottom:30px;padding:4px}}.human__chat:last-child{margin-right:0}.human__chat:hover span{transform:scale(1.1)}.human__chat span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;transition:.3s;background:#fff}@media only screen and (max-width: 767px){.human__chat span img{width:18px}}.human__events{display:flex;align-items:center;justify-content:center;position:absolute;z-index:5;cursor:pointer;bottom:24px;left:236px}@media only screen and (max-width: 1340px){.human__events{bottom:auto;top:300px;left:220px}}@media only screen and (max-width: 991px){.human__events{top:auto;bottom:30px;left:50%;transform:translate(-50%)}}@media only screen and (max-width: 767px){.human__events{bottom:20px}}.human__events-item{width:80px;height:80px;background:rgba(255,255,255,.3);border-radius:50%;padding:9px;margin-right:24px;transition:.3s}.human__events-item.disable{pointer-events:none}@media only screen and (max-width: 767px){.human__events-item{width:60px;height:60px;padding:6px;margin-right:12px}}.human__events-item:hover span{transform:scale(1.1)}.human__events-item:last-child{margin-right:0}.human__events-item span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;transition:.3s;background:#fff}@media only screen and (max-width: 767px){.human__events-item span img{width:26px}}.human .swiper-pagination{background:rgba(0,0,0,.2);border-radius:4px;display:flex;justify-content:left;align-items:center;color:#fff;font-size:14px;font-weight:600;position:absolute;top:24px;left:24px;z-index:10;width:58px;height:28px;letter-spacing:.1em;padding-left:5px}@media only screen and (max-width: 991px){.human .swiper-pagination{top:44px;left:46px}}.human .swiper-button-prev,.human .swiper-button-next{width:18px;padding:0;margin:0;height:37px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 991px){.human .swiper-button-prev,.human .swiper-button-next{display:none}}.human .swiper-button-prev:after,.human .swiper-button-next:after{display:none}.human .swiper-button-prev.swiper-button-disabled,.human .swiper-button-next.swiper-button-disabled{opacity:1;cursor:pointer;pointer-events:all}.human .swiper-button-next{right:18px;left:auto}.human .swiper-button-prev{left:18px}.human__header{margin-bottom:8px;position:relative;margin-right:16px}@media only screen and (max-width: 991px){.human__header-new{display:flex}}.human__header-block{font-size:20px;font-weight:700;margin-bottom:2px;display:flex;align-items:center}.human__header-online{position:absolute;width:14px;height:14px;border-radius:50%;top:0;right:0;background:rgba(0,218,62,.2);padding:4px}@media only screen and (max-width: 991px){.human__header-online{position:static;margin-left:8px}}.human__header-online span{border-radius:50%;display:block;width:100%;height:100%;background:#00da3d}.human__header-status{font-size:14px;font-weight:600;color:#717070}.human__years{margin-left:4px}.human__list{margin-bottom:22px;padding-right:16px}.human__list li{margin-bottom:8px;display:flex;font-size:14px;font-weight:600;line-height:20px;align-items:center}.human__list li span{display:flex;align-items:center;justify-content:center;min-width:20px;width:20px;margin-right:8px}.human__list li:last-child{margin-bottom:0}.human__head{font-size:16px;font-weight:700;padding-right:16px;margin-bottom:8px}.human__about{font-size:14px;line-height:20px;font-weight:600;padding-right:16px;margin-bottom:22px}.human__about p{margin-bottom:10px}.human__about p:last-child{margin-bottom:0}.human__lichost{margin-bottom:22px;padding-right:16px}.human__lichost-block{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:14px;font-weight:600;color:#717070}.human__lichost-block p{width:100%}.human__lichost-block p:last-child{color:#000;margin-left:5px}.human__lichost-block:last-child{margin-bottom:0}.human__interes{padding-right:16px}.human__interes-tag{display:inline-block;background:#e6e6e6;padding:8px 12px;border:1px solid #717070;border-radius:8px;font-size:14px;line-height:20px;font-weight:600;color:#717070;margin:4px 4px 4px 0}.human__interes-tag.coincidence{background:#6530cf;color:#fff;border:1px solid #6530cf}.human__information-inner{max-height:580px;overflow-y:auto}@media only screen and (max-width: 1340px){.human__information-inner{max-height:180px}}@media only screen and (max-width: 991px){.human__information-inner{max-width:100%}}.human__information-inner::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.human__information-inner::-webkit-scrollbar-thumb{border-radius:6px;background-color:#e6e6e6}.human__information-inner::-webkit-scrollbar-thumb:hover{background-color:#9f9f9f;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.human__information-inner::-webkit-scrollbar-track{-webkit-box-shadow:transparent;border-radius:10;background-color:transparent}.human__links{display:flex;align-items:center;justify-content:space-between;max-width:952px;margin-right:0;padding-top:20px;border-top:1px solid #dadada;margin-top:30px;margin-left:auto}@media only screen and (max-width: 1340px){.human__links{border-top:1px solid #dadada;padding-top:20px}}@media only screen and (max-width: 991px){.human__links{display:none}}.human__links li a{font-size:14px;font-weight:600;color:#717070}.human__links li a:hover{color:#6530cf}.header{display:none}@media only screen and (max-width: 991px){.header{display:block;position:fixed;top:0;left:0;right:0;width:100%;margin:0 auto;z-index:50;background:#ffffff;box-shadow:0 1px 4px #00000012;padding:12px 0}}@media only screen and (max-width: 767px){.header{padding:12px 20px;z-index:190}}.header__back{display:flex;align-items:center;justify-content:center}.header__gotovo{cursor:pointer;font-size:12px;font-weight:600;color:#7237ec}.header__items{display:flex;align-items:center;justify-content:space-between}.header__burger{display:flex;align-items:center;justify-content:center;cursor:pointer}.header__logo{display:flex;align-items:center;justify-content:center;width:104px}.header__logo img{width:100%;height:100%}.header__edit{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.header__edit img{width:100%;height:100%}.header__like{position:relative}.header__like-value{width:14px;height:14px;color:#fff;background:#7237ec;border-radius:21px;position:absolute;top:-7px;right:-9px;z-index:2;font-size:9px;display:flex;align-items:center;justify-content:center;font-weight:600}.header__like-image{display:flex;align-items:center;justify-content:center;width:16px}.header__like-image img{width:100%;height:100%}.fixed{display:none}@media only screen and (max-width: 991px){.fixed{position:fixed;left:0;width:100%;bottom:0;z-index:150;padding:12px 27px;background:#ffffff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 -1px 4px #00000012}}.fixed__item{display:flex;align-items:center;justify-content:center;position:relative}.fixed__item span{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#ff1216;border:1px solid #ffffff;font-size:10px;font-weight:600;position:absolute;top:-5px;right:0}.fixed__item.active img:last-child{display:block}.fixed__item.active img:first-child,.drop-menu{display:none}@media only screen and (max-width: 991px){.drop-menu{display:block;width:252px;left:-252px;top:0;background:#fff;position:fixed;z-index:200;padding:24px 20px;min-height:100vh;font-size:14px;font-weight:600;color:#717070;transition:.5s}.drop-menu.active{left:0}}.drop-menu__inner{position:relative}.drop-menu__strong{display:flex;align-items:center;justify-content:center;position:absolute;cursor:pointer;right:-4px;top:-12px}.drop-menu__nav{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #dadada}.drop-menu__nav li{margin-bottom:16px}.drop-menu__nav li:last-child{margin-bottom:0}.human__mobile,.human__new{display:none}@media only screen and (max-width: 991px){.content.content-swap .saidbar{display:none}}.content.content-swap .human__send-massage{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;width:100%;height:40px;color:#fff;font-size:14px;font-weight:600;background:#7237ec;border-radius:8px}.content.content-swap .human__btns{padding-top:20px;margin-top:20px;border-top:1px solid #dadada}.content.content-swap .human__btn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;background:#e6e6e6;border-radius:8px;font-size:14px;font-weight:600;transition:.3s;cursor:pointer}.content.content-swap .human__btn:hover{background:#c5c5c5}.content.content-swap .human__btn:last-child{color:#ff1216;margin-top:12px}@media only screen and (max-width: 991px){.content.content-swap .human{display:block;padding:52px 0 100px}.content.content-swap .human__btns-desktop{display:none}.content.content-swap .human__slider{min-width:auto;width:100%;margin:0 0 16px;max-width:100%;height:auto}.content.content-swap .human__information-inner{max-height:100%}.content.content-swap .human__mobile{display:block;margin-top:20px}.content.content-swap .human__new{display:block;position:absolute;z-index:10;top:16px;left:16px;color:#fff}.content.content-swap .human__new-header{display:flex;align-items:center;font-size:16px;line-height:24px;font-weight:700}.content.content-swap .human__new-online{width:14px;height:14px;border-radius:50%;background:rgba(0,218,62,.2);padding:4px;margin-left:4px}.content.content-swap .human__new-online span{border-radius:50%;display:block;width:100%;height:100%;background:#00da3d}.content.content-swap .human__new-status{font-size:12px;font-weight:600}}.content__items{position:relative}.buddy{z-index:2;position:absolute}.buddy.reset{transition:transform .3s;transform:translate(0)!important}.buddy.reset .demo__card__choice{transition:opacity .3s;opacity:0!important}.buddy.inactive{transition:transform .3s}.buddy.left{transform:translate(-30rem) rotate(-30deg)!important}.buddy.right{transform:translate(30rem) rotate(30deg)!important}.buddy.below{z-index:1}@media only screen and (max-width: 991px){.buddy{width:100%;height:100%}}.rotate-left{transform:rotate(30deg) scale(.8);transition:1s;margin-left:400px;cursor:e-resize;opacity:0}.rotate-right{transform:rotate(-30deg) scale(.8);transition:1s;opacity:0;margin-left:-400px;cursor:w-resize}.avatar{display:block;background-size:100% auto!important;background-position:center;background-repeat:no-repeat}.ui-loader{display:none!important}.card{position:absolute;-webkit-user-select:none;user-select:none;cursor:pointer;background:#fff;overflow:hidden;touch-action:none}.card .is-like{width:100%;height:100%;position:absolute;opacity:0;font-size:0}.card .is-like:after{position:absolute;left:50%;bottom:30%;transform:translate(-50%);width:70%;height:13%;font-size:40px;letter-spacing:.2em;font-weight:600;border-radius:.15em;display:flex;align-items:center;justify-content:center}.card .like:after{content:"LIKE";color:#4dca93;border:.1em solid #4dca93}.card .nope:after{content:"DISLIKE";color:#fb4f68;border:.1em solid #fb4f68}@media only screen and (max-width: 991px){.human__content{width:100%;max-width:100%}}.edit-profile{width:100%}@media only screen and (max-width: 991px){.edit-profile{padding:85px 20px}}.edit-profile__header{font-size:24px;font-weight:700;padding-bottom:24px;margin-bottom:32px;border-bottom:1px solid #dadada}@media only screen and (max-width: 767px){.edit-profile__header{display:none}}.edit-profile__head{font-size:20px;font-weight:700;margin-bottom:20px}@media only screen and (max-width: 767px){.edit-profile__head{font-size:14px;margin-bottom:14px}}.edit-profile__item{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid #dadada}@media only screen and (max-width: 767px){.edit-profile__item{padding-bottom:20px;margin-bottom:20px}}.edit-profile__item:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}.edit-profile__photos{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;column-gap:8px;row-gap:11px}@media only screen and (max-width: 1340px){.edit-profile__photos{grid-template-columns:1fr 1fr 1fr 1fr}}@media only screen and (max-width: 767px){.edit-profile__photos{grid-template-columns:1fr 1fr 1fr;column-gap:8px;row-gap:8px}}.edit-profile__photo{display:flex;align-items:center;justify-content:center;position:relative;background:#f5f5f5;border-radius:8px;height:115px}@media only screen and (max-width: 1340px){.edit-profile__photo{height:100px}}@media only screen and (max-width: 767px){.edit-profile__photo{height:88px}}.edit-profile__photo input{width:100%;height:100%;position:absolute;top:0;opacity:0;z-index:10;cursor:pointer;left:0;border-radius:8px}.edit-profile__photo-plus{display:flex;align-items:center;justify-content:center;position:absolute}@media only screen and (max-width: 767px){.edit-profile__photo-plus{width:25px}}.edit-profile__photo-strong{cursor:pointer;width:16px;height:16px;background:#ffffff;border:1px solid #a7a7a7;border-radius:50%;display:flex;align-items:center;z-index:15;justify-content:center;position:absolute;top:-5px;right:-5px}@media only screen and (max-width: 767px){.edit-profile__photo-strong{width:12px;height:12px;top:-3px;right:-3px}}.edit-profile__photo-image{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.edit-profile__photo-image img{border-radius:8px;width:100%;height:100%;object-fit:cover}.edit-profile__inputs{display:flex;margin-bottom:24px;width:100%}@media only screen and (max-width: 1340px){.edit-profile__inputs{display:block}}.edit-profile__inputs:last-child{margin-bottom:0}.edit-profile__input{margin-right:24px;width:100%}@media only screen and (max-width: 1340px){.edit-profile__input{margin-right:0;margin-bottom:20px}.edit-profile__input:last-child{margin-bottom:0}}@media only screen and (max-width: 767px){.edit-profile__input{margin-bottom:14px}}.edit-profile__input:last-child{margin-right:0}.edit-profile__input-head{font-size:14px;font-weight:600;color:#717070;margin-bottom:8px}.edit-profile__input-field{width:100%}.edit-profile__input-field input{width:100%;height:48px;border:1px solid #717070;border-radius:8px;padding:0 14px;font-size:14px;font-weight:600;background:none;color:#000}.edit-profile__input-field input::placeholder{color:#717070}.edit-profile__input-rost{width:100%;position:relative}.edit-profile__input-rost span{font-size:14px;font-weight:600;color:#717070;top:50%;transform:translateY(-50%);left:50px;position:absolute}.edit-profile__input-rost input{width:100%;height:48px;border:1px solid #717070;border-radius:8px;padding:0 14px;font-size:14px;font-weight:600;background:none;color:#000}.edit-profile__input-rost input::placeholder{color:#717070}.edit-profile__input-city{width:100%}.edit-profile__input-city input{width:100%;height:48px;border:1px solid #717070;border-radius:8px;padding:0 14px;font-size:14px;font-weight:600;background:none;background-image:url(../images/search-city.svg);background-repeat:no-repeat;background-position:97% 50%;background-size:20px;color:#000}.edit-profile__input-city input::placeholder{color:#717070}.edit-profile__pols{display:flex}@media only screen and (max-width: 767px){.edit-profile__pols{display:block}}.edit-profile__pol{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:48px;margin-right:8px;border:1px solid #e6e6e6;border-radius:8px;background:#fff;cursor:pointer;transition:.3s;font-size:16px;font-weight:600;color:#000}@media only screen and (max-width: 767px){.edit-profile__pol{margin-right:0;margin-bottom:8px}.edit-profile__pol:last-child{margin-bottom:0}}.edit-profile__pol-text{display:flex;align-items:center}.edit-profile__pol.active{background:#7237ec;border-radius:8px;border:1px solid #7237ec;color:#fff}.edit-profile__pol.active svg path{stroke:#fff}.edit-profile__pol svg{margin-right:3px;transform:scale(1.2)}.edit-profile__pol svg path{transition:.3s;stroke:#000}.edit-profile__pol input{width:100%;height:100%;z-index:5;position:absolute;top:0;left:0;opacity:0;cursor:pointer}.edit-profile__pol:last-child{margin-right:0}.edit-profile__dates{display:flex}@media only screen and (max-width: 767px){.edit-profile__dates{display:block}}.edit-profile__date{width:100%;margin-right:8px}@media only screen and (max-width: 767px){.edit-profile__date{margin-right:0;margin-bottom:8px}.edit-profile__date:last-child{margin-bottom:0}}.edit-profile__date:last-child{margin-right:0}.edit-profile .t-dropdown-block{width:100%;border:0;box-sizing:border-box;position:relative;border:1px solid #e6e6e6;border-radius:8px;background:#fff;height:48px}.edit-profile .t-dropdown-list{display:none;z-index:30;background:#ffffff;box-shadow:0 5px 24px #1c13330d,0 1px 3.9px #1c133306;border-radius:8px;box-sizing:border-box;list-style:none;margin:0;padding:14px 8px 14px 14px;position:absolute;top:55px;width:100%!important}.edit-profile .t-dropdown-list ul{height:100%;min-height:70px;max-height:140px;overflow:auto;padding-right:2px}.edit-profile .t-dropdown-list ul::-webkit-scrollbar{width:6px;background-color:#fff;border-radius:24px}@media only screen and (max-width: 767px){.edit-profile .t-dropdown-list ul::-webkit-scrollbar{width:1px}}.edit-profile .t-dropdown-list ul::-webkit-scrollbar-thumb{border-radius:24px;background-color:#e6e6e6}.edit-profile .t-dropdown-list ul::-webkit-scrollbar-thumb:hover{background-color:#c7c7c7;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.edit-profile .t-dropdown-list ul::-webkit-scrollbar-track{-webkit-box-shadow:transparent;border-radius:10;background-color:transparent}.edit-profile .t-dropdown-item{padding:10px;margin:0;cursor:pointer;font-size:14px;font-weight:600;color:#000}.edit-profile .t-dropdown-item.hide{display:none!important}.edit-profile .t-dropdown-item:hover{background:#f5f5f5;border-radius:4px;color:#7237ec}.edit-profile .t-dropdown-select{width:100%;height:100%;position:relative;overflow:hidden;background-color:none;cursor:pointer;border-radius:8px;box-sizing:content-box;font-size:16px;color:#e5d6a0;transition:.4s}.edit-profile .t-dropdown-select:before{position:absolute;display:block;content:"";width:12px;height:6px;top:50%;transform:translateY(-50%);right:17px;background-image:url(../images/arrow-b.svg);background-repeat:no-repeat;background-size:12px;background-position:center;transition:.4s}.edit-profile .t-dropdown-select.active:before{transform:rotate(180deg)}.edit-profile .t-dropdown-input{border:0;background:none;height:100%;width:100%;font-size:14px;cursor:pointer;font-weight:600;padding:0 18px 0 14px;color:#000}.edit-profile .t-dropdown-input::placeholder{color:#a8a8a8}.edit-profile .t-select-btn:active{background-color:#f1f1f1}.edit-profile__wants{display:flex}@media only screen and (max-width: 767px){.edit-profile__wants{display:block}}.edit-profile__want{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:48px;margin-right:8px;border:1px solid #e6e6e6;border-radius:8px;background:#fff;cursor:pointer;transition:.3s;font-size:16px;font-weight:600;color:#000}@media only screen and (max-width: 767px){.edit-profile__want{margin-right:0;margin-bottom:8px}.edit-profile__want:last-child{margin-bottom:0}}.edit-profile__want-text{display:flex;align-items:center}.edit-profile__want.active{background:#7237ec;border-radius:8px;border:1px solid #7237ec;color:#fff}.edit-profile__want.active svg path{stroke:#fff}.edit-profile__want svg{margin-right:10px}.edit-profile__want svg path{transition:.3s;stroke:#000}.edit-profile__want input{width:100%;height:100%;position:absolute;top:0;left:0;z-index:5;opacity:0;cursor:pointer}.edit-profile__want:last-child{margin-right:0}.edit-profile__input-area{position:relative;width:100%}.edit-profile__input-area span{position:absolute;bottom:8px;right:8px;font-size:12px;font-weight:600;color:#99a2ad}@media only screen and (max-width: 767px){.edit-profile__input-area span{bottom:6px;right:6px}}.edit-profile__input-area span b{font-weight:600}.edit-profile__input-area textarea{width:100%;height:132px;border:1px solid #e6e6e6;border-radius:8px;padding:14px;font-size:14px;font-weight:600;color:#000;resize:none}@media only screen and (max-width: 767px){.edit-profile__input-area textarea{height:100px}}.edit-profile__input-area textarea::placeholder{color:#717070}.edit-profile__childrends{display:flex}.edit-profile__childrend{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:48px;margin-right:8px;border:1px solid #e6e6e6;border-radius:8px;background:#fff;cursor:pointer;transition:.3s;font-size:16px;font-weight:600;color:#000}.edit-profile__childrend-text{display:flex;align-items:center}.edit-profile__childrend.active{background:#7237ec;border-radius:8px;border:1px solid #7237ec;color:#fff}.edit-profile__childrend.active svg path{stroke:#fff}.edit-profile__childrend svg{margin-right:3px;transform:scale(1.2)}.edit-profile__childrend svg path{transition:.3s;stroke:#000}.edit-profile__childrend input{width:100%;height:100%;z-index:5;position:absolute;top:0;left:0;opacity:0;cursor:pointer}.edit-profile__childrend:last-child{margin-right:0}.edit-profile__smokings{display:flex}.edit-profile__smoking{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:48px;margin-right:8px;border:1px solid #e6e6e6;border-radius:8px;background:#fff;cursor:pointer;transition:.3s;font-size:16px;font-weight:600;color:#000}.edit-profile__smoking-text{display:flex;align-items:center}.edit-profile__smoking.active{background:#7237ec;border-radius:8px;border:1px solid #7237ec;color:#fff}.edit-profile__smoking.active svg path{stroke:#fff}.edit-profile__smoking svg{margin-right:3px;transform:scale(1.2)}.edit-profile__smoking svg path{transition:.3s;stroke:#000}.edit-profile__smoking input{width:100%;height:100%;z-index:5;position:absolute;top:0;left:0;opacity:0;cursor:pointer}.edit-profile__smoking:last-child{margin-right:0}.edit-profile__langs{margin-bottom:16px}.edit-profile__lang{display:inline-flex;padding:8px 12px;background:#e6e6e6;border:1px solid #717070;border-radius:8px;font-size:14px;font-weight:600;color:#717070;margin:4px 4px 4px 0}.edit-profile__lang img{margin-left:4px;cursor:pointer}.edit-profile__lang-search span{font-size:14px;font-weight:600;padding:0 10px;display:none}.edit-profile__lang-search .t-dropdown-list ul{min-height:auto;height:auto;max-height:268px}.edit-profile__lang-search .t-dropdown-select:before{background-image:url(../images/search-city.svg);width:20px;height:20px;background-size:20px;transform:none;top:14px}.edit-profile__lang-search .t-dropdown-select.active:before{transform:none}.edit-profile__input-quest{font-weight:700;font-size:14px;color:#000;margin-bottom:8px}.edit-profile__input-answer{margin-top:16px}.edit-profile__end{display:flex;align-items:center;justify-content:flex-end}@media only screen and (max-width: 767px){.edit-profile__end{flex-direction:column-reverse}}.edit-profile__otmena{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;width:120px;height:40px;background:#e6e6e6;border-radius:8px;margin-right:12px;font-size:14px;font-weight:600}@media only screen and (max-width: 767px){.edit-profile__otmena{margin-right:0;margin-top:8px;width:100%}}.edit-profile__otmena:hover{background:#c5c5c5}.edit-profile__btn{display:flex;align-items:center;justify-content:center;width:160px;height:40px;background:#7237ec;border-radius:8px;cursor:pointer;transition:.3s;border:0;color:#fff;font-size:14px;font-weight:600}@media only screen and (max-width: 767px){.edit-profile__btn{width:100%}}.edit-profile__btn:hover{background:#632dce}.content.content-profile{position:relative}.content.content-profile .saidbar{position:sticky;top:20px;left:0}@media only screen and (max-width: 991px){.content.content-profile .saidbar{display:none}}.wrapper.wrapper-edit-profile{overflow:visible}.search{width:100%}@media only screen and (max-width: 991px){.search{padding:75px 20px 90px}}@media only screen and (max-width: 991px){.search.search-match .search__header{display:none}}@media only screen and (max-width: 767px){.search.search-match .search__items{grid-template-columns:1fr 1fr;column-gap:16px;row-gap:16px}}@media only screen and (max-width: 767px){.search.search-match .search__info{display:none}}@media only screen and (max-width: 767px){.search.search-match .search__abs{display:flex;padding-bottom:12px;align-items:flex-end;background:none}.search.search-match .search__abs-item{margin:0;width:40px;height:40px}.search.search-match .search__abs-item img{width:18px}.search.search-match .search__abs-item:first-child{display:none}}.search__match{display:none}@media only screen and (max-width: 991px){.search__match{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#717070;margin-bottom:16px}.search__match a{width:100%;display:block;text-align:center;padding-bottom:8px;border-bottom:2px solid #fff}.search__match a.active{border-bottom:2px solid #7237ec}}.search__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid #dadada;margin-bottom:32px}@media only screen and (max-width: 991px){.search__header{display:none}}.search__header-title{font-size:24px;font-weight:700}.search__header-item{display:flex;align-items:center}.search__header-filter{margin-right:12px;position:relative}.search__header-filter--item{width:48px;height:48px;border:1px solid #e6e6e6;border-radius:8px;align-items:center;display:flex;cursor:pointer;transition:.3s;justify-content:center}@media only screen and (max-width: 991px){.search__header-filter--item{background:none;border:0;width:auto;height:auto}.search__header-filter--item svg{width:24px}}.search__header-filter--item:hover{background:#e6e6e6}@media only screen and (max-width: 991px){.search__header-filter--item:hover{background:none}}.search__header-filter--item.active{border:1px solid #7237ec;background:#7237ec}@media only screen and (max-width: 991px){.search__header-filter--item.active{border:0;background:none}}.search__header-filter--item.active svg path{fill:#fff}@media only screen and (max-width: 991px){.search__header-filter--item.active svg path{fill:#7237ec}}.search__header-drop{position:absolute;width:360px;background:#ffffff;top:56px;right:0;z-index:20;box-shadow:0 0 24px #130a280f,0 0 7.64444px #130a2809,0 0 1.95556px #130a2806;border-radius:14px;padding:24px}@media only screen and (max-width: 991px){.search__header-drop{right:20px}}.search__header-drop .saidbar__drop-photo{display:none}@media only screen and (max-width: 767px){.search__header-drop .saidbar__drop-photo{display:flex;margin-bottom:12px}.search__header-drop .saidbar__drop-photo:last-child{margin-bottom:0}}.search__header-drop .saidbar__drop-photo:first-child{display:flex}@media only screen and (max-width: 767px){.search__header-drop{width:100%;overflow-y:auto;bottom:0;right:0;top:auto;position:fixed;z-index:300;box-shadow:0 0 24px #130a280f,0 0 7.64444px #130a2809,0 0 1.95556px #130a2806;border-radius:14px 14px 0 0}.search__header-drop .saidbar__drop-end{flex-direction:column-reverse}.search__header-drop .saidbar__drop-sbros{margin-top:8px}.search__header-drop .saidbar__drop-photo:nth-child(2) .saidbar__drop-ok,.search__header-drop .saidbar__drop-photo:nth-child(3) .saidbar__drop-ok{border-radius:4px}.search__header-drop .saidbar__drop-photo:nth-child(2) .saidbar__drop-ok:before,.search__header-drop .saidbar__drop-photo:nth-child(3) .saidbar__drop-ok:before{border-radius:2px}}.search__header-drop--head{display:none}@media only screen and (max-width: 767px){.search__header-drop--head{display:block;font-size:20px;font-weight:700;margin-bottom:16px}}.search__header-drop .irs-to,.search__header-drop .irs-from,.search__header-drop .irs-max,.search__header-drop .irs-min,.search__header-drop .irs-single{display:none}.search__header-drop .irs-line{height:2px;background:#e6e6e6;border-radius:29px;cursor:pointer}.search__header-drop .irs-bar{height:2px;background:#7237ec;border-radius:29px}.search__header-drop .irs-handle{width:12px;height:20px;border:2px solid #7237ec;border-radius:2px;background:#fff;top:16px;cursor:pointer}.search__header-drop .irs-handle i{display:none!important}.search__header-drop .irs--flat{margin-top:-5px}.search__header-all{width:135px}.search__header-all .t-dropdown-block{width:100%;border:0;box-sizing:border-box;position:relative;border:1px solid #e6e6e6;border-radius:8px;background:#fff;height:48px}.search__header-all .t-dropdown-list{display:none;z-index:30;background:#ffffff;box-shadow:0 5px 24px #1c13330d,0 1px 3.9px #1c133306;border-radius:8px;box-sizing:border-box;list-style:none;margin:0;padding:14px 8px 14px 14px;position:absolute;top:55px;width:100%!important}.search__header-all .t-dropdown-list ul{height:100%;min-height:70px;max-height:140px;overflow:auto;padding-right:2px}.search__header-all .t-dropdown-list ul::-webkit-scrollbar{width:6px;background-color:#fff;border-radius:24px}@media only screen and (max-width: 767px){.search__header-all .t-dropdown-list ul::-webkit-scrollbar{width:1px}}.search__header-all .t-dropdown-list ul::-webkit-scrollbar-thumb{border-radius:24px;background-color:#e6e6e6}.search__header-all .t-dropdown-list ul::-webkit-scrollbar-thumb:hover{background-color:#c7c7c7;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.search__header-all .t-dropdown-list ul::-webkit-scrollbar-track{-webkit-box-shadow:transparent;border-radius:10;background-color:transparent}.search__header-all .t-dropdown-item{padding:10px;margin:0;cursor:pointer;font-size:14px;font-weight:600;color:#000}.search__header-all .t-dropdown-item:hover{background:#f5f5f5;border-radius:4px;color:#7237ec}.search__header-all .t-dropdown-select{width:100%;height:100%;position:relative;overflow:hidden;background-color:none;cursor:pointer;border-radius:8px;box-sizing:content-box;font-size:16px;color:#e5d6a0;transition:.4s}.search__header-all .t-dropdown-select:before{position:absolute;display:block;content:"";width:12px;height:6px;top:50%;transform:translateY(-50%);right:17px;background-image:url(../images/arrow-b.svg);background-repeat:no-repeat;background-size:12px;background-position:center;transition:.4s}.search__header-all .t-dropdown-select.active:before{transform:rotate(180deg)}.search__header-all .t-dropdown-input{border:0;background:none;height:100%;width:100%;font-size:14px;cursor:pointer;font-weight:600;padding:0 18px 0 14px;color:#000}.search__header-all .t-dropdown-input::placeholder{color:#a8a8a8}.search__header-all .t-select-btn:active{background-color:#f1f1f1}.search__items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;column-gap:16px;row-gap:16px}@media only screen and (max-width: 1340px){.search__items{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width: 767px){.search__items{column-gap:16px;grid-template-columns:1fr 1fr;row-gap:16px}}.search__item{position:relative;border-radius:14px;overflow:hidden;min-height:232px}@media only screen and (max-width: 767px){.search__item{border-radius:8px;min-height:87px}}.search__item:hover .search__abs{opacity:1;z-index:5}@media only screen and (max-width: 991px){.search__item:hover .search__abs{display:flex}}.search__item:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0) 65.42%,rgba(0,0,0,.75) 100%)}.search__image{display:flex;align-items:center;justify-content:center;width:100%}.search__image img{width:100%;height:100%;min-height:232px;object-fit:cover}@media only screen and (max-width: 767px){.search__image img{min-height:87px}}.search__abs{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(23,11,48,.7);transition:.3s;z-index:-1;opacity:0}.search__abs-item{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.3);padding:6px;margin-right:8px}@media only screen and (max-width: 767px){.search__abs-item{width:42px;height:42px;padding:4px;margin-right:8px}}.search__abs-item:hover span{transform:scale(1.05)}.search__abs-item img{width:23px}@media only screen and (max-width: 767px){.search__abs-item img{width:18px}}.search__abs-item:last-child{margin-right:0}.search__abs-item span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#fff;transition:.3s;border-radius:50%}.search__photo{display:flex;align-items:center;justify-content:center;width:48px;height:28px;background:rgba(0,0,0,.2);border-radius:4px;position:absolute;top:12px;left:12px;color:#fff;font-size:14px;font-weight:700}@media only screen and (max-width: 767px){.search__photo{display:none}}.search__photo img{margin-right:4px}.search__info{position:absolute;width:100%;bottom:12px;left:0;padding:0 12px}@media only screen and (max-width: 767px){.search__info{bottom:12px;padding:0 12px}}.search__info-city{font-size:12px;font-weight:600;color:#fff}@media only screen and (max-width: 767px){.search__info-city{display:none}}.search__name{color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center}@media only screen and (max-width: 767px){.search__name{font-size:13px}}.search__name-head{display:flex;align-items:center}.search__name-online{width:14px;height:14px;min-width:14px;border-radius:50%;background:rgba(0,218,62,.3);padding:4px;margin-left:8px}@media only screen and (max-width: 767px){.search__name-online{width:8px;height:8px;padding:0;min-width:8px;background:#00da3e}}.search__name-online span{border-radius:50%;width:100%;height:100%;display:block;background:#00da3d}@media only screen and (max-width: 767px){.search__name-online span{display:none}}.wrapper-payment .header{display:none}@media only screen and (max-width: 991px){.wrapper-payment .container{width:100%}}.payment{width:100%}@media only screen and (max-width: 991px){.payment{padding:0 0 95px}}.payment__header{padding-bottom:23px;margin-bottom:32px;border-bottom:1px solid #dadada;font-size:24px;font-weight:700}@media only screen and (max-width: 991px){.payment__header{padding:17px 20px;background:#ffffff;box-shadow:0 1px 4px #00000012;border:0;font-size:16px;display:flex;align-items:center;margin-bottom:20px;text-align:center}.payment__header span{text-align:center;display:block;margin:0 auto}}.payment__header-strong{display:none}@media only screen and (max-width: 991px){.payment__header-strong{display:flex;align-items:center;justify-content:center;width:20px}.payment__header-strong img{width:100%;height:100%}}.payment__items{display:flex;align-items:flex-start}@media only screen and (max-width: 1340px){.payment__items{display:block}}.payment__item{width:100%;margin-right:32px}@media only screen and (max-width: 1340px){.payment__item{margin-right:0;margin-bottom:32px}}@media only screen and (max-width: 991px){.payment__item{padding:0 20px}}.payment__right{width:100%;padding:32px;background:#f5f5f5;border-radius:14px}@media only screen and (max-width: 767px){.payment__right{padding:24px 20px 32px}}.payment__right-head{text-align:center;font-size:24px;line-height:32px;font-weight:700;color:#7237ec;margin-bottom:32px}@media only screen and (max-width: 767px){.payment__right-head{font-size:20px;line-height:24px;margin-bottom:24px}}.payment__right-items{display:grid;grid-template-columns:1fr 1fr;column-gap:32px;row-gap:32px}@media only screen and (max-width: 767px){.payment__right-items{column-gap:16px;row-gap:20px}}.payment__right-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;border:1px solid #7237ec;margin:0 auto 12px}.payment__right-text{font-size:14px;line-height:20px;font-weight:600;text-align:center}@media only screen and (max-width: 767px){.payment__right-text{font-size:12px;line-height:16px}}.payment__blocks{margin-bottom:16px}@media only screen and (max-width: 767px){.payment__blocks{margin-bottom:24px}}.payment__block{margin-bottom:32px;border:1px solid #dadada;border-radius:14px;padding:32px}@media only screen and (max-width: 767px){.payment__block{padding:25px 16px;margin-bottom:16px}}.payment__block:last-child{margin-bottom:0}.payment__block-header{display:flex;align-items:center;margin-bottom:12px;justify-content:space-between}.payment__block-head{font-size:24px;font-weight:700}@media only screen and (max-width: 767px){.payment__block-head{font-size:20px}}.payment__block-percent{color:#fff;width:66px;height:32px;display:flex;align-items:center;justify-content:center;background:#7237ec;border-radius:52px;font-size:14px;font-weight:600}@media only screen and (max-width: 767px){.payment__block-percent{width:61px;height:28px;font-size:12px}}.payment__block-text{font-size:14px;font-weight:600;color:#717070;margin-bottom:32px}.payment__btn{display:flex;align-items:center;justify-content:center;width:246px;height:40px;color:#fff;background:#7237ec;border-radius:8px;font-size:14px;font-weight:600}@media only screen and (max-width: 767px){.payment__btn{width:100%}}.payment__btn:hover{background:#6430cc}.payment .checkbox{display:flex;align-items:flex-start;cursor:pointer;margin-bottom:12px}.payment .checkbox:last-child{margin-bottom:0}.payment .checkbox__inner{flex-shrink:0;width:20px;height:20px;margin-right:8px;transform:translateY(3px)}.payment .checkbox__inner>span{width:100%;height:100%;border:1px solid #e6e6e6;border-radius:4px;display:block;position:relative}.payment .checkbox__inner>span.active{opacity:1}.payment .checkbox__inner>span:before{display:block;content:"";position:absolute;top:12%;left:9%;right:0;bottom:0;border:solid #fff;border-width:0px 2px 2px 0;transform:rotate(45deg);width:5px;height:11px;margin:0 auto;opacity:0;visibility:hidden}.payment .checkbox input{display:none}.payment .checkbox input:checked+span{border:0;background-color:#632dce}.payment .checkbox input:checked+span:before{opacity:1;visibility:visible;border:solid #fff;border-width:0px 2px 2px 0}.payment .checkbox__text{font-size:14px;font-weight:6000;color:#717070}@media only screen and (max-width: 767px){.payment .checkbox__text{font-size:12px;line-height:16px}}.payment .checkbox__text a{text-decoration:underline;display:inline}.payment .checkbox__text a:hover{text-decoration:none}.likes{width:100%}@media only screen and (max-width: 991px){.likes{padding:75px 20px 95px}}.likes__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:19px;margin-bottom:32px;border-bottom:1px solid #dadada}@media only screen and (max-width: 1340px){.likes__header{display:block}}@media only screen and (max-width: 991px){.likes__header{margin-bottom:24px;padding-bottom:0;border:0;margin-top:16px}}.likes__title{font-size:24px;font-weight:700}@media only screen and (max-width: 1340px){.likes__title{margin-bottom:10px}}@media only screen and (max-width: 991px){.likes__title{display:none}}.likes__header-item{display:flex;align-items:center}@media only screen and (max-width: 991px){.likes__header-item{flex-direction:column}}.likes__text{font-size:14px;line-height:20px;font-weight:600;max-width:405px;color:#717070;margin-right:8px}@media only screen and (max-width: 991px){.likes__text{text-align:center;margin-bottom:12px;margin-right:0}}.likes__btn{display:flex;align-items:center;justify-content:center;color:#fff;height:40px;width:224px;background:#7237ec;border-radius:8px;font-size:14px;font-weight:600}.likes__btn:hover{background:#6732d1}.likes__items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;column-gap:16px;row-gap:16px}@media only screen and (max-width: 1340px){.likes__items{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width: 767px){.likes__items{grid-template-columns:1fr 1fr}}.likes__item{display:flex;align-items:center;position:relative;justify-content:center;border-radius:14px;overflow:hidden}.likes__item:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0) 65.42%,rgba(0,0,0,.75) 100%),url(.jpg),#d9d9d9}.likes__image{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(0,0,0,0) 65.42%,rgba(0,0,0,.75) 100%),url(.jpg),#d9d9d9;filter:blur(18px)}.likes__image img{width:100%;height:100%;object-fit:cover;min-height:232px}@media only screen and (max-width: 1340px){.likes__image img{min-height:280px}}@media only screen and (max-width: 767px){.likes__image img{min-height:174px}}.likes__nav{display:flex;align-items:center;justify-content:center;position:absolute;height:100%;width:100%;align-items:flex-end;padding-bottom:12px;top:0;left:0;z-index:2}@media only screen and (max-width: 991px){.likes__nav{display:flex}}.likes__nav a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;padding:4px;background:rgba(255,255,255,.3);margin-right:8px}.likes__nav a:hover span{transform:scale(1.05)}.likes__nav a:last-child{margin-bottom:0}.likes__nav a span{border-radius:50%;background:#fff;display:flex;align-items:center;width:100%;height:100%;justify-content:center;transition:.3s}.likes__nav a span img{width:18px}.wholike{position:fixed;bottom:85px;left:50%;transform:translate(-50%);background:#7237ec;border-radius:8px;display:none;align-items:center;justify-content:center;z-index:50;color:#fff;padding:10px 24px;font-size:16px;transition:.3s;white-space:nowrap;font-weight:600}@media only screen and (max-width: 991px){.wholike{display:flex;z-index:-1;opacity:0}.wholike.active{z-index:50;opacity:1}}@media only screen and (max-width: 767px){.wholike{font-size:14px}}.chat{width:100%}@media only screen and (max-width: 767px){.chat.chat-active{padding:0 0 80px;height:100vh}}@media only screen and (max-width: 991px){.chat{padding:75px 0 95px}}.chat__reposted{padding:10px 12px 0 20px;position:relative}.chat__reposted:before{content:"";display:block;width:2px;height:calc(100% - 12px);position:absolute;top:60%;transform:translateY(-50%);left:12px;background:#99a2ad}.chat__reposted-name{font-size:12px;line-height:16px;font-weight:600;margin-bottom:2px}.chat__reposted-text{font-size:12px;line-height:16px;color:#717070}.chat__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}@media only screen and (max-width: 767px){.chat__header{display:none}}.chat__header-title{font-size:24px;font-weight:700}.chat__header-all{width:195px}.chat__header-all .t-dropdown-block{width:100%;box-sizing:border-box;position:relative;border:1px solid #e6e6e6;border-radius:8px;background:#fff;height:48px}.chat__header-all .t-dropdown-list{display:none;z-index:30;background:#ffffff;box-shadow:0 5px 24px #1c13330d,0 1px 3.9px #1c133306;border-radius:8px;box-sizing:border-box;list-style:none;margin:0;padding:14px 8px 14px 14px;position:absolute;top:55px;width:100%!important}.chat__header-all .t-dropdown-list ul{height:100%;min-height:70px;max-height:140px;overflow:auto;padding-right:2px}.chat__header-all .t-dropdown-list ul::-webkit-scrollbar{width:6px;background-color:#fff;border-radius:24px}@media only screen and (max-width: 767px){.chat__header-all .t-dropdown-list ul::-webkit-scrollbar{width:1px}}.chat__header-all .t-dropdown-list ul::-webkit-scrollbar-thumb{border-radius:24px;background-color:#e6e6e6}.chat__header-all .t-dropdown-list ul::-webkit-scrollbar-thumb:hover{background-color:#c7c7c7;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.chat__header-all .t-dropdown-list ul::-webkit-scrollbar-track{-webkit-box-shadow:transparent;border-radius:10;background-color:transparent}.chat__header-all .t-dropdown-item{padding:10px;margin:0;cursor:pointer;font-size:14px;font-weight:600;color:#000}.chat__header-all .t-dropdown-item:hover{background:#f5f5f5;border-radius:4px;color:#7237ec}.chat__header-all .t-dropdown-select{width:100%;height:100%;position:relative;overflow:hidden;background-color:none;cursor:pointer;border-radius:8px;box-sizing:content-box;font-size:16px;color:#e5d6a0;transition:.4s}.chat__header-all .t-dropdown-select:before{position:absolute;display:block;content:"";width:12px;height:6px;top:50%;transform:translateY(-50%);right:17px;background-image:url(../images/arrow-b.svg);background-repeat:no-repeat;background-size:12px;background-position:center;transition:.4s}.chat__header-all .t-dropdown-select.active:before{transform:rotate(180deg)}.chat__header-all .t-dropdown-input{border:0;background:none;height:100%;width:100%;font-size:14px;cursor:pointer;font-weight:600;padding:0 18px 0 14px;color:#000}.chat__header-all .t-dropdown-input::placeholder{color:#a8a8a8}.chat__header-all .t-select-btn:active{background-color:#f1f1f1}.chat__items{display:flex;background:#ffffff;height:630px}@media only screen and (max-width: 767px){.chat__items{height:auto}}.chat__content{width:100%;border:1px solid #dadada;border-radius:0 14px 14px 0}@media only screen and (max-width: 767px){.chat__content{border:0}}.chat__item{min-width:329px;width:329px;border-top:1px solid #dadada;padding-top:32px;padding-right:13px}@media only screen and (max-width: 1340px){.chat__item{min-width:280px;width:280px}}@media only screen and (max-width: 991px){.chat__item{border-left:1px solid #dadada;border-bottom:1px solid #dadada;padding:20px 10px}}@media only screen and (max-width: 767px){.chat__item{min-width:auto;padding:0 20px;width:100%;border:0;margin:0}}.chat__search{margin-bottom:21px;padding-right:19px}@media only screen and (max-width: 767px){.chat__search{padding-right:0}}.chat__search input{width:100%;height:48px;border:1px solid #e6e6e6;border-radius:8px;padding:0 14px;font-size:14px;font-weight:700;color:#000;background:none;background-image:url(../images/search-city.svg);background-repeat:no-repeat;background-size:20px;background-position:95% 50%}.chat__search input::placeholder{color:#717070}.chat__tabs{max-height:529px;overflow-y:auto;padding-right:13px}@media only screen and (max-width: 767px){.chat__tabs{max-height:100%;overflow:visible;padding-right:0}}.chat__tabs-zero{font-size:16px;font-weight:600;text-align:center;display:none;padding:0 14px}.chat__tabs::-webkit-scrollbar{width:6px;background-color:#fff}.chat__tabs::-webkit-scrollbar-thumb{border-radius:6px;background-color:#e6e6e6}.chat__tabs::-webkit-scrollbar-thumb:hover{background-color:#9f9f9f;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.chat__tabs::-webkit-scrollbar-track{-webkit-box-shadow:transparent;border-radius:10;background-color:transparent}.chat__tab{border-radius:8px;cursor:pointer;padding:10px 12px}@media only screen and (max-width: 767px){.chat__tab{padding:10px 0}}.chat__tab:hover{background:rgba(250,250,250,.8980392157)}.chat__tab.chat__tab-online .chat__tab-name span{display:block}.chat__tab.active{background:#f5f5f5}.chat__tab-inner{display:flex;position:relative;align-items:center}.chat__tab-image{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;margin-right:12px;border-radius:50%;overflow:hidden}.chat__tab-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chat__tab-value{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#ff1216;font-size:12px;font-weight:600;position:absolute;top:50%;transform:translateY(-50%);right:12px}.chat__tab-name{font-size:14px;font-weight:600;display:flex;align-items:center;margin-bottom:2px}.chat__tab-name span{width:14px;height:14px;border-radius:50%;min-width:14px;margin-left:4px;padding:4px;background:rgba(0,218,62,.2);display:none}.chat__tab-name span b{display:block;width:100%;height:100%;border-radius:50%;background:#00da3d}.chat__tab-text{font-size:12px;line-height:16px;width:220px;color:#717070;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 1340px){.chat__tab-text{width:180px}}@media only screen and (max-width: 767px){.chat__tab-text{width:65vw}}.chat__back{cursor:pointer}@media only screen and (max-width: 767px){.chat__back{display:flex;align-items:center;justify-content:center;margin-right:23px}}.chat__content-header{padding:12px 16px;border-bottom:1px solid #dadada;display:flex;align-items:center}@media only screen and (max-width: 767px){.chat__content-header{padding:12px 26px;position:fixed;top:0;left:0;width:100%;z-index:50;background:#fff}}.chat__content-image{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;min-width:40px;overflow:hidden;margin-right:12px}.chat__content-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chat__content-name{display:flex;align-items:center;font-size:14px;font-weight:600;margin-bottom:2px}.chat__content-name span{width:14px;height:14px;border-radius:50%;min-width:14px;margin-left:4px;padding:4px;background:rgba(0,218,62,.2);display:none}.chat__content-name span b{display:block;width:100%;height:100%;border-radius:50%;background:#00da3d}.chat__content-status{font-size:12px;font-weight:600;color:#717070}.chat__ans{position:absolute;bottom:52px;left:0;width:100%;padding:0 16px;z-index:5}.chat__ans-items{background:#f5f5f5;border-radius:8px;display:flex;align-items:flex-start;padding:10px 14px;justify-content:space-between}.chat__ans-strong{display:flex;align-items:center;justify-content:center;cursor:pointer;margin-top:12px;min-width:20px;width:20px;margin-left:10px}.chat__ans-start{border-left:2px solid #99a2ad;padding-left:6px}.chat__ans-name{font-size:14px;line-height:20px;font-weight:700;color:#7237ec;margin-bottom:2px}.chat__ans-text{font-size:14px;line-height:20px;font-weight:600;color:#717070}.chat__ans-text img{width:50px;object-fit:cover;height:50px}.chat__dialog{position:relative;padding-right:4px;margin-bottom:16px;overflow:hidden}.chat__dialog.chat__dialog-zero .chat__dialog-inner{padding-top:146px}@media only screen and (max-width: 767px){.chat__dialog.chat__dialog-zero .chat__dialog-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:0}}.chat__dialog-inner{max-height:485px;min-height:485px;height:100%;overflow:hidden;overflow-y:auto;padding:0 16px}@media only screen and (max-width: 767px){.chat__dialog-inner{padding:0 20px;margin-top:70px;max-height:calc(100vh - 200px);min-height:calc(100vh - 200px)}}.chat__dialog-inner::-webkit-scrollbar{width:6px;background-color:#fff}.chat__dialog-inner::-webkit-scrollbar-thumb{border-radius:6px;background-color:#e6e6e6}.chat__dialog-inner::-webkit-scrollbar-thumb:hover{background-color:#9f9f9f;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.chat__dialog-inner::-webkit-scrollbar-track{-webkit-box-shadow:transparent;border-radius:10;background-color:transparent}.chat__date{font-size:12px;font-weight:600;text-align:center;color:#717070;margin:24px 0;z-index:5}@media only screen and (max-width: 767px){.chat__date{margin:16px 0}}.chat__massage{margin-bottom:8px}.chat__massage-items{display:flex;flex-direction:column;align-items:flex-start}.chat__massage-text{padding:10px 12px}.chat__massage-item{max-width:300px;background:#f5f5f5;border-radius:8px 8px 8px 2px;font-size:14px;line-height:20px;font-weight:600;display:inline-block;margin-bottom:4px;transition:.3s;position:relative;cursor:pointer}@media only screen and (max-width: 1340px){.chat__massage-item{font-size:12px;line-height:18px;max-width:250px}}@media only screen and (max-width: 767px){.chat__massage-item{max-width:236px}}.chat__massage-item img{width:100%;max-height:160px;object-fit:cover}@media only screen and (max-width: 1340px){.chat__massage-item img{max-height:120px}}.chat__massage-item.active{background:#d2d2d2}@media only screen and (max-width: 991px){.chat__massage-item.active{background:#f5f5f5}}.chat__massage-item.active .chat__massage-answer{opacity:1;z-index:2}.chat__massage-item:hover{background:#d2d2d2}.chat__massage-item:hover .chat__massage-answer{opacity:1;z-index:2}.chat__massage-item:last-child{margin-bottom:0}.chat__massage-answer{transition:.3s;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;top:4px;right:-20px;opacity:0;z-index:-1}@media only screen and (max-width: 767px){.chat__massage-answer{display:none!important}}.chat__massage-answer--inner{width:32px;border:1px solid #e6e6e6;height:32px;display:flex;align-items:center;border-radius:50%;justify-content:center;transform:translate(20px)}.chat__massage-answer--inner img{width:14px}.chat__massage-time{font-size:12px;font-weight:600;color:#717070;margin-top:4px;display:flex;align-items:center}.chat__massage.my-massage{display:flex;flex-direction:column;align-items:flex-end}.chat__massage.my-massage .chat__massage-item{border-radius:8px 8px 2px;background:#7237ec;color:#fff}.chat__massage.my-massage .chat__massage-item .chat__reposted-text{color:#fff}.chat__massage.my-massage .chat__massage-item:hover{background:#a376ff}.chat__massage.my-massage .chat__massage-item:hover .chat__massage-nav{opacity:1;z-index:2}.chat__massage.my-massage .chat__massage-item.active{background:#7237ec;color:#fff}.chat__massage.my-massage .chat__massage-item.active .chat__massage-nav{opacity:1;z-index:2}.chat__massage-see{display:flex;align-items:center;justify-content:center;margin-left:4px}.chat__massage-nav{position:absolute;left:-90px;top:4px;z-index:-1;opacity:0;transition:.3s}@media only screen and (max-width: 767px){.chat__massage-nav{display:none}}.chat__massage-nav--inner{border:1px solid #e6e6e6;border-radius:33px;padding:8px 14px;display:flex;align-items:center;transform:translate(-10px)}.chat__massage-nav--item{display:flex;align-items:center;justify-content:center;margin-right:8px}.chat__massage-nav--item:last-child{margin-right:0}.chat__form{width:100%;padding:0 16px;height:48px;position:relative}.chat__form-items{position:absolute;right:30px;top:50%;transform:translateY(-50%);display:flex;align-items:center}.chat__form-item{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;margin-right:10px;border:0;transition:.3s}.chat__form-item:last-child{margin-right:0}.chat__form-item input{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:5;opacity:0;cursor:pointer}.chat__form textarea{width:100%;border:1px solid #e6e6e6;border-radius:8px;resize:none;font-size:14px;line-height:20px;font-weight:600;color:#000;background:#fff;overflow:hidden;overflow-y:auto;height:48px;padding:14px 105px 14px 14px;scrollbar-width:none}.chat__form textarea::-webkit-scrollbar{display:none}.chat__form textarea::placeholder{color:#717070}.chat__zero-image{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 12px}.chat__zero-title{font-size:16px;font-weight:600;line-height:24px;text-align:center;margin-bottom:4px}.chat__zero-text{text-align:center;font-size:14px;line-height:20px;font-weight:600;color:#717070;margin-bottom:20px}.chat__zero-btn{display:flex;align-items:center;justify-content:center;width:224px;height:40px;background:#7237ec;border-radius:8px;color:#fff;font-size:14px;font-weight:600;transition:.3s;cursor:pointer;margin:0 auto}.chat__zero-btn:hover{background:#602dc7}.chat__contacts-title{font-size:16px;font-weight:600;line-height:24px;text-align:center;margin-bottom:4px}@media only screen and (max-width: 767px){.chat__contacts-title{margin-top:110px}}.chat__contacts-text{text-align:center;font-size:14px;line-height:20px;font-weight:600;color:#717070;margin-bottom:20px}.chat__contacts-btn{display:flex;align-items:center;justify-content:center;width:224px;height:40px;background:#7237ec;border-radius:8px;color:#fff;font-size:14px;font-weight:600;transition:.3s;cursor:pointer;margin:0 auto}.chat__contacts-btn:hover{background:#602dc7}.chat-nav{position:fixed;left:0;width:100%;background:#ffffff;box-shadow:0 0 24px #130a280f,0 0 7.64444px #130a2809,0 0 1.95556px #130a2806;border-radius:14px 14px 0 0;display:none;z-index:300;padding:24px 20px;transition:.5s;bottom:-300px}@media only screen and (max-width: 767px){.chat-nav{display:block}.chat-nav.active{bottom:0}}.chat-nav__item{display:flex;align-items:center;font-size:14px;font-weight:600;color:#717070;padding:16px 0}.chat-nav__item img{width:16px;margin-right:12px}.human__events-search{display:flex;align-items:center;justify-content:center}.human__events-search .human__chat{position:static;width:80px;height:80px;padding:9px;margin-right:12px}@media only screen and (max-width: 767px){.human__events-search .human__chat{width:60px;height:60px;padding:6px;min-width:60px}}.human__events-search .human__chat img{width:36px}@media only screen and (max-width: 767px){.human__events-search .human__chat img{width:27px}}.human__events-search .human__events-item-next{margin-right:12px}.human__events-search .human__events-item{width:auto;height:auto;padding:22px 25px;background:#fff;transition:.3s;border-radius:33px}@media only screen and (max-width: 767px){.human__events-search .human__events-item{padding:13px 16px}}@media only screen and (max-width: 767px){.human__events-search .human__events-item img{width:7px;min-width:7px;height:13px}}.human__events-search .human__events-item:hover span{transform:none}.human__events-search .human__events-item span{padding:0}.human__events-search .human__events-item b{display:block;font-size:14px;font-weight:600;overflow:hidden;transition:.3s;margin-right:11px}@media only screen and (max-width: 767px){.human__events-search .human__events-item b{display:none}}@media only screen and (max-width: 767px){.header.header-chat{display:none}}.buddy.buddy-search .human__like,.buddy.buddy-search .human__dislike{display:none!important}.buddy.buddy-search.below .human__events-item-next,.buddy.buddy-search.below .human__events-item-like{pointer-events:none}.buddy.buddy-search.visible .human__events{left:185px}@media only screen and (max-width: 1340px){.buddy.buddy-search.visible .human__events{left:50%;transform:translate(-50%)}}.buddy.buddy-search.visible .human__events-item-next b{display:block;margin-right:0;margin-left:11px}@media only screen and (max-width: 767px){.buddy.buddy-search.visible .human__events-item-next b{display:none}}.buddy.buddy-search.stop .human__events-item-like{pointer-events:none}.buddy.buddy-search.stop .human__events-item-like b{display:none}@media only screen and (max-width: 767px){.chat__form{position:fixed;bottom:60px;left:0;width:100%;padding:10px 15px;background:#fff;height:70px}}.login-wrapper{background:#f5f5f5;overflow:hidden;position:relative}.login{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:75px 0 45px}@media only screen and (max-width: 1340px){.login{padding:40px 0}}@media only screen and (max-width: 991px){.login{padding:70px 0 90px}}@media only screen and (max-width: 767px){.login{padding:70px 20px 90px}}.login__nav{width:100%;padding-top:14px;border-top:1px solid #dadada}@media only screen and (max-width: 991px){.login__nav{display:none}}.login__nav ul{display:flex;align-items:center}.login__nav ul li{margin-right:18px}.login__nav ul li:last-child{margin-right:0}.login__nav ul li a{font-size:12px;font-weight:600;color:#717070}.login__nav ul li a:hover{color:#602dc7}.login__content{max-width:624px;width:100%;background:#ffffff;border-radius:14px;padding:48px;margin:0 auto 40px}@media only screen and (max-width: 767px){.login__content{padding:24px 16px}}.login__logo{display:flex;align-items:center;justify-content:center;width:264px;margin:0 auto 48px}@media only screen and (max-width: 1340px){.login__logo{width:220px;margin-bottom:30px}}@media only screen and (max-width: 991px){.login__logo{display:none}}.login__logo img{width:100%;height:100%}.login__title{font-size:24px;line-height:32px;font-weight:800;max-width:310px;margin:0 auto 24px;text-align:center}@media only screen and (max-width: 767px){.login__title{font-size:20px;line-height:24px;margin-bottom:12px}}.login__tabs{background:#f5f5f5;border-radius:52px;width:276px;height:44px;padding:2px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 767px){.login__tabs{width:248px}}.login__tabs-inner{padding-bottom:32px;border-bottom:1px solid #dadada;margin-bottom:32px}@media only screen and (max-width: 767px){.login__tabs-inner{margin-bottom:24px;padding-bottom:24px}}.login__tabs div{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#7237ec;height:40px;cursor:pointer;position:relative}.login__tabs div:before{content:"";display:block;width:136px;height:40px;background:#f5f5f5;border-radius:30px;top:0;left:0;position:absolute}@media only screen and (max-width: 767px){.login__tabs div:before{width:100px}}.login__tabs div span{position:relative;z-index:5}.login__tabs div.active span{color:#fff}.login__tabs div.active:before{background:#7237ec}@media only screen and (max-width: 767px){.login__tabs div.active:before{width:136px}}.login__tabs div:first-child{padding-left:21px}.login__tabs div:last-child{padding-right:50px}@media only screen and (max-width: 767px){.login__tabs div:last-child{padding-right:36px}}.login__tabs div:last-child:before{left:auto;right:0}.login__tabs div:last-child.active:before{left:auto;right:0}@media only screen and (max-width: 767px){.login__tabs div:last-child.active:before{width:110px}}.login__registr{width:100%;display:none}.login__registr.error input{border:1px solid #ff1216}.login__registr.error .login__registr-msg,.login__registr:first-child{display:block}.login__registr-msg{font-size:12px;color:#ff1216;margin-top:4px}.login__registr-korekt{font-size:12px;color:#ff1216;margin-top:4px;display:none}.login__registr-input{width:100%}.login__registr-input input{width:100%;height:48px;border:1px solid #e6e6e6;border-radius:8px;padding:0 14px;font-size:14px;font-weight:600;color:#000;background:none}.login__registr-input input.invalid{border:1px solid #ff1216}.login__registr-input input.invalid~div{display:block}.login__registr-input input::placeholder{color:#717070}.login__registr-nav{margin-top:32px;display:flex;align-items:center;justify-content:flex-end}@media only screen and (max-width: 991px){.login__registr-nav{position:fixed;z-index:50;bottom:16px;padding:16px;background:#ffffff;height:72px;border-radius:14px;margin:0;width:96%;left:50%;transform:translate(-50%)}}.login__registr-prev{margin-right:12px;display:flex;align-items:center;justify-content:center;width:90px;height:40px;background:#e6e6e6;border-radius:8px;font-size:14px;font-weight:600;color:#000;transition:.3s;cursor:pointer}.login__registr-prev:hover{background:#cecece}@media only screen and (max-width: 991px){.login__registr-prev{width:100%;margin-right:8px}}.login__registr-complate{width:119px;height:40px;color:#fff;display:flex;align-items:center;justify-content:center;background:#7237ec;border-radius:8px;font-size:14px;cursor:pointer;font-weight:600;transition:.3s}@media only screen and (max-width: 991px){.login__registr-complate{width:100%}}.login__registr-complate:hover{background:#632ece}.login__registr-next{width:119px;height:40px;color:#fff;display:flex;align-items:center;justify-content:center;background:#7237ec;border-radius:8px;font-size:14px;cursor:pointer;font-weight:600;transition:.3s}.login__registr-next.valid{pointer-events:all;opacity:1}@media only screen and (max-width: 991px){.login__registr-next{width:100%}}.login__registr-next:hover{background:#632ece}.login__pols-head{font-size:14px;font-weight:700;margin-bottom:12px}.login__pols-items{display:flex;align-items:center}@media only screen and (max-width: 767px){.login__pols-items{display:block}}.login__pols-item{width:100%;position:relative;margin-right:8px;border:1px solid #e6e6e6;border-radius:8px;height:48px;font-size:14px;font-weight:600}@media only screen and (max-width: 767px){.login__pols-item{margin-right:0;margin-bottom:8px}.login__pols-item:last-child{margin-bottom:0}}.login__pols-item.active{color:#fff;background:#7237ec;border:1px solid #7237ec}.login__pols-item.active svg path{stroke:#fff}.login__pols-item svg{margin-right:4px}.login__pols-item svg path{stroke:#000}.login__pols-item input{width:100%;height:100%;border-radius:8px;position:absolute;top:0;left:0;cursor:pointer;opacity:0}.login__pols-item:last-child{margin-right:0}.login__pols-item span{display:flex;align-items:center;width:100%;justify-content:center;height:100%}.login .t-dropdown-block{width:100%;border:0;box-sizing:border-box;position:relative;border:1px solid #e6e6e6;border-radius:8px;background:#fff;height:48px}.login .t-dropdown-list{display:none;z-index:30;background:#ffffff;box-shadow:0 5px 24px #1c13330d,0 1px 3.9px #1c133306;border-radius:8px;box-sizing:border-box;list-style:none;margin:0;padding:14px 8px 14px 14px;position:absolute;top:55px;width:100%!important}.login .t-dropdown-list ul{height:100%;min-height:30px;max-height:140px;overflow:auto;padding-right:2px}.login .t-dropdown-list ul::-webkit-scrollbar{width:6px;background-color:#fff;border-radius:24px}@media only screen and (max-width: 767px){.login .t-dropdown-list ul::-webkit-scrollbar{width:1px}}.login .t-dropdown-list ul::-webkit-scrollbar-thumb{border-radius:24px;background-color:#e6e6e6}.login .t-dropdown-list ul::-webkit-scrollbar-thumb:hover{background-color:#c7c7c7;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.login .t-dropdown-list ul::-webkit-scrollbar-track{-webkit-box-shadow:transparent;border-radius:10;background-color:transparent}.login .t-dropdown-item{padding:10px;margin:0;cursor:pointer;font-size:14px;font-weight:600;color:#000}.login .t-dropdown-item.hide{display:none!important}.login .t-dropdown-item:hover{background:#f5f5f5;border-radius:4px;color:#7237ec}.login .t-dropdown-select{width:100%;height:100%;position:relative;overflow:hidden;background-color:none;cursor:pointer;border-radius:8px;box-sizing:content-box;font-size:16px;color:#e5d6a0;transition:.4s}.login .t-dropdown-select:before{position:absolute;display:block;content:"";width:12px;height:6px;top:50%;transform:translateY(-50%);right:17px;background-image:url(../images/arrow-b.svg);background-repeat:no-repeat;background-size:12px;background-position:center;transition:.4s}.login .t-dropdown-select.active:before{transform:rotate(180deg)}.login .t-dropdown-input{border:0;background:none;height:100%;width:100%;font-size:14px;cursor:pointer;border-radius:8px;font-weight:600;padding:0 18px 0 14px;color:#000}.login .t-dropdown-input::placeholder{color:#a8a8a8}.login .t-select-btn:active{background-color:#f1f1f1}.login .edit-profile__lang-search span{display:block;padding:0}.login .saidbar__drop-years{margin-bottom:30px}.login .saidbar__drop-years p{display:flex;align-items:center}.login .saidbar__drop-years span{padding:0 4px}.login .irs-to,.login .irs-from,.login .irs-max,.login .irs-min,.login .irs-single{display:none!important}.login .irs-line{height:2px;background:#e6e6e6;border-radius:29px;cursor:pointer}.login .irs-bar{height:2px;background:#7237ec;border-radius:29px}.login .irs-handle{width:12px;height:20px;border:2px solid #7237ec;border-radius:2px;background:#fff;top:16px;cursor:pointer}.login .irs-handle i{display:none!important}.login .irs--flat{margin-top:-5px}.login__registr-pass{position:relative;margin-bottom:12px}.login__registr-pass--korekt{font-size:12px;margin-top:4px;display:none;color:#ff1216}.login__registr-pass--korekt span{display:none}.login__registr-pass:last-child{margin-bottom:0}.login__registr-pass input{width:100%;height:48px;border:1px solid #e6e6e6;border-radius:8px;padding:0 14px;font-size:14px;font-weight:600;color:#000;background:none}.login__registr-pass input::placeholder{color:#717070}.login__registr-pass--head{font-size:14px;font-weight:600;color:#717070;margin-bottom:8px}.login__registr-pass--see{display:flex;align-items:center;justify-content:center;position:absolute;top:40px;cursor:pointer;right:14px}.login__registr-pass--see.active{display:block}.login__vhod.error input{border-color:red}.login__vhod-btn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;color:#fff;background:#7237ec;border-radius:8px;font-size:14px;font-weight:600;margin-bottom:16px;transition:.3s;cursor:pointer;border:0}.login__vhod-btn.disabled{pointer-events:none;opacity:.8}.login__vhod-btn:hover{background:#6430cc}.login__vhod-pass{text-align:center;font-size:14px;font-weight:600;color:#7237ec;cursor:pointer}.login__vhod .form{max-width:341px;width:100%;margin:0 auto}@media only screen and (max-width: 767px){.login__vhod .form{max-width:100%}}.login__vhod .form .login__registr-input,.login__vhod .form .login__registr-pass{margin-bottom:12px}.login__vhod .form .login__registr-pass--see{top:14px}@media only screen and (max-width: 767px){.login__vhod-nav{position:fixed;z-index:50;bottom:16px;background:#fff;background:#ffffff;border-radius:14px;width:90%;left:50%;transform:translate(-50%);padding:16px}}.login__vhod .checkbox{display:flex;align-items:center;cursor:pointer;margin-bottom:24px}@media only screen and (max-width: 767px){.login__vhod .checkbox{margin-bottom:0}}.login__vhod .checkbox:last-child{margin-bottom:0}.login__vhod .checkbox__inner{flex-shrink:0;width:20px;height:20px;margin-right:8px;transform:translateY(3px)}.login__vhod .checkbox__inner>span{width:100%;height:100%;border:1px solid #e6e6e6;border-radius:4px;display:block;position:relative}.login__vhod .checkbox__inner>span.active{opacity:1}.login__vhod .checkbox__inner>span:before{display:block;content:"";position:absolute;top:12%;left:9%;right:0;bottom:0;border:solid #fff;border-width:0px 2px 2px 0;transform:rotate(45deg);width:5px;height:11px;margin:0 auto;opacity:0;visibility:hidden}.login__vhod .checkbox input{display:none}.login__vhod .checkbox input:checked+span{border:0;background-color:#632dce}.login__vhod .checkbox input:checked+span:before{opacity:1;visibility:visible;border:solid #fff;border-width:0px 2px 2px 0}.login__vhod .checkbox__text{font-size:14px;font-weight:600;color:#717070;transform:translateY(3px)}.login__vhod .checkbox__text a{text-decoration:underline;display:inline}.login__vhod .checkbox__text a:hover{text-decoration:none}.login__rearm.error input{border:1px solid #ff1216}.login__rearm-nav{display:flex;align-items:center;justify-content:flex-end;margin-top:32px}@media only screen and (max-width: 767px){.login__rearm-nav{position:fixed;z-index:50;bottom:16px;flex-direction:column-reverse;background:#ffffff;border-radius:14px;width:90%;left:50%;transform:translate(-50%);padding:16px}}.login__rearm-back{cursor:pointer;transition:.3s;display:flex;align-items:center;justify-content:center;width:90px;height:40px;background:#e6e6e6;border-radius:8px;font-size:14px;font-weight:600;margin-right:12px}@media only screen and (max-width: 767px){.login__rearm-back{width:100%;margin-right:0;margin-top:8px}.login__rearm-back:last-child{margin-bottom:0}}.login__rearm-back:hover{background:#d1d1d1}.login__rearm-btn{cursor:pointer;transition:.3s;display:flex;align-items:center;justify-content:center;width:207px;height:40px;background:#7237ec;border-radius:8px;font-size:14px;font-weight:600;color:#fff}@media only screen and (max-width: 767px){.login__rearm-btn{width:100%}}.login__rearm-btn:hover{background:#642fce}.login__rearm-head{font-size:14px;font-weight:700;margin-bottom:4px}.login__rearm-text{font-size:14px;font-weight:600;color:#717070;margin-bottom:12px}.login__rearm-input input{width:100%;height:48px;border:1px solid #e6e6e6;border-radius:8px;padding:0 14px;font-size:14px;font-weight:600;color:#000;background:none}.login__rearm-input input.valid{border:1px solid #e6e6e6}.login__rearm-input input.invalid~div{display:block}.login__rearm-input input::placeholder{color:#717070}.login__rearm-input--head{font-size:14px;font-weight:600;margin-bottom:8px;color:#717070}.new-pass{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:200;max-width:623px;width:100%;background:#ffffff;border-radius:14px;display:none}@media only screen and (max-width: 767px){.new-pass{max-width:95%}}.new-pass .login__registr-input,.new-pass .login__registr-pass{margin-bottom:12px}.new-pass .login__registr-pass--see{top:14px}.new-pass__inner{position:relative;padding:48px 63px}@media only screen and (max-width: 767px){.new-pass__inner{padding:24px 23px}}.new-pass__strong{display:flex;align-items:center;justify-content:center;position:absolute;top:30px;right:30px;cursor:pointer}@media only screen and (max-width: 767px){.new-pass__strong{width:20px;top:20px;right:20px}}.new-pass__title{text-align:center;font-size:28px;font-weight:800;margin-bottom:12px}@media only screen and (max-width: 767px){.new-pass__title{font-size:24px;max-width:220px;margin:0 auto 12px;line-height:28px}}.new-pass__text{max-width:400px;text-align:center;font-size:14px;line-height:20px;color:#717070;margin:0 auto 32px}@media only screen and (max-width: 767px){.new-pass__text{margin-bottom:24px}}.new-pass__text span{color:#7237ec}.new-pass__form{max-width:341px;width:100%;margin:0 auto}@media only screen and (max-width: 767px){.new-pass__form{max-width:100%}}.new-pass__btn{cursor:pointer;display:flex;align-items:center;justify-content:center;width:100%;height:40px;background:#7237ec;border-radius:8px;font-size:14px;font-weight:600;color:#fff;border:0;transition:.3s}.code{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:250;max-width:623px;width:100%;background:#ffffff;border-radius:14px}@media only screen and (max-width: 767px){.code{max-width:95%}}.code__inner{position:relative;padding:48px 63px}@media only screen and (max-width: 767px){.code__inner{padding:24px 23px}}.code__strong{display:flex;align-items:center;justify-content:center;position:absolute;top:30px;right:30px;cursor:pointer}@media only screen and (max-width: 767px){.code__strong{width:20px;top:20px;right:20px}}.code__title{text-align:center;font-size:28px;font-weight:800;margin-bottom:12px}@media only screen and (max-width: 767px){.code__title{font-size:24px}}.code__text{max-width:400px;text-align:center;font-size:14px;line-height:20px;color:#717070;margin:0 auto 32px}@media only screen and (max-width: 767px){.code__text{margin-bottom:24px}}.code__text span{color:#7237ec}.code__end{text-align:center;margin-top:12px;font-size:14px;font-weight:600;color:#717070;display:flex;align-items:center;justify-content:center}.code__end .question{display:none}.code__end-timer{margin-left:5px;display:flex;align-items:center}.code__end-item{display:flex;align-items:center}.code__end-return,.code__end.timeout .code__end-item{display:none}.code__end.timeout .code__end-return{display:block;font-size:14px;font-weight:600;color:#7237ec;cursor:pointer}.code .otc{position:relative;margin:0 auto}.code .otc fieldset{border:0;padding:0;margin:0}.code .otc fieldset div{display:flex;align-items:center}@media only screen and (max-width: 767px){.code .otc fieldset div{justify-content:center}}.code .otc legend{margin:0 auto 1em;color:#55f}.code input.number{width:56px;height:56px;margin-right:32px;font-size:24px;font-weight:700;text-align:center;-moz-appearance:textfield;appearance:textfield;-webkit-appearance:textfield;border:1px solid #e6e6e6;color:#000;border-radius:8px}@media only screen and (max-width: 767px){.code input.number{width:32px;height:32px;font-size:16px;margin-right:8px;border-radius:4px}}.code input.number:last-child{margin-right:0}.code input::-webkit-outer-spin-button,.code input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.code input[type=number]:nth-child(n+4){order:2}.code .otc label{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.code__warn{align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#717070;margin-top:12px}.code__warn img{margin-right:4px}.code.code-warn input[type=number]{border:1px solid #ff1216}.code.code-warn .code__warn{display:flex}.login__select-tab.hidden{display:none}.login__registr.error .edit-profile__date>div>div,.login__registr.error .edit-profile__lang-search>div>div{border-color:red}@media only screen and (max-width: 991px){.saidbar{display:none}}.content__main.content__main-my-profile{margin:0 auto;margin-top:6rem}.login__vhod .login__registr-msg{margin:10px 0}.drop-menu__exit{cursor:pointer}.carousel .carousel-status{top:24px;left:48px;font-size:13px;color:#fff;z-index:999;text-shadow:none}.human__slider-image img{object-fit:cover;border-radius:14px 0 0 14px}@media screen and (max-width: 1340px){.human__slider-image img{max-height:400px;border-radius:14px}}@media only screen and (max-width: 991px){.human__slider-image img{max-height:none}.carousel .carousel-status{top:44px;left:70px}}.swiper{position:relative}.human__events-search{left:0;width:100%;display:flex;justify-content:center}.error-field{border-color:red}@media only screen and (max-width: 1340px){.human__content{width:656px}}@media only screen and (max-width: 991px){.human__content{width:100%}.content.content-swap .content__items>div:nth-child(2){width:100%}.content__items{display:block}.content__main-my-profile .saidbar__user{max-width:255px;margin-left:auto;margin-right:auto}}@media only screen and (max-width: 767px){.hidden-mobile{display:none}.active-mobile.chat__content{z-index:191;position:relative}.search__header-drop{top:50px;bottom:auto}}.chat__massages{margin-top:30px}@media only screen and (min-width: 1341px){.chat__content{width:615px}}@media only screen and (max-width: 1341px){.chat__content{width:368px}}@media only screen and (max-width: 991px){.chat__content{width:100%}}@media only screen and (min-width: 768px){.chat__back{display:none}}.image-blurred{-webkit-filter:blur(18px);filter:blur(18px)}.saidbar__user{position:relative}.saidbar__user .sidebar__crown-image{position:absolute;width:58px;height:47px;background-size:58px;background-position:center;top:-20px;right:30px}.content__main-title{font-size:24px;font-weight:700}@media only screen and (max-width: 991px){.content__main-title{padding-top:4rem}}.content__main-content{padding:1rem 0}.form-complaint__input{height:auto}.chat-nav__item,.chat__content-image img{cursor:pointer}.page__header{width:952px}@media only screen and (max-width: 1340px){.page__header{width:654px}}@media only screen and (max-width: 991px){.page__header{width:100%}}.no__results{padding:30px;text-align:center}@media only screen and (max-width: 991px){.no__results{margin-top:60px}}.saidbar__nav-list li{position:relative}.saidbar__nav-list li span{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#ff1216;border:1px solid #ffffff;font-size:14px;font-weight:600;position:absolute;top:0;right:0}.saidbar__nav-filter{z-index:10}.chat__form-item-send{position:relative;z-index:10}.chat__form-item-send img{cursor:pointer}.login__forgot .login__registr-korekt{display:block}.code-inputs{text-align:center}.edit-profile{position:relative}.edit-profile .done__btn{position:fixed;z-index:190;right:20px;top:20px;cursor:pointer;font-size:12px;font-weight:600;color:#7237ec;display:none}@media only screen and (max-width: 991px){.edit-profile .done__btn{display:block}}@media only screen and (max-width: 991px){.edit-profile__end{display:none}}.human__events-item-next b{margin-right:0;margin-left:11px}@media only screen and (max-width: 767px){.search__item-matches .search__abs{z-index:5;opacity:1}}@media only screen and (max-width: 991px){.human__events-search{left:50%}}.wrapper-content{padding-top:0}.chat__search{position:relative}.chat__search img{position:absolute;right:30px;top:15px}@media screen and (min-width: 1341px){.swiper-slide{height:686px}.carousel.carousel-slider{border-radius:14px 0 0 14px}}.delete-profile__btn{position:absolute;left:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;width:160px;height:40px;background:#e6e6e6;border-radius:8px;margin-right:12px;font-size:14px;font-weight:600}.drop-menu .delete-profile__btn{left:20px;bottom:24px}svg:not([class]){transition:inherit;width:100%;height:100%;fill:currentcolor}.link-i{font-size:.88rem;font-weight:600;color:#7237ec;padding:.32em;margin:-.31em;display:grid;justify-content:center;grid-auto-flow:column;transition:.3s ease-out;align-items:center;gap:.25em}.link-i__ico{display:inline-block;width:1.43em;height:1.43em;transition:.3s ease-out}.link-i__name{display:inline-block;border-bottom:1px dashed #7237ec;padding:.13em 0}.saidbar__premium--b:not(:last-child){margin-bottom:1rem}.saidbar__link-box{display:grid;justify-content:center}.p-img-c{width:100%;height:100%;object-position:center;object-fit:contain}@media (max-height: 43.75em){.content__main.content__main-my-profile{margin-top:0}}.p-img{width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}.p-img-c{width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain}:root{--speed-ring-a: 1.19s;--speed-ring-b: 1.19s}.ring-plaoder{position:relative}.ring-plaoder__c-box{position:absolute;top:50%;left:50%;z-index:20;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none;width:5.5em;height:5.5em}.ring-plaoder__ring-a,.ring-plaoder__ring-b{position:absolute;top:50%;left:50%;z-index:1;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;-webkit-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.ring-plaoder__ring-a{width:100%;height:100%}.ring-plaoder__ring-a img{display:block;-webkit-animation:anm-rotate var(--speed-ring-a) linear infinite;animation:anm-rotate var(--speed-ring-a) linear infinite}.ring-plaoder__ring-b{width:4.25em;height:4.25em}.ring-plaoder__ring-b img{display:block;animation:anm-rotate var(--speed-ring-b) linear infinite reverse}.ring-plaoder._js-loaded .ring-plaoder__ring-a,.ring-plaoder._js-loaded .ring-plaoder__ring-b{opacity:1}@-webkit-keyframes anm-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes anm-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}[data-fullscreen]{min-height:100vh;min-height:100svh;min-height:calc(var(--vh, 1vh) * 100)}@media (max-width: 43.75rem){[data-fullscreen]{transition:height .2s}}._ibg{position:relative;z-index:2}._ibg ._ibg-img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center}._ibg-c{position:relative;z-index:2}._ibg-c ._ibg-img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:contain;object-position:center}._ibg-f{position:relative;z-index:2}._ibg-f ._ibg-img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:fill}:root{--speed-p-w-pre: 1.2s;--speed-p-w-pre2: 1.9s;--opacity-p-w-pre: 1;--mask-p-w-pre: linear-gradient(270deg, rgba(208, 208, 208, 0) 0%, #d0d0d0 50%, rgba(208, 208, 208, 0) 100%);--opacity-fake-f-pre: .7;--opacity-fake-f-pre2: .5}.human__links{transition:.2s ease-out .35s}.w-gra-preloader{position:relative;transition:.3s ease-out 0s}.w-gra-preloader__hide-f{transition:.2s ease-out .35s}.w-gra-preloader__fake-f-pre-b{overflow:hidden;position:absolute;top:0;left:0;z-index:5;width:100%;display:grid;justify-content:start;gap:1rem;grid-template-columns:1fr;opacity:0;pointer-events:none;transition:inherit;height:100%}.w-gra-preloader__fake-f-pre-b>div:not([class]){background-color:#dadada;overflow:hidden;overflow:clip;border-radius:.88em}.w-gra-preloader__a-pre{font-size:1rem;position:absolute;top:-.25rem;left:-15.62em;z-index:90;width:12.5em;height:140vh;background:linear-gradient(270deg,transparent 0%,#d0d0d0 50%,transparent 100%);opacity:0;pointer-events:none;-webkit-mask:var(--mask-p-w-pre);mask:var(--mask-p-w-pre)}body._js-win-preloader{overflow:hidden}body._js-win-preloader .w-gra-preloader__a-pre{opacity:var(--opacity-p-w-pre);animation:anm-p-preloader var(--speed-p-w-pre) linear infinite}body._js-win-preloader .human__links{opacity:0}body._js-win-preloader .w-gra-preloader{pointer-events:none}body._js-win-preloader .w-gra-preloader__hide-f,body._js-win-preloader .w-gra-preloader__hide-f *{opacity:0}body._js-win-preloader .spec-btn{opacity:1}body._js-win-preloader .w-gra-preloader__fake-f-pre-b{opacity:var(--opacity-fake-f-pre)}body._js-win-preloader .w-gra-preloader__fake-f-pre-b *{opacity:1}@keyframes anm-p-preloader2{0%{left:0}to{left:160%}}@media (max-width: 83.75em){.w-gra-preloader__fake-f-pre{grid-template-columns:repeat(3,1fr)}.w-gra-preloader__fake-f-pre>div:not([class]){aspect-ratio:177/200;border-radius:.88em;background-color:#dadada;overflow:hidden;overflow:clip}}@media (max-width: 48em){.w-gra-preloader__fake-f-pre{grid-template-columns:repeat(2,1fr)}.w-gra-preloader__fake-f-pre>div:not([class]){aspect-ratio:1}}.spec-btn{opacity:1;background-color:#b5edf5;padding:.32em 1.25em;border-radius:.44em;font-size:1.38rem;position:absolute;top:0;left:0;z-index:400;translate:0 -150%;pointer-events:auto!important;cursor:pointer;border:0}.search__item{position:relative;isolation:isolate}._js-anim-hide{overflow:hidden;pointer-events:none;position:relative;isolation:isolate}._js-anim-hide *{opacity:0}._js-anim-hide:after,._js-anim-hide:before{opacity:0}._js-anim-hide .p__cloud{opacity:1}._js-anim-hide .p__cloud:after{opacity:var(--opacity-p-w-pre2);animation:anm-p-preloader2 var(--speed-p-w-pre2) linear infinite}.p__cloud{display:block;font-size:1rem;position:absolute;top:0;left:0;z-index:90;width:110%;height:110%;background-color:#e4e4e4;opacity:0;pointer-events:none;transition:.3s ease-out 0s}.p__cloud:after{content:"";display:block;opacity:1;font-size:1rem;position:absolute;top:0;left:0;z-index:92;width:7.5em;height:56.25em;background-color:#000;translate:-110% 0;background:linear-gradient(270deg,transparent 0%,#bebebe 50%,transparent 100%);pointer-events:none;-webkit-mask:var(--mask-p-w-pre);mask:var(--mask-p-w-pre)}@media (min-width: 47.5em){html,body{scrollbar-gutter:stable both-edges;scrollbar-gutter:stable}}body{will-change:scroll-position}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}.p__btn-tab{width:2.13rem;height:2.38rem;margin:0 -.12rem 0 0}svg:not([class]){display:block;transition:inherit;width:100%;height:100%;fill:currentcolor}svg path{fill:inherit;stroke:inherit}@-moz-document url-prefix(){path{fill:inherit;stroke:inherit}}.search__item{border-radius:0}.card-search{border-radius:14px;overflow:hidden}.card-search__box-btn{height:2.38rem;background-color:#f5f5f5;overflow:hidden;overflow:clip;position:relative;z-index:20;box-shadow:0 1px 2px #0000000f,0 1px 3px #0000001a;display:grid;justify-content:start;grid-template-columns:repeat(2,1fr)}.btn-si{display:flex;align-items:center;justify-content:center;outline:none;border:0;transition:.3s ease-out 0s;background-color:#f5f5f5}.btn-si__ico{display:block;width:1.5rem;height:1.5rem;transition:inherit;color:#7237ec;font-family:👺}.btn-si__ico-cross{color:#99a2ad;font-family:👺;display:block;width:1.13rem;height:1.13rem}@media (hover) and (min-width: 34.38em){.btn-si:hover{background-color:#e0e0e0}.btn-si:hover .btn-si__ico{color:#4b1aad}.btn-si:hover .btn-si__ico-cross{color:#000}.btn-si:focus-visible{background-color:#e0e0e0}.btn-si:focus-visible .btn-si__ico{color:#4b1aad}.btn-si:focus-visible .btn-si__ico-cross{color:#000}}.carousel .control-dots{display:none}.card-form-container{height:100%;width:100%;padding:0;margin:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center}.card-form{display:block;width:450px;margin:auto;background:#fefefe;box-shadow:0 14px 80px #22233a33;padding:25px 30px;border-radius:15px;transition:all .3s}.card-form>div{margin:15px 0}iframe[name=payment-iframe]{border:none;min-height:500px;width:100%;height:100%}.hidden{display:none!important}svg:not([class]){display:block;transition:inherit;width:100%;height:100%}p-box,p-ico,p-elm{display:block}.p-btn{padding:.72em 1.72em;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background-color:#7237ec;color:#fff;font-weight:600;font-size:.88em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.3s ease-out 0s;border:1px solid #7237ec;cursor:pointer}@media (any-hover: hover) and (min-width: 34.38em){.p-btn:hover,.p-btn:focus{color:#7237ec;background-color:#fff}}.w-pp{padding:2.88em 3.88em;width:100%;max-width:38.94em;border-radius:.88em;flex-direction:column;display:flex;justify-content:center;align-items:center;gap:2em}.w-pp__close{position:absolute;top:1.88em;right:1.88em;z-index:5;width:1.63em;height:1.63em;background-color:transparent;outline:none;color:#717070;cursor:pointer;border:none;transition:.3s ease-out 0s}@media (hover) and (min-width: 34.38em){.w-pp__close:hover,.w-pp__close:focus-visible{color:#7237ec;rotate:90deg}}.w-pp__ico{width:7.88em;height:7.88em}.w-pp__ttl{font-size:1.75rem;font-weight:800;text-align:center}.w-pp__ttl:not(:last-child){margin-bottom:.43em}.w-pp__desc{font-size:.88rem;font-weight:600;color:#717070;text-align:center}@media (max-width: 34.38em){.w-pp{padding:1.5em 1em;gap:1em}.w-pp__ttl{font-size:1.5em}.w-pp__btn{align-self:stretch}}.w-pay-pp{padding:0;max-width:26.88em}.w-pay-pp__c-box{padding:2em;width:100%}.w-pay-pp__top{padding-right:.63em;display:flex;align-items:center;gap:.63em}.w-pay-pp__top:not(:last-child){margin-bottom:1.88em}.w-pay-pp__ttl{font-size:1.5em;font-weight:800}.w-pay-pp__ttl:not(:last-child){margin-bottom:.25em}.w-pay-pp__desc{font-size:.88rem;font-weight:600}.pp-pay-bn-list{padding:2em;display:flex;justify-content:center;gap:1.44em;background-color:#f5f5f5;border-radius:0 0 .88em .88em;width:100%;margin-bottom:-30px}.pp-pay-bn-list__img{height:1.25em}.pp-form{--_color-2: #717070;flex-direction:column;display:flex;gap:1.5em}:where(.pp-form) button{padding-block:0;padding-inline:0;border-width:0;background-color:transparent}.pp-form__row:not(:last-child){margin-bottom:1em}.pp-form__fieldset{display:grid;justify-content:start;gap:1em;grid-template-columns:repeat(2,1fr);min-inline-size:initial;margin-inline:0;border-width:0;border-style:initial;border-color:initial;padding-block:0;padding-inline:0;width:100%}.box-inp{flex-direction:column;display:flex;gap:.5em;min-width:0}.box-s-pp-form{flex-direction:column;display:flex;gap:1em}.desc-elm-submit{font-size:.88rem;font-weight:600;color:var(--_color-2, #717070);flex-direction:column;display:flex;align-items:center}.info-btn{flex:0 0 auto;width:1.43em;height:1.43em;padding:.15em;color:inherit}:where(.pp-form) button{cursor:pointer}.pp-input{font-size:.88rem;font-weight:600;padding:.88em;border-radius:.5rem;border:1px solid #e6e6e6;min-width:0;width:100%;display:block;max-width:100%}.pp-input::-webkit-input-placeholder{color:var(--_color-2, #717070)}.pp-input::-moz-placeholder{color:var(--_color-2, #717070)}.pp-lbl{font-size:.88rem;font-weight:600;color:var(--_color-2, #717070)}.submit-pay{padding:.63em;background-color:#7237ec;pointer-events:auto}.submit-pay[disabled]{pointer-events:none;background-color:var(--_color-2, #717070);border-color:var(--_color-2, #717070)}.check-mail{cursor:pointer;position:relative;isolation:isolate;display:flex;align-items:center}.check-mail__name{font-weight:700;flex:1 1 auto;min-width:0}.check-mail__chk{position:absolute;top:0;left:0;z-index:-10;opacity:0}.figure-check-mail{flex:0 0 auto;display:block;padding:.13em;width:2.5em;height:1.5em;border-radius:6.25em;background-color:var(--_color-2, #717070);position:relative;isolation:isolate}:where(.figure-check-mail)>span{display:block;width:1.25em;border-radius:50%;height:1.25em;background-color:#fff;position:absolute;top:50%;left:.13em;z-index:5;translate:0 -50%;transition:.3s ease-out 0s}.pp-form___mail-elm{display:none}.pp-form:has(.check-mail__chk:checked) .figure-check-mail{background-color:#7237ec;justify-content:flex-end}.pp-form:has(.check-mail__chk:checked) .figure-check-mail span{left:1.13em}.pp-form:has(.check-mail__chk:checked) .pp-form___mail-elm{display:flex}@media (min-width: 56.25em){.pp-form__e-error{position:absolute;top:0;left:-.75rem;z-index:5;transform:translate3d(-100%,0,0);opacity:0;pointer-events:none;transition:.3s ease-out 0s}.box-inp._js-error .pp-form__e-error{opacity:1}.box-inp__err-wrap{position:relative;isolation:isolate;min-width:0}}.f-error__mess{font-size:.88em}@media (min-width: 56.25em){.f-error{--_c-bg: #fff;--_shadow: 1px 1px 3px 0 rgba(16, 7, 34, .03), 3px 3px 10px 0 rgba(16, 7, 34, .04), 7px 7px 31px 0 rgba(16, 7, 34, .07);padding:.75em 1em;box-shadow:var(--_shadow);border-radius:.5rem;background-color:var(--_c-bg);white-space:nowrap}.f-error:before{content:"";display:inline-block;width:1.13em;height:1.13em;background:var(--svg-arr-mess) 50% 50%/contain no-repeat;filter:drop-shadow(var(--_shadow));position:absolute;top:50%;right:.63em;z-index:2;transform:translate3d(100%,-50%,0)}.f-error__ico{display:none}}@media (min-width: 56.25em){.pp-form__e-error--r{--_shadow: -1px 1px 3px 0 rgba(16, 7, 34, .03), -3px 3px 10px 0 rgba(16, 7, 34, .04), -7px 7px 31px 0 rgba(16, 7, 34, .07);left:initial;right:-.75rem;transform:translate3d(100%,0,0);max-width:12.5em;white-space:initial}.pp-form__e-error--r:before{top:.69em;left:-.5em;right:initial;transform:translateZ(0);rotate:180deg;filter:drop-shadow(var(--_shadow))}}.box-inp._js-error .pp-input{border-color:#ff1216}@media (max-width: 56.25em){.f-error{display:flex;gap:.25em}.pp-form__e-error{display:none}.box-inp__err-wrap{flex-direction:column;display:flex;gap:.25em}.box-inp._js-error .pp-form__e-error{display:flex}.f-error__ico{width:.88em;height:.88em;flex:0 0 auto;margin-top:.07em}}.ppf-info{position:relative;z-index:20;display:inline-block;translate:0 .25em}.ppf-info__mess{padding:.75em 1em;position:absolute;left:50%;bottom:-.62em;z-index:10;translate:-50% 100%;width:20em;border-radius:.5rem;background-color:#fff;box-shadow:0 -1px 3px #10072208,0 -3px 10px #1007220a,0 -7px 31px #10072212}.ppf-info__mess:before{content:"";display:inline-block;width:1.13em;height:1.13em;background:var(--svg-arr-mess) 50% 50%/contain no-repeat;position:absolute;top:-.62em;left:50%;z-index:2;transform:translate3d(0,-50%,0);rotate:-90deg}.mess-ppf-info__txt{font-size:.88em}.ppf-info__mess{pointer-events:none;opacity:0;transition:.3s ease-out 0s}@media (hover) and (min-width: 34.38em){.ppf-info:hover,.ppf-info:focus-visible{color:#7237ec}.ppf-info:hover .ppf-info__mess,.ppf-info:focus-visible .ppf-info__mess{pointer-events:auto;opacity:1}}@media (min-width: 56.25em){.m-mess-desc{display:none}}@media (max-width: 56.25em){.ppf-info__mess{display:none}.m-mess-desc{display:flex;align-items:flex-start;gap:.88em;padding:.75em;border-radius:.5rem;background-color:#fff;box-shadow:0 1px 4px #0e061e08,0 3px 16px #0e061e0a,0 7px 51px #0e061e12}.m-mess-desc__close{display:block;width:1.13em;height:1.13em;flex:0 0 auto;translate:0 -.12em}:where(.m-mess-desc) p{font-size:.75rem}.desc-elm-submit{flex-direction:column;display:flex;gap:.63em}.desc-elm-submit__m-win-mess{display:none}.desc-elm-submit._js-show-info .desc-elm-submit__m-win-mess{display:flex}}@media (max-width: 34.38em){.w-pay-pp{padding:0}.w-pay-pp__c-box{padding:1.88em 1em 1.25em}:where(.w-pay-pp) .w-pp__close{top:.88em;right:.88em}.pp-pay-bn-list{padding:1.25em 1em}.pp-form__fieldset{gap:.63em}}
