/*
Theme Name: Mind Body
Theme URI: http://mindbody.com
Author: SoMe Connect
Author URI: http://someconnect.com
Description: Theme was developled for Mind Body Company.
Version: 1.0.2
Text Domain: mb
Developer: Michael Gusev
Developer URI: mailto:mgusev@olovei.com
*/
@charset "UTF-8";
.a-spr:after, .b-spr:before {
  content: " ";
  display: block;
  position: absolute;
}

.a-spr:before, .b-spr:before, .spr {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 290px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .a-spr:before, .b-spr:before, .spr {
    background-image: url("img/sprite@2x.png");
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input, select, textarea {
  -webkit-appearance: none;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, a, textarea, div, button {
  outline: none;
}

a, input, textarea, button {
  outline: medium none;
}

input, textarea {
  padding: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
textarea {
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}

input[type="submit"],
input[type="button"] {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

a {
  cursor: pointer;
}

@font-face {
  font-family: 'futura book';
  src: url("fonts/futura-std-book.eot");
  src: local("☺"), url("fonts/futura-std-book.woff") format("woff"), url("fonts/futura-std-book.ttf") format("truetype"), url("fonts/futura-std-book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura medium';
  src: url("fonts/futura-std-medium.eot");
  src: local("☺"), url("fonts/futura-std-medium.woff") format("woff"), url("fonts/futura-std-medium.ttf") format("truetype"), url("fonts/futura-std-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura bold';
  src: url("fonts/futura-std-bold.eot");
  src: local("☺"), url("fonts/futura-std-bold.woff") format("woff"), url("fonts/futura-std-bold.ttf") format("truetype"), url("fonts/futura-std-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura heavy';
  src: url("fonts/futura-std-heavy.eot");
  src: local("☺"), url("fonts/futura-std-heavy.woff") format("woff"), url("fonts/futura-std-heavy.ttf") format("truetype"), url("fonts/futura-std-heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'franklin gothic';
  src: url("fonts/franklin-gothic.eot");
  src: local("☺"), url("fonts/franklin-gothic.woff") format("woff"), url("fonts/franklin-gothic.ttf") format("truetype"), url("fonts/franklin-gothic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'franklin gothic italic';
  src: url("fonts/franklin-gothic-italic.eot");
  src: local("☺"), url("fonts/franklin-gothic-italic.woff") format("woff"), url("fonts/franklin-gothic-italic.ttf") format("truetype"), url("fonts/franklin-gothic-italic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,
html {
  font-family: "franklin gothic";
  font-size: 22px;
  color: #3f3f3f;
  height: 100%;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  text-size-adjust: auto;
  -webkit-font-smoothing: antialiased !important;
}

body {
  min-width: 320px;
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 18px;
  }
}

.page {
  min-height: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
textarea,
.select-txt {
  border: 2px solid #a7a9ac;
  background-color: #e6e7e8;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  height: 62px;
  line-height: 62px;
  font-family: "futura book";
  text-transform: uppercase;
  font-size: 24px;
  transition: all .15s ease;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
.select.open .select-txt {
  border-color: #8d8f93;
}

textarea {
  min-height: 305px;
  padding-top: 13px;
  padding-bottom: 13px;
  resize: none;
  line-height: 1.3em;
}

input.error,
input.error:focus,
.error + label + .select_txt {
  border-color: #de2e18;
}

.select {
  cursor: pointer;
  min-width: 127px;
  font-size: 16px;
  user-select: none;
  position: relative;
}

.select:before {
  content: " ";
  display: block;
  position: absolute;
}

.select:before {
  height: 1px;
  background-color: #a7a9ac;
  left: 20px;
  right: 20px;
  top: 49px;
  display: none;
  z-index: 25;
}

.select select {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.select .select-txt {
  display: inline-block;
  width: 100%;
  padding-right: 32px;
  text-overflow: ellipsis;
  z-index: 24;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.select .select-txt .placeholder {
  color: #989898;
}

.select .select-txt.disabled {
  background-color: #e6e7e8;
  cursor: not-allowed;
}

.select .select-txt.disabled .placeholder {
  opacity: .5;
}

.select .ic-bg {
  transition: transform .2s ease;
  right: 20px;
  top: 25px;
  position: absolute;
  width: 12px;
  height: 7px;
  font-size: 0;
  line-height: 0;
  z-index: 25;
  transform-origin: center top;
}

.select .dropdown {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all .15s ease;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0px;
  border-radius: 6px;
  padding-top: 48px;
  transform: translate3d(0, 5px, 0);
  box-shadow: 0 0px 10px rgba(7, 12, 47, 0.2);
  z-index: 20;
  overflow: auto;
  max-height: 352px;
}

.select .dropdown:before {
  content: " ";
  display: block;
  position: absolute;
}

.select .dropdown ul, .select .dropdown .select-list {
  padding: 0 0;
}

.select .dropdown ul li, .select .dropdown ul .select-option, .select .dropdown .select-list li, .select .dropdown .select-list .select-option {
  padding: 16px 20px 15px;
  cursor: pointer;
  font-weight: normal;
}

.select .dropdown ul li:hover, .select .dropdown ul .select-option:hover, .select .dropdown .select-list li:hover, .select .dropdown .select-list .select-option:hover {
  background-color: #e6e7e8;
}

.select .dropdown-inner {
  overflow: auto;
}

.select.open {
  z-index: 30;
}

.select.open:before {
  display: block;
}

.select.open .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.select.open .select-txt {
  border-color: transparent;
  border-radius: 6px 6px 0 0;
}

.select.open .ic-bg {
  transform: rotate(-180deg);
}

.checkbox,
.radiobutton {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #000;
  cursor: pointer;
}

.checkbox input,
.radiobutton input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox input + span,
.radiobutton input + span {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox input + span:before, .checkbox input + span:after,
.radiobutton input + span:before,
.radiobutton input + span:after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 290px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .checkbox input + span:before, .checkbox input + span:after,
  .radiobutton input + span:before,
  .radiobutton input + span:after {
    background-image: url("img/sprite@2x.png");
  }
}

.checkbox input + span:before,
.radiobutton input + span:before {
  content: " ";
  display: block;
  position: absolute;
}

.checkbox input[type="checkbox"] + span,
.radiobutton input[type="checkbox"] + span {
  width: 14px;
  height: 14px;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f9;
}

.checkbox input[type="checkbox"] + span:before,
.radiobutton input[type="checkbox"] + span:before {
  background-position: -31px -190px;
  width: 9px;
  height: 7px;
  top: 3px;
  left: 2px;
  display: none;
}

.checkbox input[type="checkbox"]:checked + span,
.radiobutton input[type="checkbox"]:checked + span {
  background-color: #000;
  border-color: #000;
}

.checkbox input[type="checkbox"]:checked + span:before,
.radiobutton input[type="checkbox"]:checked + span:before {
  display: block;
}

.checkbox input[type="radio"] + span,
.radiobutton input[type="radio"] + span {
  background-position: -282px -121px;
}

.checkbox input[type="radio"]:checked + span,
.radiobutton input[type="radio"]:checked + span {
  background-position: -282px -141px;
}

p {
  line-height: 30px;
  margin-bottom: 26px;
}

b,
strong {
  font-weight: bold;
}

i, em {
  font-family: "franklin gothic italic";
  font-style: normal;
}

sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  display: inline-block;
  margin-top: 1.3em;
  vertical-align: top;
}

a {
  color: #3f3f3f;
  text-decoration: underline;
}

a img {
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

img {
  border: medium none;
  display: block;
  max-width: 100%;
}

hr {
  border: none;
  background-color: #3f3f3f;
  height: 1px;
  display: block;
  margin: 77px 0 100px;
}

.footer hr {
  background-color: rgba(230, 231, 232, 0.1);
}

table {
  width: 100%;
  margin-bottom: 20px;
}

table td,
table th {
  border: 1px solid #c3c3c3;
  padding: 10px;
}

table th {
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
.ttl,
.s-ttl,
.main-ttl,
.sub-ttl,
.ttl-big {
  display: block;
  margin-bottom: 33px;
  margin-top: 55px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "futura bold";
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.ttl:first-child,
.s-ttl:first-child,
.main-ttl:first-child,
.sub-ttl:first-child,
.ttl-big:first-child {
  margin-top: 0;
}

.s-ttl {
  font-size: 28px;
  line-height: 50px;
}

.main-ttl {
  font-size: 52px;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-family: "futura bold";
}

.single-post h1.main-ttl {
  background-color: rgba(64, 64, 64, 0.8);
  padding: 20px 30px;
}

@media only screen and (max-width: 1000px) {
  .main-ttl {
    font-size: 30px;
  }
}

.ttl-md {
  font-family: "futura medium";
}

h1,
.h1 {
  font-size: 38px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

.ttl-inline {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.ttl-inline.note {
  color: #e6e7e8;
}

.btn,
input[type="submit"].btn,
button.btn {
  display: inline-block;
  text-align: center;
  transition: all .2s ease;
  cursor: pointer;
  outline: none;
  position: relative;
  text-decoration: none;
  border: 0;
  outline: none;
  font-family: "franklin gothic";
  background-color: #b8df8a;
  color: #000;
  font-size: 24px;
  font-family: "futura bold";
  letter-spacing: .05em;
  height: 80px;
  line-height: 76px;
  padding: 0 20px;
  margin-top: 18px;
  margin-bottom: 18px;
  border-radius: 0;
  border-bottom: 6px solid #000;
  text-transform: uppercase;
  min-width: 390px;
  overflow: hidden;
}

.btn:hover,
input[type="submit"].btn:hover,
button.btn:hover {
  background-color: #acda76;
}

@media only screen and (max-width: 767px) {
  .btn,
  input[type="submit"].btn,
  button.btn {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border-width: 3px;
  }
}

.btn-txt, .btn-txt:hover {
  background-color: transparent;
  color: #3f3f3f;
}

.ic-bg {
  position: relative;
}

.ic-bg:before, .ic-bg:after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 290px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .ic-bg:before, .ic-bg:after {
    background-image: url("img/sprite@2x.png");
  }
}

.ic-bg:before {
  content: " ";
  display: block;
  position: absolute;
}

.ic-bg:before {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.ic-bg.ic-arr-1:after, .ic-bg.ic-arr-1:before {
  background-position: -23px -22px;
  width: 74px;
  height: 74px;
}

.ic-bg.ic-arr-2:after, .ic-bg.ic-arr-2:before {
  background-position: -110px -22px;
  width: 74px;
  height: 74px;
}

.ic-bg.ic-arr-3:after, .ic-bg.ic-arr-3:before {
  background-position: -197px -22px;
  width: 74px;
  height: 74px;
}

.ic-l {
  position: relative;
}

.ic-l:before, .ic-l:after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 290px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .ic-l:before, .ic-l:after {
    background-image: url("img/sprite@2x.png");
  }
}

.ic-l:before {
  content: " ";
  display: block;
  position: absolute;
}

.ic-l:before {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.ic-l.ic-arr-1:after, .ic-l.ic-arr-1:before {
  background-position: -23px -22px;
  width: 74px;
  height: 74px;
}

.ic-l.ic-arr-2:after, .ic-l.ic-arr-2:before {
  background-position: -110px -22px;
  width: 74px;
  height: 74px;
}

.ic-l.ic-arr-3:after, .ic-l.ic-arr-3:before {
  background-position: -197px -22px;
  width: 74px;
  height: 74px;
}

.ic-r {
  position: relative;
}

.ic-r:before, .ic-r:after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 290px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .ic-r:before, .ic-r:after {
    background-image: url("img/sprite@2x.png");
  }
}

.ic-r:after {
  content: " ";
  display: block;
  position: absolute;
}

.ic-r:after {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.ic-r.ic-arr-1:after, .ic-r.ic-arr-1:before {
  background-position: -23px -22px;
  width: 74px;
  height: 74px;
}

.ic-r.ic-arr-2:after, .ic-r.ic-arr-2:before {
  background-position: -110px -22px;
  width: 74px;
  height: 74px;
}

.ic-r.ic-arr-3:after, .ic-r.ic-arr-3:before {
  background-position: -197px -22px;
  width: 74px;
  height: 74px;
}

.cf:after {
  clear: both;
  content: ' ';
  display: block;
}

.error {
  color: #de2e18;
}

.err-mess {
  color: #de2e18;
  font-size: 12px;
  position: relative;
  white-space: nowrap;
  line-height: 1;
  display: block;
  margin-top: 4px;
  margin-bottom: 13px;
  font-style: italic;
}

.brdr {
  border-bottom: 1px solid rgba(184, 223, 138, 0.2);
  padding-bottom: 0.05em;
}

a:hover .brdr,
a.act .brdr {
  border-color: #b8df8a;
  color: #b8df8a;
}

.brdr-gr {
  border-color: #a7a9ac;
}

a:hover .brdr-gr,
a.act .brdr-gr {
  border-color: rgba(184, 223, 138, 0.2);
}

.dot-brdr {
  transition: all .15s ease;
  border-bottom: 1px dotted rgba(184, 223, 138, 0.3);
  padding-bottom: 2px;
}

.accent {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 46px;
}

.label {
  display: block;
  margin-bottom: 6px;
  color: #989898;
  font-size: 14px;
}

.label .star {
  color: #b8df8a;
}

.inp-wr {
  padding: 0;
  margin-bottom: 33px;
}

.inp-wr .label {
  margin-bottom: 10px;
}

.img-right,
.img-left,
.img-center,
img.alignleft,
img.alignright {
  margin-bottom: 20px;
}

.img-left,
img.alignleft {
  float: left;
  margin-right: 20px;
}

.img-right,
img.alignright {
  float: right;
  margin-left: 20px;
}

.img-center {
  margin: 0 auto;
}

.figure {
  margin-bottom: 42px;
  margin-top: 42px;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.valign-md {
  display: table;
  min-width: 100%;
  width: 100%;
  height: 100%;
}

.valign-md-inner {
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
}

.table {
  display: table;
  min-width: 100%;
}

.table.fixed {
  table-layout: fixed;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
}

.gray-img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 1;
  transition: all .15s ease;
}

.gray-img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

.wrap {
  position: relative;
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrap.wrap-min {
  max-width: 740px;
}

.parts-row {
  font-size: 0;
  letter-spacing: -.33em;
}

.parts-row > .col-item {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  letter-spacing: 0;
}

.parts-row.parts-devide {
  margin-left: -10px;
  margin-right: -10px;
}

.parts-row.parts-devide > .col-item {
  padding-left: 10px;
  padding-right: 10px;
}

.parts-row.parts-devide-big {
  margin-left: -50px;
  margin-right: -50px;
}

.parts-row.parts-devide-big > .col-item {
  padding-left: 50px;
  padding-right: 50px;
}

.parts-2 > .col-item {
  width: 50%;
}

.parts-3 > .col-item {
  width: 33.3%;
}

.parts-4 > .col-item {
  width: 25%;
}

.parts-5 > .col-item {
  width: 20%;
}

.parts-6 > .col-item {
  width: 16.6%;
}

.part-3x2.col-item {
  width: 66.6%;
}

.part-4x3.col-item {
  width: 75%;
}

@media only screen and (max-width: 1200px) {
  .parts-hg-2 > .col-item {
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  .parts-hg-3 > .col-item {
    width: 33.3%;
  }
  .parts-hg-3 > .part-4x3.col-item {
    width: 66.6%;
  }
}

@media only screen and (max-width: 1200px) {
  .parts-hg-4 > .col-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1000px) {
  .parts-lg-2 > .col-item {
    width: 50%;
  }
}

@media only screen and (max-width: 1000px) {
  .parts-lg-3 > .col-item {
    width: 33.3%;
  }
}

@media only screen and (max-width: 1000px) {
  .parts-lg-4 > .col-item {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .parts-md-2 > .col-item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .parts-md-3 > .col-item {
    width: 33.3%;
  }
}

@media only screen and (max-width: 767px) {
  .parts-md-4 > .col-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1200px) {
  .parts-hg-collapse, .parts-hg-collapse.parts-devide, .parts-hg-collapse.parts-devide-big {
    margin-left: 0;
    margin-right: 0;
  }
  .parts-hg-collapse > .col-item, .parts-hg-collapse.parts-devide > .col-item, .parts-hg-collapse.parts-devide-big > .col-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .parts-lg-collapse, .parts-lg-collapse.parts-devide, .parts-lg-collapse.parts-devide-big {
    margin-left: 0;
    margin-right: 0;
  }
  .parts-lg-collapse > .col-item, .parts-lg-collapse.parts-devide > .col-item, .parts-lg-collapse.parts-devide-big > .col-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .parts-md-collapse, .parts-md-collapse.parts-devide, .parts-md-collapse.parts-devide-big {
    margin-left: 0;
    margin-right: 0;
  }
  .parts-md-collapse > .col-item, .parts-md-collapse.parts-devide > .col-item, .parts-md-collapse.parts-devide-big > .col-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .parts-sm-collapse, .parts-sm-collapse.parts-devide, .parts-sm-collapse.parts-devide-big {
    margin-left: 0;
    margin-right: 0;
  }
  .parts-sm-collapse > .col-item, .parts-sm-collapse.parts-devide > .col-item, .parts-sm-collapse.parts-devide-big > .col-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
    display: block;
  }
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 290px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    background-image: url("img/sprite@2x.png");
  }
}

.owl-nav .owl-prev.disable, .owl-nav .owl-next.disable {
  cursor: default;
}

.owl-nav .owl-prev {
  background-position: -23px -119px;
  left: -27px;
}

.owl-nav .owl-next {
  background-position: -93px -119px;
  right: -27px;
}

@media only screen and (max-width: 1000px) {
  .owl-nav .owl-prev {
    left: -10px;
  }
  .owl-nav .owl-next {
    right: -10px;
  }
}

.owl-dots {
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  background-color: #95979e;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  border-radius: 50%;
}

.owl-dots .owl-dot.active {
  background-color: #000;
  width: 11px;
  height: 11px;
}

.header {
  transform: translate3d(0, 0, 0);
  transition: all .15s ease;
  position: relative;
  z-index: 150;
}

.header .logo {
  margin-left: -116px;
  min-width: 260px;
  width: 260px;
}

.header .nav {
  white-space: nowrap;
  padding: 0 30px;
  text-align: center;
}

.header .nav .menu {
  text-align: center;
}

.header .nav ul {
  display: inline-block;
  vertical-align: top;
  transition: all .15s ease;
  text-align: left;
}

.header .nav li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 10px;
}

.header .nav li a {
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: .075em;
  font-family: "futura book";
}

.header .nav li a.act, .current-menu-item .header .nav li a {
  font-family: "futura bold";
  color: #000;
}

.header .nav li a:hover {
  color: #b8df8a;
}

.header .nav li.menu-item-has-children {
  position: relative;
}

.header .nav li.menu-item-has-children:after {
  content: " ";
  display: block;
  position: absolute;
}

.header .nav li.menu-item-has-children:after {
  border-top: 5px solid #3f3f3f;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 10px;
  right: 0;
  transition: all .15s ease;
}

.header .nav li.menu-item-has-children:hover:after {
  transform: translate3d(0, 0, 0) rotate(-180deg);
}

.header .nav li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.header .nav li.menu-item-has-children:last-child > ul {
  left: auto;
  right: 0;
}

.header .nav li.menu-item-has-children:last-child > ul li {
  text-align: right;
}

.header .nav li.menu-item-has-children:last-child > ul li.menu-item-has-children > a {
  padding-right: 20px;
  padding-left: 30px;
}

.header .nav li.menu-item-has-children:last-child > ul li.menu-item-has-children:after {
  left: 10px;
  right: auto;
  border-left: 0;
  border-right: 5px solid #3f3f3f;
}

.header .nav li.menu-item-has-children:last-child > ul li.menu-item-has-children:hover:after {
  transform: translate3d(-5px, 0, 0) rotate(0deg);
}

.header .nav li.menu-item-has-children:last-child > ul li > ul {
  transform: translate3d(5px, 0, 0);
  left: auto;
  right: 100%;
  text-align: left;
}

.header .nav li.current-menu-item > a {
  font-family: "futura bold";
  color: #000;
}

.header .nav li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #a7a9ac;
  min-width: 100%;
  margin-top: -5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all .15s ease;
  transform: translate3d(0, -5px, 0);
}

.header .nav li > ul li {
  float: none;
  display: block;
  padding-bottom: 0;
}

.header .nav li > ul li:last-child {
  margin-bottom: 0;
}

.header .nav li > ul li a {
  font-size: 18px;
  font-family: "futura book";
  padding: 10px 20px;
}

.header .nav li > ul li.menu-item-has-children > a {
  padding-right: 30px;
}

.header .nav li > ul li.menu-item-has-children:after {
  transform: none;
  border-top: 5px solid transparent;
  border-left: 5px solid #3f3f3f;
  border-right: 0;
  border-bottom: 5px solid transparent;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.header .nav li > ul li.menu-item-has-children:hover:after {
  transform: translate3d(5px, 0, 0) rotate(0deg);
}

.header .nav li > ul li.menu-item-has-children:hover > ul {
  transform: translate3d(0, 0, 0);
}

.header .nav li > ul li > ul {
  transform: translate3d(-5px, 0, 0);
  left: 100%;
  top: 0;
  margin-top: -11px;
}

.header.shift {
  height: 40px;
}

.header.shift .logo {
  transform: scale(0.9);
}

.header.shift .nav ul {
  margin-top: 0px;
}

.header.shift .nav ul a {
  padding: 10px;
}

.header.shift .right-nav {
  margin-top: 0px;
}

@media only screen and (max-width: 1340px) {
  .header {
    z-index: 200;
  }
  .header .logo {
    margin-left: 0;
    min-width: inherit;
    width: auto;
    max-width: 300px;
  }
  .header .nav {
    white-space: normal;
  }
  .header .nav li a {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .header .header-inner .item {
    display: block;
  }
  .header .nav {
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    right: -15px;
    z-index: 20;
    padding: 20px 5px;
    transform: translate3d(0, -10px, 0);
    text-align: center;
    border-top: 1px solid #a7a9ac;
    border-bottom: 1px solid #a7a9ac;
  }
  .header .cert img {
    float: right ;
    position: absolute ;
    right: 50px;
    top: 15px;
    max-width: 75%!important;
  }
  .header .nav ul {
    display: block;
    margin-top: 0;
  }
  .header .nav li {
    display: block;
    margin-bottom: 10px;
  }
  .header .nav li a {
    padding: 0;
  }
  .header .nav li.menu-item-has-children:after, .header .nav li.menu-item-has-children:last-child:after {
    display: none;
  }
  .header .nav li.menu-item-has-children > ul, .header .nav li.menu-item-has-children:last-child > ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    position: static;
    text-align: left;
    border: 0;
    background-color: transparent;
    margin-top: 0;
    padding: 10px 0 0 0;
  }
  .header .nav li.menu-item-has-children > ul li, .header .nav li.menu-item-has-children:last-child > ul li {
    text-align: left;
  }
  .header .nav li.menu-item-has-children > ul li a, .header .nav li.menu-item-has-children:last-child > ul li a {
    text-align: left;
    font-size: 16px;
    padding: 5px 0px 5px 20px;
    text-transform: none;
  }
  .header .nav li.menu-item-has-children > ul li > ul, .header .nav li.menu-item-has-children:last-child > ul li > ul {
    transform: translate3d(0, 0, 0);
  }
  .header .nav li.menu-item-has-children > ul li.menu-item-has-children > ul li a, .header .nav li.menu-item-has-children:last-child > ul li.menu-item-has-children > ul li a {
    padding: 5px 0px 5px 40px;
  }
  .header .nav.act {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .header .nav .btn {
    margin-left: 0;
  }
  .header .search {
    width: 114px;
  }
  .header .header-inner {
    height: auto;
    padding: 20px 80px 20px 0;
  }
}

.header-inner {
  transition: all .15s ease;
  background-color: #fff;
  height: 120px;
  position: relative;
}

.footer {
  clear: both;
  padding-top: 48px;
  padding-bottom: 38px;
  background-color: #000;
  color: #fff;
  font-family: verdana;
}

.footer .copyright {
  display: block;
  text-align: center;
  font-size: 14px;
}

.section {
  padding: 100px 0 65px;
  background-color: #fff;
}

.section ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.section ul li:before {
  content: " ";
  display: block;
  position: absolute;
}

.section ul li:before {
  height: 1px;
  background-color: #b8df8a;
  width: 20px;
  position: absolute;
  left: 0;
  top: 13px;
}

.bg-container {
  position: relative;
  overflow: hidden;
}

.bg-container .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  top: -100px;
  bottom: -100px;
  background-position: center center;
  z-index: 0;
}

.main-screen {
  position: relative;
  text-align: center;
  color: #fff;
  letter-spacing: .05em;
  overflow: hidden;
}

.main-screen .inner {
  height: 500px;
}

.home .main-screen .inner {
  height: 850px;
}

.main-screen .main-ttl {
  color: #b8df8a;
}

.main-screen .text {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.35em;
  margin-bottom: 70px;
  margin-top: 32px;
  letter-spacing: .05em;
  font-family: "futura medium";
}

.main-screen .btn {
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .main-screen .inner {
    height: 280px;
  }
  .main-screen .text {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header .cert img {
    position: absolute;
    right: 50px;
    top: 20px;
    max-width: 200px!important;
  }
}

.bg-text {
  color: #fff;
  text-align: center;
}

.bg-text .inner {
  min-height: 442px;
  padding-top: 26px;
}

.panel-item {
  background-color: #fff;
  transition: all .15s ease;
  transform: translate3d(0, 0, 0);
  position: relative;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.panel-item:after {
  content: " ";
  display: block;
  position: absolute;
}

.panel-item .head {
  border: 6px solid #000;
}

.panel-item.p-type1 .head {
  min-height: 200px;
  padding: 46px 0px 0px;
  margin-bottom: 84px;
  position: relative;
}

.panel-item.p-type1 .head .ttl {
  font-size: 38px;
  line-height: 1.3em;
  padding: 0 10px;
}

.panel-item.p-type1 .head .icon {
  position: absolute;
  left: 50%;
  margin-left: -37px;
  top: 100%;
  margin-top: -27px;
}

.panel-item.p-type1 .text .ttl {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 38px;
}

.panel-item.p-type2 .head {
  padding: 40px 33px;
}

@media only screen and (max-width: 1000px) {
  .panel-item.p-type1 .head .ttl {
    font-size: 30px;
  }
}

.price-item {
  text-align: center;
  margin-bottom: 30px;
}

.price-item span {
  display: block;
}

.price-item .time {
  font-family: "futura book";
  font-size: 30px;
  line-height: 36px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.price-item hr {
  margin: 20px 0;
}

.price-item .ttl {
  letter-spacing: .075em;
  margin: 30px 0;
}

.price-item .hourly {
  text-transform: uppercase;
}

.hello {
  padding-bottom: 0;
  padding-top: 0;
}

.hello .bg {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 715px;
}

.hello .content {
  max-width: 570px;
  padding-right: 15px;
  padding-top: 82px;
  padding-bottom: 74px;
}

@media only screen and (max-width: 1000px) {
  .hello .content {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hello .ttl {
  margin-top: 0;
}

.hello p {
  margin-bottom: 42px;
}

.hello .sert-item {
  text-align: center;
}

.hello .sert-item img {
  margin: 0 auto 36px;
}

.hello .sert-item .btn {
  margin-bottom: 0;
}

.hdn-content {
  border: 6px solid #000;
  margin-bottom: 23px;
  text-align: left;
}

.hdn-content .hdn-lnk {
  display: block;
  padding: 27px 80px 24px 35px;
  font-family: "futura medium";
  letter-spacing: .05em;
  cursor: pointer;
  position: relative;
  font-size: 30px;
}

.hdn-content .hdn-lnk:after {
  content: '+';
  position: absolute;
  top: 50%;
  line-height: 0;
  right: 42px;
}

.hdn-content .hdn-lnk.act:after {
  content: '–';
}

.hdn-content .hdn-inner {
  display: none;
  padding: 20px 35px;
}

@media only screen and (max-width: 1000px) {
  .hdn-content .hdn-lnk {
    padding: 20px 40px 20px 20px;
    font-size: 22px;
  }
  .hdn-content .hdn-lnk:after {
    right: 15px;
  }
  .hdn-content .hdn-content {
    padding: 20px;
  }
}

.accent-panel {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  padding: 88px 0;
  margin: 100px 0;
}

.accent-panel .l-col {
  padding-right: 68px;
}

.accent-panel .r-col {
  padding-left: 68px;
}

.accent-panel .text {
  font-size: 30px;
  line-height: 38px;
  display: block;
}

.accent-panel .ttl {
  margin: 0;
  font-size: 38px;
  line-height: 48px;
}

.accent-panel .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -20px;
}

.accent-panel .btn {
  margin-bottom: 0;
}

.accent-panel form {
  padding: 0 50px;
}

@media only screen and (max-width: 1000px) {
  .accent-panel .l-col,
  .accent-panel .r-col {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.phrases-slider {
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 100px;
}

.phrases-slider .item {
  padding: 80px 30px 50px;
  color: #fff;
  background-color: #000;
  font-size: 30px;
  line-height: 38px;
}

.phrases-slider .item span {
  display: block;
}

.phrases-slider .item .quote {
  font-size: 72px;
  line-height: 0;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1000px) {
  .phrases-slider .item {
    font-size: 18px;
    line-height: 24px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.sidebar .item {
  text-align: center;
}

.sidebar .item img {
  margin: 0 auto 30px;
}

.sidebar .item .ttl {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.sidebar hr {
  margin: 30px 0;
}

.sidebar .post-lnk {
  display: block;
  margin: 0 auto 50px;
}

.article-item {
  margin-bottom: 80px;
}

.article-item img {
  margin-bottom: 30px;
}

.article-item .ttl {
  letter-spacing: .075em;
  margin-bottom: 20px;
}

.article-item .read-more {
  font-family: "futura bold";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: .05em;
}

.pu-lnk {
  cursor: pointer;
}

.body-fix {
  overflow: hidden;
}

.pop-up-container,
.pop-up {
  opacity: 0;
  visibility: hidden;
  transition: all .15s ease;
}

.pop-up-container.act,
.pop-up.act {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.pop-up-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  background-color: rgba(32, 34, 41, 0.7);
  z-index: 500;
  overflow: auto;
}

.pop-up-container.act {
  transition-delay: 0s;
}

.pop-up-container.act .pop-up {
  transform: none;
}

.pop-up-wr {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
}

.pop-up-body {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

.pop-up {
  background: #fff;
  padding: 0;
  margin: 0 auto;
  max-width: 610px;
  box-shadow: 0 50px 80px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.5s ease;
  transform: translate3d(0, 80%, 0);
  overflow: hidden;
  height: 0;
}

.pop-up.act {
  position: relative;
  height: auto;
  padding: 30px;
}

.pop-up .loc-ttl .txt .loc-txt {
  padding-left: 20px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.pop-up .loc-ttl .txt .loc-txt:before {
  position: absolute;
  left: 0;
  top: 4px;
}

.pop-up-close {
  position: absolute;
  top: 34px;
  right: 30px;
  opacity: .5;
  cursor: pointer;
  font-size: 0;
}

.pop-up-close:hover {
  opacity: 1;
}

.info-line-wrap {
  position: fixed;
  text-align: center;
  overflow: hidden;
  z-index: 2000;
  left: 0;
  right: 0;
  top: 0;
}

.info-line-wrap .text,
.info-line-wrap .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.info-line-wrap .btn {
  border: 0;
  height: 30px;
  line-height: 30px;
  min-width: auto;
  font-size: 14px;
  width: auto;
}

.info-line-wrap .close {
  position: absolute;
  display: block;
  cursor: pointer;
  right: 20px;
  font-size: 35px;
  top: 8px;
  line-height: 1;
  width: 30px;
  height: 30px;
}

.info-line {
  background-color: #3f3f3f;
  padding: 10px 50px;
  color: #fff;
  line-height: 1.5em;
  font-size: 16px;
  transition: all .5s ease;
  transform: translate3d(0, -100%, 0);
}

.info-line.act {
  transform: translate3d(0, 0, 0);
}

.info-line.red {
  background-color: #E43833;
}

.info-line.red .btn {
  background-color: #fff;
}

.menu-btn {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  top: 50%;
  right: 0;
  width: 58px;
  height: 58px;
  padding-top: 23px;
  padding-right: 15px;
  padding-left: 15px;
  right: 0px;
  transition: all .3s ease;
  margin-top: -29px;
}

.menu-btn span {
  background-color: #3f3f3f;
  margin-bottom: 5px;
  height: 3px;
  display: block;
  width: 100%;
  border-radius: 3px;
  transition: all .3s ease;
  transform-origin: center center;
}

.menu-btn span:last-child {
  margin-bottom: 0;
}

.menu-btn .line1 {
  animation: line1-start .3s ease both;
  animation-direction: alternate;
}

.menu-btn .line3 {
  animation: line3-start .3s ease both;
  animation-direction: alternate;
}

.menu-btn.act .line2 {
  opacity: 0;
}

.menu-btn.act .line1 {
  animation: line1 .3s ease both;
}

.menu-btn.act .line3 {
  animation: line2 .3s ease both;
}

@media only screen and (max-width: 1000px) {
  .menu-btn {
    display: block;
  }
}

@keyframes line1-start {
  0% {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  25% {
    transform: translate3d(0, 8px, 0);
  }
  50% {
    transform: translate3d(0, 8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes line3-start {
  0% {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
  25% {
    transform: translate3d(0, -8px, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes line1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, 8px, 0);
  }
  50% {
    transform: translate3d(0, 8px, 0);
  }
  100% {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}

@keyframes line2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -8px, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
  100% {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}

@media only screen and (max-width: 1200px) {
  .hdn-hg {
    display: none !important;
  }
}

@media only screen and (max-width: 1000px) {
  .hdn-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hdn-md {
    display: none !important;
  }
}

@media only screen and (max-width: 540px) {
  .hdn-sm {
    display: none !important;
  }
}

.show-lg,
.show-md,
.show-sm {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .show-lg {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .show-md {
    display: block !important;
  }
}

@media only screen and (max-width: 540px) {
  .show-sm {
    display: block !important;
  }
}

@media only screen and (max-width: 700px) {
  .header .logo {
    max-width: 200px;
  }

  .header .cert img {
    max-width: 150px!important;
  }
}
@media only screen and (max-width: 450px) {
  .header .cert img {
    position: inherit;
    float: left;
    margin-top: 10px;
    margin-left: -2px;
  }
}
/*# sourceMappingURL=styles.css.map */
