diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..1a4d8db --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,1081 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; + } + + html, + body { + margin: 0; + padding: 0; + font-family: "Museo Sans Rounded", sans-serif !important; + } + + body.noscroll { + overflow: hidden; + background-color: #FFFFFF; + } + + h1, + h2, + h3, + h4, + h5, + h6, + span, + p { + margin: 0; + padding: 0; + } + + a { + text-decoration: none !important; + } + + ul { + list-style: none; + margin: 0; + padding: 0; + } + + li { + list-style: none; + } + + .wrapper { + overflow: hidden; + width: 100%; + background-color: #FFFFFF; + } + + .container, + .container-lg, + .container-md, + .container-sm, + .container-xl { + max-width: 1206px; + margin: 0 auto; + } + + input[type=number] { + -moz-appearance: textfield; + } + + input::-webkit-outer-spin-button, + input::-webkit-inner-spin-button { + -webkit-appearance: none; + } + + .transparent_process { + padding: 80px 0; + background-color: #F9F9F9; + } + .transparent_process .title_block { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #0F1521; + } + .transparent_process .title_p { + font-size: 16px; + font-weight: 600; + line-height: 19.2px; + color: #0F1521; + margin-top: 10px; + margin-bottom: 60px; + } + .transparent_process .block_item { + display: flex; + align-items: flex-start; + justify-content: space-between; + gap: 20px; + margin-bottom: 20px; + } + .transparent_process .block_item:last-child { + margin-bottom: 0; + } + .transparent_process .item { + padding: 24px; + background-color: #FFFFFF; + width: 388px; + height: 97px; + display: flex; + align-items: center; + border-radius: 8px; + } + .transparent_process .item_text { + margin-left: 24px; + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #000000; + } + + .medina_license { + padding: 80px 0; + background-color: #FFFFFF; + } + .medina_license .title_block { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #0F1521; + margin-bottom: 60px; + } + .medina_license .inf_block { + display: flex; + align-items: center; + gap: 106px; + width: 1266px; + } + .medina_license .inf_text_left { + max-width: 592px; + display: flex; + align-items: flex-start; + } + .medina_license .right_inf_text_block { + display: flex; + flex-direction: column; + gap: 16px; + align-items: flex-start; + margin-left: 24px; + } + .medina_license .text_block { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #0F1521; + } + .medina_license .right_text_inf { + padding: 24px; + background-color: #F9F9F9; + border-radius: 8px; + width: 100%; + display: flex; + flex-direction: column; + gap: 8px; + } + .medina_license .text_right_block { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #0F1521; + display: flex; + align-items: center; + gap: 12px; + } + + .obtained_by { + padding: 100px 0; + background-color: #FFFFFF; + } + .obtained_by .title_block { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #0F1521; + margin-bottom: 60px; + } + .obtained_by .text_obtained_group { + display: flex; + align-items: center; + gap: 22px; + } + .obtained_by .text_obtained { + display: flex; + flex-direction: column; + gap: 14px; + width: 592px; + } + .obtained_by .text_right_block { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #0F1521; + display: flex; + align-items: center; + gap: 12px; + } + + .exact_cost { + padding: 80px 0; + background-color: #F9F9F9; + } + .exact_cost .title_block { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #0F1521; + } + .exact_cost .title_p { + font-size: 16px; + font-weight: 600; + line-height: 19.2px; + color: #0F1521; + margin-top: 10px; + margin-bottom: 60px; + } + .exact_cost .img_block { + margin: 0 auto; + display: block; + } + + .main_license { + padding: 100px 0; + background-color: #FFFFFF; + } + .main_license .title_block { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #0F1521; + margin-bottom: 60px; + } + .main_license .nav-link { + font-size: 16px; + font-weight: 400 !important; + line-height: 19.2px; + color: #878A90 !important; + padding: 26px 26px 26px 40px !important; + width: 389px; + display: flex; + background: #F3F3F3 !important; + } + .tab-content>.active{ + margin-top: 0; + } + .main_license .nav { + flex-direction: column; + gap: 26px; + } + .main_license .nav-link.active, .main_license .nav-pills .show > .nav-link { + color: #FFFFFF !important; + background: linear-gradient(264.09deg, #88B23F 4.91%, #247238 91.1%) !important; + box-shadow: 0px 15px 50px var(--sds-size-depth-negative-1200) rgba(126, 186, 22, 0.5019607843); + } + .main_license .tabs_group { + display: flex; + align-items: flex-start; + gap: 123px; + } + .main_license .sections_tab { + max-width: 591px; + } + .main_license ul { + display: flex; + flex-direction: column; + gap: 10px; + } + .main_license .texts_li { + list-style: auto !important; + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #0F1521; + } + + .what_know { + padding-bottom: 115px; + background-color: #FFFFFF; + } + .what_know .title_block_mini{ + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + color: #000000; + margin-bottom: 32px; + position: relative; + } + .what_know .title_block { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #0F1521; + margin-bottom: 60px; + } + .what_know .block_text_big { + background-image: url(../img/bg_t.png); + background-repeat: no-repeat; + background-size: cover; + background-position: center; + padding: 56px 0 47px 0; + } + .what_know .inf_block_know { + display: flex; + align-items: flex-start; + justify-content: space-between; + } + .what_know .texts { + max-width: 489px; + display: flex; + flex-direction: column; + gap: 12px; + } + .what_know .title_block { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #000000; + margin-bottom: 32px; + } + .what_know .texts_p { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #0F1521; + display: flex; + align-items: center; + gap: 12px; + position: relative; + } + + .stages { + padding-bottom: 100px; + margin-bottom: 0; + background-color: #FFFFFF; + } + .reviews{ + background-color: #FFFFFF; + } + .reviews .second_sub{ + margin-bottom: 20px !important; + } + .license{ + padding: 40px 0 84px 0; + padding-bottom: 0; + margin: 0 !important; + } + .team{ + padding: 84px 0 84px 0; + margin: 0 !important; + background-color: #FFFFFF; + } + .experience{ + padding: 84px 0 84px 0; + margin: 0 !important; + background-color: #FFFFFF; + } + .companies{ + padding: 60px 0 0 0; + margin: 0 !important; + background-color: #FFFFFF; + } + .reviews .sub_title_h{ + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #0F1521; + margin-bottom: 60px; + } + .block_big_stages{ + display: block !important; + background-color: #FFFFFF; + margin-top: 0; + } + .stages .title_block { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #0F1521; + margin-bottom: 60px; + } + .stages .item_block { + display: flex; + align-items: flex-end; + gap: 18px; + } + .stages .left_group { + display: flex; + flex-direction: column; + gap: 20px; + } + .stages .items { + display: flex; + align-items: flex-start; + gap: 20px; + } + .stages .item { + padding: 24px 24px 54px 24px; + background-color: #F3F3F3; + border-radius: 10px; + width: 388px; + height: 190px; + position: relative; + } + .stages .title_item { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + color: #0F1521; + margin-bottom: 26px; + } + .stages .text_item { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #0F1521; + } + .stages .number_company { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #4E913C; + display: block; + } + .stages .number_item { + position: absolute; + left: 24px; + bottom: -11px; + font-size: 40px; + font-weight: 600; + line-height: 48px; + color: #FFFFFF; + } + .stages .number_item_right { + position: absolute; + right: 24px; + bottom: -11px; + font-size: 40px; + font-weight: 600; + line-height: 48px; + color: #FFFFFF; + } + .stages .last_item { + background: linear-gradient(264.09deg, #88B23F 4.91%, #247238 91.1%); + border-radius: 10px; + width: 100%; + padding: 24px 33px 53px 24px; + position: relative; + } + .stages .top_title { + display: flex; + align-items: center; + gap: 135px; + } + .stages .title_item_last { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + color: #FFFFFF; + margin-bottom: 26px; + } + .stages .text_item_last { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #FFFFFF; + } + .stages .doc { + right: 33px; + bottom: 0; + position: absolute; + } + .stages .form_block { + background-image: url(../img/bg_form.png); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + max-width: 389px; + height: 430px; + border-radius: 10px; + padding: 40px; + padding-top: 146px; + position: relative; + } + .stages .women_img { + position: absolute; + top: -89px; + left: 50%; + transform: translateX(-50%) scaleX(-1); + } + .stages .title_form { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + text-align: center; + color: #FFFFFF; + margin-bottom: 10px; + } + .stages .text_p { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + text-align: center; + color: #FFFFFF; + margin-bottom: 104px; + } + .stages .bottom_text { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + text-align: center; + color: #FFFFFF; + margin-bottom: 7px; + } + .stages .apply { + display: flex; + align-items: center; + justify-content: center; + padding: 10px; + background-color: #F3F3F3; + border-radius: 8px; + width: 100%; + height: 45px; + font-size: 14px; + font-weight: 400; + line-height: 16.8px; + color: #0F1521; + } + + .team{ + background-color: #FFFFFF; + } + + .frequently { + padding: 100px 0; + background-color: #FFFFFF; + } + .frequently .accordion{ + border: none; + } + .frequently .collapse{ + height: auto !important; + min-height: auto !important; + } + .frequently .faq_t { + font-size: 16px; + font-weight: 600; + line-height: 19.2px; + color: #0F1521; + margin-bottom: 10px; + } + .frequently .title_block { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #0F1521; + margin-bottom: 60px; + } + .frequently .accordion-button:not(.collapsed) { + box-shadow: none; + background-color: #4E913C; + color: #FFFFFF; + } + .frequently .accordion-item:first-of-type > .accordion-header .accordion-button { + border-radius: 10px; + } + .frequently .accordion-button:focus { + box-shadow: none; + } + .frequently .accordion-item { + border: none; + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; + } + .frequently .show{ + box-shadow: 0px 15px 80px -32px rgba(0, 0, 0, 0.2509803922); + } + .frequently .accordion { + display: flex; + flex-direction: column; + gap: 16px; + } + .frequently .accordion-button { + border-radius: 10px; + background-color: #F9F9F9; + padding: 31px 24px; + font-size: 24px; + font-weight: 300; + line-height: 28.8px; + color: #000000; + } + .frequently .accordion-body { + padding: 22px 24px; + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #000000; + } + .frequently .accordion-button::after { + background-image: url(../img/img_ar1.svg); + background-repeat: no-repeat; + background-size: contain; + background-position: center; + } + .frequently .accordion-button:not(.collapsed)::after { + background-image: url(../img/img_ar.svg); + background-repeat: no-repeat; + background-size: contain; + background-position: center; + rotate: 180deg; + } + + .key_points { + padding-bottom: 120px; + background-color: #FFFFFF; + } + .key_points .title_block { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + color: #0F1521; + margin-bottom: 32px; + } + .key_points .text_p { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #0F1521; + } + .key_points .hidden-text { + display: none; + } + .key_points .show-more { + color: #4E913C; + cursor: pointer; + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + margin-top: 16px; + display: inline-block; + border-bottom: 1px dashed #4E913C; + max-width: 100px; + } + /* .key_points .show-more::after{ + content: ''; + position: absolute; + left: 0; + top: 2px; + color: green; + font-size: 18px; + text-align: center; + white-space: nowrap; + } */ + .key_points .top_block { + margin-bottom: 60px; + } + .key_points .title_bottom_block { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + color: #0F1521; + margin-bottom: 23px; + } + .key_points .block_text_bottom { + display: flex; + align-items: flex-start; + gap: 360px; + } + .key_points .texts { + display: flex; + flex-direction: column; + gap: 12px; + } + .key_points .text_bottom_p { + display: flex; + align-items: center; + gap: 12px; + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + color: #0F1521; + position: relative; + text-decoration: underline !important; + } + .key_points .text_bottom_p:hover{ + color: #71A800; + } + + .key_points .text_bottom_p::before{ + content: '→'; + position: absolute; + left: -26px; + color: #88B23F; + font-size: 18px; + transition: all 0.3s ease; + } + + @media (max-width: 999px) { + .transparent_process { + padding: 0 0 40px 0; + } + .transparent_process .title_block { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + } + .transparent_process .title_p { + font-size: 14px; + font-weight: 600; + line-height: 16.8px; + color: #0F1521; + margin-top: 15px; + margin-bottom: 32px; + } + .transparent_process .block_item { + flex-direction: column; + gap: 12px; + } + .transparent_process .item { + width: 100%; + height: auto; + } + .transparent_process .item_text { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + margin-left: 16px; + } + .transparent_process img { + width: 32px; + } + .medina_license { + padding: 60px 0; + padding-bottom: 0; + } + .medina_license .title_block { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + margin-bottom: 32px; + } + .medina_license .inf_block { + flex-direction: column; + gap: 32px; + width: 100%; + align-items: flex-start; + } + .medina_license .inf_text_left { + width: 100%; + } + .medina_license .text_block { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + } + .medina_license .right_inf_text_block { + margin-left: 16px; + } + .medina_license .inf_text_left img { + width: 32px; + } + .medina_license .right_text_inf { + padding: 8px; + } + .medina_license .text_right_block { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + } + .medina_license .img_ch { + width: 24px; + } + .obtained_by { + padding: 60px 0; + } + .obtained_by .title_block { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + margin-bottom: 32px; + } + .obtained_by .text_obtained_group { + flex-direction: column; + align-items: flex-start; + gap: 8px; + } + .obtained_by .text_obtained { + gap: 8px; + width: 100%; + } + .obtained_by .text_right_block { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + } + .exact_cost { + padding: 40px 0; + } + .exact_cost .title_block { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + margin-bottom: 32px; + } + .exact_cost .title_p { + display: none; + } + .exact_cost .img_block { + width: 100%; + } + .main_license { + padding: 60px 0; + } + .main_license .title_block { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + margin-bottom: 32px; + } + .main_license .tabs_group { + flex-direction: column; + align-items: flex-start; + gap: 0; + } + .main_license .nav { + gap: 10px; + width: 700px; + display: ruby-text; + } + .nav { + flex-wrap: nowrap !important; + } + .main_license .nav-link { + padding: 20px; + font-size: 14px; + font-weight: 400; + line-height: 16.8px; + display: flex; + align-items: center; + justify-content: center; + width: 100%; + max-width: 200px; + padding: 20px !important; + margin-right: 10px; + } + .main_license .left_tab_block { + overflow: scroll; + margin-bottom: 32px; + } + .main_license .texts_li { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + margin-left: 10px; + } + + .main_license .right_sections_tab{ + padding-right: 10px; + } + .main_license ul { + gap: 0; + } + .what_know { + padding-bottom: 60px; + } + .what_know .title_block { + font-size: 16px; + font-weight: 600; + line-height: 19.2px; + margin-bottom: 24px; + } + .what_know .inf_block_know { + flex-direction: column; + } + .what_know .block_text_big { + background-image: none; + padding: 0; + } + .what_know .texts { + gap: 8px; + padding: 8px; + padding-bottom: 24px; + max-width: 100%; + width: 100%; + } + .what_know .texts_p { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + } + .what_know .second_texts { + padding-top: 24px; + background-color: #EEF4EC; + } + .what_know .title_block_mini{ + font-size: 16px; + font-weight: 600; + line-height: 19.2px; + margin-bottom: 24px; + position: relative; + z-index: 100; + } + .what_know .title_block_mini::before{ + content: ''; + position: absolute; + width: 100%; + height: 100%; + top: 0; + color: #EEF4EC; + background-color: #EEF4EC; + } + .stages { + padding-bottom: 60px; + } + .stages .title_block { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + margin-bottom: 32px; + } + .stages .items { + flex-direction: column; + } + .stages .item { + width: 100%; + height: auto; + padding: 16px 16px 40px 16px; + } + .stages .item_block { + flex-direction: column; + gap: 135px; + } + .stages .left_group { + width: 100%; + } + .stages .title_item { + font-size: 16px; + font-weight: 600; + line-height: 19.2px; + margin-bottom: 16px; + } + .stages .text_item { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + } + .stages .number_item_right{ + left: 24px; + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + } + .stages .number_item { + font-size: 32px; + font-weight: 600; + line-height: 38.4px; + } + .stages .form_block { + padding: 146px 52px 39px 22px; + height: auto; + max-width: 500px; + margin: 0 auto; + } + .stages .women_img{ + right: 33%; + } + .stages .title_form { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + margin-bottom: 10px; + } + .stages .text_p { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + margin-bottom: 40px; + } + .stages .bottom_text { + font-size: 16px; + font-weight: 300; + line-height: 19.2px; + margin-bottom: 6px; + } + .stages .apply { + font-size: 14px; + font-weight: 400; + line-height: 16.8px; + } + .stages .last_h_item { + display: none; + } + .stages .last_item { + padding: 16px 19px 38px 16px; + } + .stages .title_item_last { + font-size: 16px; + font-weight: 600; + line-height: 19.2px; + margin-bottom: 16px; + } + .stages .text_item_last { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + max-width: 164px; + } + .stages .doc { + width: 122px; + } + + .experience .cont{ + display: flex; + flex-direction: column; + } + .frequently { + padding-bottom: 60px; + } + .frequently .faq_t { + font-size: 16px; + font-weight: 600; + line-height: 19.2px; + margin-bottom: 15px; + } + .frequently .title_block { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + margin-bottom: 32px; + } + .frequently .accordion-button { + padding: 25px 40px 25px 16px; + font-size: 16px; + font-weight: 600; + line-height: 19.2px; + } + .frequently .accordion-body { + padding: 16px; + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + } + .key_points { + padding-bottom: 64px; + } + .key_points .title_block { + font-size: 24px; + font-weight: 600; + line-height: 28.8px; + margin-bottom: 20px; + } + .key_points .text_p { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + } + .key_points .show-more { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + } + .key_points .top_block { + margin-bottom: 44px; + } + .key_points .block_text_bottom { + flex-direction: column; + gap: 12px; + margin-left: 20px; + } + .key_points .title_bottom_block { + font-size: 16px; + font-weight: 600; + line-height: 19.2px; + margin-bottom: 15px; + } + .key_points .text_bottom_p { + font-size: 12px; + font-weight: 300; + line-height: 14.4px; + } + } \ No newline at end of file diff --git a/assets/img/bg_form.png b/assets/img/bg_form.png new file mode 100644 index 0000000..da7fbf2 Binary files /dev/null and b/assets/img/bg_form.png differ diff --git a/assets/img/bg_t.png b/assets/img/bg_t.png new file mode 100644 index 0000000..3b14f76 Binary files /dev/null and b/assets/img/bg_t.png differ diff --git a/assets/img/img_ar.svg b/assets/img/img_ar.svg new file mode 100644 index 0000000..8bd3f3b --- /dev/null +++ b/assets/img/img_ar.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/img/img_ar1.svg b/assets/img/img_ar1.svg new file mode 100644 index 0000000..4afe9fc --- /dev/null +++ b/assets/img/img_ar1.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..605c5f9 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,6 @@ +function showMore() { + var hiddenText = document.getElementById('hiddenText'); + var showMoreBtn = document.getElementById('showMoreBtn'); + hiddenText.style.display = 'block'; + showMoreBtn.style.display = 'none'; +} \ No newline at end of file diff --git a/img/checked.svg b/img/checked.svg new file mode 100644 index 0000000..a09c998 --- /dev/null +++ b/img/checked.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/img/img_c.png b/img/img_c.png new file mode 100644 index 0000000..48a1f99 Binary files /dev/null and b/img/img_c.png differ diff --git a/img/img_doc.png b/img/img_doc.png new file mode 100644 index 0000000..3c1a767 Binary files /dev/null and b/img/img_doc.png differ diff --git a/img/img_inf.svg b/img/img_inf.svg new file mode 100644 index 0000000..f15c8bb --- /dev/null +++ b/img/img_inf.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/item.svg b/img/item.svg new file mode 100644 index 0000000..66ef35c --- /dev/null +++ b/img/item.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/item1.svg b/img/item1.svg new file mode 100644 index 0000000..86fb8b7 --- /dev/null +++ b/img/item1.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/item2.svg b/img/item2.svg new file mode 100644 index 0000000..666f015 --- /dev/null +++ b/img/item2.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/item3.svg b/img/item3.svg new file mode 100644 index 0000000..e1139f0 --- /dev/null +++ b/img/item3.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/item4.svg b/img/item4.svg new file mode 100644 index 0000000..3a8daa3 --- /dev/null +++ b/img/item4.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/img/item5.svg b/img/item5.svg new file mode 100644 index 0000000..4d2834e --- /dev/null +++ b/img/item5.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/right_ar.svg b/img/right_ar.svg new file mode 100644 index 0000000..97164b4 --- /dev/null +++ b/img/right_ar.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/img/unchecked.svg b/img/unchecked.svg new file mode 100644 index 0000000..8ef42ee --- /dev/null +++ b/img/unchecked.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/img/women.svg b/img/women.svg new file mode 100644 index 0000000..3fa98d6 --- /dev/null +++ b/img/women.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/index2.html b/index.html similarity index 57% rename from index2.html rename to index.html index 1a6342e..a5e631c 100644 --- a/index2.html +++ b/index.html @@ -49,6 +49,8 @@ + + @@ -259,7 +261,249 @@ - +
+
+
+

Прозрачный процесс и надежный результат получения лицензии

+

от "ЦентрКонсалт"

+
+
+ +

Выдаем только официальные лицензии, зарегистрированные в реестре

+
+
+ +

Решим сложные ситуации при аннулировании лицензий и неоднократных отказах

+
+
+ +

Мы гарантируем получение лицензии – 100% или вернем вам деньги

+
+
+
+
+ +

Минимальный пакет документов

+
+
+ +

Отправим готовые документы по месту жительства или офиса

+
+
+ +

Опыт в лицензировании деятельности – более 20 лет

+
+
+
+
+
+
+
+
+

Мединская лицензия - что это и в каких случаях необходима

+
+
+ +
+

В компании "ЦентрКонсалт" вы можете оформить медицинскую лицензию быстро, легально и с гарантией 100% . Наши квалифицированные юристы возьмут на себя всю работу по сбору и подготовке полного пакета документов, что исключит ошибки и отказы. Мы обеспечим индивидуальный подход, соблюдение всех требований и максимально сжатые сроки лицензирования вашей организации.

+

Многолетний опыт и репутация надежного партнера позволяют клиентам "ЦентрКонсалт" экономить время, деньги и начинать легальную медицинскую практику в кратчайшие сроки.

+
+
+
+

Частные клиники и медицинские центры

+

Стоматологические клиники и кабинеты

+

Косметологические центры и салоны красоты

+

Диагностические центры и лаборатории

+

Санатории, профилактории и реабилитационные центры

+
+
+
+
+
+
+
+
+

Медицинскую лицензию могут получить:

+
+
+

Частные клиники и медицинские центры

+

Стоматологические клиники и кабинеты

+

Косметологические центры и салоны красоты

+

Диагностические центры и лаборатории

+

Санатории, профилактории и реабилитационные центры

+
+
+

Массажные и СПА-салоны

+

Фитнес-центры со спа-услугами

+

Медицинские кабинеты при производственных предприятиях

+

Службы скорой и неотложной медицинской помощи

+

Частнопрактикующие врачи и медицинские работники

+
+
+
+
+
+
+
+
+

Узнайте точную стоимость медицинской лицензии для вашей компании

+

🎁 Сертификат ISO в подарок

+ +
+
+
+
+
+
+

Главное о медицинской лицензии

+
+
+ +
+
+
+
+
+
    +
  • Помещение, соответствующее санитарным нормам и обустроено согласно порядкам оказания медпомощи.
  • +
  • Укомплектованность необходимым медицинским персоналом с допусками к работе.
  • +
  • Наличие исправного оборудования и инструментария по заявленным видам деятельности.
  • +
  • Соблюдение порядков оказания медицинской помощи.
  • +
  • Система ведения медицинской документации и обеспечения прав пациентов.
  • +
  • Санитарно-эпидемиологическое заключение о соответствии помещений.
  • +
+
+
+
+
+
    +
  • Несоответствие представленных сведений положениям законодательства
  • +
  • Наличие недостоверной информации в представленных документах
  • +
  • Отсутствие необходимых условий для ведения образовательной деятельности (помещений, оборудования, педагогических кадров и т.д.)
  • +
  • Нарушение требований по обеспечению безопасных условий обучения
  • +
  • Предоставление неполного комплекта документов
  • +
  • Несоответствие образовательных программ установленным требованиям
  • +
  • Наличие неснятой или непогашенной судимости у педагогических работников
  • +
  • Несоответствие квалификации педагогических работников требованиям законодательства
  • +
+
+
+
+
+
    +
  • Заявление о предоставлении лицензии
  • +
  • Копии учредительных документов
  • +
  • Документы, подтверждающие наличие помещений для ведения образовательной деятельности
  • +
  • Сведения о педагогических работниках
  • +
  • Реализуемые образовательные программы
  • +
  • Копии документов об образовании и квалификации педагогических работников
  • +
  • Заключение санитарно-эпидемиологической службы
  • +
  • Заключение о соответствии объекта защиты требованиям пожарной безопасности
  • +
+
+
+
+
+
+
+
+
+
+
+
+

Что еще нужно знать?

+
+
+
+
+
+
+

Частые ошибки

+

Неполный пакет документов или ошибки в них

+

Помещение не соответствует нормам

+

Отсутствие необходимого оборудования, инструментов, расходных материалов

+

Нарушение прав пациентов и врачебной тайны

+

Предоставление заведомо ложных сведений

+

Наличие действующей судимости у руководителя

+

Игнорирование требований лицензирующего органа

+
+
+

Как их избежать

+

Четко определить виды работ/услуг, на которые будет получаться лицензия

+

Проверить соответствие руководителя квалификационным требованиям

+

Санитарно-эпидемиологического заключение должно быть действительным на момент подачи

+

Подготовить полные сведения об имеющемся медицинском оборудовании

+

Правильно оформить медицинские книжки сотрудников

+

Убедиться в наличии договоров на вывоз и утилизацию медицинских отходов

+

Назначить приказами ответственных лиц за ведение и хранение медицинской документации

+

Быть готовыми к внеплановой проверке

+
+
+
+
+
+
+
+
+

Этапы получения медицинской лицензии

+
+
+
+
+

Заявка

+

Подача заявки на сайте компании ЦентрКонсалт или по телефону 

+ 8 (495) 241-28-77 + 01 +
+
+

Консультация

+

Мы консультируем вас по телефону и договариваемся по условиям касаемо предоставления услуги

+ 02 +
+
+
+
+

Пакет документов

+

Мы собираем пакет документов для получения лицензии

+ 03 +
+
+

Передача документов

+

Передаем подготовленные документы в Росздравнадзор

+ 04 +
+
+
+
+

Получение лицензии

+

Результат

+
+

Действующей бессрочно на всей территории
Российской Федерации

+ 05 + +
+
+
+ +

Сарданова Дарина

+

Эксперт по лицензированию

+

Оставьте заявку и я отвечу на все ваши вопросы

+ Подать заявку +
+
+
+
+

Что говорят о нас клиенты?

@@ -286,7 +530,8 @@

Всем привет! Я можно сказать, новичок в строительной отрасли. И хотя в...

-
Читайте отзывы
+
Читайте отзывы
+
Отзывы и благодарственные письма
- +
+
+
+

FAQ

+

Часто задаваемые вопросы

+
+
+
+

+ +

+
+
+ Стоимость получения медицинской лицензии может варьироваться в зависимости от региона, количества заявленных работ/услуг, необходимости проведения экспертизы и других факторов. В среднем цена составляет от 50 000 до 150 000 рублей. Оставьте заявку и наши специалисты помогут рассчитать стоимость лицензии для вашего бизнеса. +
+
+
+
+

+ +

+
+
+ Нет, получение медлицензии на дому невозможно, так как помещения должны соответствовать строгим санитарным нормам и требованиям. Лицензируются только стационарные медицинские объекты +
+
+
+
+

+ +

+
+
+ Для открытия частной клиники необходимо наличие медперсонала с соответствующим образованием и сертификатами: врачей, медсестер, фельдшеров и др. в зависимости от заявленных видов деятельности. +
+
+
+
+

+ +

+
+
+ Медицинская лицензия выдается бессрочно и действует до ее аннулирования или прекращения деятельности организации. +
+
+
+
+

+ +

+
+
+ Нет, для получения медлицензии требуется личное присутствие заявителя или его представителя с нотариальной доверенностью для сдачи документов в лицензирующий орган. +
+
+
+
+
+
+
+
+
+
+
+
+

Основные моменты получения лицензии

+

Для открытия медклиники, кабинета или любого другого лечебно-оздоровительного учреждения необходима медицинская лицензия. Порядок и условия получения этого документа регламентированы Постановлением Правительства РФ от 16. 04.02012 г (в редакции от 08. 12. 2016 г). К соискателю предъявляется множество требований со стороны надзорных органов, и в случае несоответствии им в лицензировании деятельности будет отказано. Ускорить процесс и исключить риски, связанные с отказом в выдаче, поможет обращение за экспертной помощью.

+ Читать далее +
+

Для открытия медклиники, кабинета или любого другого лечебно-оздоровительного учреждения необходима медицинская лицензия. Порядок и условия получения этого документа регламентированы Постановлением Правительства РФ от 16. 04.02012 г (в редакции от 08. 12. 2016 г). К соискателю предъявляется множество требований со стороны надзорных органов, и в случае несоответствии им в лицензировании деятельности будет отказано. Ускорить процесс и исключить риски, связанные с отказом в выдаче, поможет обращение за экспертной помощью.

+
+
+ +
+
+
+ + +