Version Description
[ Specification Change ][ Flow ] Release Image float on xs screen [ Specification Change ] Change required WordPress version to 5.8
Download this release
Release Info
Developer | vektor-inc |
Plugin | VK Blocks |
Version | 1.23.0 |
Comparing to | |
See all releases |
Code changes from version 1.22.4 to 1.23.0
- build/flow/style.css +1 -1
- inc/vk-blocks/build/block-build.css +1 -1
- readme.txt +5 -1
- src/blocks/alert/index.php +8 -18
- src/blocks/balloon/index.php +8 -18
- src/blocks/border-box/index.php +8 -18
- src/blocks/button/index.php +8 -18
- src/blocks/faq/index.php +9 -19
- src/blocks/faq2-a/index.php +7 -17
- src/blocks/faq2-q/index.php +7 -17
- src/blocks/faq2/index.php +9 -19
- src/blocks/flow/index.php +8 -18
- src/blocks/flow/style.scss +22 -3
- src/blocks/heading/index.php +8 -18
- src/blocks/icon-outer/index.php +8 -18
- src/blocks/icon/index.php +8 -18
- src/blocks/page-content/index.php +18 -42
- src/blocks/pr-blocks/index.php +8 -18
- src/blocks/pr-content/index.php +8 -18
- src/blocks/spacer/index.php +8 -18
- src/blocks/staff/index.php +8 -18
- vendor/composer/autoload_files.php +1 -1
- vendor/composer/autoload_static.php +1 -1
- vendor/composer/installed.php +2 -2
- vk-blocks.php +2 -2
build/flow/style.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.vk_flow{margin-bottom:0}.vk_flow .vk_flow_frame{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vk_flow .vk_flow_frame_text{display:block;overflow:hidden;margin:0
|
1 |
+
.vk_flow{margin-bottom:0}.vk_flow .vk_flow_frame{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 575.98px){.vk_flow .vk_flow_frame{-ms-flex-wrap:wrap;flex-wrap:wrap}}.vk_flow .vk_flow_frame_text{display:block;overflow:hidden;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}@media(max-width: 575.98px){.vk_flow .vk_flow_frame_text{margin-bottom:1em}}@media(min-width: 576px){.vk_flow .vk_flow_frame_text{margin-right:15px}}.vk_flow .vk_flow_frame_text_title,.vk_flow .vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow .vk_flow_frame_text_content{margin-bottom:0;-webkit-margin-start:0;margin-inline-start:0;margin-left:0}.vk_flow .vk_flow_frame_image{max-width:150px;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_flow.vk_flow-arrow-on::after{position:relative;content:"";background:var(--vk_flow-arrow) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow.vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.vk_flow.vk_flow-arrow-off::after{content:"";font-size:0;background-image:none}.block-editor-block-list__layout .block-editor-block-list__block.vk_flow-arrow-on:focus:after{position:relative;-webkit-box-shadow:none;box-shadow:none}
|
inc/vk-blocks/build/block-build.css
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
:root{--vk-color-border-red: #dc3545;--vk-color-background-red: #dc3545;--vk-color-border-orange: #ffa536;--vk-color-background-orange: #ffa536;--vk-color-border-blue: #4267b2;--vk-color-background-blue: #4267b2;--vk-color-border-green: #28a745;--vk-color-background-green: #28a745;--vk-color-border-black: #222;--vk-color-background-black: #222}.vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.vk_borderBox-background-transparent .vk_borderBox_body{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder>.vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container{background-color:transparent}.vk_borderBox-background-white .vk_borderBox_body{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder>.vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container{background-color:#fff}.vk_borderBox{margin:0 auto 2em;position:relative}.vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:.5em 1.5em .4em;font-weight:bold}.vk_borderBox .vk_borderBox_title_container i:first-child,.vk_borderBox .vk_borderBox_title_container .svg-inline--fa{margin-right:5px}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:bold;font-size:1em;color:inherit;background:none;padding:0;border:none;outline:none}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title::before{content:none}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title::after{content:none}.vk_borderBox .vk_borderBox_body{padding:1.5em;border-width:2px;border-style:solid}@media(min-width: 992px){.vk_borderBox .vk_borderBox_body{padding:2.1875em 2em 2em}}.vk_borderBox .vk_borderBox_body>*:not(.has-text-color){color:initial}.vk_borderBox .vk_borderBox_body>*:first-child{margin-top:0}.vk_borderBox .vk_borderBox_body>*:last-child{margin-bottom:0}.vk_borderBox:not([class*=vk_borderBox-color]).is-style-vk_borderBox-style-solid-kado-tit-tab>.vk_borderBox_title_container:not(.has-background),.vk_borderBox:not([class*=vk_borderBox-color]).is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_title_container:not(.has-background),.vk_borderBox:not([class*=vk_borderBox-color]).is-style-vk_borderBox-style-solid-kado-tit-banner>.vk_borderBox_title_container:not(.has-background){background-color:#337ab7}.vk_borderBox:not([class*=vk_borderBox-color]):not(.has-text-color){color:#337ab7}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab>.vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_title_container{display:inline-block}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_title_container{border-radius:8px 8px 0 0}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_body{border-radius:0 8px 8px 8px}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature{background-color:transparent;border-width:2px;border-style:solid}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder>.vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container{padding:1.5em 1.5em 1em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder>.vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_body{border:none;padding-top:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{content:"";position:absolute;top:-32%;left:1.5em;padding:1.4em;border-radius:50%;border:solid 2px #fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.fad,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.fad,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.fad,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.fad,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.fad{position:absolute;font-size:1.3em;margin-right:0;z-index:100;top:0%;left:2.3em;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);color:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container{position:relative;padding-top:2.2em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container>.vk_borderBox_icon_border{position:absolute;margin-right:0;top:0;left:3em;padding:1.4em;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);border-radius:50%;border:solid 2px #fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container>.vk_borderBox_icon_border>i{position:absolute;font-size:1.3em;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container>.vk_borderBox_icon_border:not(.has-background){background-color:#337ab7}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder>.vk_borderBox_title_container{position:relative;top:-1.2em;left:1em;z-index:1;display:inline-block;padding:.5em .5em;background:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner{border:none;background-color:transparent}.is-style-vk_borderBox-style-solid-kado-tit-tab>.vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner>.vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_title_container{color:#fff}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas{color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-orange);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-blue);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-green);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-black);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}
|
5 |
:root .has-vk-color-primary-background-color,:root .editor-styles-wrapper .has-vk-color-primary-background-color{background-color:var(--vk-color-primary)}:root .has-vk-color-secondary-background-color,:root .editor-styles-wrapper .has-vk-color-secondary-background-color{background-color:#6c757d}:root .has-vk-color-success-background-color,:root .editor-styles-wrapper .has-vk-color-success-background-color{background-color:#28a745}:root .has-vk-color-info-background-color,:root .editor-styles-wrapper .has-vk-color-info-background-color{background-color:#17a2b8}:root .has-vk-color-warning-background-color,:root .editor-styles-wrapper .has-vk-color-warning-background-color{background-color:#ffc107}:root .has-vk-color-danger-background-color,:root .editor-styles-wrapper .has-vk-color-danger-background-color{background-color:#dc3545}:root .has-vk-color-light-background-color,:root .editor-styles-wrapper .has-vk-color-light-background-color{background-color:#f8f9fa}:root .has-vk-color-dark-background-color,:root .editor-styles-wrapper .has-vk-color-dark-background-color{background-color:#343a40}:root .has-vk-color-primary-color,:root .editor-styles-wrapper .has-vk-color-primary-color{color:var(--vk-color-primary)}:root .has-vk-color-secondary-color,:root .editor-styles-wrapper .has-vk-color-secondary-color{color:#6c757d}:root .has-vk-color-success-color,:root .editor-styles-wrapper .has-vk-color-success-color{color:#28a745}:root .has-vk-color-info-color,:root .editor-styles-wrapper .has-vk-color-info-color{color:#17a2b8}:root .has-vk-color-warning-color,:root .editor-styles-wrapper .has-vk-color-warning-color{color:#ffc107}:root .has-vk-color-danger-color,:root .editor-styles-wrapper .has-vk-color-danger-color{color:#dc3545}:root .has-vk-color-light-color,:root .editor-styles-wrapper .has-vk-color-light-color{color:#f8f9fa}:root .has-vk-color-dark-color,:root .editor-styles-wrapper .has-vk-color-dark-color{color:#343a40}.vk_button,.editor-styles-wrapper .vk_button{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto 5px;text-align:center}.vk_button-color-custom a:hover,.editor-styles-wrapper .vk_button-color-custom a:hover{opacity:.8;-webkit-box-shadow:0 0 0 .2rem rgba(171,184,195,.25);box-shadow:0 0 0 .2rem rgba(171,184,195,.25)}.vk_button-color-custom .vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover{-webkit-box-shadow:none;box-shadow:none}.vk_button .btn.has-background:not(.has-text-color),.editor-styles-wrapper .vk_button .btn.has-background:not(.has-text-color){color:#fff}.vk_button .btn.has-background:not(.has-text-color).has-vk-color-light-background-color,.vk_button .btn.has-background:not(.has-text-color).has-white-background-color,.editor-styles-wrapper .vk_button .btn.has-background:not(.has-text-color).has-vk-color-light-background-color,.editor-styles-wrapper .vk_button .btn.has-background:not(.has-text-color).has-white-background-color{color:#212529}.vk_button .has-text-color.is-style-outline,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline{background-color:transparent;border:1px solid currentColor}.vk_button .has-text-color.is-style-outline:hover,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover{border:1px solid #fff}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color{background-color:var(--vk-color-primary)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-secondary-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-secondary-color{background-color:#6c757d}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-success-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-success-color{background-color:#28a745}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-info-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-info-color{background-color:#17a2b8}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-warning-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-warning-color{background-color:#ffc107}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-danger-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-danger-color{background-color:#dc3545}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color{background-color:#f8f9fa}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-dark-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-dark-color{background-color:#343a40}.vk_button .has-text-color.is-style-outline:hover.has-black-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-black-color{background-color:#000}.vk_button .has-text-color.is-style-outline:hover.has-cyan-bluish-gray-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-cyan-bluish-gray-color{background-color:#abb8c3}.vk_button .has-text-color.is-style-outline:hover.has-white-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color{background-color:#fff}.vk_button .has-text-color.is-style-outline:hover.has-pale-pink-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-pale-pink-color{background-color:#f78da7}.vk_button .has-text-color.is-style-outline:hover.has-vivid-red-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-red-color{background-color:#cf2e2e}.vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-orange-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-orange-color{background-color:#ff6900}.vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-amber-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-amber-color{background-color:#fcb900}.vk_button .has-text-color.is-style-outline:hover.has-light-green-cyan-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-light-green-cyan-color{background-color:#7bdcb5}.vk_button .has-text-color.is-style-outline:hover.has-vivid-green-cyan-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-green-cyan-color{background-color:#00d084}.vk_button .has-text-color.is-style-outline:hover.has-pale-cyan-blue-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-pale-cyan-blue-color{background-color:#8ed1fc}.vk_button .has-text-color.is-style-outline:hover.has-vivid-cyan-blue-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-cyan-blue-color{background-color:#0693e3}.vk_button .has-text-color.is-style-outline:hover.has-vivid-purple-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-purple-color{background-color:#9b51e0}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color{background-color:var(--vk-color-primary)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-dark-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-dark-color{background-color:var(--vk-color-primary-dark)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-vivid-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-vivid-color{background-color:var(--vk-color-primary-vivid)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-1-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-1-color{background-color:var(--vk-color-custom-1)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-2-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-2-color{background-color:var(--vk-color-custom-2)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-3-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-3-color{background-color:var(--vk-color-custom-3)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-4-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-4-color{background-color:var(--vk-color-custom-4)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-5-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-5-color{background-color:var(--vk-color-custom-5)}.vk_button .has-text-color.is-style-outline:hover .vk_button_link_before,.vk_button .has-text-color.is-style-outline:hover .vk_button_link_txt,.vk_button .has-text-color.is-style-outline:hover .vk_button_link_after,.vk_button .has-text-color.is-style-outline:hover .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_subCaption{color:#fff}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_before,.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_txt,.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_after,.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_subCaption,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_before,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_txt,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_after,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_subCaption{color:#212529}.vk_button .has-text-color.vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover{text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-thickness:1px}.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_before,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_txt,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_after,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_subCaption,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_before,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_txt,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_after,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_subCaption{color:#212529}.vk_button.vk_button-align-left,.editor-styles-wrapper .vk_button.vk_button-align-left{text-align:left}.vk_button.vk_button-align-center,.editor-styles-wrapper .vk_button.vk_button-align-center{text-align:center}.vk_button.vk_button-align-right,.editor-styles-wrapper .vk_button.vk_button-align-right{text-align:right}.vk_button.vk_button-align-block,.editor-styles-wrapper .vk_button.vk_button-align-block{display:block}.vk_button.vk_button-align-block .vk_button_link,.editor-styles-wrapper .vk_button.vk_button-align-block .vk_button_link{width:100%}.vk_button.vk_button-align-wide,.editor-styles-wrapper .vk_button.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button.vk_button-align-wide .vk_button_btn,.vk_button.vk_button-align-wide .btn,.editor-styles-wrapper .vk_button.vk_button-align-wide .vk_button_btn,.editor-styles-wrapper .vk_button.vk_button-align-wide .btn{display:block}.vk_button .vk_button_link,.editor-styles-wrapper .vk_button .vk_button_link{min-width:100px;min-height:25px;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_button .vk_button_link-type-text,.editor-styles-wrapper .vk_button .vk_button_link-type-text{-webkit-box-shadow:none;box-shadow:none;padding:0}.vk_button .vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover{background:none;-webkit-box-shadow:none;box-shadow:none}.vk_button .vk_button_link.btn,.editor-styles-wrapper .vk_button .vk_button_link.btn{padding-top:.6em;padding-bottom:.6em;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;text-decoration:none;font-size:calc( var(--vk-size-text) * 1 )}.vk_button .vk_button_link.btn-lg,.editor-styles-wrapper .vk_button .vk_button_link.btn-lg{font-size:calc( var(--vk-size-text) * 1.25 )}.vk_button .vk_button_link.btn-sm,.editor-styles-wrapper .vk_button .vk_button_link.btn-sm{font-size:calc( var(--vk-size-text) * .875 )}.vk_button .vk_button_link_before,.editor-styles-wrapper .vk_button .vk_button_link_before{margin-right:.7rem}.vk_button .vk_button_link_after,.editor-styles-wrapper .vk_button .vk_button_link_after{margin-left:.7rem}.vk_button .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.vk_button .editor-rich-text,.editor-styles-wrapper .vk_button .editor-rich-text{display:inline-block}
|
6 |
:root{--vk-color-border: rgba(0,0,0,.12)}.is-style-vk_faq-normal .vk_faq_title:before{color:#e50000}.is-style-vk_faq-normal .vk_faq_content:before{color:#337ab7}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-square .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_title:before{background-color:#e50000;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-bgfill-square .vk_faq_content:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before{background-color:#337ab7;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-circle .vk_faq_content:before{border-radius:50%}.is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border-radius:4px}.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-square .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_title:before{border:1px solid #e50000;color:#e50000}.is-style-vk_faq-border-circle .vk_faq_content:before,.is-style-vk_faq-border-square .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border:1px solid #337ab7;color:#337ab7}.vk_faq{display:block;overflow:hidden;border-bottom:1px solid var(--vk-color-border);padding:0px 0px 1rem;margin:0 auto 1rem auto;width:100%;position:relative}.vk_faq .vk_faq_title{border:none;padding:.8rem .8rem .8rem 3rem;margin:0;position:relative;font-weight:bold;font-size:16px;border-bottom:1px dotted var(--vk-color-border)}.vk_faq .vk_faq_title:before{position:absolute;left:0;top:.7rem;font-weight:500;font-size:22px;line-height:105%;width:2.1rem;height:2.1rem;line-height:2.1rem;text-align:center;position:absolute;font-family:"areal"}.vk_faq .vk_faq_title p:first-of-type{margin-top:0}.vk_faq .vk_faq_title p:last-child{margin-bottom:0}.vk_faq .vk_faq_title:before{content:"Q";color:#e50000;font-weight:500}.vk_faq .vk_faq_title p{line-height:1.7}@media(min-width: 768px){.vk_faq .vk_faq_title{font-size:18px}}.vk_faq .vk_faq_content{border:none;padding:.8rem .8rem .8rem 3rem;margin:0;position:relative;font-weight:normal;-webkit-transition:.25s;transition:.25s}.vk_faq .vk_faq_content:before{position:absolute;left:0;top:.7rem;font-weight:500;font-size:22px;line-height:105%;width:2.1rem;height:2.1rem;line-height:2.1rem;text-align:center;position:absolute;font-family:"areal"}.vk_faq .vk_faq_content p:first-of-type{margin-top:0}.vk_faq .vk_faq_content p:last-child{margin-bottom:0}.vk_faq .vk_faq_content:before{content:"A";color:#337ab7}.vk_faq.vk_faq-accordion-close,.vk_faq.vk_faq-accordion-open{padding-bottom:0;margin-bottom:0}.vk_faq.vk_faq-accordion-close .vk_faq-body,.vk_faq.vk_faq-accordion-open .vk_faq-body{margin-top:0;margin-bottom:0}.vk_faq.vk_faq-accordion-close .vk_faq_title,.vk_faq.vk_faq-accordion-open .vk_faq_title{padding-right:2rem}@media(min-width: 768px){.vk_faq.vk_faq-accordion-close .vk_faq_title,.vk_faq.vk_faq-accordion-open .vk_faq_title{padding-right:2.5rem}}.vk_faq.vk_faq-accordion-close .vk_faq_title::after,.vk_faq.vk_faq-accordion-open .vk_faq_title::after{position:absolute;top:50%;right:unset;right:2.5rem;content:"";width:8px;height:8px;border-right:1px solid #222;border-top:1px solid #222;transition:border-color .3s ease,-webkit-transform .6s ease;-webkit-transition:border-color .3s ease,-webkit-transform .6s ease;transition:border-color .3s ease,transform .6s ease;transition:border-color .3s ease,transform .6s ease,-webkit-transform .6s ease}.vk_faq.vk_faq-accordion-close .vk_faq_title{border-bottom:none}.vk_faq.vk_faq-accordion-close .vk_faq_title::after{-webkit-transform:translate(32px, -5px) rotate(135deg);transform:translate(32px, -5px) rotate(135deg)}.vk_faq.vk_faq-accordion-open .vk_faq_title::after{-webkit-transform:translate(32px, -2px) rotate(-45deg);transform:translate(32px, -2px) rotate(-45deg)}.vk_faq.vk_faq-accordion .vk_faq_title{cursor:pointer}.vk_faq .vk_faq_content-accordion-open{height:auto;overflow:hidden;opacity:1;-webkit-transition:.25s;transition:.25s;margin-bottom:10px}.vk_faq .vk_faq_content-accordion-close{padding-top:0;padding-bottom:0;height:0;opacity:0;overflow:hidden}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks div.block-editor-block-list__block:not(.is_hovered){margin-top:0;margin-bottom:0}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks .wp-block:not(.is_hovered){width:100%}
|
7 |
-
.vk_flow{margin-bottom:0}.vk_flow .vk_flow_frame{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vk_flow .vk_flow_frame_text{display:block;overflow:hidden;margin:0
|
8 |
.vk_heading i:first-child{margin-right:.2em}.vk_heading i:last-child{margin-left:.2em}.vk_heading.vk_heading-style-plain .vk_heading_title{background:none;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:none;box-shadow:none;display:block}.vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.vk_heading.vk_heading-style-plain .vk_heading_title:not(.has-text-color){color:unset}.vk_heading.vk_heading-style-plain .vk_heading_title:after{background:none;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:none;box-shadow:none;display:block}.vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.vk_heading_subtext{margin-bottom:0}
|
9 |
@media screen and (max-width: 991.98px){.vk_icon{margin-bottom:1.5em}}.wp-block-vk-blocks-icon .vk_icon_border{display:inline-block;position:relative;width:80px;height:80px;border-radius:50%}.wp-block-vk-blocks-icon .vk_icon_link{display:inline-block}.wp-block-vk-blocks-icon .vk_icon_link:hover{opacity:.85}.wp-block-vk-blocks-icon .vk_icon_font{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.wp-block-vk-blocks-icon .is-style-outline .vk_icon_border{background-color:transparent;border:1px solid currentColor}.wp-block-vk-blocks-icon .vk_icon_frame:not(.is-style-outline):not(.is-style-noline) .vk_icon_font{color:#fff}.wp-block-vk-blocks-icon .vk_icon_align_center{text-align:center}.wp-block-vk-blocks-icon .vk_icon_align_right{text-align:right}.wp-block-vk-blocks-icon .vk_icon_border_frame{background-color:transparent;border-width:1px;border-style:solid}.wp-block-vk-blocks-icon div:not(.is-style-outline):not(.is-style-noline) .vk_icon_border:not(.vk_icon_border_frame):not(.vk_icon_border_none) .vk_icon_font{color:#fff}.wp-block-vk-blocks-icon .vk_icon_frame:not(.is-style-outline):not(.is-style-noline) .vk_icon_border:not(.has-background){background-color:#337ab7}.wp-block-vk-blocks-icon .is-style-noline .vk_icon_border:not(.has-text-color){color:#337ab7}.wp-block-vk-blocks-icon .is-style-outline .vk_icon_border:not(.has-text-color){color:#337ab7}
|
10 |
@media screen and (max-width: 992px){.vk_icons{margin-bottom:1.5em}}.vk_icons_col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;clear:both;margin-left:-8px}.vk_icons_col .vk_icon{margin:4px 0 4px 8px}.vk_icons_col .vk_icon_frame{line-height:1}.vk_icons_col-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vk_icons_col-justify-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vk_icons_col-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
|
4 |
:root{--vk-color-border-red: #dc3545;--vk-color-background-red: #dc3545;--vk-color-border-orange: #ffa536;--vk-color-background-orange: #ffa536;--vk-color-border-blue: #4267b2;--vk-color-background-blue: #4267b2;--vk-color-border-green: #28a745;--vk-color-background-green: #28a745;--vk-color-border-black: #222;--vk-color-background-black: #222}.vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.vk_borderBox-background-transparent .vk_borderBox_body{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder>.vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container{background-color:transparent}.vk_borderBox-background-white .vk_borderBox_body{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder>.vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container{background-color:#fff}.vk_borderBox{margin:0 auto 2em;position:relative}.vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:.5em 1.5em .4em;font-weight:bold}.vk_borderBox .vk_borderBox_title_container i:first-child,.vk_borderBox .vk_borderBox_title_container .svg-inline--fa{margin-right:5px}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:bold;font-size:1em;color:inherit;background:none;padding:0;border:none;outline:none}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title::before{content:none}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title::after{content:none}.vk_borderBox .vk_borderBox_body{padding:1.5em;border-width:2px;border-style:solid}@media(min-width: 992px){.vk_borderBox .vk_borderBox_body{padding:2.1875em 2em 2em}}.vk_borderBox .vk_borderBox_body>*:not(.has-text-color){color:initial}.vk_borderBox .vk_borderBox_body>*:first-child{margin-top:0}.vk_borderBox .vk_borderBox_body>*:last-child{margin-bottom:0}.vk_borderBox:not([class*=vk_borderBox-color]).is-style-vk_borderBox-style-solid-kado-tit-tab>.vk_borderBox_title_container:not(.has-background),.vk_borderBox:not([class*=vk_borderBox-color]).is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_title_container:not(.has-background),.vk_borderBox:not([class*=vk_borderBox-color]).is-style-vk_borderBox-style-solid-kado-tit-banner>.vk_borderBox_title_container:not(.has-background){background-color:#337ab7}.vk_borderBox:not([class*=vk_borderBox-color]):not(.has-text-color){color:#337ab7}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab>.vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_title_container{display:inline-block}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_title_container{border-radius:8px 8px 0 0}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_body{border-radius:0 8px 8px 8px}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature{background-color:transparent;border-width:2px;border-style:solid}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder>.vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container{padding:1.5em 1.5em 1em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder>.vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_body{border:none;padding-top:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{content:"";position:absolute;top:-32%;left:1.5em;padding:1.4em;border-radius:50%;border:solid 2px #fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container>.fad,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container>.fad,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container>.fad,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container>.fad,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container>.fad{position:absolute;font-size:1.3em;margin-right:0;z-index:100;top:0%;left:2.3em;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);color:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container{position:relative;padding-top:2.2em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container>.vk_borderBox_icon_border{position:absolute;margin-right:0;top:0;left:3em;padding:1.4em;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);border-radius:50%;border:solid 2px #fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container>.vk_borderBox_icon_border>i{position:absolute;font-size:1.3em;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container>.vk_borderBox_icon_border:not(.has-background){background-color:#337ab7}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder>.vk_borderBox_title_container{position:relative;top:-1.2em;left:1em;z-index:1;display:inline-block;padding:.5em .5em;background:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner{border:none;background-color:transparent}.is-style-vk_borderBox-style-solid-kado-tit-tab>.vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner>.vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab>.vk_borderBox_title_container{color:#fff}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas{color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-orange);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-blue);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-green);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-black);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}
|
5 |
:root .has-vk-color-primary-background-color,:root .editor-styles-wrapper .has-vk-color-primary-background-color{background-color:var(--vk-color-primary)}:root .has-vk-color-secondary-background-color,:root .editor-styles-wrapper .has-vk-color-secondary-background-color{background-color:#6c757d}:root .has-vk-color-success-background-color,:root .editor-styles-wrapper .has-vk-color-success-background-color{background-color:#28a745}:root .has-vk-color-info-background-color,:root .editor-styles-wrapper .has-vk-color-info-background-color{background-color:#17a2b8}:root .has-vk-color-warning-background-color,:root .editor-styles-wrapper .has-vk-color-warning-background-color{background-color:#ffc107}:root .has-vk-color-danger-background-color,:root .editor-styles-wrapper .has-vk-color-danger-background-color{background-color:#dc3545}:root .has-vk-color-light-background-color,:root .editor-styles-wrapper .has-vk-color-light-background-color{background-color:#f8f9fa}:root .has-vk-color-dark-background-color,:root .editor-styles-wrapper .has-vk-color-dark-background-color{background-color:#343a40}:root .has-vk-color-primary-color,:root .editor-styles-wrapper .has-vk-color-primary-color{color:var(--vk-color-primary)}:root .has-vk-color-secondary-color,:root .editor-styles-wrapper .has-vk-color-secondary-color{color:#6c757d}:root .has-vk-color-success-color,:root .editor-styles-wrapper .has-vk-color-success-color{color:#28a745}:root .has-vk-color-info-color,:root .editor-styles-wrapper .has-vk-color-info-color{color:#17a2b8}:root .has-vk-color-warning-color,:root .editor-styles-wrapper .has-vk-color-warning-color{color:#ffc107}:root .has-vk-color-danger-color,:root .editor-styles-wrapper .has-vk-color-danger-color{color:#dc3545}:root .has-vk-color-light-color,:root .editor-styles-wrapper .has-vk-color-light-color{color:#f8f9fa}:root .has-vk-color-dark-color,:root .editor-styles-wrapper .has-vk-color-dark-color{color:#343a40}.vk_button,.editor-styles-wrapper .vk_button{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto 5px;text-align:center}.vk_button-color-custom a:hover,.editor-styles-wrapper .vk_button-color-custom a:hover{opacity:.8;-webkit-box-shadow:0 0 0 .2rem rgba(171,184,195,.25);box-shadow:0 0 0 .2rem rgba(171,184,195,.25)}.vk_button-color-custom .vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover{-webkit-box-shadow:none;box-shadow:none}.vk_button .btn.has-background:not(.has-text-color),.editor-styles-wrapper .vk_button .btn.has-background:not(.has-text-color){color:#fff}.vk_button .btn.has-background:not(.has-text-color).has-vk-color-light-background-color,.vk_button .btn.has-background:not(.has-text-color).has-white-background-color,.editor-styles-wrapper .vk_button .btn.has-background:not(.has-text-color).has-vk-color-light-background-color,.editor-styles-wrapper .vk_button .btn.has-background:not(.has-text-color).has-white-background-color{color:#212529}.vk_button .has-text-color.is-style-outline,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline{background-color:transparent;border:1px solid currentColor}.vk_button .has-text-color.is-style-outline:hover,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover{border:1px solid #fff}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color{background-color:var(--vk-color-primary)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-secondary-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-secondary-color{background-color:#6c757d}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-success-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-success-color{background-color:#28a745}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-info-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-info-color{background-color:#17a2b8}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-warning-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-warning-color{background-color:#ffc107}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-danger-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-danger-color{background-color:#dc3545}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color{background-color:#f8f9fa}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-dark-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-dark-color{background-color:#343a40}.vk_button .has-text-color.is-style-outline:hover.has-black-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-black-color{background-color:#000}.vk_button .has-text-color.is-style-outline:hover.has-cyan-bluish-gray-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-cyan-bluish-gray-color{background-color:#abb8c3}.vk_button .has-text-color.is-style-outline:hover.has-white-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color{background-color:#fff}.vk_button .has-text-color.is-style-outline:hover.has-pale-pink-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-pale-pink-color{background-color:#f78da7}.vk_button .has-text-color.is-style-outline:hover.has-vivid-red-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-red-color{background-color:#cf2e2e}.vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-orange-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-orange-color{background-color:#ff6900}.vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-amber-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-luminous-vivid-amber-color{background-color:#fcb900}.vk_button .has-text-color.is-style-outline:hover.has-light-green-cyan-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-light-green-cyan-color{background-color:#7bdcb5}.vk_button .has-text-color.is-style-outline:hover.has-vivid-green-cyan-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-green-cyan-color{background-color:#00d084}.vk_button .has-text-color.is-style-outline:hover.has-pale-cyan-blue-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-pale-cyan-blue-color{background-color:#8ed1fc}.vk_button .has-text-color.is-style-outline:hover.has-vivid-cyan-blue-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-cyan-blue-color{background-color:#0693e3}.vk_button .has-text-color.is-style-outline:hover.has-vivid-purple-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vivid-purple-color{background-color:#9b51e0}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color{background-color:var(--vk-color-primary)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-dark-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-dark-color{background-color:var(--vk-color-primary-dark)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-vivid-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-vivid-color{background-color:var(--vk-color-primary-vivid)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-1-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-1-color{background-color:var(--vk-color-custom-1)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-2-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-2-color{background-color:var(--vk-color-custom-2)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-3-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-3-color{background-color:var(--vk-color-custom-3)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-4-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-4-color{background-color:var(--vk-color-custom-4)}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-5-color,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-5-color{background-color:var(--vk-color-custom-5)}.vk_button .has-text-color.is-style-outline:hover .vk_button_link_before,.vk_button .has-text-color.is-style-outline:hover .vk_button_link_txt,.vk_button .has-text-color.is-style-outline:hover .vk_button_link_after,.vk_button .has-text-color.is-style-outline:hover .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover .vk_button_link_subCaption{color:#fff}.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_before,.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_txt,.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_after,.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_subCaption,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_before,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_txt,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_after,.vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-white-color .vk_button_link_subCaption{color:#212529}.vk_button .has-text-color.vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover{text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-thickness:1px}.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_before,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_txt,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_after,.vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_subCaption,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_before,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_txt,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_after,.vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-vk-color-light-background-color .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_before,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_txt,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_after,.editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_subCaption{color:#212529}.vk_button.vk_button-align-left,.editor-styles-wrapper .vk_button.vk_button-align-left{text-align:left}.vk_button.vk_button-align-center,.editor-styles-wrapper .vk_button.vk_button-align-center{text-align:center}.vk_button.vk_button-align-right,.editor-styles-wrapper .vk_button.vk_button-align-right{text-align:right}.vk_button.vk_button-align-block,.editor-styles-wrapper .vk_button.vk_button-align-block{display:block}.vk_button.vk_button-align-block .vk_button_link,.editor-styles-wrapper .vk_button.vk_button-align-block .vk_button_link{width:100%}.vk_button.vk_button-align-wide,.editor-styles-wrapper .vk_button.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button.vk_button-align-wide .vk_button_btn,.vk_button.vk_button-align-wide .btn,.editor-styles-wrapper .vk_button.vk_button-align-wide .vk_button_btn,.editor-styles-wrapper .vk_button.vk_button-align-wide .btn{display:block}.vk_button .vk_button_link,.editor-styles-wrapper .vk_button .vk_button_link{min-width:100px;min-height:25px;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_button .vk_button_link-type-text,.editor-styles-wrapper .vk_button .vk_button_link-type-text{-webkit-box-shadow:none;box-shadow:none;padding:0}.vk_button .vk_button_link-type-text:hover,.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover{background:none;-webkit-box-shadow:none;box-shadow:none}.vk_button .vk_button_link.btn,.editor-styles-wrapper .vk_button .vk_button_link.btn{padding-top:.6em;padding-bottom:.6em;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;text-decoration:none;font-size:calc( var(--vk-size-text) * 1 )}.vk_button .vk_button_link.btn-lg,.editor-styles-wrapper .vk_button .vk_button_link.btn-lg{font-size:calc( var(--vk-size-text) * 1.25 )}.vk_button .vk_button_link.btn-sm,.editor-styles-wrapper .vk_button .vk_button_link.btn-sm{font-size:calc( var(--vk-size-text) * .875 )}.vk_button .vk_button_link_before,.editor-styles-wrapper .vk_button .vk_button_link_before{margin-right:.7rem}.vk_button .vk_button_link_after,.editor-styles-wrapper .vk_button .vk_button_link_after{margin-left:.7rem}.vk_button .vk_button_link_subCaption,.editor-styles-wrapper .vk_button .vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.vk_button .editor-rich-text,.editor-styles-wrapper .vk_button .editor-rich-text{display:inline-block}
|
6 |
:root{--vk-color-border: rgba(0,0,0,.12)}.is-style-vk_faq-normal .vk_faq_title:before{color:#e50000}.is-style-vk_faq-normal .vk_faq_content:before{color:#337ab7}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-square .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_title:before{background-color:#e50000;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-bgfill-square .vk_faq_content:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before{background-color:#337ab7;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-circle .vk_faq_content:before{border-radius:50%}.is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border-radius:4px}.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-square .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_title:before{border:1px solid #e50000;color:#e50000}.is-style-vk_faq-border-circle .vk_faq_content:before,.is-style-vk_faq-border-square .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border:1px solid #337ab7;color:#337ab7}.vk_faq{display:block;overflow:hidden;border-bottom:1px solid var(--vk-color-border);padding:0px 0px 1rem;margin:0 auto 1rem auto;width:100%;position:relative}.vk_faq .vk_faq_title{border:none;padding:.8rem .8rem .8rem 3rem;margin:0;position:relative;font-weight:bold;font-size:16px;border-bottom:1px dotted var(--vk-color-border)}.vk_faq .vk_faq_title:before{position:absolute;left:0;top:.7rem;font-weight:500;font-size:22px;line-height:105%;width:2.1rem;height:2.1rem;line-height:2.1rem;text-align:center;position:absolute;font-family:"areal"}.vk_faq .vk_faq_title p:first-of-type{margin-top:0}.vk_faq .vk_faq_title p:last-child{margin-bottom:0}.vk_faq .vk_faq_title:before{content:"Q";color:#e50000;font-weight:500}.vk_faq .vk_faq_title p{line-height:1.7}@media(min-width: 768px){.vk_faq .vk_faq_title{font-size:18px}}.vk_faq .vk_faq_content{border:none;padding:.8rem .8rem .8rem 3rem;margin:0;position:relative;font-weight:normal;-webkit-transition:.25s;transition:.25s}.vk_faq .vk_faq_content:before{position:absolute;left:0;top:.7rem;font-weight:500;font-size:22px;line-height:105%;width:2.1rem;height:2.1rem;line-height:2.1rem;text-align:center;position:absolute;font-family:"areal"}.vk_faq .vk_faq_content p:first-of-type{margin-top:0}.vk_faq .vk_faq_content p:last-child{margin-bottom:0}.vk_faq .vk_faq_content:before{content:"A";color:#337ab7}.vk_faq.vk_faq-accordion-close,.vk_faq.vk_faq-accordion-open{padding-bottom:0;margin-bottom:0}.vk_faq.vk_faq-accordion-close .vk_faq-body,.vk_faq.vk_faq-accordion-open .vk_faq-body{margin-top:0;margin-bottom:0}.vk_faq.vk_faq-accordion-close .vk_faq_title,.vk_faq.vk_faq-accordion-open .vk_faq_title{padding-right:2rem}@media(min-width: 768px){.vk_faq.vk_faq-accordion-close .vk_faq_title,.vk_faq.vk_faq-accordion-open .vk_faq_title{padding-right:2.5rem}}.vk_faq.vk_faq-accordion-close .vk_faq_title::after,.vk_faq.vk_faq-accordion-open .vk_faq_title::after{position:absolute;top:50%;right:unset;right:2.5rem;content:"";width:8px;height:8px;border-right:1px solid #222;border-top:1px solid #222;transition:border-color .3s ease,-webkit-transform .6s ease;-webkit-transition:border-color .3s ease,-webkit-transform .6s ease;transition:border-color .3s ease,transform .6s ease;transition:border-color .3s ease,transform .6s ease,-webkit-transform .6s ease}.vk_faq.vk_faq-accordion-close .vk_faq_title{border-bottom:none}.vk_faq.vk_faq-accordion-close .vk_faq_title::after{-webkit-transform:translate(32px, -5px) rotate(135deg);transform:translate(32px, -5px) rotate(135deg)}.vk_faq.vk_faq-accordion-open .vk_faq_title::after{-webkit-transform:translate(32px, -2px) rotate(-45deg);transform:translate(32px, -2px) rotate(-45deg)}.vk_faq.vk_faq-accordion .vk_faq_title{cursor:pointer}.vk_faq .vk_faq_content-accordion-open{height:auto;overflow:hidden;opacity:1;-webkit-transition:.25s;transition:.25s;margin-bottom:10px}.vk_faq .vk_faq_content-accordion-close{padding-top:0;padding-bottom:0;height:0;opacity:0;overflow:hidden}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks div.block-editor-block-list__block:not(.is_hovered){margin-top:0;margin-bottom:0}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks .wp-block:not(.is_hovered){width:100%}
|
7 |
+
.vk_flow{margin-bottom:0}.vk_flow .vk_flow_frame{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 575.98px){.vk_flow .vk_flow_frame{-ms-flex-wrap:wrap;flex-wrap:wrap}}.vk_flow .vk_flow_frame_text{display:block;overflow:hidden;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}@media(max-width: 575.98px){.vk_flow .vk_flow_frame_text{margin-bottom:1em}}@media(min-width: 576px){.vk_flow .vk_flow_frame_text{margin-right:15px}}.vk_flow .vk_flow_frame_text_title,.vk_flow .vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow .vk_flow_frame_text_content{margin-bottom:0;-webkit-margin-start:0;margin-inline-start:0;margin-left:0}.vk_flow .vk_flow_frame_image{max-width:150px;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_flow.vk_flow-arrow-on::after{position:relative;content:"";background:var(--vk_flow-arrow) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow.vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.vk_flow.vk_flow-arrow-off::after{content:"";font-size:0;background-image:none}.block-editor-block-list__layout .block-editor-block-list__block.vk_flow-arrow-on:focus:after{position:relative;-webkit-box-shadow:none;box-shadow:none}
|
8 |
.vk_heading i:first-child{margin-right:.2em}.vk_heading i:last-child{margin-left:.2em}.vk_heading.vk_heading-style-plain .vk_heading_title{background:none;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:none;box-shadow:none;display:block}.vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.vk_heading.vk_heading-style-plain .vk_heading_title:not(.has-text-color){color:unset}.vk_heading.vk_heading-style-plain .vk_heading_title:after{background:none;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:none;box-shadow:none;display:block}.vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.vk_heading_subtext{margin-bottom:0}
|
9 |
@media screen and (max-width: 991.98px){.vk_icon{margin-bottom:1.5em}}.wp-block-vk-blocks-icon .vk_icon_border{display:inline-block;position:relative;width:80px;height:80px;border-radius:50%}.wp-block-vk-blocks-icon .vk_icon_link{display:inline-block}.wp-block-vk-blocks-icon .vk_icon_link:hover{opacity:.85}.wp-block-vk-blocks-icon .vk_icon_font{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.wp-block-vk-blocks-icon .is-style-outline .vk_icon_border{background-color:transparent;border:1px solid currentColor}.wp-block-vk-blocks-icon .vk_icon_frame:not(.is-style-outline):not(.is-style-noline) .vk_icon_font{color:#fff}.wp-block-vk-blocks-icon .vk_icon_align_center{text-align:center}.wp-block-vk-blocks-icon .vk_icon_align_right{text-align:right}.wp-block-vk-blocks-icon .vk_icon_border_frame{background-color:transparent;border-width:1px;border-style:solid}.wp-block-vk-blocks-icon div:not(.is-style-outline):not(.is-style-noline) .vk_icon_border:not(.vk_icon_border_frame):not(.vk_icon_border_none) .vk_icon_font{color:#fff}.wp-block-vk-blocks-icon .vk_icon_frame:not(.is-style-outline):not(.is-style-noline) .vk_icon_border:not(.has-background){background-color:#337ab7}.wp-block-vk-blocks-icon .is-style-noline .vk_icon_border:not(.has-text-color){color:#337ab7}.wp-block-vk-blocks-icon .is-style-outline .vk_icon_border:not(.has-text-color){color:#337ab7}
|
10 |
@media screen and (max-width: 992px){.vk_icons{margin-bottom:1.5em}}.vk_icons_col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;clear:both;margin-left:-8px}.vk_icons_col .vk_icon{margin:4px 0 4px 8px}.vk_icons_col .vk_icon_frame{line-height:1}.vk_icons_col-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vk_icons_col-justify-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vk_icons_col-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Gutenberg,FAQ,alert
|
5 |
Requires at least: 5.8
|
6 |
Tested up to: 5.9.0
|
7 |
-
Stable tag: 1.
|
8 |
Requires PHP: 7.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -63,6 +63,10 @@ e.g.
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
|
|
66 |
= 1.22.4 =
|
67 |
[ Other ] Update the required WordPress version
|
68 |
[ Bug fix ][ Heading ] Fix bug the color does not change when the style setting is no decoration.
|
4 |
Tags: Gutenberg,FAQ,alert
|
5 |
Requires at least: 5.8
|
6 |
Tested up to: 5.9.0
|
7 |
+
Stable tag: 1.23.0
|
8 |
Requires PHP: 7.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 1.23.0 =
|
67 |
+
[ Specification Change ][ Flow ] Release Image float on xs screen
|
68 |
+
[ Specification Change ] Change required WordPress version to 5.8
|
69 |
+
|
70 |
= 1.22.4 =
|
71 |
[ Other ] Update the required WordPress version
|
72 |
[ Bug fix ][ Heading ] Fix bug the color does not change when the style setting is no decoration.
|
src/blocks/alert/index.php
CHANGED
@@ -21,24 +21,14 @@ function vk_blocks_register_block_alert() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_alert', 99 );
|
44 |
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/alert',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_alert', 99 );
|
34 |
|
src/blocks/balloon/index.php
CHANGED
@@ -21,23 +21,13 @@ function vk_blocks_register_block_vk_balloon() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_vk_balloon', 99 );
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/balloon',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_vk_balloon', 99 );
|
src/blocks/border-box/index.php
CHANGED
@@ -21,23 +21,13 @@ function vk_blocks_register_block_border_box() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_border_box', 99 );
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/border-box',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_border_box', 99 );
|
src/blocks/button/index.php
CHANGED
@@ -21,23 +21,13 @@ function vk_blocks_register_block_button() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_button', 99 );
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/button',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_button', 99 );
|
src/blocks/faq/index.php
CHANGED
@@ -32,25 +32,15 @@ function vk_blocks_register_block_faq() {
|
|
32 |
);
|
33 |
}
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
);
|
45 |
-
} else {
|
46 |
-
register_block_type_from_metadata(
|
47 |
-
__DIR__,
|
48 |
-
array(
|
49 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
50 |
-
'editor_script' => 'vk-blocks-build-js',
|
51 |
-
)
|
52 |
-
);
|
53 |
-
}
|
54 |
}
|
55 |
add_action( 'init', 'vk_blocks_register_block_faq', 99 );
|
56 |
|
32 |
);
|
33 |
}
|
34 |
|
35 |
+
register_block_type(
|
36 |
+
__DIR__,
|
37 |
+
array(
|
38 |
+
'style' => 'vk-blocks/faq',
|
39 |
+
'script' => 'vk-blocks/faq-script',
|
40 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
41 |
+
'editor_script' => 'vk-blocks-build-js',
|
42 |
+
)
|
43 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
}
|
45 |
add_action( 'init', 'vk_blocks_register_block_faq', 99 );
|
46 |
|
src/blocks/faq2-a/index.php
CHANGED
@@ -11,22 +11,12 @@
|
|
11 |
* @return void
|
12 |
*/
|
13 |
function vk_blocks_register_block_faq2_a() {
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
);
|
22 |
-
} else {
|
23 |
-
register_block_type_from_metadata(
|
24 |
-
__DIR__,
|
25 |
-
array(
|
26 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
27 |
-
'editor_script' => 'vk-blocks-build-js',
|
28 |
-
)
|
29 |
-
);
|
30 |
-
}
|
31 |
}
|
32 |
add_action( 'init', 'vk_blocks_register_block_faq2_a', 99 );
|
11 |
* @return void
|
12 |
*/
|
13 |
function vk_blocks_register_block_faq2_a() {
|
14 |
+
register_block_type(
|
15 |
+
__DIR__,
|
16 |
+
array(
|
17 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
18 |
+
'editor_script' => 'vk-blocks-build-js',
|
19 |
+
)
|
20 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
}
|
22 |
add_action( 'init', 'vk_blocks_register_block_faq2_a', 99 );
|
src/blocks/faq2-q/index.php
CHANGED
@@ -11,23 +11,13 @@
|
|
11 |
* @return void
|
12 |
*/
|
13 |
function vk_blocks_register_block_faq2_q() {
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
);
|
22 |
-
} else {
|
23 |
-
register_block_type_from_metadata(
|
24 |
-
__DIR__,
|
25 |
-
array(
|
26 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
27 |
-
'editor_script' => 'vk-blocks-build-js',
|
28 |
-
)
|
29 |
-
);
|
30 |
-
}
|
31 |
}
|
32 |
add_action( 'init', 'vk_blocks_register_block_faq2_q', 99 );
|
33 |
|
11 |
* @return void
|
12 |
*/
|
13 |
function vk_blocks_register_block_faq2_q() {
|
14 |
+
register_block_type(
|
15 |
+
__DIR__,
|
16 |
+
array(
|
17 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
18 |
+
'editor_script' => 'vk-blocks-build-js',
|
19 |
+
)
|
20 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
}
|
22 |
add_action( 'init', 'vk_blocks_register_block_faq2_q', 99 );
|
23 |
|
src/blocks/faq2/index.php
CHANGED
@@ -32,25 +32,15 @@ function vk_blocks_register_block_faq2() {
|
|
32 |
);
|
33 |
}
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
);
|
45 |
-
} else {
|
46 |
-
register_block_type_from_metadata(
|
47 |
-
__DIR__,
|
48 |
-
array(
|
49 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
50 |
-
'editor_script' => 'vk-blocks-build-js',
|
51 |
-
)
|
52 |
-
);
|
53 |
-
}
|
54 |
}
|
55 |
add_action( 'init', 'vk_blocks_register_block_faq2', 99 );
|
56 |
|
32 |
);
|
33 |
}
|
34 |
|
35 |
+
register_block_type(
|
36 |
+
__DIR__,
|
37 |
+
array(
|
38 |
+
'style' => 'vk-blocks/faq2',
|
39 |
+
'script' => 'vk-blocks-faq2',
|
40 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
41 |
+
'editor_script' => 'vk-blocks-build-js',
|
42 |
+
)
|
43 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
}
|
45 |
add_action( 'init', 'vk_blocks_register_block_faq2', 99 );
|
46 |
|
src/blocks/flow/index.php
CHANGED
@@ -21,24 +21,14 @@ function vk_blocks_register_block_flow() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_flow', 99 );
|
44 |
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/flow',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_flow', 99 );
|
34 |
|
src/blocks/flow/style.scss
CHANGED
@@ -1,6 +1,17 @@
|
|
1 |
//* .flowBox
|
2 |
-
|
3 |
/*-------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
.vk_flow{ // 編集画面でcssの指定が軽くて負けるので、優先させるため記述
|
5 |
margin-bottom: 0;
|
6 |
.vk_flow_frame {
|
@@ -9,14 +20,23 @@
|
|
9 |
border: 3px solid #e5e5e5;
|
10 |
margin: 0;
|
11 |
justify-content: space-between;
|
|
|
|
|
|
|
12 |
}
|
13 |
|
14 |
.vk_flow_frame_text {
|
15 |
display: block;
|
16 |
overflow: hidden;
|
17 |
margin: 0;
|
18 |
-
width: 100%;
|
19 |
box-sizing: border-box;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
}
|
21 |
|
22 |
.vk_flow_frame_text_title,
|
@@ -40,7 +60,6 @@
|
|
40 |
|
41 |
.vk_flow_frame_image {
|
42 |
max-width: 150px;
|
43 |
-
margin-left: 15px;
|
44 |
box-sizing: border-box;
|
45 |
}
|
46 |
|
1 |
//* .flowBox
|
|
|
2 |
/*-------------------------------------------*/
|
3 |
+
$xs-max: 575.98px;
|
4 |
+
$sm-max: 767.98px;
|
5 |
+
$md-max: 991.98px;
|
6 |
+
$lg-max: 1199.98px;
|
7 |
+
$xl-max: 1399.98px;
|
8 |
+
|
9 |
+
$sm-min: 576px;
|
10 |
+
$md-min: 768px;
|
11 |
+
$lg-min: 992px;
|
12 |
+
$xl-min: 1200px;
|
13 |
+
$xxl-min: 1200px;
|
14 |
+
|
15 |
.vk_flow{ // 編集画面でcssの指定が軽くて負けるので、優先させるため記述
|
16 |
margin-bottom: 0;
|
17 |
.vk_flow_frame {
|
20 |
border: 3px solid #e5e5e5;
|
21 |
margin: 0;
|
22 |
justify-content: space-between;
|
23 |
+
@media (max-width: $xs-max) {
|
24 |
+
flex-wrap: wrap;
|
25 |
+
}
|
26 |
}
|
27 |
|
28 |
.vk_flow_frame_text {
|
29 |
display: block;
|
30 |
overflow: hidden;
|
31 |
margin: 0;
|
|
|
32 |
box-sizing: border-box;
|
33 |
+
width: 100%;
|
34 |
+
@media (max-width: $xs-max) {
|
35 |
+
margin-bottom: 1em;
|
36 |
+
}
|
37 |
+
@media (min-width: $sm-min) {
|
38 |
+
margin-right: 15px;
|
39 |
+
}
|
40 |
}
|
41 |
|
42 |
.vk_flow_frame_text_title,
|
60 |
|
61 |
.vk_flow_frame_image {
|
62 |
max-width: 150px;
|
|
|
63 |
box-sizing: border-box;
|
64 |
}
|
65 |
|
src/blocks/heading/index.php
CHANGED
@@ -21,24 +21,14 @@ function vk_blocks_register_block_heading() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_heading', 99 );
|
44 |
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/heading',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_heading', 99 );
|
34 |
|
src/blocks/icon-outer/index.php
CHANGED
@@ -21,23 +21,13 @@ function vk_blocks_register_block_icon_outer() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_icon_outer', 99 );
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/icon-outer',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_icon_outer', 99 );
|
src/blocks/icon/index.php
CHANGED
@@ -21,23 +21,13 @@ function vk_blocks_register_block_icon() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_icon', 99 );
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/icon',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_icon', 99 );
|
src/blocks/page-content/index.php
CHANGED
@@ -12,51 +12,27 @@
|
|
12 |
*/
|
13 |
function vk_blocks_register_block_page_content() {
|
14 |
global $vk_blocks_common_attributes;
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
array(
|
23 |
-
'
|
24 |
-
|
25 |
-
'default' => '',
|
26 |
-
),
|
27 |
-
'TargetPost' => array(
|
28 |
-
'type' => 'number',
|
29 |
-
'default' => -1,
|
30 |
-
),
|
31 |
),
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
)
|
36 |
-
);
|
37 |
-
} else {
|
38 |
-
register_block_type_from_metadata(
|
39 |
-
__DIR__,
|
40 |
-
array(
|
41 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
42 |
-
'editor_script' => 'vk-blocks-build-js',
|
43 |
-
'attributes' => array_merge(
|
44 |
-
array(
|
45 |
-
'className' => array(
|
46 |
-
'type' => 'string',
|
47 |
-
'default' => '',
|
48 |
-
),
|
49 |
-
'TargetPost' => array(
|
50 |
-
'type' => 'number',
|
51 |
-
'default' => -1,
|
52 |
-
),
|
53 |
),
|
54 |
-
$vk_blocks_common_attributes
|
55 |
),
|
56 |
-
|
57 |
-
)
|
58 |
-
|
59 |
-
|
|
|
60 |
}
|
61 |
add_action( 'init', 'vk_blocks_register_block_page_content', 99 );
|
62 |
|
12 |
*/
|
13 |
function vk_blocks_register_block_page_content() {
|
14 |
global $vk_blocks_common_attributes;
|
15 |
+
register_block_type(
|
16 |
+
__DIR__,
|
17 |
+
array(
|
18 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
19 |
+
'editor_script' => 'vk-blocks-build-js',
|
20 |
+
'attributes' => array_merge(
|
21 |
+
array(
|
22 |
+
'className' => array(
|
23 |
+
'type' => 'string',
|
24 |
+
'default' => '',
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
),
|
26 |
+
'TargetPost' => array(
|
27 |
+
'type' => 'number',
|
28 |
+
'default' => -1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
),
|
|
|
30 |
),
|
31 |
+
$vk_blocks_common_attributes
|
32 |
+
),
|
33 |
+
'render_callback' => 'vk_blocks_page_content_render_callback',
|
34 |
+
)
|
35 |
+
);
|
36 |
}
|
37 |
add_action( 'init', 'vk_blocks_register_block_page_content', 99 );
|
38 |
|
src/blocks/pr-blocks/index.php
CHANGED
@@ -21,23 +21,13 @@ function vk_blocks_register_block_pr_blocks() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_pr_blocks', 99 );
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/pr-blocks',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_pr_blocks', 99 );
|
src/blocks/pr-content/index.php
CHANGED
@@ -21,24 +21,14 @@ function vk_blocks_register_block_pr_content() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_pr_content', 99 );
|
44 |
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/pr-content',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_pr_content', 99 );
|
34 |
|
src/blocks/spacer/index.php
CHANGED
@@ -21,24 +21,14 @@ function vk_blocks_register_block_spacer() {
|
|
21 |
);
|
22 |
}
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
);
|
33 |
-
} else {
|
34 |
-
register_block_type_from_metadata(
|
35 |
-
__DIR__,
|
36 |
-
array(
|
37 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
38 |
-
'editor_script' => 'vk-blocks-build-js',
|
39 |
-
)
|
40 |
-
);
|
41 |
-
}
|
42 |
}
|
43 |
add_action( 'init', 'vk_blocks_register_block_spacer', 99 );
|
44 |
|
21 |
);
|
22 |
}
|
23 |
|
24 |
+
register_block_type(
|
25 |
+
__DIR__,
|
26 |
+
array(
|
27 |
+
'style' => 'vk-blocks/spacer',
|
28 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
29 |
+
'editor_script' => 'vk-blocks-build-js',
|
30 |
+
)
|
31 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
add_action( 'init', 'vk_blocks_register_block_spacer', 99 );
|
34 |
|
src/blocks/staff/index.php
CHANGED
@@ -28,23 +28,13 @@ function vk_blocks_register_block_staff() {
|
|
28 |
);
|
29 |
}
|
30 |
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
);
|
40 |
-
} else {
|
41 |
-
register_block_type_from_metadata(
|
42 |
-
__DIR__,
|
43 |
-
array(
|
44 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
45 |
-
'editor_script' => 'vk-blocks-build-js',
|
46 |
-
)
|
47 |
-
);
|
48 |
-
}
|
49 |
}
|
50 |
add_action( 'init', 'vk_blocks_register_block_staff', 99 );
|
28 |
);
|
29 |
}
|
30 |
|
31 |
+
register_block_type(
|
32 |
+
__DIR__,
|
33 |
+
array(
|
34 |
+
'style' => 'vk-blocks/staff',
|
35 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
36 |
+
'editor_script' => 'vk-blocks-build-js',
|
37 |
+
)
|
38 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
add_action( 'init', 'vk_blocks_register_block_staff', 99 );
|
vendor/composer/autoload_files.php
CHANGED
@@ -11,6 +11,6 @@ return array(
|
|
11 |
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
|
12 |
'a5f882d89ab791a139cd2d37e50cdd80' => $vendorDir . '/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php',
|
13 |
'49a1299791c25c6fd83542c6fedacddd' => $vendorDir . '/yahnis-elsts/plugin-update-checker/load-v4p11.php',
|
14 |
-
'38fbb71d514eee25044aa9d94851ee76' => $vendorDir . '/wp-phpunit/wp-phpunit/__loaded.php',
|
15 |
'7d3b315c4f303f2fc14aca642a738e50' => $vendorDir . '/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php',
|
|
|
16 |
);
|
11 |
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
|
12 |
'a5f882d89ab791a139cd2d37e50cdd80' => $vendorDir . '/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php',
|
13 |
'49a1299791c25c6fd83542c6fedacddd' => $vendorDir . '/yahnis-elsts/plugin-update-checker/load-v4p11.php',
|
|
|
14 |
'7d3b315c4f303f2fc14aca642a738e50' => $vendorDir . '/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php',
|
15 |
+
'38fbb71d514eee25044aa9d94851ee76' => $vendorDir . '/wp-phpunit/wp-phpunit/__loaded.php',
|
16 |
);
|
vendor/composer/autoload_static.php
CHANGED
@@ -12,8 +12,8 @@ class ComposerStaticInit5f016ebe9ad4f63b89009723b937c878
|
|
12 |
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
13 |
'a5f882d89ab791a139cd2d37e50cdd80' => __DIR__ . '/..' . '/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php',
|
14 |
'49a1299791c25c6fd83542c6fedacddd' => __DIR__ . '/..' . '/yahnis-elsts/plugin-update-checker/load-v4p11.php',
|
15 |
-
'38fbb71d514eee25044aa9d94851ee76' => __DIR__ . '/..' . '/wp-phpunit/wp-phpunit/__loaded.php',
|
16 |
'7d3b315c4f303f2fc14aca642a738e50' => __DIR__ . '/..' . '/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php',
|
|
|
17 |
);
|
18 |
|
19 |
public static $prefixLengthsPsr4 = array (
|
12 |
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
13 |
'a5f882d89ab791a139cd2d37e50cdd80' => __DIR__ . '/..' . '/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php',
|
14 |
'49a1299791c25c6fd83542c6fedacddd' => __DIR__ . '/..' . '/yahnis-elsts/plugin-update-checker/load-v4p11.php',
|
|
|
15 |
'7d3b315c4f303f2fc14aca642a738e50' => __DIR__ . '/..' . '/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php',
|
16 |
+
'38fbb71d514eee25044aa9d94851ee76' => __DIR__ . '/..' . '/wp-phpunit/wp-phpunit/__loaded.php',
|
17 |
);
|
18 |
|
19 |
public static $prefixLengthsPsr4 = array (
|
vendor/composer/installed.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
'type' => 'library',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
-
'reference' => '
|
9 |
'name' => 'vektor/vk-blocks-pro',
|
10 |
'dev' => true,
|
11 |
),
|
@@ -399,7 +399,7 @@
|
|
399 |
'type' => 'library',
|
400 |
'install_path' => __DIR__ . '/../../',
|
401 |
'aliases' => array(),
|
402 |
-
'reference' => '
|
403 |
'dev_requirement' => false,
|
404 |
),
|
405 |
'webmozart/assert' => array(
|
5 |
'type' => 'library',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
+
'reference' => '270e0ea1da853eb3e7fd8f1fe3e0eaf14f56049e',
|
9 |
'name' => 'vektor/vk-blocks-pro',
|
10 |
'dev' => true,
|
11 |
),
|
399 |
'type' => 'library',
|
400 |
'install_path' => __DIR__ . '/../../',
|
401 |
'aliases' => array(),
|
402 |
+
'reference' => '270e0ea1da853eb3e7fd8f1fe3e0eaf14f56049e',
|
403 |
'dev_requirement' => false,
|
404 |
),
|
405 |
'webmozart/assert' => array(
|
vk-blocks.php
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
* Plugin Name: VK Blocks
|
4 |
* Plugin URI: https://github.com/vektor-inc/vk-blocks
|
5 |
* Description: This is a plugin that extends Gutenberg's blocks.
|
6 |
-
* Version: 1.
|
7 |
-
* Stable tag: 1.
|
8 |
* Requires at least: 5.8
|
9 |
* Author: Vektor,Inc.
|
10 |
* Author URI: https://vektor-inc.co.jp
|
3 |
* Plugin Name: VK Blocks
|
4 |
* Plugin URI: https://github.com/vektor-inc/vk-blocks
|
5 |
* Description: This is a plugin that extends Gutenberg's blocks.
|
6 |
+
* Version: 1.23.0
|
7 |
+
* Stable tag: 1.23.0
|
8 |
* Requires at least: 5.8
|
9 |
* Author: Vektor,Inc.
|
10 |
* Author URI: https://vektor-inc.co.jp
|