/*
 Theme Name: isj_corp
 Author: ISJ
 Template: lightning
 Version: 1.0
*/

/* common */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;900&display=swap');
html, body{
 font-family: 'Noto Sans JP', sans-serif;
}
.link-button-bg .vk_button_link_subCaption,
.global-nav-name::after{
 letter-spacing: .3em;
}
body::before{
 content: "";
 display: block;
 width: 430px;
 height: auto;
 aspect-ratio: 1/1;
 background-image: url('https://corpdraft.kk-isj.com/wp-content/themes/isj_corp/img/corp-logo.svg');
 background-position: center;
 background-size: contain;
 background-repeat: no-repeat;
 position: fixed;
 bottom: 2%;
 right: 2%;
}
h1,h2,h3,h4 {
 font-weight: 900;
 color: #333 !important;
}
.alert {
 display: none;
}

/* button */
.link-button-bg .wp-block-cover{
 aspect-ratio: 4/3;
 width: 100%;
 min-height: unset !important;
}
.page-parent .link-button-bg .wp-block-cover{
 height: 300px;
}
.link-button-bg .vk_button_link_txt{
 font-size: 1.1em !important;
 font-weight: bold;
}
.link-button-bg .vk_button_link_subCaption{
 font-size: .6em !important;
}
.page-id-18 .link-button-bg .vk_button_link_subCaption{
 top: calc(50% + 3rem);
}
.link-button-bg .vk_button_link_after::before {
 position: absolute;
 bottom: 0;
 right: 0;
 background: rgb(0 0 0 / 50%);
 padding: .5em;
 aspect-ratio: 1/1;
 width: 2em;
}
.link-button-bg .wp-block-cover img {
 transform: scale(1);
 transition: .2s ease-in-out;
}
.link-button-bg .wp-block-cover:hover img {
 transform: scale(1.1);
}
.link-button-bg .wp-block-cover {
 overflow: hidden;
}
aside.widget_link_list h4.sub-section-title {
 display: none;
}
aside.widget_link_list ul{
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 width: 100%;
 max-width: 750px;
 margin: 3.5rem auto 0;
 gap: 1em;
}
aside.widget_link_list ul li.page_item{
 width: calc(100%/3 - 1em);
}
.page_item{
 border-radius: 5px;
 height: 3em;
 position: relative;
 transition: ease .2s;
 border: none;
}
.page_item.button-blue {
 border: none;
 background: #006FB9 !important;
 border: 1px solid #fff;
 box-sizing: border-box;
}
.page_item:not(.current_page_item)::before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 border-radius: 5px;
 background: #006FB9;
}
.page_item:not(.current_page_item) a{
 color: #fff;
}
.page_item:not(.current_page_item) a::after{
 color: #fff;
 content: "\f054";
 display: block;
 font: normal .8em/.8em FontAwesome;
 text-align: center;
 position: absolute;
 right: 1.5em;
 top: calc(50% - .4em);
 bottom: 0;
 margin: auto;
}
.page_item.button-blue a::after {
 color: #fff;
}
.page_item.current_page_item {
 background: #eee;
 border:none;
}
.page_item.current_page_item a{
 pointer-events: none;
 color: #aaa;
}
.page_item a{
 font-weight: 600;
 padding: .5em 1em;
 border: none;
 width: 100%;
 height: 100%;
 min-width: unset !important;
 min-height: unset !important;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 position: relative;
 color: #333;
}
.page_item.button-blue a {
 background: #006FB9 !important;
 color: #fff !important;
 border-radius: 5px !important;
 font-size: inherit !important;
}
.page_item:not(.current_page_item):hover::before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 border-radius: 5px;
 background: #006FB9;
 opacity: .8;
 animation: arrow .5s;
 animation-fill-mode: forwards;
}
.page_item.button-blue:hover {
 border: 1px solid #006FB9;
 opacity: 1 !important;
 background: none !important;
}
.page_item:not(.current_page_item) a:hover::after {
 transform: translateX(.4em);
 transition: ease .2s;
}
.page_item.button-blue a:hover::after {
 color: #006FB9;
}
.page_item.button-blue a:hover {
 opacity: 1;
 color: #006FB9 !important;
 background: #fff !important;
 box-shadow: none;
 box-sizing: border-box;
 border-radius: 3px !important;
}
.more-button {
 position: relative;
 margin-right: 3%;
}
.more-button * {
 border-radius: 0 !important;
}
.more-button a i::before {
 content: "";
 position: absolute;
 top: -15px;
 right: 8px;
 width: 1px;
 height: 15px;
 background: #006FB9;
 transform: skewX(50deg);
}
.more-button a::after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 margin: auto;
 width: 100%;
 height: 1px;
 background: #006FB9;
}
.more-button a{
 background: none !important;
 color: #006FB9 !important;
 font-weight: 900;
 position: relative;
 padding: .5em 0.5em .5em 1.5em !important;
 font-size: .7em !important;
 min-width: unset !important;
 z-index: 1;
}
#business .more-button a,
#business .more-button a::after,
#business .more-button i::before{
 color: #fff !important;
 background: #fff;
}
.more-button a:hover {
 box-shadow: none;
 opacity: 1 !important;
}
.more-button a:hover span{
 transform: scale(1.3);
 transition: ease .2s;
}
.more-button{
 animation: moreArrowMove 1.3s ease-in-out infinite;
}
@keyframes moreArrowMove{
 0%{right:.5em;}
 50%{right:0em;}
 100%{right:.5em;}
}

/* readmore-text */
.readmore-label {
 cursor: pointer;
}
.readmore-text input#check1{
 display: none;
}
.readmore-check:checked ~ .readmore-label{
 display: none;
}
.readmore-check:checked ~ .readmore-content{
 max-height: 2500px !important;
}
.heroarea .readmore-content {
 max-height: 300px;
 transition: max-height 5s linear;
}
.heroarea .readmore-text .readmore-label{
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 padding: 150px 0 3em;
 width: 100%;
 text-align: center;
 background: linear-gradient(to top, #000,transparent);
 letter-spacing: .1em;
}

/* header */
.site-header {
 position: fixed;
 display: block;
 background: #fff;
}
.site-header-logo {
 margin: 0;
 padding: 0;
 width: 250px !important;
}
.site-header-logo img{
 visibility: hidden;
}
.site-header-logo{
 background-image: url("https://corpdraft.kk-isj.com/wp-content/themes/isj_corp/img/sitelogo.svg");
 background-repeat: no-repeat;
 background-position: center;
}
.site-header-container {
 max-width: 1920px !important;
 padding-right: 0;
 padding-left: 2%;
 display: flex;
 align-items: center;
}
.global-nav li {
 display: flex;
 justify-content: center;
 align-items: center;
 line-height: 1.5em;
 width: 120px;
}
.global-nav > ul > li:nth-child(3){
 background: #eee;
 width: 150px;
}
.global-nav > ul > li:nth-child(3):hover {
 background: #ddd;
}
.global-nav > ul > li:nth-child(3) a strong:after{
 content: "Recruit Site";
 font-size: .7em;
 display: block;
}
.global-nav > ul > li:last-child{
 background: #006FB9;
 width: 150px;
 height: auto;
 border-radius: 0;
}
.global-nav > ul > li:last-child:hover {
 opacity: .8;
}
.global-nav > ul > li:last-child a {
 color: #fff;
}
.global-nav-list .menu-item-has-children {
 position: relative;
}
.global-nav-list .menu-item-has-children.current_page_item {
 height: unset;
 background: unset;
}
.global-nav-list .menu-item-has-children.current_page_item a{
 pointer-events: unset;
}
.global-nav-list .menu-item-has-children.current_page_item .global-nav-name {
 color: #333;
}
.global-nav-list .menu-item-has-children.current_page_item > a::after {
 content: "";
 position: absolute;
 bottom: 1em;
 left: calc(50% - 40px);
 width: 80px;
 height: 2px;
 background:#006FB9;
}
.global-nav-list .menu-item-has-children:hover {
 color: #006FB9;
}
.global-nav-list .menu-item-has-children::after {
 content: "";
 position: absolute;
 bottom: 1em;
 left: calc(50% - 40px);
 width: 80px;
 height: 2px;
 background:#006FB9;
 transition: all .3s;
 transform: scale(0, 1);
 transform-origin: center top;
}
.global-nav-list .menu-item-has-children:hover::after {
 transform: scale(1, 1);
}
.global-nav-list .menu-item-has-children.current_page_item:hover::after {
 display: none;
}
.header_scrolled .site-header {
 animation: none !important;
 width: 100%;
 max-width: 100%;
}
.header_scrolled .site-header-logo {
 display: block;
}
.header_scrolled .global-nav {
 margin-right: 0 !important;
 text-align: left !important;
}
.global-nav-list>li>ul.sub-menu {
 top: 100%;
 left: 100%;
 background: #fff;
 width: 180px;
 -ms-overflow-style: none;
 box-shadow: 0 8px 8px rgba(0,0,0,0.2);
}
.global-nav-list>li>ul.sub-menu::-webkit-scrollbar{
  display: none;
}
.global-nav-list>li>ul.sub-menu li{
 width: 100% !important;
 border-bottom: 1px solid #eee;
 display: block;
}
.global-nav-list>li>ul.sub-menu li:last-child{
 border-bottom: none;
}
.global-nav-list>li>ul.sub-menu li:nth-child(3){
 background: #fff;
}
.global-nav-list>li>ul.sub-menu li a{
 color: #666 !important;
 font-weight: bold;
 display: block;
 text-align: left !important;
}
.global-nav-list>li>ul.sub-menu li a:hover {
 background: #006FB9;
 color: #fff !important;
}
.global-nav-list>li>ul.sub-menu li:last-child{
 background: #fff;
}
.global-nav-list>li>ul.sub-menu li.current_page_item{
 margin-right: auto !important;
 border-radius: 0;
 height: unset;
}
.global-nav-list>li>ul.sub-menu li.current_page_item{
 background: #eee !important;
}

/* site-body */
.home .site-body-container {
 max-width: 1240px;
}
.site-body-container {
 max-width: 1020px;
}
.page-header {
 margin-top: 64px;
 background-size: cover;
 background-position: center;
 height: 300px;
 position: relative;
}
.page-id-3 .page-header,
.page-id-26 .page-header{
 height: 180px;
}
.page-child .page-header {
 margin-bottom: 2.5em;
}
.page-header.about,
.page-header.company{
 background-position: center 15%;
}
.page-header.business {
 background-position: center 25%;
}
.page-header.message{
 background-position: top 80% center;
}
.page-header.equipment,
.page-header.sdgs{
 background-position: top 75% center;
}
.page-header.contact {
 background-position: bottom 46% center;
}
div#breadcrumb {
 text-align: right;
 display: none;
}
.site-body {
 margin-top: 64px;
}
.site-body h1 {
 font-size: 2.5em;
 position: absolute;
 top: -3.5em;
 left: calc(-1em + 15px);
 z-index: 1;
 margin: 0;
 background: #fff;
 padding: .8em 1em;
 box-sizing: border-box;
}
.page-child h1 {
 position: relative;
 top: 0;
 left: 0;
 padding: 0;
}
.info-box {
 background: linear-gradient(155deg,#004F85,#002A46);
 border-radius: 5px;
 max-width: 750px;
 margin: auto;
 padding: 4em 0;
 color: #fff;
}
.info-box > * {
 gap: 0;
}
.info-box .child-box:first-of-type {
 border-right: 1px solid rgb(255 255 255 / 50%);
}
.info-box p:first-of-type {
 margin: 0;
}
p.section-description {
	font-weight: 600;
}

/* contact-us */
div#contact-us {
 padding-bottom: 60px !important;
}
div#contact-us .wp-block-cover__background,
div#contact-us img,
div#contact-us p {
 width: 90%;
 max-width: 750px;
 margin: 0 auto !important;
}
div#contact-us .wp-block-cover__background,
div#contact-us img{
 border-radius: 10px;
 height: calc(100% - 60px);
}
div#contact-us p:nth-of-type(2) {
 padding-top: 2em;
}
div#contact-us .btn {
 width: 80%;
 max-width: 500px;
 padding: 1em 2em;
}
div#contact-us .vk_button_link_caption {
 margin-bottom: .5em;
}

/* footer */
.site-footer {
 position: relative;
 background-image: url('https://corpdraft.kk-isj.com/wp-content/uploads/2023/06/business-mv-test.png');
 background-repeat: no-repeat;
 background-size: cover;
 
}
.site-footer *{
 color: #fff;
}
.site-footer-content {
 font-weight: bold;
 max-width: 750px;
}
.site-footer::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgb(0 40 67 / 80%);
}
.site-footer ul {
 list-style: none;
}
.site-footer h3 {
 font-size: 1.3em;
 text-align: left;
}
.site-footer .widget {
 margin-bottom: 0;
}
.site-footer .col-lg-4.col-md-6:last-of-type {
 font-size: 1.3em;
}
.site-footer .col-lg-4.col-md-6:last-of-type .widget ul,
.site-footer .col-lg-4.col-md-6:last-of-type .widget ul li:first-child{
 margin-top: 0;
}
.site-footer-content ul {
 padding: 0;
}
.site-footer-content .row div:not(:last-child) ul li:before {
 content: "-";
 margin-right: 1em;
}
.site-footer-content ul li{
 font-weight: bold;
}
.site-footer-content ul ul li{
 font-weight: normal;
}
.site-footer-copyright{
 margin: 0 auto;
 text-align: center;
 z-index: 1;
 position: relative;
}
.site-footer-copyright img{
 width: 30%;
 min-width: 250px;
}
.site-footer-content a{
 text-decoration: none;
}

/* history */
.history-table th{
 font-size: 120%;
 text-align: left;
 width: 150px;
 padding-top: 25px;
 padding-bottom: 25px;
}

/* topmessage */
.line-height p{
  line-height: 2em;
}

/* animation */
.delay-time04{
	animation-delay: .4s;
}
.delay-time08{
	animation-delay: .8s;
}
/* fadeUp */
.box{
  opacity: 0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* responsive */
.admin-bar .vk-mobile-nav.vk-mobile-nav-drop-in,.vk-mobile-nav.vk-mobile-nav-drop-in {
 top: 0;
 right: 0;
 visibility: hidden;
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
 right: 0;
 visibility: visible;
}
.vk-mobile-nav::-webkit-scrollbar {
 display: none;
}
.vk-mobile-nav {
 padding: 0;
 background: none;
}
.vk-mobile-nav::after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background: rgb(51 51 51 / 70%);
 position: absolute;
 top: 0;
 z-index: -1;
 left: -100%;
 transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99) !important;
}
.vk-mobile-nav-open.vk-mobile-nav::after {
 left: 0;
}
.vk-mobile-nav .vk-mobile-nav-menu-outer {
 width: 70%;
 max-width: 300px;
 height: 100%;
 position: fixed;
 margin-left: auto;
 background: #fff;
 padding-top: 50px;
 right: -100%;
 transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99) !important;
}
.admin-bar .vk-mobile-nav .vk-mobile-nav-menu-outer {
 top: 46px;
}
.header_scrolled .vk-mobile-nav .vk-mobile-nav-menu-outer,
.header_scrolled .vk-mobile-nav::after,
.header_scrolled .vk-mobile-nav-open{
 top: 0 !important;
}
.vk-mobile-nav-open .vk-mobile-nav-menu-outer {
 right: 0;
}
.vk-mobile-nav-open {
 transition: unset;
}
.vk-mobile-nav-open::before {
 content: "";
 display: none;
 aspect-ratio: 1 / 1;
 width: 60px;
 mask-image: url('https://corpdraft.kk-isj.com/wp-content/themes/isj_corp/img/corp-logo.svg');
 mask-repeat: no-repeat;
 mask-position: center;
 -webkit-mask-image: url('https://corpdraft.kk-isj.com/wp-content/themes/isj_corp/img/corp-logo.svg');
 -webkit-mask-repeat: no-repeat;
 -webkit-mask-position: center;
 background: #eee;
 position: absolute;
 top: 10px;
 left: calc(2% + 5px);
}
.vk-mobile-nav nav ul {
 border: none;
}
.vk-mobile-nav nav ul li a {
 padding-left: 1.5em;
 font-weight: bold;
}
.vk-mobile-nav ul.sub-menu {
 font-size: .9em;
 transition: .7s !important;
}
.vk-mobile-nav ul.sub-menu * {
 transition: none !important;
}
.vk-mobile-nav ul.sub-menu li:last-child {
 padding-bottom: .7em;
}
.vk-mobile-nav .vk-menu-acc li a{
 border-bottom: none;
 border-top: 1px solid #eee;
 padding-right: 50px;
}
.vk-mobile-nav ul.sub-menu li{
 padding-left: 1.5em;
}
.vk-mobile-nav ul.sub-menu li a{
 border: none;
 color: #777;
}
.vk-mobile-nav ul.sub-menu li a::after{
 content: "";
 display: block;
 background-size: cover;
 width: 20px;
 height: 20px;
 position: absolute;
 right: 1em;
 top: 0;
 bottom: 0;
 margin: auto;
 transform: rotate(-90deg);
 mask: var(--vk-menu-acc-icon-open-black-bg-src) center 50% no-repeat;
 -webkit-mask: var(--vk-menu-acc-icon-open-black-bg-src) center 50% no-repeat;
 background: #333;
}
@media (max-width: 992px) {
 body::before{
  display: none;
 }
 .site-body {
  margin-top: 50px;
 }
 #site-header {
  height: 50px;
  box-shadow: none;
 }
 #site-header.site-header {
  background: rgb(255 255 255 / 85%) !important;
 }
 .header_scrolled #site-header.site-header {
  background: rgb(255 255 255 / 85%) !important;
 }
 .header_scrolled #site-header {
  top: 0;
 }
 .header_scrolled.admin-bar .site-header {
  top: 0;
  transition: 0s;
 }
 #vk-mobile-nav-menu-btn {
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  height: 50px;
  width: 50px;
  top:0;
  right: 0;
  color: #fff !important;
  /*transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);*/
 }
 .admin-bar #vk-mobile-nav-menu-btn {
  top:32px;
 }
 .admin-bar.header_scrolled #vk-mobile-nav-menu-btn {
  top:0;
 }
 .vk-mobile-nav-menu-btn {
  mask-image: var(--vk-mobile-nav-menu-btn-bg-src);
  -webkit-mask-image: var(--vk-mobile-nav-menu-btn-bg-src);
  background: #275898;
  mask-size: 40px;
  -webkit-mask-size: 40px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
 }
 .vk-mobile-nav-menu-btn.menu-open {
  mask-image: var(--vk-mobile-nav-menu-btn-bg-src);
  -webkit-mask-image: var(--vk-mobile-nav-menu-btn-close-bg-src);
  background: #275898;
 }
 .vk-menu-acc .page_item {
  height: auto;
 }
 .vk-menu-acc .acc-btn {
  border: none;
  width: 50px;
  height: 43.5px;
  right: 0;
  top: 0;
  bottom: 0;
 }
 .vk-menu-acc .acc-btn.acc-btn-open,
 .vk-menu-acc .acc-btn.acc-btn-close{
  mask: var(--vk-menu-acc-icon-open-black-bg-src) center 50% no-repeat;
  -webkit-mask: var(--vk-menu-acc-icon-open-black-bg-src) center 50% no-repeat;
  -webkit-mask-size: 25px;
  background: #333;
  transition: all .2s ease;
 }
 .vk-menu-acc .acc-btn.acc-btn-close {
  transform: rotate(-180deg);
 }
 .page_item.current_page_item {
  background: #fff;
 }
 .sub-menu.acc-child-open a{
  pointer-events: auto;
 }
 .page_item.current_page_item a{
  color: inherit;
  text-align: left;
 }
 .page-header {
  margin-top: 50px;
  height: 230px;
 }
 .page-id-3 .page-header,
 .page-id-26 .page-header{
  height: 100px;
 }
 .site-body h1 {
  border-radius: 0 30px 0 0;
  max-width: 90%;
 }
 .page-parent .link-button-bg .wp-block-cover{
  height: auto;
  aspect-ratio: 5/3;
 }
 .page-parent .link-button-bg > div > div {
  gap: 0;
  margin: 0;
 }
 .page-child .page-header {
  border-radius: 10px;
 }
 .page-child h1 {
  background: none;
 }
 .page-child .sub-section ul li.page_item{
  background: #eee;
 }
 .page-child .sub-section ul li.current_page_item a{
  text-align: center;
  border:none;
  color: #aaa;
 }
 .site-footer .col-md-6 {
  max-width: calc(100% / 3);
 }
 div#contact-us {
  background: #fff;
 }
}
@media (max-width: 782px) {
 .heroarea .readmore-content {
  max-height: 200px;
  transition: max-height 3s linear;
 }
 .heroarea .heroarea-img {
  mask-position: top center;
  -webkit-mask-position: top center;
 }
 .admin-bar #vk-mobile-nav-menu-btn {
  top:46px;
 }
 .link-button-bg .wp-block-cover__inner-container {
  max-width: unset !important;
 }
 .site-footer-content {
  padding: 60px 1em 0;
 }
 .site-footer .row {
  width: 100%;
  max-width: 500px;
  margin: auto;
 }
 .site-footer .col-md-6 {
  max-width: 50%;
  padding: 0;
 }
 .site-footer .col-md-6:last-of-type {
  margin-top: 1em;
  max-width: 100%;
 }
 .page-child .sub-section ul li.page_item{
  width: 100%;
  margin: auto;
  height: auto;
 }
 .page-child .sub-section ul li.page_item a{
  padding: 1em 0;
 }
 .history-table th{
  width: 80px;
 }
 div#contact-us p span{
  display: block;
 }
 div#contact-us a p {
  max-width: 14em;
  font-size: medium !important;
 }
}
@media (max-width: 500px) {
 .site-header {
  background: none !important;
  display: flex;
 }
 .site-header-logo {
  /* background: none; */
  /* width: 60px !important; */
  /* padding: 10px 5px; */
  width: calc(70% - 50px) !important;
  max-width: 250px;
 }
 .site-header-logo img {
  /* display: none !important; */
 }
 
 .site-header-logo a::before {
  /* content: ""; */
  /* display: block; */
  /* position: relative; */
  /* aspect-ratio: 1 / 1; */
  /* width: 60px; */
  /* background-image: url('https://corpdraft.kk-isj.com/wp-content/themes/isj_corp/img/corp-logo.svg'); */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* z-index: 1; */
 }
 .site-header-logo::after {
  /* content: ""; */
  /* display: block; */
  /* top: 0; */
  /* left: 0; */
  /* position: absolute; */
  /* border-style: solid; */
  /* border-width: 170px 170px 0 0; */
  /* border-color: rgb(255 255 255 / 0%) transparent transparent transparent; */
  /* z-index: 0; */
  }
 .page-child h1 {
   font-size: 2em !important;
  }
 .site-footer-content .row div:not(:last-child) ul li {
  display: flex;
 }
 div#contact-us .btn {
  padding: 1em .5em;
 }
 div#contact-us .vk_button_link_caption{
  flex-direction: column;
 }
 div#contact-us .vk_button_link_caption i{
  margin-bottom: .5em;
 }
 div#contact-us a p {
  font-size: 14px !important;
 }
 body.privacy-policy .site-body h1 {
  max-width: 90%;
  width: 8em;
 }
 body.privacy-policy p.section-description {
  padding-top: 40px !important;
 }
 body.page-id-146 .wp-block-group .wp-block-columns{
  gap: 0 !important;
 }
 body.page-id-146 .wp-block-group .wp-block-columns ul {
  margin-bottom: 2em;
 }
 .site-footer {
  background-position: left 40% center;
 }
}