@charset "UTF-8";
/*
Theme Name: Katana 
Theme URI: http://client.it-kitchen.com.ua/katana/
Author: http://it-kitchen.com.ua/
Version: 1.0
*/

.thankMg{
max-width: 398px;
font-size: 16px;
line-height: 28px;
margin-bottom: 20px;
}
body, a, input, textarea, button {
  font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif; }

body {
  color: #666666;
  font-weight: 400; }
 
body #tokkiindent{
  text-indent: 55px;
  margin-top: -17px
}
  
a, a:hover, a:link {
  text-decoration: none; }

textarea.input {
  resize: none;
  height: 120px; }

label, .label {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  width: 100%; }

label > span {
  display: block;
  margin-top: 7px; }

form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px; }

.formTitle {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  margin: 10px 0 30px; }

.noneCopy {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  padding: 0 5px;
  outline: none;
  background-color: #f7f7f7;
  border: 1px solid rgba(51, 51, 51, 0.1); }

.send {
  font-size: 16px;
  border: none;
  padding: 5px 20px;
  background-color: #131548;
  color: white; }
  .send:hover {
    background-color: #a5a8e5;
    color: black; }

.wpcf7-mail-sent-ok {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 16px;
  line-height: 28px; 
  display: none!important;
}

.header {
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); }

.logoWrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.logo {
  width: 790px;
  height: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.banner {
  height: 320px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.desctopMenu {
  line-height: 1.4;
  letter-spacing: 0px; }
  .desctopMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: row wrap;
        -ms-flex-wrap: row wrap;
            flex-wrap: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .desctopMenu li {
    margin: 25px 0; }
  .desctopMenu .current-menu-item a {
    border-color: #3D3E67;
    color: #3D3E67; }
    .desctopMenu .current-menu-item a:hover {
      border-color: #3D3E67 !important; }
  .desctopMenu a {
    font-size: 18px;
    color: #444444;
    padding-bottom: 24px;
    border-bottom: 3px solid transparent;
    font-weight: 400; }
    .desctopMenu a:hover {
      color: #808080; }

.mobileMenu {
  line-height: 1.4;
  letter-spacing: 0px;
  z-index: 1;
  position: relative;
  width: 100%;
  display: none;
  background-color: #131548;
  padding: 20px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: top .5s;
  transition: top .5s; }
  .mobileMenu .current-menu-item a {
    color: #a5a8e5;
    border-bottom: 2px solid #a5a8e5; }
  .mobileMenu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobileMenu li {
    text-align: center;
    margin-bottom: 10px; }
    .mobileMenu li a {
      line-height: 18px;
      position: relative;
      display: inline-block;
      padding: 10px 0 0 0;
      font-size: 17px;
      color: #fff;
      font-weight: 400;
      border-bottom: 2px solid transparent; }
      .mobileMenu li a:hover {
        color: #a5a8e5;
        text-decoration: none; }

.mobileMenuActive {
  display: block; }

.mobNavigation {
  position: relative; }

#checkbox {
  display: none; }

.container {
  position: relative; }

.sandwich {
  float: right;
  right: 16px;
  top: 40px;
  z-index: 50;
  position: relative;
  height: 20px;
  width: 20px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0; }
  .sandwich:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #3D3E67;
    position: absolute;
    top: -15px;
    left: -15px; }

.sandwichInnerActive {
  background-color: transparent !important; }
  .sandwichInnerActive::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0 !important;
    background-color: white !important; }
  .sandwichInnerActive::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 0 !important;
    background-color: white !important; }

.sandwichInner {
  position: relative;
  padding: 0;
  -webkit-transition: background .3s;
  transition: background .3s;
  width: 20px;
  height: 3px;
  display: block;
  background-color: black;
  margin: 0; }
  .sandwichInner::before {
    content: "";
    width: inherit;
    height: inherit;
    background-color: black;
    position: absolute;
    top: -7px;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .sandwichInner::after {
    content: "";
    width: inherit;
    height: inherit;
    background-color: black;
    position: absolute;
    bottom: -7px;
    -webkit-transition: all .5s;
    transition: all .5s; }

.mainSection {
  padding-bottom: 120px;
  font-size: 18px;
  margin: 70px 0 0 0;
  background-position: -650px 120px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: justify;
  text-justify: inter-ideograph;
  word-spacing: -6px; }
  .mainSection a {
    display: inline-block;
    padding-bottom: 0;
    line-height: 18px;
    border-bottom: 1px solid transparent; }
    .mainSection a:hover {
      border-bottom: 1px solid #23527C; }
  .mainSection ul {
    padding-left: 40px; }
    .mainSection ul li {
      position: relative;
      list-style: none; }
      .mainSection ul li::before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        left: -20px;
        width: 6px;
        height: 6px;
        background-color: #3D3E67; }

.pageTitle {
  color: #3D3E67;
  margin: 0 0 7px 0;
  font-size: 26px;
  font-weight: 600; }

.imgWrap {
  position: relative; }
  .imgWrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.asideImg {
  display: block;
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  font-weight: 600; }

.asideImgTitle {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 50px 0; }

.footer {
  background-color: #131548; }

.copyright {
  text-align: center;
  font-size: 14px;
  color: #dadada;
  margin: 9px 0; }

form {
  line-height: 1.4;
  letter-spacing: 0px; }

.btnPopUp {
  margin-left: 10px;
  color: white;
  padding: 5px 30px !important;
  background-color: #131548;
  border: 1px solid rgba(51, 51, 51, 0.1); }
  .btnPopUp:hover {
    background-color: #A5A8E5;
    color: black;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1) !important; }

.fancybox-is-open .fancybox-bg {
	background-color: rgb(119, 119, 119);
    opacity: 0.7;
}
.fancybox-content {
	max-width: 900px;
	width: 100%;
	max-height: 500px;
	border: 3px solid #fff;
	box-shadow: 0 0 20px #111;
    -moz-box-shadow: 0 0 20px #111;
    -webkit-box-shadow: 0 0 20px #111;
}

button.fancybox-button.fancybox-close-small {
        width: 26px;
    height: 26px;
    background: #3a3a3a;
    border-radius: 50%;
    top: -16px;
    right: -17px;
    opacity: 1;
    padding: 3px;
    border: 2px solid #fff;
	    box-shadow: 0 0 1px #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.fancybox-button.fancybox-close-small span {
	    font-size: 24px;
	line-height: 0px;
    font-weight: 500;
    transform: rotate(45deg);
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: flex;
}

@media screen and (max-width: 1199px) {
  .banner {
    height: 250px; } }

@media screen and (max-width: 991px) {
  .desctopMenu {
    display: none; }
  .sandwich {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .logo {
    width: 100%;
    height: auto; }
  .banner {
    height: 200px; }
  .mainSection {
    background-position: -550px 120px; } }

@media screen and (max-width: 950px) {
  .logoInner {
    width: 90%; } }

@media screen and (max-width: 767px) {
  .mainSection {
    background-image: none !important;
    padding-bottom: 70px;
    font-size: 16px; }
  .pageTitle {
    font-size: 24px; } }

@media screen and (max-width: 600px) {
  .banner {
    height: 150px; } }

@media screen and (max-width: 500px) {
  #fancybox-wrap {
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important; }
  .logoInner {
    width: 100%; }
  #fancybox-content {
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important; } }

@media screen and (max-width: 400px) {
  .banner {
    height: 120px; }
  form {
    padding: 5px; } }
    
    /* To hide recaptcha v3 badge; added 2023-3-1 */
    .grecaptcha-badge { 
        visibility: hidden;
}
 p.recaptchatext {
    font-size: 9px;
    color: #9a9a9a;
    word-spacing: 0px;
}
p.recaptchatext a:hover {
	border: none;
} 