Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
8d6ec748dc |
122
src/docs/EnPPofData.js
Normal file
122
src/docs/EnPPofData.js
Normal file
@ -0,0 +1,122 @@
|
|||||||
|
import { Box, Container, Typography } from "@mui/material"
|
||||||
|
import { Link } from "react-router-dom"
|
||||||
|
import PenaLogo from "@components/PenaLogo"
|
||||||
|
import React from "react"
|
||||||
|
|
||||||
|
export default function EnPPofData() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<Container
|
||||||
|
component="nav"
|
||||||
|
disableGutters
|
||||||
|
maxWidth={false}
|
||||||
|
sx={{
|
||||||
|
zIndex: "1",
|
||||||
|
px: "16px",
|
||||||
|
display: "flex",
|
||||||
|
height: "79px",
|
||||||
|
alignItems: "center",
|
||||||
|
gap: "60px",
|
||||||
|
bgcolor: "white",
|
||||||
|
borderBottom: "1px solid #E3E3E3",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Link to="/">
|
||||||
|
<PenaLogo width={124} color="black" />
|
||||||
|
</Link>
|
||||||
|
</Container>
|
||||||
|
<Box
|
||||||
|
sx={{
|
||||||
|
overflow: "auto",
|
||||||
|
width: "100%",
|
||||||
|
display: "flex",
|
||||||
|
flexDirection: "column",
|
||||||
|
alignItems: "center",
|
||||||
|
height: "100vh",
|
||||||
|
paddingTop: "20px",
|
||||||
|
backgroundColor: "white"
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Box
|
||||||
|
sx={{
|
||||||
|
maxWidth: "1440px",
|
||||||
|
padding: " 15px 30px",
|
||||||
|
"*": {
|
||||||
|
textAlign: "justify",
|
||||||
|
fontSize: "14px",
|
||||||
|
},
|
||||||
|
p: {
|
||||||
|
textIndent: "35px",
|
||||||
|
},
|
||||||
|
li: {
|
||||||
|
textIndent: "35px",
|
||||||
|
textAlign: "justify",
|
||||||
|
fontSize: "14px",
|
||||||
|
},
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
PERSONAL DATA PROCESSING POLICY
|
||||||
|
</Typography>
|
||||||
|
<Box>
|
||||||
|
<Typography>
|
||||||
|
ООО PENA (hereinafter referred to as the “Operator”) notifies that it is the operator of your personal data and will process the provided personal data in accordance with the provisions of the Federal Law of the Russian Federation No. 152-FZ of July 27, 2006 “On Personal Data”, the Privacy Policy
|
||||||
|
and the Offer Agreement of the Pena Quiz service (hereinafter referred to as the Service, the Pena Quiz Service).</Typography>
|
||||||
|
<Typography>
|
||||||
|
This consent is provided by filling in the “checkbox” (putting a “tick”/“web tag” in the “I agree to the processing of personal data and have read the terms of the Privacy Policy” column) and clicking the corresponding button.</Typography>
|
||||||
|
<Typography>
|
||||||
|
An application for the revocation of this consent may be sent to the Operator, by expressing your intention to e-mail inbox@pena.digital and then following the instructions received</Typography>
|
||||||
|
<Typography marginTop={"25px"}>
|
||||||
|
I express <b style={{ fontSize: "18px", }}>my consent to the processing</b>, including: collection, recording, systematization, accumulation, storage,
|
||||||
|
clarification (updating, modification), retrieval, use, transfer (provision, access),
|
||||||
|
blocking, depersonalization, deletion, destruction,</Typography>
|
||||||
|
<Typography>
|
||||||
|
<b style={{ fontSize: "18px", }}>your personal data:</b> any data provided by me through the "quiz", including:
|
||||||
|
last name, first name, patronymic; gender; age; date of birth; place of birth; citizenship;
|
||||||
|
residential / registration address; email address; telephone number; ID in social networks;
|
||||||
|
information about income; consumer preferences and other data provided by me independently,</Typography>
|
||||||
|
<Typography>
|
||||||
|
<b style={{ fontSize: "18px", }}>оператором:</b> Общество с ограниченной ответственностью "Пена" (ООО "Пена")
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
Taxpayer Identification Number (INN)/Tax Registration Reason Code (KPP): 2543126056/254001001
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
Primary State Registration Number (OGRN): 1182536017993
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
Address: 690091, Приморский край, г.о. Владивостокский, г Владивосток, ул Алеутская, д. 28, офис 207
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
Director based on the Charter: Lindberg Ivan Romanovich
|
||||||
|
</Typography>
|
||||||
|
<Typography>(Далее – Оператор)</Typography>
|
||||||
|
<Typography>
|
||||||
|
<b style={{ fontSize: "18px", }}>for the purposes of:</b> ensuring communication and interaction between me and the creators of the "quizzes"
|
||||||
|
(customers), sending me informational and advertising messages, promoting the goods, works,
|
||||||
|
services of the Operator's partners (creators of the "quizzes" - customers).</Typography>
|
||||||
|
<Typography>
|
||||||
|
I agree and allow the Operator to process my personal data using automation tools.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
I agree that my personal data will be transferred to third parties - partners of the Operator - creators of "quizzes" (Customers), through whom I provide my data, for the implementation of the purposes of personal data processing. Without transferring data to the partners of the Operator, the implementation of the purposes of personal data processing will be impossible.</Typography>
|
||||||
|
|
||||||
|
<Typography>
|
||||||
|
I agree that, if it is necessary to achieve the purposes of processing personal data,
|
||||||
|
Operators have the right to entrust the processing of personal data to:</Typography>
|
||||||
|
<li style={{ fontSize: "18px", marginLeft: "100px" }}>
|
||||||
|
to the operator of data storage platforms (data center): OOO Yandex.Cloud
|
||||||
|
(Primary State Registration Number (OGRN): 1187746678580, 119021, Moscow, Leo Tolstoy St., 16, office 528).
|
||||||
|
</li>
|
||||||
|
<Typography>
|
||||||
|
This Consent is valid until the processing purposes are achieved or consent to processing is revoked, but not more than 3 (three) years from the date of providing the Consent.
|
||||||
|
</Typography>
|
||||||
|
</Box>
|
||||||
|
|
||||||
|
</Box>
|
||||||
|
|
||||||
|
</Box>
|
||||||
|
</>
|
||||||
|
|
||||||
|
)
|
||||||
|
}
|
158
src/docs/Endocs.js
Normal file
158
src/docs/Endocs.js
Normal file
@ -0,0 +1,158 @@
|
|||||||
|
import React from "react"
|
||||||
|
|
||||||
|
import { Box, useMediaQuery, useTheme, Button, SwipeableDrawer, IconButton } from "@mui/material"
|
||||||
|
import { Outlet, useNavigate } from "react-router-dom"
|
||||||
|
|
||||||
|
|
||||||
|
export default function Component() {
|
||||||
|
const theme = useTheme()
|
||||||
|
const isMobile = useMediaQuery(theme.breakpoints.down("md"))
|
||||||
|
const navigate = useNavigate()
|
||||||
|
const [valueButton, setValueButton] = React.useState("")
|
||||||
|
|
||||||
|
const [drawer, setDrawer] = React.useState(false)
|
||||||
|
React.useEffect(() => {
|
||||||
|
document.getElementsByTagName("html")[0].scrollTop = 0
|
||||||
|
}, [])
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
{isMobile && (
|
||||||
|
<Button component="button" sx={{ position: "fixed", backgroundColor: "#434657", color: "#ffffff", width: "100%", "&:hover": { color: "#000000" } }} variant="gray" onClick={() => setDrawer(true)}>
|
||||||
|
menu
|
||||||
|
</Button>
|
||||||
|
)}
|
||||||
|
<Box
|
||||||
|
sx={{
|
||||||
|
height: "100vh",
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
display: "flex",
|
||||||
|
width: "100%",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{!isMobile && (
|
||||||
|
<Box width="20vw" backgroundColor="#434657">
|
||||||
|
<Box
|
||||||
|
sx={{
|
||||||
|
backgroundColor: "#434657",
|
||||||
|
borderRight: 1,
|
||||||
|
borderColor: "#434657",
|
||||||
|
width: "100%",
|
||||||
|
marginTop: "50px"
|
||||||
|
}}>
|
||||||
|
<Button
|
||||||
|
variant={"text"}
|
||||||
|
|
||||||
|
onClick={() => {
|
||||||
|
navigate("/en/docs/oferta")
|
||||||
|
setValueButton("oferta")
|
||||||
|
}}
|
||||||
|
|
||||||
|
sx={{
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: "16px",
|
||||||
|
width: "100%",
|
||||||
|
backgroundColor: valueButton === "oferta" ? "#252734" : undefined,
|
||||||
|
}}>
|
||||||
|
Offer
|
||||||
|
</Button>
|
||||||
|
<Button
|
||||||
|
variant={"text"}
|
||||||
|
onClick={() => {
|
||||||
|
navigate("/en/docs/ofertaQuizDevelop")
|
||||||
|
setValueButton("ofertaQuizDevelop")
|
||||||
|
}}
|
||||||
|
sx={{
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: "16px",
|
||||||
|
width: "100%",
|
||||||
|
backgroundColor: valueButton === "ofertaQuizDevelop" ? "#252734" : undefined,
|
||||||
|
}}>
|
||||||
|
User Agreement for the "Quiz Development" Service
|
||||||
|
</Button>
|
||||||
|
|
||||||
|
<Button
|
||||||
|
value={"privacy"}
|
||||||
|
onClick={() => {
|
||||||
|
navigate("/en/docs/privacy")
|
||||||
|
setValueButton("privacy")
|
||||||
|
}}
|
||||||
|
sx={{
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: "16px",
|
||||||
|
width: "100%",
|
||||||
|
backgroundColor: valueButton === "privacy" ? "#252734" : undefined,
|
||||||
|
}}>
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</Button>
|
||||||
|
</Box>
|
||||||
|
</Box>
|
||||||
|
)}
|
||||||
|
<Box
|
||||||
|
sx={{
|
||||||
|
overflow: "auto",
|
||||||
|
width: "100%",
|
||||||
|
maxHeight: "100vh",
|
||||||
|
paddingTop: "20px",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Outlet />
|
||||||
|
</Box>
|
||||||
|
</Box>
|
||||||
|
<SwipeableDrawer
|
||||||
|
anchor="left"
|
||||||
|
open={drawer}
|
||||||
|
onClose={() => setDrawer(false)}
|
||||||
|
onOpen={() => setDrawer(true)}
|
||||||
|
sx={{
|
||||||
|
"& .MuiPaper-root": {
|
||||||
|
width: "50vw",
|
||||||
|
backgroundColor: "#434657",
|
||||||
|
},
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Box
|
||||||
|
sx={{
|
||||||
|
backgroundColor: "#434657",
|
||||||
|
borderRight: 1,
|
||||||
|
borderColor: "#434657",
|
||||||
|
width: "100%",
|
||||||
|
marginTop: "50px"
|
||||||
|
}}>
|
||||||
|
<Button
|
||||||
|
variant={"text"}
|
||||||
|
|
||||||
|
onClick={() => {
|
||||||
|
navigate("/en/docs/oferta")
|
||||||
|
setValueButton("oferta")
|
||||||
|
}}
|
||||||
|
|
||||||
|
sx={{
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: "16px",
|
||||||
|
width: "100%",
|
||||||
|
backgroundColor: valueButton === "oferta" ? "#252734" : undefined,
|
||||||
|
}}>
|
||||||
|
Offer
|
||||||
|
</Button>
|
||||||
|
<Button
|
||||||
|
value={"privacy"}
|
||||||
|
onClick={() => {
|
||||||
|
navigate("/en/docs/privacy")
|
||||||
|
setValueButton("privacy")
|
||||||
|
}}
|
||||||
|
sx={{
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: "16px",
|
||||||
|
width: "100%",
|
||||||
|
backgroundColor: valueButton === "privacy" ? "#252734" : undefined,
|
||||||
|
}}>
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</Button>
|
||||||
|
</Box>
|
||||||
|
</SwipeableDrawer>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
495
src/docs/en/content/PrivacyPolicy.js
Normal file
495
src/docs/en/content/PrivacyPolicy.js
Normal file
@ -0,0 +1,495 @@
|
|||||||
|
import React from "react"
|
||||||
|
import { Typography, Box, TableHead, TableRow, TableCell, Table, TableBody } from "@mui/material"
|
||||||
|
|
||||||
|
export default () => (
|
||||||
|
<>
|
||||||
|
<Box
|
||||||
|
sx={{
|
||||||
|
padding: " 15px 30px",
|
||||||
|
"*": {
|
||||||
|
textAlign: "justify",
|
||||||
|
fontSize: "14px",
|
||||||
|
},
|
||||||
|
p: {
|
||||||
|
textIndent: "35px",
|
||||||
|
},
|
||||||
|
li: {
|
||||||
|
textIndent: "35px",
|
||||||
|
textAlign: "justify",
|
||||||
|
fontSize: "14px",
|
||||||
|
},
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
Personal data processing policy
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
1. General provisions
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
This personal data processing policy has been drawn up in accordance with the requirements of the Federal
|
||||||
|
Law of 27.07.2006. No. 152-FZ "On Personal Data" (hereinafter referred to as the Personal Data Law) and determines the procedure for processing personal data and measures to ensure the security of personal data,
|
||||||
|
taken by ООО PENA) (hereinafter referred to as the Operator).
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
1.1. The Operator sets as its most important goal and condition for carrying out its activities the observance of the rights and
|
||||||
|
|
||||||
|
freedoms of a person and citizen when processing his personal data, including the protection of the rights to privacy,
|
||||||
|
|
||||||
|
personal and family secrets
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
1.2. This Operator policy regarding the processing of personal data (hereinafter referred to as the Policy) applies
|
||||||
|
|
||||||
|
to all information that the Operator may receive about visitors to the website https://pena.digital.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
2. Basic concepts used in the Policy
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.1. Automated processing of personal data — processing of personal data using computing equipment.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.2. Blocking of personal data — temporary cessation of processing of personal data (except for cases where processing is necessary to clarify personal data).
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.3. Website — a collection of graphic and information materials, as well as computer programs and databases,
|
||||||
|
ensuring their availability on the Internet at the network address https://pena.digital.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.4. Personal data information system — a collection of personal data contained in databases and information technologies and technical means ensuring their processing.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.5. Depersonalization of personal data — actions that make it impossible to determine, without the use of additional information, the ownership of personal data by a specific User or another subject of personal data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.6. Processing of personal data — any action (operation) or set of actions (operations) performed with or without the use of automation tools with personal data, including collection, recording, systematization, accumulation, storage, clarification (updating, modification),
|
||||||
|
retrieval, use, transfer (distribution, provision, access), depersonalization, blocking,
|
||||||
|
deletion, destruction of personal data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.7. Operator — a government agency, municipal agency, legal entity or individual, independently
|
||||||
|
or jointly with other persons, organizing and/or processing personal data, as well as
|
||||||
|
determining the purposes of processing personal data, the composition of personal data to be processed, actions
|
||||||
|
(operations) performed with personal data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.8. Personal data — any information relating directly or indirectly to a specific or determinable
|
||||||
|
User of the website https://pena.digital.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.9. Personal data permitted for distribution by the subject of personal data — personal data,
|
||||||
|
access to which is granted to an unlimited number of persons by the subject of personal data by giving consent
|
||||||
|
to the processing of personal data permitted by the subject of personal data for distribution in the manner prescribed by the Law on Personal Data (hereinafter — personal data permitted for distribution).
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.10. User — any visitor to the website https://pena.digital.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.11. Provision of personal data — actions aimed at disclosing personal data
|
||||||
|
to a specific person or a specific group of persons.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.12. Dissemination of personal data — any actions aimed at disclosing personal data
|
||||||
|
to an indefinite group of persons (transfer of personal data) or familiarizing an unlimited number of persons with personal data, including disclosure of personal data in the media,
|
||||||
|
posting in information and telecommunication networks or providing access to personal data
|
||||||
|
in any other way.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.13. Cross-border transfer of personal data — transfer of personal data to the territory of a foreign
|
||||||
|
state to a foreign government body, a foreign individual or a foreign legal entity.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
2.14. Destruction of personal data — any actions as a result of which personal data are destroyed
|
||||||
|
irrevocably with the impossibility of further restoration of the content of personal data in the information system
|
||||||
|
of personal data and/or the destruction of tangible media of personal data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
3. Basic rights and obligations of the Operator
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
3.1. The Operator has the right:
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— to receive reliable information and/or documents containing personal data from the subject of personal data;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— in the event of the personal data subject's withdrawal of consent to the processing of personal data, as well as,
|
||||||
|
sending an appeal with a request to stop the processing of personal data, the Operator has the right to continue
|
||||||
|
processing personal data without the consent of the personal data subject if there are grounds specified in the Law on Personal Data;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— independently determine the composition and list of measures necessary and sufficient to ensure the fulfillment of the obligations stipulated by the Law on Personal Data and regulatory legal acts adopted in accordance with it, unless otherwise provided by the Law on Personal Data or other federal laws.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
3.2. The operator is obliged to:
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— provide the personal data subject, at his request, with information concerning the processing of his personal data;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— organize the processing of personal data in the manner established by the current legislation of the Russian Federation;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— respond to requests and inquiries of personal data subjects and their legal representatives in accordance with the requirements of the Law on Personal Data;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— notify the authorized body for the protection of the rights of personal data subjects, at the request of this body, of the necessary information within 10 days from the date of receipt of such request;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— publish or otherwise provide unlimited access to this Policy regarding the processing of personal data;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— take legal, organizational and technical measures to protect personal data from unauthorized or accidental access to them, destruction, modification, blocking, copying, provision,
|
||||||
|
distribution of personal data, as well as from other illegal actions in relation to personal data;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— stop transferring (distributing, providing, accessing) personal data, stop processing
|
||||||
|
and destroying personal data in the manner and cases stipulated by the Law on Personal Data;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— fulfill other obligations stipulated by the Law on Personal Data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
4. Basic rights and obligations of personal data subjects
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
4.1. Personal data subjects have the right to:
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— receive information regarding the processing of their personal data, except for cases provided for by
|
||||||
|
federal laws. Information is provided to the personal data subject by the Operator in an accessible form,
|
||||||
|
and it should not contain personal data related to other personal data subjects,
|
||||||
|
except for cases where there are legal grounds for disclosing such personal data.
|
||||||
|
The list of information and the procedure for obtaining it is established by the Law on Personal Data;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— to demand from the operator clarification of his personal data, their blocking or destruction in the event that the personal data is incomplete, outdated, inaccurate, illegally obtained or is not necessary for the stated purpose of processing, and also to take measures provided by law to protect his rights;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— to put forward the condition of prior consent when processing personal data for the purpose of promoting goods, works and services on the market;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— to revoke consent to the processing of personal data, as well as to send a request to stop the processing of personal data;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— appeal to the authorized body for the protection of the rights of personal data subjects or in court
|
||||||
|
against illegal actions or inaction of the Operator when processing his personal data;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— to exercise other rights provided for by the legislation of the Russian Federation.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
4.2. Personal data subjects are obliged to:
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— provide the Operator with reliable data about themselves;
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
— inform the Operator about clarification (update, change) of their personal data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
4.3. Persons who have provided the Operator with false information about themselves or information about another subject of personal
|
||||||
|
data without the latter's consent are liable in accordance with the Russian Federation legislation.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
5. Principles of personal data processing
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
5.1. Personal data is processed on a lawful and fair basis.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
5.2. Personal data processing is limited to achieving specific, predetermined and lawful purposes.
|
||||||
|
Processing of personal data that is incompatible with the purposes of collecting personal data is not permitted.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
5.3. It is not allowed to combine databases containing personal data, the processing of which is carried out for purposes incompatible with each other.
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
5.4. Only personal data that meet the purposes of their processing may be processed.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
5.5. The content and volume of the personal data being processed correspond to the stated purposes of processing.
|
||||||
|
It is not allowed to process personal data that are redundant in relation to the stated purposes of their processing.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
5.6. When processing personal data, the accuracy of the personal data, their sufficiency, and, where necessary, relevance in relation to the purposes of processing the personal data are ensured. The operator takes the necessary measures and/or ensures that they are taken to delete or clarify incomplete or inaccurate data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
5.7. Personal data are stored in a form that allows identifying the subject of the personal data, for no longer than required for the purposes of processing the personal data, unless the storage period for the personal data is established by federal law, an agreement to which the subject of the personal data is a party, beneficiary, or guarantor. The personal data being processed are destroyed or depersonalized upon achieving the purposes of processing or in the event of loss of the need to achieve these purposes, unless otherwise provided by federal law. </Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
6. Purposes of processing personal data
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Box sx={{ width: "100%", display: "flex", justifyContent: "center", marginTop: "20px" }}>
|
||||||
|
<Table sx={{ minWidth: 300, border: "solid 1px #e0e0e0", maxWidth: "600px" }} aria-label="simple table">
|
||||||
|
<TableBody>
|
||||||
|
<TableRow>
|
||||||
|
<TableCell align="left" sx={{ border: "solid 1px #e0e0e0" }}>Processing target</TableCell>
|
||||||
|
<TableCell align="left" sx={{ border: "solid 1px #e0e0e0" }}>providing the User with access to services,
|
||||||
|
information and/or materials contained on the website
|
||||||
|
</TableCell>
|
||||||
|
</TableRow>
|
||||||
|
<TableRow>
|
||||||
|
<TableCell align="left" sx={{ border: "solid 1px #e0e0e0" }}>Personal data</TableCell>
|
||||||
|
<TableCell align="left" sx={{ border: "solid 1px #e0e0e0" }}>
|
||||||
|
last name, first name, patronymic
|
||||||
|
email address
|
||||||
|
telephone numbers
|
||||||
|
address of actual place of residence and registration at the place of residence
|
||||||
|
and/or at the place of stay
|
||||||
|
</TableCell>
|
||||||
|
</TableRow>
|
||||||
|
<TableRow>
|
||||||
|
<TableCell align="left" sx={{ border: "solid 1px #e0e0e0" }}>Legal grounds</TableCell>
|
||||||
|
<TableCell align="left" sx={{ border: "solid 1px #e0e0e0" }}>
|
||||||
|
agreements concluded between the operator and the subject of personal data
|
||||||
|
</TableCell>
|
||||||
|
</TableRow>
|
||||||
|
<TableRow>
|
||||||
|
<TableCell align="left" sx={{ border: "solid 1px #e0e0e0" }}>Types of personal data processing</TableCell>
|
||||||
|
<TableCell align="left" sx={{ border: "solid 1px #e0e0e0" }}>
|
||||||
|
Collection, recording, systematization, accumulation, storage, destruction and depersonalization of
|
||||||
|
personal data
|
||||||
|
Sending informational letters to an e-mail address
|
||||||
|
Transfer of personal data to service clients
|
||||||
|
</TableCell>
|
||||||
|
</TableRow>
|
||||||
|
</TableBody>
|
||||||
|
</Table>
|
||||||
|
</Box>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }} >
|
||||||
|
7. Terms of personal data processing
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
7.1. Personal data shall be processed with the consent of the personal data subject to the processing of his/her personal data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
7.2. Personal data shall be processed to achieve the goals stipulated by an international treaty of the Russian Federation or by law, to exercise the functions, powers and duties imposed on the operator by the legislation of the Russian Federation.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
7.3. The processing of personal data is necessary for the administration of justice, the execution of a judicial act, an act of another body or official subject to execution in accordance with the legislation of the Russian Federation on enforcement proceedings.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
7.4. The processing of personal data is necessary for the performance of an agreement to which the subject of personal data is a party, beneficiary or guarantor, as well as for the conclusion of an agreement on the initiative of the subject of personal data or an agreement under which the subject of personal data will be a beneficiary or guarantor.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
7.5. The processing of personal data is necessary for the exercise of the rights and legitimate interests of the operator or third parties or for the achievement of socially significant goals, provided that the rights and freedoms of the subject of personal data are not violated. </Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
7.6. The processing of personal data is carried out, access to which by an unlimited number of persons is provided
|
||||||
|
by the subject of personal data or at his request (hereinafter - publicly available personal data).
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
7.7. The processing of personal data is carried out that is subject to publication or mandatory disclosure in accordance with federal law.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
8. Procedure for collecting, storing, transferring and other types of processing personal data
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
The security of personal data processed by the Operator is ensured by implementing legal,
|
||||||
|
organizational and technical measures necessary to fully comply with the requirements of the current legislation in the field of personal data protection.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
8.1. The Operator ensures the safety of personal data and takes all possible measures to prevent unauthorized persons from accessing personal data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
8.2. The User's personal data will never, under any circumstances, be transferred to third parties,
|
||||||
|
except in cases related to the implementation of current legislation or if the subject of
|
||||||
|
personal data has given consent to the Operator to transfer data to a third party for the fulfillment of obligations
|
||||||
|
under a civil law contract.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
8.3. In the event of inaccuracies in personal data, the User can update them independently,
|
||||||
|
by sending a notification to the Operator to the Operator's email address inbox@pena.digital with the subject
|
||||||
|
"Updating personal data".
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
8.4. The period for processing personal data is determined by the achievement of the purposes for which the personal data were collected, unless another period is provided for by the agreement or current legislation.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
The User may at any time revoke their consent to the processing of personal data by sending the Operator
|
||||||
|
a notification via e-mail to the Operator's e-mail address inbox@pena.digitall with the subject
|
||||||
|
"Revocation of consent to the processing of personal data".
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
8.5. All information collected by third-party services, including payment systems,
|
||||||
|
means of communication and other service providers, is stored and processed by the specified persons (Operators)
|
||||||
|
in accordance with their User Agreement and Privacy Policy. Subject of personal data
|
||||||
|
and/or with the specified documents. The Operator is not responsible for the actions of third parties, including the service providers specified
|
||||||
|
in this clause.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
8.6. The prohibitions established by the subject of personal data on the transfer (except for granting access),
|
||||||
|
as well as on the processing or conditions of processing (except for obtaining access) of personal data permitted for
|
||||||
|
|
||||||
|
distribution, do not apply in cases of processing personal data in state, public
|
||||||
|
and other public interests determined by the legislation of the Russian Federation.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
8.7. The operator ensures the confidentiality of personal data when processing personal data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
8.8. The operator stores personal data in a form that allows identifying the subject of personal
|
||||||
|
|
||||||
|
data for no longer than required for the purposes of processing the personal data, unless the storage period of personal data
|
||||||
|
is established by federal law, an agreement to which the subject of personal data is a party, beneficiary or guarantor.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
8.9. The condition for termination of personal data processing may be the achievement of the purposes of processing
|
||||||
|
personal data, expiration of the consent of the personal data subject, withdrawal of consent
|
||||||
|
by the personal data subject or a requirement to terminate the processing of personal data, as well as the detection of
|
||||||
|
unlawful processing of personal data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
9. List of actions performed by the Operator with the received personal data
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
9.1. The Operator collects, records, systematizes, accumulates, stores, clarifies (updates, changes),
|
||||||
|
extracts, uses, transfers (disseminates, provides, accesses), depersonalizes, blocks,
|
||||||
|
deletes and destroys personal data.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
9.2. The operator carries out automated processing of personal data with or without receipt and/or transmission of the received information via information and telecommunications networks.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
10. Cross-border transfer of personal data
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
10.1. Before commencing activities related to the cross-border transfer of personal data, the operator shall notify the authorized body for the protection of the rights of personal data subjects of its intention to carry out the cross-border transfer of personal data (such notification shall be sent separately from the notification of the intention to process personal data).
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
10.2. Before submitting the above notification, the operator is obliged to obtain the relevant information from the authorities of the foreign state, foreign individuals, and foreign legal entities to whom the cross-border transfer of personal data is planned.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
11. Confidentiality of personal data
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
The Operator and other persons who have gained access to personal data are obliged not to disclose to third parties or distribute personal data without the consent of the personal data subject, unless otherwise provided by federal law.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
12. Final provisions
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
12.1. The User can receive any clarifications on issues of interest regarding the processing of his/her personal data by contacting the Operator via e-mail inbox@pena.digital.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
12.2. This document will reflect any changes to the Operator's personal data processing policy.
|
||||||
|
The policy is valid indefinitely until it is replaced by a new version.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
12.3. The current version of the Policy is freely available on the Internet at https://hub.pena.digital/ppdd.
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
DETAILS:{" "}
|
||||||
|
</Typography>
|
||||||
|
<Box sx={{ textIndent: 0 }}>
|
||||||
|
<Typography>ООО «Pena»</Typography>
|
||||||
|
<Typography>Primary State Registration Number (OGRN) 1182536017993</Typography>
|
||||||
|
<Typography>Taxpayer Identification Number (INN) / Tax Registration Reason Code (KPP) : 2543126056/254001001</Typography>
|
||||||
|
<Typography>Acc #40702810720000073015</Typography>
|
||||||
|
<Typography>Corr. acc. 30101810745374525104</Typography>
|
||||||
|
<Typography>Bank Identifier Code 044525104</Typography>
|
||||||
|
<Typography>Bank: OOO "Bank Tochka"</Typography>
|
||||||
|
<Typography>
|
||||||
|
Address: Vladivostok, Aleutskaya st. 28, office 207
|
||||||
|
</Typography>
|
||||||
|
<Typography>phone number.: +79644422240</Typography>
|
||||||
|
<Typography>E-mail: team@pena.digital</Typography>
|
||||||
|
<Typography>
|
||||||
|
Director based on the Charter: Lindberg Ivan Romanovich
|
||||||
|
</Typography>
|
||||||
|
</Box>
|
||||||
|
|
||||||
|
</Box>
|
||||||
|
</>
|
||||||
|
)
|
541
src/docs/en/content/oferta.js
Normal file
541
src/docs/en/content/oferta.js
Normal file
@ -0,0 +1,541 @@
|
|||||||
|
import React from "react";
|
||||||
|
import { Typography, Box } from "@mui/material";
|
||||||
|
|
||||||
|
export default () => (
|
||||||
|
<Box
|
||||||
|
sx={{
|
||||||
|
padding: " 15px 30px",
|
||||||
|
"*": {
|
||||||
|
textAlign: "justify",
|
||||||
|
fontSize: "14px",
|
||||||
|
},
|
||||||
|
p: {
|
||||||
|
textIndent: "35px",
|
||||||
|
},
|
||||||
|
li: {
|
||||||
|
textIndent: "35px",
|
||||||
|
textAlign: "justify",
|
||||||
|
fontSize: "14px",
|
||||||
|
},
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
PUBLIC OFFER{" "}
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
on the use of the PenaHub Platform{" "}
|
||||||
|
</Typography>
|
||||||
|
<Typography sx={{ textAlign: "center" }}>
|
||||||
|
City of Vladivostok, Primorsky Krai, Russian Federation
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
In accordance with Part 2 of Article 437 of the Civil Code of the Russian
|
||||||
|
Federation, this public offer{" "}
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
(Offer)
|
||||||
|
</Typography>{" "}
|
||||||
|
Limited Liability Company (ООО) "PENA", represented by its
|
||||||
|
Director (up-to-date data in section_
|
||||||
|
<Typography
|
||||||
|
variant="span"
|
||||||
|
sx={{
|
||||||
|
fontSize: "18px",
|
||||||
|
textDecoration: "underline",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
”Details”
|
||||||
|
</Typography>
|
||||||
|
), acting on the basis of the Charter, hereinafter referred to as “Party -1”
|
||||||
|
, posted in the information and telecommunications network Internet on the website
|
||||||
|
Pena Hub at the address: pena.digital is its official offer
|
||||||
|
to an unlimited number of individuals and legal entities, referred to as “Party 2”
|
||||||
|
for a fee to gain access to the services of the Platform
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
In the event that Party -2 accepts all the conditions set out below{" "}
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
(Acceptance)
|
||||||
|
</Typography>
|
||||||
|
, the agreement is considered concluded on the terms set out in this Offer.
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
DEFINITIONS AND TERMS
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Typography>
|
||||||
|
For the purposes of this Offer, the following terms shall have the following meaning:
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
"Party 1"
|
||||||
|
</Typography>{" "}
|
||||||
|
– Limited Liability Company (ООО) "PENA",
|
||||||
|
(OGRN1182536017993 INN / KPP 2543126056/254301001), providing, on a reimbursable basis, to Party -2 services for the use of technical options and
|
||||||
|
services of the Platform, as well as related and additional services based on
|
||||||
|
pre-formed Tariffs.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
«Party 2»/«User»
|
||||||
|
</Typography>{" "}
|
||||||
|
– individuals or legal entities that have accepted the Offer
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
«Platform»
|
||||||
|
</Typography>{" "}
|
||||||
|
– an innovative, interactive information system located on the Internet at Pena.digital, including subdomains - hub, admin, services,
|
||||||
|
storage, tempgen, links, docs, quiz, newerait, the owner of which in accordance with subparagraph 17 of paragraph 1 of Article 2 of the Law «On Information, Information
|
||||||
|
|
||||||
|
Technologies and Information Protection» No. 149-FZ is Party 1 Platform
|
||||||
|
is a collection of information, texts, graphic
|
||||||
|
elements, design, images, as well as software,
|
||||||
|
contained in the information system, ensuring their availability
|
||||||
|
to Users
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
"Platform Services"
|
||||||
|
</Typography>{" "}
|
||||||
|
- a set of information and technical functions of the site, providing
|
||||||
|
the consumer (Party 2) with the opportunity to solve their problems in
|
||||||
|
automated mode.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
"Tariff"
|
||||||
|
</Typography>{" "}
|
||||||
|
- the volume of the service provided by Party -1 to Party -2 at its choice,
|
||||||
|
the content of which is determined by the Platform Services.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
“Trial Period”
|
||||||
|
</Typography>{" "}
|
||||||
|
- a limited period of time during which the User
|
||||||
|
free of charge, or partially free of charge, tests the Product or a version
|
||||||
|
of the Product with reduced functionality
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
“Registration”
|
||||||
|
</Typography>{" "}
|
||||||
|
- a set of actions by Party 2, carried out according to the algorithm proposed by the Platform, the result of which is the creation of the Personal
|
||||||
|
|
||||||
|
account of the User of the platform. </Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
«User's Personal Account»
|
||||||
|
</Typography>{" "}
|
||||||
|
– a service provided in the Platform section, available to the User
|
||||||
|
after registration, through which access to the Platform services and interaction with them is carried out.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
Personal data
|
||||||
|
</Typography>{" "}
|
||||||
|
– any information about the User or other persons collected by the User
|
||||||
|
and posted by them on the Platform, regardless of the purposes of use,
|
||||||
|
relating to a directly or indirectly determined or determinable
|
||||||
|
individual (subject of personal data)
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
Processing of personal data
|
||||||
|
</Typography>{" "}
|
||||||
|
– any action (operation) or set of actions (operations) performed with or without the use of automation tools with personal data, including collection, recording,
|
||||||
|
systematization, accumulation, storage, clarification (updating, modification),
|
||||||
|
extraction, use, transfer (distribution, provision,
|
||||||
|
access), depersonalization, blocking, deletion, destruction of personal
|
||||||
|
data. </Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
Confidentiality of personal data
|
||||||
|
</Typography>{" "}
|
||||||
|
– a mandatory requirement for the Operator or other person who has gained access to
|
||||||
|
personal data not to allow their distribution without the consent of the subject of personal data or the existence of other legal
|
||||||
|
|
||||||
|
grounds.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
«Cookies»
|
||||||
|
</Typography>{" "}
|
||||||
|
– a small piece of data sent by the web server and stored on the user's
|
||||||
|
computer, which the web client or web browser sends to the web server in an HTTP request each time it tries to open a page of the
|
||||||
|
corresponding site.
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
1. SUBJECT OF THE OFFER AND ITS ACCEPTANCE
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
1.1. The subject of this Offer is the provision by Party 1 to Party 2
|
||||||
|
(the User) of technical, organizational, information services
|
||||||
|
through the use of the Platform Services, as well as related services,
|
||||||
|
not related to the use of the Platform, but intended for similar
|
||||||
|
purposes, both on a paid basis, in accordance with the Tariff selected by the User,
|
||||||
|
and free of charge / partially for a fee, during the Trial period,
|
||||||
|
established by Party 1
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
1.2. The Platform is a complex technological object, does not exclude and
|
||||||
|
does not limit the User in carrying out any legal activities through it, including public (non-commercial) and
|
||||||
|
entrepreneurial (commercial) activities.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
1.3. Tariffs for using the Platform, terms and cost, as well as the terms of
|
||||||
|
Trial periods are posted in the section https://hub.pena.digital/tariffs
|
||||||
|
of the Platform.
|
||||||
|
</Typography>
|
||||||
|
<Typography></Typography>
|
||||||
|
<Typography>
|
||||||
|
1.4. Party-1 has the right {" "}
|
||||||
|
<Typography variant="span" sx={{ fontWeight: 600 }}>
|
||||||
|
without prior notice to the User
|
||||||
|
</Typography>{" "}
|
||||||
|
unilaterally change the content and cost of the Tariffs, undertaking to
|
||||||
|
post up-to-date information about this in the specified section. The User is responsible for checking the relevance of the Tariffs and familiarizing himself with them.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
1.5. The Tariff change does not have retroactive effect and its terms apply only to the relations between the Parties that arose after such changes.
|
||||||
|
Party 2 / the User may receive the service only after Acceptance
|
||||||
|
of the Offer. Acceptance of the Offer is the actual start of using the
|
||||||
|
Platform from the moment of receiving access to the services (if the right to use
|
||||||
|
the Platform is provided free of charge)
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
1.6. Acceptance of the Offer is confirmation that the User has read all the terms of the Offer and accepts them without any reservations or limitations.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
1.7. In case of disagreement with any of the terms of the Offer, Party 1
|
||||||
|
proposes to refuse to perform the actions necessary for its Acceptance.
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
2. USE OF THE PLATFORM
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
2.1. The use of the platform is carried out on the basis of this Offer, the Privacy Policy, and the User Agreement, collectively referred to as the Regulatory Documents, which act as appendices to this Offer, have the same legal force and effect as if they were reproduced in the main part of the Offer.
|
||||||
|
Any reference to the Offer, including after Acceptance, includes a reference to all Regulatory Documents.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
2.2. Regulatory Documents may be changed by Party 1 unilaterally
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
2.3. If the User has any questions regarding the regulation
|
||||||
|
|
||||||
|
of the use of the Platform, he/she can contact us by e-mail,
|
||||||
|
|
||||||
|
specified in the "Details and contact information" section of this Offer.
|
||||||
|
|
||||||
|
Consultation on legal aspects of regulation of relations between the Parties is
|
||||||
|
|
||||||
|
the right, but not the obligation of Party-1
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
3. USER'S PERSONAL ACCOUNT (ACCOUNT)
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.1. In order to use the Platform services, the User must
|
||||||
|
|
||||||
|
register , as a result of which the User's Personal Account (account) will be created.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.2. The right to create a Personal Account is vested in a legally capable, legally registered legal entity, as well as an individual who has legal capacity and has reached the age of 18. Use of the platform by a person who has not reached the age of majority, or a person deprived of legal capacity, is permitted only with the consent of legal representatives.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.3. When registering, the User undertakes to provide accurate and complete information about himself, and subsequently keep this information up to date. The User has no right to impersonate another person, organization, which he is not.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.4. By posting information about themselves, defined by law as personal
|
||||||
|
data, the User agrees to the use of the said data on
|
||||||
|
|
||||||
|
terms{" "}
|
||||||
|
<Typography
|
||||||
|
variant="span"
|
||||||
|
sx={{
|
||||||
|
fontSize: "18px",
|
||||||
|
textDecoration: "underline",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Privacy Policy .
|
||||||
|
</Typography>
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.5. When registering as a User, a legal entity shall enter
|
||||||
|
full information about the organization on the registration form offered by the Platform, or register without such, at its discretion.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.6. If the name is a creative pseudonym, trademark
|
||||||
|
or company name, the User grants Party-2 the right to
|
||||||
|
use this name without paying the corresponding remuneration.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.7. Party 1 has the right to establish requirements for the login and password for the Personal Account upon registration.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.8. The obligation to store access passwords and the risks of the consequences of failure to fulfill such an obligation are assigned to the User. The User is solely responsible for the stability and security of the authentication means chosen by him and ensures their confidentiality. The User undertakes to ensure a secure exit from the Personal Account upon completion of work on the Platform, excluding the theft of his data and other violations.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.9. Access to the Personal Account and its further use is carried out by the User after authentication, or two-factor authentication using a code sent to the email address
|
||||||
|
or by phone specified by the User during registration
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.10. All actions on the Platform performed by the User using the Personal Account are recognized as unambiguous and indisputable confirmation of the actions performed by the User. In
|
||||||
|
the event of voluntary provision of access to the Personal Account to third
|
||||||
|
parties, including on the basis of transactions, agreements, contracts concluded with third
|
||||||
|
parties, the risks of legal, technical, and other negative
|
||||||
|
consequences and liability for the actions of third parties shall be borne by the User.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.11. All actions performed using the User's Personal Account
|
||||||
|
shall be considered to have been performed by the User himself, except in cases of
|
||||||
|
notification of the technical support service of Party-1 of unauthorized
|
||||||
|
access or other violation of the confidentiality of his means of access to the Personal Account.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.12 The Personal Account cannot be the subject of sale, purchase, gift,
|
||||||
|
exchange, inheritance, or other civil transactions without notification of Party-1 of this. </Typography>
|
||||||
|
<Typography>
|
||||||
|
3.13. The User's personal account may be deleted by
|
||||||
|
sending a request to the email address of Party 1 specified in the
|
||||||
|
Contacts section.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
3.14. If the User grossly and repeatedly violates the terms of
|
||||||
|
the User Agreement, violates the legislation of the Russian Federation,
|
||||||
|
international law, business customs and digital ethics, Party -1
|
||||||
|
has the right to temporarily block until such violations are corrected or delete
|
||||||
|
the User's personal account, and also refuse such User to re-create a Personal Account.
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
4. INFORMATION (CONTENT) CIRCULATION
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
4.1. By purchasing the Platform's services and capabilities that allow the storage, processing, distribution and other participation in the circulation of information posted by the User on the Platform, regardless of its format (text, graphic, multimedia files, etc.), the User undertakes to comply with the current legislation of the Russian Federation, prevent leakage of personal data, as well as information constituting someone else's personal or commercial secret, and ensure the confidentiality of any information guaranteed by law to its subjects and owners.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
4.2. The User independently moderates the information posted by the User on the Platform for compliance with copyright and other exclusive rights, as well as compliance of the information with the legislation of the Russian Federation and the norms of international law. The User uses intellectual property, the copyright holder of which he is by law or by agreement.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
4.3. The User shall bear property, administrative,
|
||||||
|
|
||||||
|
criminal liability for copyright infringement, illegal participation
|
||||||
|
|
||||||
|
in the distribution of prohibited and unreliable information (fakes, slander,
|
||||||
|
|
||||||
|
discrediting, etc.), violation of requirements for age restrictions
|
||||||
|
|
||||||
|
of information, and protection of personal data, and other violations of the circulation
|
||||||
|
|
||||||
|
of information provided for by law.
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Typography>
|
||||||
|
4.4. In the event of claims and lawsuits directed to Party -1, as the owner
|
||||||
|
|
||||||
|
of the Platform, from third parties whose rights and interests are affected or
|
||||||
|
|
||||||
|
violated in the course of circulation of information posted by the User on
|
||||||
|
|
||||||
|
the Platform, the User undertakes to promptly, by his own efforts and at his own expense,
|
||||||
|
|
||||||
|
eliminate all violations and compensate for all losses independently, and in the event
|
||||||
|
|
||||||
|
they are imposed on Party -1 by judicial authorities, to compensate
|
||||||
|
|
||||||
|
the payments made to the injured party and the costs associated with legal costs. </Typography>
|
||||||
|
<Typography>
|
||||||
|
4.5. In case of sanctions, demands, prohibitions from the authorities,
|
||||||
|
law enforcement and judicial bodies, directed at Party -1, as
|
||||||
|
the owner of the Platform, but caused by the unfair actions
|
||||||
|
of the User, he undertakes to compensate for all direct and indirect losses,
|
||||||
|
including lost profits.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
4.6. The design and interface elements of the Platform, the fonts used,
|
||||||
|
texts, graphic images, multimedia objects, photographs,
|
||||||
|
software, scripts and computer codes, databases and other content
|
||||||
|
posted on the Platform, with the exception of information uploaded
|
||||||
|
by the User to his Personal Account, are the result of intellectual
|
||||||
|
activity of Party -1 (RID) and other copyright holders and cannot
|
||||||
|
be used without their consent, except when such an opportunity is
|
||||||
|
provided by the Tariffs and is acquired by the User for a fee.
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
5. ADDITIONAL SERVICES
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
5.1. At the User's request, expressed in the application form sent to the email address team@pena.digital, Party 1 undertakes to provide additional services not related to the use of the Platform, under the terms of the offers posted in the "DOCUMENTS" section and constituting an addition to this Offer.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
5.2. Acceptance of additional services and acceptance of the corresponding terms is payment (prepayment) for their
|
||||||
|
performance
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
5.3. Acceptance of this offer does not oblige the User to use additional services of Party 1.
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
6. ADVERTISING
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
6.1. When registering, the User has the right to grant Party-2 the right to
|
||||||
|
send advertising notifications (spam) and change this in the settings at any
|
||||||
|
time during the use of the Platform
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
6.2. Party-2 grants Party-1 the right to use cookies in the operation of the Platform
|
||||||
|
for the purpose of identifying the preferences and needs of
|
||||||
|
Users and the efficient and convenient use of the Platform, in particular, for the personalization of content and advertising, social networks and
|
||||||
|
marketing and statistical analysis, including for the transfer of information about the use of the Platform to partners of Party-1, who may
|
||||||
|
combine it with other information that you have provided to them or that is
|
||||||
|
collected in the course of the provision of services by the Platform.
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
7. PREFERENCES
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Typography>
|
||||||
|
7.1. Users of the Platform from among non-profit organizations (NPOs)
|
||||||
|
are entitled to a 60% discount on any of the Tariffs, provided that they
|
||||||
|
register on the Platform with full information about the NPO and its
|
||||||
|
contact information.
|
||||||
|
</Typography>
|
||||||
|
<Typography className="docx_heading1">
|
||||||
|
7.2. Party 2, from among the regular Users of the Products, has the right to encourage its loyalty in the form of discounts and gifts from Party 1, in accordance with promotions and other campaigns.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
Access to them is possible by specifying the promo code communicated to Party 2 during the conduct of such promotions by Party 1.
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
8. LIABILITY
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
8.1. The User understands that the Platform is a complex technical object requiring constant maintenance, optimization,
|
||||||
|
updating and refinement, does not object to the fact that some services of the Platform may operate in test mode. The type, technical
|
||||||
|
|
||||||
|
characteristics, services of the Platform may change without prior
|
||||||
|
|
||||||
|
notice and consent of the User.{" "}
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
8.2. Party-1 cannot guarantee the user uninterrupted and
|
||||||
|
|
||||||
|
error-free operation, but undertakes to make every effort to promptly eliminate
|
||||||
|
|
||||||
|
technical problems
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
8.3. Party-1 has the right to establish restrictions for individual
|
||||||
|
|
||||||
|
Users, categories of Users without prior notice.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
8.4. The rules on consumer protection do not apply to issues of ensuring
|
||||||
|
|
||||||
|
uninterrupted and fast operation of the Platform, as well as to services,
|
||||||
|
|
||||||
|
the use of which is carried out free of charge.{" "}
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
8.5. The User is responsible to third parties for their actions and
|
||||||
|
|
||||||
|
inactions related to the use of the Platform services, if such
|
||||||
|
|
||||||
|
actions lead to violations of the rights and legitimate interests of third parties and
|
||||||
|
|
||||||
|
current Russian legislation.
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
9. JURISDICTION
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
9.1. In all disputes, the Parties shall be guided by the current legislation of the Russian Federation, regardless of the territory of the User's location or the location of his equipment used to operate the Platform.{" "}
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
9.2. In the event of a change in the legislation of the Russian Federation that makes it difficult or impossible to implement any provisions of the Regulatory Documents,
|
||||||
|
the Parties undertake to conclude a new Regulatory Document in the version that would meet the original purposes of using the Platform
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
9.3. The norms of international law and business customs are used
|
||||||
|
only to the extent that they do not contradict the legislation of the Russian Federation.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
9.4. All disputes and disagreements shall be preliminarily resolved in the claim
|
||||||
|
|
||||||
|
procedure, with the parties fully contributing to the peaceful settlement of disputes. If no agreement is reached, disputes shall be considered in the Frunzensky District Court of Vladivostok, with the exception of disputes between legal entities, the jurisdiction of which is determined by the arbitration procedural law of the Russian Federation.
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
10. TERM OF THE AGREEMENT
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
10.1. This Agreement and other Regulatory Documents shall enter into force from the moment of their acceptance by the User and shall be valid indefinitely. Each Party
|
||||||
|
has the right to refuse to perform this Agreement by notifying the other Party thereof by e-mail. </Typography>
|
||||||
|
<Typography>
|
||||||
|
10.2. The Rules of the Agreement will apply in this case to the period
|
||||||
|
, preceding the termination of the contractual relationship between the Parties
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
10.3. in the event of assignment of claims, sale of the enterprise or the Platform
|
||||||
|
to third parties, all obligations to the Users shall remain before the new copyright holder in full. The User agrees to such assignment.
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
11. FINAL CONDITIONS
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
11.1. The User agrees to receive notifications
|
||||||
|
to inform the User about technical changes in the operation of the Platform functions, legal documents, sending notifications of an advertising
|
||||||
|
nature {" "}
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
11.2. The User has the right to use electronic documents
|
||||||
|
certified by a simple (unqualified) electronic signature,
|
||||||
|
the presence of which is confirmed by the fact of its formation using
|
||||||
|
both keys simultaneously:
|
||||||
|
</Typography>
|
||||||
|
<ul type="disc">
|
||||||
|
<li>User login and password</li>
|
||||||
|
<li>E-mail address specified during authentication</li>
|
||||||
|
</ul>
|
||||||
|
<Typography>
|
||||||
|
Electronic documents signed in this way are equivalent to
|
||||||
|
documents on paper signed with a handwritten signature.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
11.3. Any actions performed using a simple electronic signature of a specific User are considered to be performed by such User. The User is released from the consequences of using such data by third parties if he proves that he has taken all measures of care and prudence to protect his personal account, promptly notified Party-1 of suspicious actions with his account indicating unauthorized access to the personal account, or reported the theft or loss of passwords or other data providing access to the personal account.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
11.4. Upon detection of malicious programs, unsafe software codes from the User's equipment and detection of automatic requests to the Platform from the User's equipment, Party -1 has the right to protect its right to the information security of the Platform by stopping the receipt of any information generated automatically, prohibiting connection to the User's equipment, blocking or deleting the User's account, up to and including prohibiting the repeated creation of a personal account by such a User.
|
||||||
|
</Typography>
|
||||||
|
<Typography>
|
||||||
|
11.5. Party -1, as the owner of the Platform and the copyright holder of its elements,
|
||||||
|
which are the results of intellectual activity, prohibits decompilation and reverse engineering of the Platform's software.
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
DETAILS:{" "}
|
||||||
|
</Typography>
|
||||||
|
<Box sx={{ textIndent: 0 }}>
|
||||||
|
<Typography>ООО «Pena»</Typography>
|
||||||
|
<Typography>Primary State Registration Number (OGRN) 1182536017993</Typography>
|
||||||
|
<Typography>Taxpayer Identification Number (INN) / Tax Registration Reason Code (KPP) : 2543126056/254001001</Typography>
|
||||||
|
<Typography>Acc #40702810720000073015</Typography>
|
||||||
|
<Typography>Corr. acc. 30101810745374525104</Typography>
|
||||||
|
<Typography>Bank Identifier Code 044525104</Typography>
|
||||||
|
<Typography>Bank: OOO "Bank Tochka"</Typography>
|
||||||
|
<Typography>
|
||||||
|
Address: Vladivostok, Aleutskaya st. 28, office 207
|
||||||
|
</Typography>
|
||||||
|
<Typography>phone number.: +79644422240</Typography>
|
||||||
|
<Typography>E-mail: team@pena.digital</Typography>
|
||||||
|
<Typography>
|
||||||
|
Director based on the Charter: Lindberg Ivan Romanovich
|
||||||
|
</Typography>
|
||||||
|
</Box>
|
||||||
|
</Box>
|
||||||
|
);
|
215
src/docs/en/content/ofertaQuizDevelop.js
Normal file
215
src/docs/en/content/ofertaQuizDevelop.js
Normal file
@ -0,0 +1,215 @@
|
|||||||
|
import React from "react"
|
||||||
|
import { Typography, Box } from "@mui/material"
|
||||||
|
|
||||||
|
|
||||||
|
export default () => {
|
||||||
|
return (
|
||||||
|
<Box
|
||||||
|
sx={{
|
||||||
|
padding: " 15px 30px",
|
||||||
|
"*": {
|
||||||
|
textAlign: "justify",
|
||||||
|
fontSize: "14px",
|
||||||
|
},
|
||||||
|
p: {
|
||||||
|
textIndent: "35px",
|
||||||
|
},
|
||||||
|
li: {
|
||||||
|
textIndent: "35px",
|
||||||
|
textAlign: "justify",
|
||||||
|
fontSize: "14px",
|
||||||
|
},
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
PUBLIC OFFER
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
for the development of the Quiz
|
||||||
|
</Typography>
|
||||||
|
<Typography>This document is a public
|
||||||
|
offer of the <Typography variant="span" sx={{ fontWeight: 600 }}>Limited Liability Company "PENA"</Typography>, hereinafter referred to as the <Typography variant="span"
|
||||||
|
sx={{ fontWeight: 600 }}>Contractor</Typography> and
|
||||||
|
contains all the essential terms and conditions for the provision to the User
|
||||||
|
of the "Pena.digital" Platform, hereinafter referred to as the Customer,
|
||||||
|
of an additional service for the creation of the Quiz.
|
||||||
|
</Typography>
|
||||||
|
<Typography>The offer is addressed to an indefinite number of persons in accordance with Part
|
||||||
|
2 of Art. 437 of the Civil Code of the Russian Federation (CC RF). In
|
||||||
|
accordance with Part 3 of Art. 438 of the Civil Code of the Russian Federation, acceptance of an offer is equivalent to concluding an agreement on the terms and conditions set out in the offer,
|
||||||
|
therefore, any person who has accepted this offer
|
||||||
|
is considered to have concluded an agreement with the Contractor in the manner and on the terms and conditions set out below.</Typography>
|
||||||
|
<Typography variant="h6" sx={{ textAlign: "center" }}>
|
||||||
|
TERMS AND DEFINITIONS
|
||||||
|
</Typography>
|
||||||
|
<Typography><Typography variant="span"
|
||||||
|
sx={{ fontWeight: 600 }}>Contractor</Typography> –
|
||||||
|
Limited Liability Company “PENA”
|
||||||
|
(OGRN1182536017993 INN / KPP 2543126056/254301001)</Typography>
|
||||||
|
<Typography><Typography variant="span"
|
||||||
|
sx={{ fontWeight: 600 }}>Platform</Typography> –
|
||||||
|
an innovative, interactive information system located
|
||||||
|
on the Internet at Pena.digital, including subdomains – hub,
|
||||||
|
admin, services, storage, tempgen, links, docs, quiz, newerait,
|
||||||
|
the owner of which in accordance with subparagraph 17 of paragraph 1 of Article 2 of the Law "On
|
||||||
|
information, information technologies and protection of information" No.
|
||||||
|
149-FZ, the owner of which is the Contractor
|
||||||
|
</Typography>
|
||||||
|
<Typography>User's Personal Account – a service provided in the
|
||||||
|
section of the Platform, available to the User after registration,
|
||||||
|
through which access to the Platform services and interaction with them is carried out.</Typography>
|
||||||
|
<Typography><Typography variant="span"
|
||||||
|
sx={{ fontWeight: 600 }}>Customer</Typography> –
|
||||||
|
an individual or legal entity, The Platform User,
|
||||||
|
interested in additional services of the Contractor,
|
||||||
|
who has accepted this offer, thus being the
|
||||||
|
Customer of the Contractor's Services for the development of the Quiz (see below)
|
||||||
|
</Typography>
|
||||||
|
<Typography><Typography variant="span"
|
||||||
|
sx={{ fontWeight: 600 }}>Quiz</Typography> -
|
||||||
|
an electronic questionnaire that allows the Customer to create a marketing
|
||||||
|
survey of the target audience (consumers), place it in the Customer's Personal
|
||||||
|
Account and ensure the collection of contact information
|
||||||
|
of the respondents. </Typography>
|
||||||
|
<Typography><Typography variant="span"
|
||||||
|
sx={{ fontWeight: 600 }}>Services</Typography> - a set of
|
||||||
|
technical and organizational measures taken by the Contractor
|
||||||
|
to create a Quiz. </Typography>
|
||||||
|
<Typography><Typography variant="span" sx={{ fontWeight: 600 }}>Acceptance of the offer</Typography> is a full and unconditional acceptance of the offer by the Customer
|
||||||
|
|
||||||
|
by performing the actions provided for in this Offer (implicative actions). Acceptance of the offer
|
||||||
|
|
||||||
|
creates an offer agreement.</Typography>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
1. SUBJECT OF THE OFFER AGREEMENT
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography>1.1. This Offer Agreement is concluded for the purpose of
|
||||||
|
|
||||||
|
providing the Customer with Services related to the use of the
|
||||||
|
|
||||||
|
Platform, the User of which is the Customer and the
|
||||||
|
|
||||||
|
result of which is the creation of a Quiz.
|
||||||
|
</Typography>
|
||||||
|
<Typography>1.2. The Customer agrees that the Services provided in accordance with this Offer Agreement are carried out without any guarantees or obligations on the part of the Contractor in the event of an objective technical impossibility of providing these Services or the Customer's failure to provide the Contractor with the initial data necessary for developing the Quiz. </Typography>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
2. PROCEDURE FOR CONCLUDING AN OFFER AGREEMENT
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography>2.1. The Customer sends the Contractor a request to create a
|
||||||
|
Quiz via email to team@pena.digital
|
||||||
|
, or an application in the Customer's Personal Account. </Typography>
|
||||||
|
<Typography>2.2. The Contractor, represented by its representatives, contacts the
|
||||||
|
Customer in order to obtain the information necessary for the provision of
|
||||||
|
Services. </Typography>
|
||||||
|
<Typography> 2.3. The Customer makes a payment to the Contractor, thereby
|
||||||
|
Accepting the Offer.</Typography>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
3. COST AND TERMS OF SERVICE PROVISION
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography>3.1. The cost of services is determined by the Contractor unilaterally in accordance with the tariff for creating a quiz in the section https://hub.pena.digital/tariffs . Acceptance of this
|
||||||
|
Offer expresses the Customer's unconditional consent with the prices.
|
||||||
|
The Contractor has the right to change the prices for the provision of
|
||||||
|
services unilaterally at any time.</Typography>
|
||||||
|
<Typography>3.2. The Contractor undertakes to create a Quiz within 3
|
||||||
|
(three) business days, the beginning of which follows the day of making the payment (prepayment)</Typography>
|
||||||
|
<Typography>3.3. The Contractor's service is considered rendered from the moment the Quiz is
|
||||||
|
installed in the Customer's Personal Account.</Typography>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
4. RIGHTS AND RESPONSIBILITIES OF THE PARTIES
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography><Typography variant="span" sx={{ fontWeight: 600 }}>4.1.
|
||||||
|
Rights and obligations of the Customer:</Typography></Typography>
|
||||||
|
<Typography>a.) The Customer undertakes to comply with the terms of this
|
||||||
|
Agreement;</Typography>
|
||||||
|
<Typography>b) The Customer undertakes not to use the Service for
|
||||||
|
disseminating information, the content of which contradicts the norms of Russian and international law;</Typography>
|
||||||
|
<Typography>c) The Customer undertakes to pay for the Services rendered in the amount and within the timeframes specified on the
|
||||||
|
payment page;</Typography>
|
||||||
|
<Typography><Typography variant="span" sx={{ fontWeight: 600 }}>4.2.
|
||||||
|
Rights and obligations of the Contractor:</Typography></Typography>
|
||||||
|
<Typography>a) The Contractor undertakes to ensure the confidentiality of the information provided by the Customer when filling out the registration form, except for cases provided by law;</Typography>
|
||||||
|
<Typography>b) The Contractor has the right to collect, store, transfer to partners and use for the purpose of improving the quality of the provided service information about all connections of the
|
||||||
|
Customer, including IP addresses, the contents of cookies and the addresses of the requested pages, if such information was obtained in the course of
|
||||||
|
providing the Services;</Typography>
|
||||||
|
<Typography>c) The Contractor has the right to change the price of the Services by publishing new prices in the section
|
||||||
|
https://hub.pena.digital/tariffs </Typography>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
5. LIMITATION OF LIABILITY
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography>5.1. The Contractor shall be fully exempted from liability for full or partial failure to fulfill its obligations, or damage caused to other websites of the Customer
|
||||||
|
under this Offer Agreement, if the failure to fulfill or improper fulfillment or damage caused is a consequence of force majeure circumstances of a man-made nature,
|
||||||
|
namely: an accident (malfunction) in power electrical or
|
||||||
|
computer networks or other electrical communication systems used for the functioning or other. incorrect actions
|
||||||
|
of the Customer, as well as as a result of intentional illegal
|
||||||
|
actions of third parties or any other actions and persons aimed at disrupting the functioning of the Platform and its
|
||||||
|
services, as well as the websites of the Customer.</Typography>
|
||||||
|
<Typography>5.2. The Contractor shall not be liable for the operation of the Customer's websites, including if the operation of these websites was stopped or damaged in connection with the use of the Service.</Typography>
|
||||||
|
<Typography>5.3. The Contractor shall be released from liability in the event of a complete or partial loss of the Customer's information, if such loss was caused by intentional or careless
|
||||||
|
|
||||||
|
actions of the Customer himself</Typography>
|
||||||
|
<Typography>5.4. The Contractor shall not be liable for the accuracy of information or advertising materials or their compliance with the wishes or needs of the Customer, as well as for any damage or lost profits of either the Customer or any third parties, even if this resulted from the use or inability to use the Services.</Typography>
|
||||||
|
<Typography>5.5. The Contractor shall not compensate the Customer and/or third parties for losses incurred in connection with the use and/or inability to use the Services, disclosure of information to third parties in connection with the use of the Services, and other losses directly or indirectly related to the use and/or inability to use the Services, including (but not limited to) lost profits.</Typography>
|
||||||
|
<Typography>5.6. The Customer is liable for the compliance of the information used by the Customer using the Services with the applicable legislation.</Typography>
|
||||||
|
<Typography>5.7. In the event of detection of violations of the applicable legislation and in the presence of relevant orders from law enforcement and other authorized state bodies and officials, the Contractor reserves the right to restrict the Customer's access to the Services by sending the Customer a corresponding notice by e-mail or in writing.</Typography>
|
||||||
|
<Typography>5.8. The Customer uses the Services at his own risk.
|
||||||
|
The Services are provided "as is". The Contractor does not assume any liability, including for the compliance of the Services with the Customer's purposes.</Typography>
|
||||||
|
<Typography>5.9. The Customer acknowledges and agrees that the Services of the
|
||||||
|
Platform , other websites https://quiz.pena.digital/, other websites of the Contractor, information materials published by the Contractor and its partners, computer programs used to provide the Services, design are protected by domestic Russian and international legislation. Use and
|
||||||
|
citation of the specified materials is permitted only with reference
|
||||||
|
to the Contractor, its Platform and
|
||||||
|
https://quiz.pena.digital/</Typography>
|
||||||
|
<Typography>5.10. When collecting contacts using Quiz,
|
||||||
|
the Customer undertakes to comply with the requirements of the legislation of the country from
|
||||||
|
which the applications come or in which he is located. The Customer
|
||||||
|
is obliged to provide for the presence in the test or survey of
|
||||||
|
regulatory and legal documents that take into account the specific features of the
|
||||||
|
Platform services, the website https://quiz.pena.digital/, as well as the legal specifics of the country or region. He is also obliged
|
||||||
|
to check the compliance of the features of the service before
|
||||||
|
using it.</Typography>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
6. PROCEDURE FOR MAKING CHANGES AND ADDITIONS TO THE OFFER
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography>1. The Contractor may make changes and (or)
|
||||||
|
additions to this Offer unilaterally.</Typography>
|
||||||
|
<Typography>2. Changes and (or)
|
||||||
|
additions made to the Offer,
|
||||||
|
shall come into force on the day of their publication on the Platform in the
|
||||||
|
“DOCUMENTS” section. From that moment on, the text of the changes and (or)
|
||||||
|
additions to this Offer or a new version of the Offer
|
||||||
|
shall be considered to have been brought to the general
|
||||||
|
|
||||||
|
attention of the Contractor. </Typography>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
7. CONSENT TO THE PROCESSING OF PERSONAL DATA
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography>In accordance with the requirements of the Federal Law of
|
||||||
|
27.07.2006 No. 152-FZ "On Personal Data", the Customer gives his
|
||||||
|
consent to the processing (collection, systematization, accumulation,
|
||||||
|
storage, clarification (updating, modification), use,
|
||||||
|
distribution, transfer (including cross-border transfer),
|
||||||
|
depersonalization, blocking and destruction) of his personal
|
||||||
|
data, including with the use of automation tools.
|
||||||
|
Such consent is given:</Typography>
|
||||||
|
<ul type="disc">
|
||||||
|
<li>in relation to any information related to the Customer, including: last name, first name, patronymic; identity document details; year, month, date and place of birth, address and other information provided by the Customer for the use of the Services, contained in applications, letters, agreements and other documents;</li>
|
||||||
|
<li>for the purposes of executing the Offer, for the purposes of promoting other services of the Contractor, joint services of the Contractor and third parties, products (goods, works, services) of third parties;</li>
|
||||||
|
<li>both the Contractor and any third parties who, as a result of processing personal data, received the personal data of the Customer, agents and authorized persons of the Contractor and the specified third parties, as well as companies (in the amount of last name, first name, patronymic, addresses and telephone numbers) that carry out mailing at the request of the Contractor. The right to choose these companies is granted by the Customer to the Contractor and does not require additional approval.</li>
|
||||||
|
</ul>
|
||||||
|
<Typography>Consent is granted for an indefinite period, accordingly, termination of the provision of Services does not terminate the consent. The Customer is aware that this consent may be revoked by sending the Contractor a statement in simple written form.</Typography>
|
||||||
|
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||||
|
8. FINAL PROVISIONS
|
||||||
|
|
||||||
|
</Typography>
|
||||||
|
<Typography>1. If any of the terms of this Offer loses legal force, is recognized as illegal or is excluded from this Offer, this does not entail the invalidity of the remaining terms of the Offer, which will retain legal force and are binding on all Parties.</Typography>
|
||||||
|
<Typography>2. All issues not regulated by this Offer are resolved in accordance with the current legislation of the Russian Federation, international treaties, and international law. </Typography>
|
||||||
|
</Box>
|
||||||
|
)
|
||||||
|
}
|
@ -47,9 +47,14 @@ import { pdfjs } from "react-pdf";
|
|||||||
import { theme } from "./utils/theme";
|
import { theme } from "./utils/theme";
|
||||||
import PPofData from "@root/docs/PPofData";
|
import PPofData from "@root/docs/PPofData";
|
||||||
import Docs from "@root/docs/docs";
|
import Docs from "@root/docs/docs";
|
||||||
|
import EnPPofData from "@root/docs/EnPPofData";
|
||||||
|
import EnDocs from "@root/docs/Endocs";
|
||||||
import Oferta from "@root/docs/content/oferta";
|
import Oferta from "@root/docs/content/oferta";
|
||||||
import OfertaQuizDevelop from "@root/docs/content/ofertaQuizDevelop";
|
import OfertaQuizDevelop from "@root/docs/content/ofertaQuizDevelop";
|
||||||
import PrivacyPolicy from "@root/docs/content/PrivacyPolicy";
|
import PrivacyPolicy from "@root/docs/content/PrivacyPolicy";
|
||||||
|
import EnOferta from "@root/docs/en/content/oferta";
|
||||||
|
import EnOfertaQuizDevelop from "@root/docs/en/content/ofertaQuizDevelop";
|
||||||
|
import EnPrivacyPolicy from "@root/docs/en/content/PrivacyPolicy";
|
||||||
import RecoverPassword from "@root/pages/auth/RecoverPassword";
|
import RecoverPassword from "@root/pages/auth/RecoverPassword";
|
||||||
import OutdatedLink from "@root/pages/auth/OutdatedLink";
|
import OutdatedLink from "@root/pages/auth/OutdatedLink";
|
||||||
import { verify } from "./pages/AccountSettings/helper";
|
import { verify } from "./pages/AccountSettings/helper";
|
||||||
@ -179,8 +184,18 @@ const App = () => {
|
|||||||
/>
|
/>
|
||||||
</Route>
|
</Route>
|
||||||
</Route>
|
</Route>
|
||||||
|
<Route path="/en/ppdd" element={<EnPPofData />} />
|
||||||
<Route path="/ppdd" element={<PPofData />} />
|
<Route path="/ppdd" element={<PPofData />} />
|
||||||
<Route path="/quizpayment" element={<QuizPayment />} />
|
<Route path="/quizpayment" element={<QuizPayment />} />
|
||||||
|
<Route path="/en" element={<EnDocs />}>
|
||||||
|
<Route path={"docs/oferta"} element={<EnOferta />} />
|
||||||
|
|
||||||
|
<Route
|
||||||
|
path="docs/ofertaQuizDevelop"
|
||||||
|
element={<EnOfertaQuizDevelop />}
|
||||||
|
/>
|
||||||
|
<Route path={"docs/privacy"} element={<EnPrivacyPolicy />} />
|
||||||
|
</Route>
|
||||||
<Route element={<Docs />}>
|
<Route element={<Docs />}>
|
||||||
<Route path={"/docs/oferta"} element={<Oferta />} />
|
<Route path={"/docs/oferta"} element={<Oferta />} />
|
||||||
<Route
|
<Route
|
||||||
|
Loading…
Reference in New Issue
Block a user