error@charset "UTF-8";
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  background: rgba(255,255,255,0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #5D5D5D; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2); }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion .accordion__head {
      margin-bottom: 5px; } }
.accordion .accordion__head h3 {
  font-size: 15px;
  line-height: 1.625;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion .accordion__head h3 {
      font-size: 13px;
      line-height: 1.66; } }
.accordion .accordion__head h3:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 28px;
  margin-right: 20px;
  background-image: url(../images/temp/ico-search.png);
  background-repeat: no-repeat; 
  background-size: contain; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion .accordion__head h3:before {
      width: 22px;
      margin-right: 6px; } }
.accordion .accordion__head a {
  margin-right: 10px;
  width: 23px;}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion .accordion__head a {
      margin-right: 0; } }
.accordion .accordion__body {
  background-color: #fff;
  border-radius: 15px;
  padding: 11px 10px 13px 50px;
  display: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion .accordion__body {
      padding: 12px 9px 15px 18px; } }
.accordion .accordion__body p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.14; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion .accordion__body p {
      font-size: 13px;
      line-height: 1.74; } }
.accordion .accordion__arrow {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.accordion .accordion__head.is-active .accordion__arrow {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); }
.accordion .accordion__section + .accordion__section {
  margin-top: 44px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion .accordion__section + .accordion__section {
      margin-top: 38px; } }
/*  Accordion secondary  */
.accordion--secondary .accordion__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.accordion--secondary .accordion__head h3 {
  vertical-align: top;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion--secondary .accordion__body {
    padding: 20px 20px 15px 26px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion--secondary .accordion__section + .accordion__section {
    margin-top: 39px; } }
/* ------------------------------------------------------------ *\
	Btn tel
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  max-width: 450px;
  width: 100%;
  min-height: 55px;
  line-height: 51px;
  border: 2px solid #008890;
  color: #008890;
  border-radius: 40px;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 0 15px;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s; }
.btn:hover {
    background-color: #008890;
    color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn {
      max-width: 280px;
      min-height: 50px;
      line-height: 46px;
      border: 2px solid #008890;
      border-radius: 50px;
      font-size: 13px;
      padding: 0 10px; } }
/*  Btn card  */
.btn--card {
  max-width: 270px;
  background-color: #369EA3;
  color: #fff; }
.btn--card:hover {
    background-color: #fff;
    color: #008890; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--card {
      font-size: 13px;
      max-width: 280px; } }
/*  Btn alt  */
.btn--alt {
  max-width: 300px;
  background-color: #fff;
  color: #008890; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--alt {
      max-width: 280px; } }
/*  Btn secondary  */
.btn--secondary {
  max-width: 450px;
  background-color: #fff;
  color: #008890;
  text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--secondary {
      max-width: 280px; } }
/*  Btn tel  */
.btn--tel {
  max-width: 320px;
  min-height: 55px;
  line-height: 53px;
  border: 1px solid #008890;
  color: #369EA3;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.08em; }
.btn--tel span {
    font-size: 16px; }
/*  Btn tel secondary  */
.btn--tel--secondary {
  max-width: 255px;
  min-height: 50px;
  max-height: 50px;
  line-height: 46px;
  border: 2px solid #008890;
  font-size: 20px;
  border-radius: 50px; }
.btn--tel--secondary span {
    font-size: 13px; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Burger btn
\* ------------------------------------------------------------ */
.burger-btn {
  display: inline-block;
  max-width: 55px;
  width: 100%;
  min-height: 55px;
  height: 1px;
  background-color: #fff;
  border: 1px solid #008890;
  border-radius: 50%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 27px;
  right: 50%;
  margin-right: -647px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s; }
@media (max-width: 1300px) {
    .burger-btn {
      right: 35px;
      margin-right: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .burger-btn {
      top: 20px;
      right: 25px;
      max-width: 50px;
      min-height: 50px;
      opacity: 1;
      visibility: visible;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
.burger-btn.is-active {
    position: fixed;
    top: 27px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .burger-btn.is-active {
        top: 20px;
        right: 25px; } }
.burger-btn.is-visible {
    opacity: 1;
    visibility: visible; }
.burger-btn.is-contact-page {
    opacity: 1;
    visibility: visible; }
.burger-btn span {
    display: block;
    width: 12px;
    height: 2px;
    background-color: #008890;
    -webkit-transition: width .3s, -webkit-transform .3s;
    transition: width .3s, -webkit-transform .3s;
    -o-transition: transform .3s, width .3s;
    transition: transform .3s, width .3s;
    transition: transform .3s, width .3s, -webkit-transform .3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .burger-btn span {
        width: 15px;
        height: 2px; } }
.burger-btn span + span {
    margin-top: 3px; }
.burger-btn.is-active span:first-child {
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
    position: absolute;
    top: 26px;
    width: 18px;
    left: 18px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .burger-btn.is-active span:first-child {
        top: 24px;
        left: 15px; } }
.burger-btn.is-active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
.burger-btn.is-active span:last-child {
    -webkit-transform: rotate(140deg);
        -ms-transform: rotate(140deg);
            transform: rotate(140deg);
    width: 18px;
    position: absolute;
    top: 23px;
    left: 18px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .burger-btn.is-active span:last-child {
        top: 21px;
        left: 15px; } }
/* ------------------------------------------------------------ *\
	Calendar
\* ------------------------------------------------------------ */
.calendar {
  max-width: 800px;
  margin: 0 auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .calendar {
      display: none; } }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  text-align: center; }
.card .card__image {
    max-width: 280px;
    min-height: 280px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__image {
        max-width: 250px;
        min-height: 250px;
        margin-bottom: 20px; } }
.card .card__image img {
    width: 100%;
    border-radius: 50%; }
.card .card__content {
    padding: 0 30px;
    margin-bottom: 22px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__content {
        padding: 0 0 0;
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 25px; } }
.card .card__content h3 {
    font-size: 20px;
    line-height: 2.25;
    letter-spacing: 0.15em;
    color: #008890;
    font-weight: 500; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__content h3 {
        font-size: 17px;
        line-height: 1.76;
        margin-bottom: 20px; } }
.card .card__content p {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__content p {
        font-size: 13px;
        line-height: 1.74; } }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards .cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px; }
.cards .cards__item {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 0 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards .cards__item {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards .cards__item + .cards__item {
    margin-top: 50px; } }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  max-width: 297px;
  margin: 35px auto 67px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox {
      margin: 37px auto 39px 30px; } }
.checkbox a {
    position: relative;
    margin-right: 32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .checkbox a {
        margin-right: 15px; } }
.checkbox a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/temp/foreign.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: -28px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .checkbox a:after {
        top: 6px;
        right: -14px; } }
.checkbox label {
    font-size: 15px;
    letter-spacing: 0.008em;
    line-height: 1.73;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .checkbox label {
        font-size: 13px; } }
.checkbox input {
    display: none; }
.checkbox label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #D0D0D0;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .checkbox label:before {
        width: 25px;
        height: 25px; } }
.checkbox label:after {
    content: '✓';
    display: block;
    position: absolute;
    top: -1px;
    left: 6px;
    color: #008890;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .checkbox label:after {
        top: 1px;
        left: 8px; } }
.checkbox input:checked + label:after {
    opacity: 1;
    visibility: visible; }
/* ------------------------------------------------------------ *\
	Copyrights
\* ------------------------------------------------------------ */
.copyrights {
  text-align: center;
  margin-top: 42px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .copyrights {
      margin-top: 60px; } }
.copyrights p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.08em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .copyrights p {
        font-size: 12px; } }
/* ------------------------------------------------------------ *\
	Fadeup
\* ------------------------------------------------------------ */
.fadeup {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1.0s ease;
  -o-transition: all 1.0s ease;
  transition: all 1.0s ease; }
.fade__on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 72px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .feature {
      padding-bottom: 39px; } }
.feature .feature__circle {
    display: block;
    max-width: 70px;
    width: 100%;
    min-height: 70px;
    max-height: 70px;
    border-radius: 50%;
    border: 2px solid #369EA3;
    color: #369EA3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 23px;
    position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature .feature__circle {
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
        font-size: 20px; } }
.feature:not(:last-child):after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 70px);
    background-image: url(../images/temp/ico-line.png);
    position: absolute;
    bottom: 0;
    left: 35px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature:not(:last-child):after {
        left: 25px;
        height: calc(100% - 50px); } }
.feature .feature__content {
    width: 91.7%;
    padding-left: 37px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature .feature__content {
        padding-left: 13px; } }
.feature .feature__content h6 {
    font-size: 17px;
    letter-spacing: 0.2em;
    font-weight: 700; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature .feature__content h6 {
        font-size: 14px;
        letter-spacing: 0.1em;
        margin-bottom: 15px; } }
.feature .feature__content p {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.86; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature .feature__content p {
        font-size: 13px;
        line-height: 1.54; } }
/*  Feature alt  */
.feature--alt {
  padding-bottom: 57px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .feature--alt {
      padding-bottom: 32px; } }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  font-size: 14px;
  border: 2px solid #D0D0D0;
  border-radius: 15px;
  min-height: 54px;
  padding: 0 22px;
  letter-spacing: 0.08em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field {
      min-height: 50px;
      font-size: 13px;
      padding: 0 20px; } }
.field:-ms-input-placeholder {
  color: #C7C7C7; }
/*  Field textarea  */
.field--textarea {
  resize: none;
  min-height: 250px;
  padding: 26px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field--textarea {
      min-height: 150px; } }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #369EA3; }
.footer .footer__head {
    position: relative;
    min-height: 300px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__head {
        min-height: 225px; } }
.footer .footer__head:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 48px 29px 48px;
    border-color: transparent transparent #369EA3 transparent; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__head:after {
        border-width: 0 37px 23px 37px; } }
.footer .footer__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
.footer .footer__scroll-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; 
    width: 20px;}
.footer .footer__body {
    padding: 90px 13px 63px 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__body {
        padding: 40px 15px 63px 15px; } }
.footer .footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.footer .footer__col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__col {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__logo img {
      width: 110px;
      height: 115px; } }
.footer .footer__logo-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__logo-nav-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
.footer .footer__address-container {
    margin-left: 45px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__address-container {
        margin-left: 0; } }
.footer .footer__title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: 0.1em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__title {
        font-size: 16px;
        margin: 15px 0 18px; } }
.footer .footer__address {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    letter-spacing: 0.08em;
    margin-bottom: 14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__address {
        font-size: 13px;
        line-height: 1.77;
        margin-bottom: 18px; } }
.footer .footer__navs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__navs-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
.footer .footer__nav {
    margin-left: 19px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__nav {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        margin: 20px 0 0 17px;
        text-align: left; } }
.footer .footer__nav li + li {
    margin-top: 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__nav li + li {
        margin-top: 9px; } }
.footer .footer__nav a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1.31;
    font-weight: 500; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__nav a {
        font-size: 12px; } }
.footer .footer__nav a:hover {
    text-decoration: underline; }
.footer:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url(../images/temp/footer-bar-img.png);
    background-repeat: repeat-x;
    background-size: auto 3px;}
/* ------------------------------------------------------------ *\
	Form contacts
\* ------------------------------------------------------------ */
.form-contacts {
  /*  Form controls size 2  */
  /*  Form label select  */ }
.form-contacts .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-contacts .form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.form-contacts .form__row + .form__row {
    margin-top: 34px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-contacts .form__row + .form__row {
        margin-top: 15px; } }
.form-contacts .form__label {
    max-width: 190px;
    width: 100%;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.08em;
    margin-right: 35px;
    font-weight: 500;
    margin-top: 14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-contacts .form__label {
        font-size: 13px;
        max-width: 100%;
        margin-bottom: 9px; } }
.form-contacts .form__hint {
    display: inline-block;
    max-width: 50px;
    min-height: 20px;
    width: 100%;
    border: 1px solid #008890;
    color: #008890;
    border-radius: 5px;
    font-size: 11px;
    letter-spacing: 0.008em;
    text-align: center;
    margin-right: 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-contacts .form__hint {
        max-width: 50px;
        min-height: 20px;
        font-size: 12px;
        max-height: 20px; } }
.form-contacts .form__hint.hidden {
    opacity: 0; }
.form-contacts .form__controls {
    max-width: 628px;
    width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-contacts .form__controls {
        max-width: 100%; } }
.form-contacts .form__controls--size-2 {
    max-width: 440px;
    width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-contacts .form__controls--size-2 {
        max-width: 100%; } }
.form-contacts .form__label--select {
    text-align: right; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-contacts .form__label--select {
        text-align: left; } }
.form-contacts .form__actions {
    text-align: center; }
.form-contacts .form__btn {
    max-width: 450px;
    background-color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-contacts .form__btn {
        max-width: 280px; } }
.form-contacts .form__btn:hover {
    background-color: #008890; }
/* ------------------------------------------------------------ *\
	Galery image
\* ------------------------------------------------------------ */
.galery-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
/* ------------------------------------------------------------ *\
	Galery-alt
\* ------------------------------------------------------------ */
.galery-alt .galery__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 51.5%;
  border-radius: 40px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .galery-alt .galery__image {
      padding-top: 82.5%; } }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/* ------------------------------------------------------------ *\
	Header contact
\* ------------------------------------------------------------ */
.header-contact {
  position: relative;
  z-index: 3; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header-contact {
      padding: 26px 24px 15px; } }
.header-contact.is-active {
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s; }
.header-contact.is-active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 3; }
.header-contact:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 3px;
    top: 0;
    left: 0;
    background-repeat: repeat-x;
    background-image: url(../images/temp/top-bar-image.png);
    background-size: auto 3px;
    opacity: 0; }
.header-contact:before.is-contact-page:before {
      opacity: 1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header-contact:before {
        opacity: 1; } }
.header-contact.is-contact-page:before {
    opacity: 1; }
.header-contact .header__inner {
    opacity: 0;
    visibility: hidden;
    max-width: 580px;
    width: 100%;
    height: 100%;
    background-color: #EFF7F7;
    margin-left: auto;
    text-align: center;
    padding-top: 64px;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    z-index: 1;
    overflow-y: auto; }
.header-contact .header__inner.is-visible {
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
    opacity: 1;
    visibility: visible; }
.header-contact .header__inner p {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 3; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background-color: #FFFDEF;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header {
      padding: 27px 0 22px 10px;
      display: none; } }
.header:before {
    content: '';
    display: block;
    background-image: url(../images/temp/top-bar-image.png);
    background-size: auto 3px;
    background-repeat: repeat-x;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0; }
.header.is-not-visible {
    opacity: 0;
    visibility: hidden; }
.header .header__inner {
    margin-left: -9px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__inner {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #EFF7F7;
        padding: 56px 15px 130px;
        overflow-y: scroll;
        text-align: center;
        -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
        transition: opacity .4s, visibility .4s, -webkit-transform .4s;
        -o-transition: opacity .4s, visibility .4s, transform .4s;
        transition: opacity .4s, visibility .4s, transform .4s;
        transition: opacity .4s, visibility .4s, transform .4s, -webkit-transform .4s; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__inner.is-visible .logo {
      display: block; } }
.header .header__inner.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
.header .header__inner p {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.74;
    margin: 10px 0 40px;
    display: none; }
.header .header__inner.is-visible p {
    display: inline-block; }
.header .header__actions {
    text-align: center;
    margin: 31px 0 0;
    display: none; }
.header .header__inner.is-visible .header__actions {
    display: block; }
.header .header__inner .header__socials {
    display: none; }
.header .header__inner.is-visible .header__socials {
    display: block; }
.header .header__socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.header .header__socials li {
    list-style: none; }
.header .header__socials li + li {
    margin-left: 48px; }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding: 0 0 83px;
  /*  Hero image align left  */
  /*  Hero image align right  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
      padding: 0 0 20px; } }
.hero .hero__head {
    position: relative;
    min-height: 590px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__head {
        min-height: 460px; } }
.hero .hero__image {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
.hero .hero__image:before {
    content: '';
    position: absolute;
    top: -423px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 482px;
    width: 3000px;
    background-color: #FFFDEF;
    border-radius: 50%; }
@media (max-width: 1399px) {
      .hero .hero__image:before {
        width: 2080px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__image:before {
        display: none; } }
.hero .hero__image:after {
    content: '';
    width: 3000px;
    height: 482px;
    background-color: #FFFDEF;
    border-radius: 50%;
    position: absolute;
    top: 528px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
@media (max-width: 1399px) {
      .hero .hero__image:after {
        width: 2080px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__image:after {
        width: 915px;
        height: 347px;
        top: 440px; } }
.hero .hero__body {
    position: relative; }
.hero .hero__content {
    max-width: 510px;
    margin: 0 auto;
    text-align: center;
    margin-top: -2px;
    position: relative;
  }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content {
        margin-top: 0;
        max-width: 323px;
        padding-top: 18px; 
        position: relative; } }
.hero .hero__content h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.82;
    color: #333333; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content h2 {
        font-size: 17px;
        line-height: 1.76; } }
.hero .hero__content h2:after {
    content: '';
    display: block;
    width: 105px;
    height: 3px;
    background-image: url(../images/temp/divider-img.svg);
    margin: 29px auto 34px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content h2:after {
        margin: 24px auto; } }
.hero .hero__content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.12em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content p {
        font-size: 13px;
        line-height: 1.85; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero .hero__image-alt {
      display: none; } }
.hero .hero__image-alt--align-left {
    position: absolute;
    width: 154px;
    bottom: -2px;
    left: -154px; }
.hero .hero__image-alt--align-right {
    position: absolute;
    width: 155px;
    top: 132px;
    right: -155px; }
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  min-height: 220px;
  height: 1px;
  position: relative;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .link {
      min-height: 143px; } }
.link a {
    text-decoration: none; }
.link a:hover .link__image:after {
    opacity: 0; }
.link .link__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 25px; }
.link .link__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #B6D1D3;
    opacity: .6;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    border-radius: 25px; }
.link .link__content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center; }
.link .link__content h6 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-decoration: none;
    font-weight: 700; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .link .link__content h6 {
        font-size: 15px; } }
.link .link__content p {
    font-size: 12px;
    letter-spacing: 0.2em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .link .link__content p {
        font-size: 10px; } }
/* ------------------------------------------------------------ *\
	Links 
\* ------------------------------------------------------------ */
.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.links .links__item {
    padding: 0 10px;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .links .links__item {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .links .links__item + .links__item {
      margin-top: 25px; } }
/* ------------------------------------------------------------ *\
	List galerries
\* ------------------------------------------------------------ */
.list-galeries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*margin: 0 -32px;*/
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: left; }
.list-galeries li {
    list-style: none;
    width: 100%;
    min-height: 270px;
    position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-galeries li {
        min-height: 150px;
        width: 150px; } }
.list-galeries li + li {
    margin-left: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-galeries li + li {
        margin-left: 0; } }
ul.list-galeries {
  width: 100%; }
.galery {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%; }
@media (max-width: 1399px) {
    .galery {
      bottom: 85px; } }
@media (max-width: 1023px) {
    .galery {
      bottom: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .galery {
      margin: 0 0 0; } }
@media (max-width: 390px) {
    .galery {
      bottom: 50px; } }
/* ------------------------------------------------------------ *\
	List image
\* ------------------------------------------------------------ */
.list-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
  border-radius: 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-image {
      padding-top: 100%; } }
/* ------------------------------------------------------------ *\
	List images
\* ------------------------------------------------------------ */
.list-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-images {
      margin: 0 -12px; } }
.list-images li {
    list-style: none;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 14px;
    margin-top: 28px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-images li {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 0 12px;
        margin-top: 12px; } }
/* ------------------------------------------------------------ *\
	List news
\* ------------------------------------------------------------ */
.list-news li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 22px; }
@media (max-width: 1023px) {
    .list-news li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-news li {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 19px 0 21px; } }
.list-news li:not(:last-child) {
  border-bottom: 1px dashed #D0D0D0; }
.list-news p {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 46px 0 33px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-news p {
      font-size: 13px;
      margin: 0 0 8px 0; } }
.list-news h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-news h6 {
      font-size: 13px;
      line-height: 1.77; } }
/* ------------------------------------------------------------ *\
	Logo mobile
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .logo {
      display: none;
      position: relative;
      text-align: center;
      width: 100%;
      margin-bottom: 24px; }
      .logo img {
        width: 122px;
        height: 128px; } }
/* ------------------------------------------------------------ *\
	Magnific pop up
\* ------------------------------------------------------------ */
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #008890;
  opacity: 1;
  padding: 0 0 0;
  position: absolute;
  top: 57px;
  right: 21px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
      width: 35px;
      height: 35px;
      top: 50px;
      right: 10px;
      padding: 4px 0 0 2px; } }
.mfp-bg {
  background: #fff; }
img.mfp-img {
  border-radius: 30px;
  overflow: hidden;
  padding: 0 0 0 0;
  margin: 40px 0 40px;
  max-height: 558px; }
.mfp-figure {
  max-width: 850px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .mfp-image-holder .mfp-content {
      max-width: 90%;
  }
  .mfp-figure {
    max-width: none; } }
.mfp-figure:after {
  content: '';
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none; }
/* ------------------------------------------------------------ *\
	Nav contact
\* ------------------------------------------------------------ */
.nav-contact {
  margin: 40px 0 31px; }
.nav-contact ul {
    max-width: 207px;
    margin: 0 auto;
    text-align: left; }
.nav-contact li + li {
    margin-top: 44px; }
.nav-contact li.is-rotated img {
    -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
            transform: rotate(12deg); }
.nav-contact a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.12em; }
.nav-contact a:hover img {
    opacity: .5; }
.nav-contact img {
    margin-right: 28px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 73px 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.nav ul + ul {
    margin-left: 253px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav ul + ul {
        margin: 31px 0 0 0; } }
.nav li + li {
    margin-left: 52px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav li + li {
        margin: 29px 0 0 0; } }
.nav li {
    text-align: center; }
.nav a {
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.12em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 15px;
        max-width: 197px;
        margin: 0 auto; } }
.nav a:hover img {
    opacity: .5; }
.nav img {
    display: block;
    margin: 0 auto;
    margin-bottom: 11px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; 
    height: 40px;
    width: auto;}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav img {
        margin: 0 24px 0 0; } }
/* ------------------------------------------------------------ *\
	Scroll btn
\* ------------------------------------------------------------ */
.scroll-btn {
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  position: absolute;
  bottom: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .scroll-btn {
      display: none; } }
.scroll-btn:after {
    content: '';
    display: block;
    width: 1px;
    height: 39px;
    margin-top: 5px;
    background-image: url(../images/temp/scroll-line-img.png); }
/* ------------------------------------------------------------ *\
	Section alt
\* ------------------------------------------------------------ */
.section-alt {
  padding: 85px 0 115px;
  background-color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt {
      padding: 44px 0 49px; } }
.section-alt .section__head {
    text-align: center;
    margin-bottom: 55px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__head {
        margin-bottom: 33px; } }
.section-alt .section__head h2 {
    font-size: 33px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #008890;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__head h2 {
        font-size: 27px;
        margin-bottom: 1px; } }
.section-alt .section__head p {
    font-size: 14px;
    line-height: 1.36;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__head p {
        font-size: 12px;
        margin-bottom: 8px; } }
.section-alt .section__body {
    margin-bottom: 81px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__body {
        padding: 0 20px;
        margin-bottom: 50px; } }
.section-alt--secondary .section__body {
  margin-bottom: 73px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt--secondary .section__body {
      margin-bottom: 37px; } }
/* ------------------------------------------------------------ *\
	Section calendar
\* ------------------------------------------------------------ */
.section-calendar {
  padding: 129px 0 110px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-calendar {
      padding: 53px 0 60px; } }
.section-calendar .section__head {
    text-align: center;
    margin-bottom: 33px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-calendar .section__head {
        margin-bottom: 43px; } }
.section-calendar .section__head h2 {
    font-size: 33px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #008890;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-calendar .section__head h2 {
        font-size: 27px;
        margin-bottom: 1px; } }
.section-calendar .section__head p {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
    font-weight: 500; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-calendar .section__head p {
        font-size: 12px;
        margin-bottom: 6px; } }
.section-calendar .section__actions {
    text-align: center;
    display: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-calendar .section__actions {
      display: block; } }
/* ------------------------------------------------------------ *\
	Section contacts
\* ------------------------------------------------------------ */
.section-contacts {
  padding: 85px 0 151px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-contacts {
      padding: 43px 0 50px; } }
.section-contacts .section__head {
    text-align: center;
    margin-bottom: 55px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-contacts .section__head {
        margin-bottom: 20px; } }
.section-contacts .section__head h2 {
    font-size: 33px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #008890;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-contacts .section__head h2 {
        font-size: 27px;
        margin-bottom: 1px; } }
.section-contacts .section__head p {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-bottom: 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-contacts .section__head p {
        font-size: 12px;
        margin-bottom: 8px; } }
.section-contacts .section__body {
    padding: 0 89px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-contacts .section__body {
        padding: 0 10px; } }
/*  Section contacts secondary  */
.section-contacts--secondary {
  padding: 105px 0 129px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-contacts--secondary {
      padding: 42px 0 51px; } }
.section-contacts--secondary .section__body {
    margin-bottom: 135px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-contacts--secondary .section__body {
        margin-bottom: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-contacts--secondary .section__footer {
      padding: 0 10px; } }
/*  Sectio contacts alt  */
.section-contacts--alt {
  padding: 153px 0 129px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-contacts--alt {
      padding: 26px 0 50px; } }
.section-contacts--alt .section__body {
    padding: 0 0 0;
    margin-bottom: 79px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-contacts--alt .section__body {
        padding: 0 25px;
        margin-bottom: 37px; } }
.section-contacts--alt .section__body p {
    text-align: center;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.08em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-contacts--alt .section__body p {
        font-size: 13px; } }
.section-contacts--alt .section__content h6 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 7px;
    line-height: 4; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-contacts--alt .section__content h6 {
        font-size: 17px;
        letter-spacing: 0.1em;
        line-height: 1.77;
        margin-bottom: 20px; } }
.section-contacts--alt .section__content p {
    font-size: 14px;
    letter-spacing: 0.12em; }
.section-contacts--alt .section__content {
    max-width: 480px;
    margin: 0 auto;
    text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-contacts--alt .section__content {
        max-width: 100%;
        margin: 32px 0 32px; } }
.section-contacts--alt .section__actions {
    text-align: center; }
@media (max-width: 1023px) {
      .section-contacts--alt .section__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
@media (max-width: 575px) {
      .section-contacts--alt .section__actions {
        padding: 0 15px; } }
.section-contacts--alt .section__actions .btn + .btn {
    margin-left: 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-contacts--alt .section__actions .btn + .btn {
        margin: 25px 0 0; } }
/* ------------------------------------------------------------ *\
	Section faq
\* ------------------------------------------------------------ */
.section-faq {
  padding: 72px 0 98px;
  background-color: #EFF7F7; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-faq {
      padding: 43px 0 37px; } }
.section-faq .section__head {
    text-align: center;
    margin-bottom: 60px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-faq .section__head {
        margin-bottom: 36px; } }
.section-faq .section__head h2 {
    font-size: 33px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #008890;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-faq .section__head h2 {
        font-size: 27px;
        margin-bottom: 1px; } }
.section-faq .section__head p {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-bottom: 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-faq .section__head p {
        font-size: 12px;
        margin-bottom: 8px; } }
.section-faq .section__body {
    padding: 0 90px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-faq .section__body {
        padding: 0 10px; } }
/*  Section faq secondary  */
.section-faq--secondary {
  padding: 72px 0 137px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-faq--secondary {
      padding: 46px 0 37px; } }
/*  Section faq alt  */
.section-faq--alt {
  padding: 77px 0 132px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-faq--alt {
      padding: 45px 0 60px; } }
.section-faq--alt .section__head {
    margin-bottom: 50px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-faq--alt .section__head {
        margin-bottom: 32px; } }
/*  Sectio faq alt small  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-faq--alt-small {
    padding: 45px 0 30px; } }
/* ------------------------------------------------------------ *\
	Section fee
\* ------------------------------------------------------------ */
.section-fee {
  padding: 73px 0;
  background-color: #FFFDEF; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-fee {
      padding: 38px 0; } }
.section-fee .section__head {
    text-align: center;
    margin-bottom: 55px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-fee .section__head {
        margin-bottom: 33px; } }
.section-fee .section__head h2 {
    font-size: 33px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #008890;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-fee .section__head h2 {
        font-size: 27px;
        margin-bottom: 1px; } }
.section-fee .section__head p {
    font-size: 14px;
    line-height: 1.36;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-fee .section__head p {
        font-size: 12px; } }
.section-fee .section__body {
    max-width: 850px;
    margin: 0 auto;
    text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-fee .section__body {
        padding: 0 25px; } }
.section-fee .section__body p {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 2.2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-fee .section__body p {
        font-size: 12px;
        line-height: 1.66; } }
/*  Section fee secondary  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-fee--secondary {
    padding: 38px 0 41px; } }
.section-fee--secondary .section__body {
  text-align: left; }
.section-fee--secondary .section__body p {
  margin-left: 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-fee--secondary .section__body p {
      margin-left: 0; } }
/*  Section fee alt  */
.section-fee--alt {
  background-color: #fff;
  padding: 81px 0 41px; }
.section-fee--alt .section__body {
    margin-bottom: 76px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-fee--alt .section__body {
        margin-bottom: 53px; } }
/* ------------------------------------------------------------ *\
	Section flow
\* ------------------------------------------------------------ */
.section-flow {
  padding: 62px 0 0;
  background-color: #FFFDEF; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-flow {
      padding: 17px 0 0; } }
.section-flow .section__head {
    text-align: center;
    margin-bottom: 55px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-flow .section__head {
        margin-bottom: 35px; } }
.section-flow .section__head h2 {
    font-size: 33px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #008890;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-flow .section__head h2 {
        font-size: 27px;
        margin-bottom: 1px; } }
.section-flow .section__head p {
    font-size: 14px;
    line-height: 1.36;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-flow .section__head p {
        font-size: 12px; } }
.section-flow .section__body {
    max-width: 850px;
    margin: 0 auto 17px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-flow .section__body {
        padding: 0 25px;
        margin: 0 auto; } }
.section-flow .section__footer {
    position: relative;
    min-height: 450px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-flow .section__footer {
        min-height: 225px;
        margin-top: -10px; } }
.section-flow .section__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
/*  Section flow secondary  */
.section-flow--secondary {
  padding: 78px 0 53px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-flow--secondary {
      padding: 43px 0 13px; } }
/*  Section flow alt  */
.section-flow--alt .section__body {
  margin: 0 auto 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-flow--alt .section__body {
      margin: 0 auto; } }
/* ------------------------------------------------------------ *\
	Section info
\* ------------------------------------------------------------ */
.section-info {
  padding: 44px 0 98px;
  background-color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info {
      padding: 34px 0 45px; } }
.section-info .section__head {
    text-align: center;
    margin-bottom: 55px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info .section__head {
        margin-bottom: 33px; } }
.section-info .section__head h2 {
    font-size: 33px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #008890;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info .section__head h2 {
        font-size: 27px;
        margin-bottom: 1px; } }
.section-info .section__head p {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
    font-weight: 500; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info .section__head p {
        font-size: 12px;
        margin-bottom: 8px; } }
.section-info .section__body {
    padding: 0 90px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info .section__body {
        padding: 0 8px; } }
/* ------------------------------------------------------------ *\
	Section intro
\* ------------------------------------------------------------ */
.section-intro {
  padding: 90px 0 53px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-intro {
      padding: 0 0 41px; } }
.section-intro .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.section-intro .section__head {
    text-align: center;
    position: relative;
    z-index: 1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__head {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 12px; } }
@media (max-width: 575px) {
      .section-intro .section__head {
        padding: 0 15px; } }
.section-intro .section__head h4 {
    font-size: 23px;
    line-height: 1.74;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-bottom: 12px;
    color: #333333; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__head h4 {
        font-size: 17px;
        margin-bottom: 8px; } }
.section-intro .section__head p {
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1.5;
    color: #008890;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 500; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__head p {
        font-size: 10px;
        margin-bottom: 17px; } }
.section-intro .section__body {
    min-height: 485px;
    position: relative;
    margin-bottom: 31px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__body {
        min-height: 233px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 21px; } }
.section-intro .section__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
.section-intro .section__image:before {
    content: '';
    position: absolute;
    top: -408px;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    height: 462px;
    width: 3000px;
    background-color: #FFFDEF;
    border-radius: 50%; }
@media (max-width: 1399px) {
      .section-intro .section__image:before {
        width: 2080px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__image:before {
        display: none; } }
.section-intro .section__image:after {
    content: '';
    width: 3000px;
    height: 400px;
    background-color: #FFFDEF;
    border-radius: 50%;
    position: absolute;
    top: 433px;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }
@media (max-width: 1399px) {
      .section-intro .section__image:after {
        width: 2080px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__image:after {
        width: 950px;
        height: 347px;
        top: 215px; } }
.section-intro .section__footer {
    position: relative;
    text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__footer {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
@media (max-width: 575px) {
      .section-intro .section__footer {
        padding: 0 15px; } }
.section-intro .section__divider {
    margin-bottom: 28px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__divider {
        margin-bottom: 12px; } }
.section-intro .section__footer h6 {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 700;
    line-height: 2.5;
    margin-bottom: 16px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__footer h6 {
        font-size: 14px;
        letter-spacing: 0.1em;
        margin-bottom: 17px; } }
.section-intro .section__entry {
    text-align: left;
    max-width: 740px;
    margin: 0 auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__entry {
        max-width: 270px; } }
.section-intro .section__entry p {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 2.3; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__entry p {
        line-height: 1.84;
        margin-bottom: 0; } }
.section-intro .section__entry p + p {
    margin-top: 32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-intro .section__entry p + p {
        margin-top: 50px; } }
/*  Section intro secondary  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section__intro--secondary {
    padding: 0 0 64px; } }
/*  Section intro alt  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro--alt {
    padding: 0 0 28px; } }
/* ------------------------------------------------------------ *\
	Section map
\* ------------------------------------------------------------ */
.section-map {
  padding: 76px 0 60px;
  background-color: #fff; }
.section-map .shell {
  max-width: 850px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-map {
      padding: 35px 0 60px; } }
.section-map .section__head {
    text-align: center;
    margin-bottom: 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-map .section__head {
        margin-bottom: 38px; } }
.section-map .section__head h2 {
    font-size: 33px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #008890;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-map .section__head h2 {
        font-size: 27px;
        margin-bottom: 1px; } }
.section-map .section__head p {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-bottom: 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-map .section__head p {
        font-size: 12px;
        margin-bottom: 6px; } }
.section-map .section__image {
    text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-map .section__image {
        max-width: 250px;
        margin: 0 auto; } }
/* ------------------------------------------------------------ *\
	Section news
\* ------------------------------------------------------------ */
.section-news {
  position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-news {
      background-color: #fff; } }
.section-news .section__inner {
    background-color: #fff;
    /***padding: 80px 0 425px;***/padding: 80px 0 80px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__inner {
        /***padding: 45px 0 335px;***/padding: 45px 0 45px; } }
@media (max-width: 390px) {
      .section-news .section__inner {
        padding: 45px 0 250px; } }
.section-news .section__head {
    text-align: center;
    margin-bottom: 34px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__head {
        margin-bottom: 20px; } }
.section-news .section__head h1 {
    font-size: 33px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #008890;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 11px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__head h1 {
        font-size: 27px;
        margin-bottom: 4px; } }
.section-news .section__head p {
    font-size: 14px;
    letter-spacing: 0.15em;
    margin-bottom: 7px;
    font-weight: 500; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__head p {
        font-size: 12px;
        margin-bottom: 7px; } }
.section-news .section__body {
    padding: 0 117px;
    margin-bottom: 32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__body {
        padding: 0 10px;
        margin-bottom: 18px; } }
.section-news .section__actions {
    text-align: center; }
/* ------------------------------------------------------------ *\
	Section primary
\* ------------------------------------------------------------ */
.section-primary {
  padding: 77px 0 40px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary {
      padding: 46px 0 20px; } }
.section-primary .section__head {
    text-align: center;
    margin-bottom: 97px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-primary .section__head {
        max-width: 100%;
        margin: 0 auto 44px; } }
.section-primary .section__head h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 2.5;
    margin-bottom: 14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-primary .section__head h4 {
        font-size: 14px;
        line-height: 1.96;
        margin-bottom: 18px;
        letter-spacing: 0.1em;} }
.section-primary .section__entry {
    max-width: 510px;
    margin: 0 auto 45px;
    text-align: center; }
.section-primary .section__entry.is-lg {
    max-width: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-primary .section__entry {
        max-width: 260px;
        margin-bottom: 12px; } }
.section-primary .section__entry p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 2.18; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-primary .section__entry p {
        font-size: 13px;
        line-height: 1.96; } }
.section-primary .section__divider {
    text-align: center;
    margin-bottom: 40px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-primary .section__divider {
        margin-bottom: 15px; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative; }
.select select::-ms-expand {
    display: none; }
.select select:-ms-input-placeholder {
    color: #5D5D5D; }
.select .select__field {
    width: 100%;
    font-size: 14px;
    border: 2px solid #D0D0D0;
    border-radius: 15px;
    min-height: 54px;
    padding: 15px 22px;
    letter-spacing: 0.08em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .select .select__field {
        min-height: 50px;
        font-size: 13px;
        padding: 0 20px;
        border-radius: 8px; } }
.select:after {
    content: '';
    display: block;
    background-image: url(../images/temp/ico-arrow-down.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .select:after {
        right: 10px; } }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1030px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative; }
.slider .slider__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    margin-bottom: 24px; }
.slider .slider__slide {
    padding: 0 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__slide {
        padding: 0 10px; } }
.slider .slider__actions {
    position: absolute;
    bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 310px;
    width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__actions {
        max-width: 265px; } }
.slider .slider__prev,
  .slider .slider__next {
    position: absolute;
    top: 0;
    text-decoration: none; 
    width: 8px; }
.slider .slider__next {
    right: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__next {
        top: -5px; } }
.slider .slider__prev {
    left: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__prev {
        top: -5px; } }
.slider .slider__paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__paging {
        margin-top: -6px; } }
.slider .slider__paging li {
    background-color: #C6C6C6;
    width: 50px;
    height: 1px;
    list-style: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__paging li {
        width: 40px; } }
.slider .slider__paging .slick-active {
    height: 2px;
    background-color: #008890; }
.slider .slider__paging li + li {
    margin-left: 6px; }
.slider .slider__paging button {
    display: none; }
/* ------------------------------------------------------------ *\
	Socials alt
\* ------------------------------------------------------------ */
.socials-alt li {
  list-style-type: none; }
.socials-alt li + li {
  margin-top: 8px; }
.socials-alt a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #008890;
  padding-top: 3px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
.socials-alt a:hover {
  background-color: #0C5457; }
/* ------------------------------------------------------------ *\
	Socials fixed
\* ------------------------------------------------------------ */
.socials-fixed {
  position: fixed;
  top: 50%;
  left: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
@media (max-width: 575px) {
    .socials-fixed {
      left: -6px; } }
.socials-fixed p {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    text-transform: uppercase;
    color: #008890;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 26px; }
.socials-fixed.is-visible {
    opacity: 1; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
.socials li {
  list-style: none; }
.socials li + li {
  margin-left: 16px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials li + li {
      margin-left: 24px; } }
.socials a {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
.socials a:hover {
  opacity: .8; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials img {
    width: 27px;
    height: 27px; } }
/* ------------------------------------------------------------ *\
	Table contacts
\* ------------------------------------------------------------ */
.table-contacts {
  max-width: 750px;
  margin: 0 auto 40px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table-contacts {
      margin-bottom: 5px; } }
.table-contacts .col-size-1 {
    width: 26.7%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .table-contacts .col-size-1 {
        width: 100%; } }
.table-contacts .col-size-2 {
    width: 73.3%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .table-contacts .col-size-2 {
        width: 100%; } }
.table-contacts th {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0.08em;
    padding: 25px 10px 39px 0;
    vertical-align: top; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .table-contacts th {
        font-size: 13px;
        display: block;
        padding: 13px 5px 8px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table-contacts tr {
      display: block;
      margin-bottom: 28px; } }
.table-contacts td {
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: left;
    padding: 20px 0 35px 0;
    line-height: 1.86; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .table-contacts td {
        font-size: 13px;
        display: block;
        line-height: 1.83;
        padding: 0 0 10px 0; } }
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
  margin-bottom: 73px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table {
      margin-bottom: 36px; } }
.table table {
    border-collapse: separate; }
.table th {
    background-color: #EFF7F7;
    color: #008890;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.08em;
    width: 20.6%;
    border-top: 1px solid #A9C8CB;
    border-right: 1px solid #A9C8CB;
    font-weight: 500;
    text-align: left;
    padding: 18px 10px 16px 21px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .table th {
        width: 36.4%;
        font-size: 12px;
        padding: 12px 10px 12px 12px; } }
.table td {
    width: 79.4%;
    border-top: 1px solid #D0D0D0;
    padding-left: 25px;
    letter-spacing: 0.08em;
    font-size: 14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .table td {
        width: 63.6%;
        font-size: 13px;
        padding: 12px 5px 12px 12px;
        line-height: 1.54; } }
.table tr:last-child th {
    border-bottom: 1px solid #A9C8CB; }
.table tr:last-child td {
    border-bottom: 1px solid #D0D0D0; }
/*  Table secondary  */
.table--secondary {
  max-width: 850px;
  margin: 0 auto; }
.table--secondary th {
    text-align: center;
    padding: 18px 0 16px;
    vertical-align: middle; }
.table--secondary td {
    padding: 15px 25px 15px 25px;
    line-height: 1.86;
    letter-spacing: 0.08em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .table--secondary td {
        padding: 8px 7px 9px 12px; } }
/*  Table alt  */
.table--alt {
  margin-bottom: 10px; }
.table--alt th {
    width: 50%;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.08em; }
.table--alt td {
    width: 50%;
    background-color: #fff;
    padding: 17px 10px 25px 0;
    letter-spacing: 0.08em;
    text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .table--alt td {
        text-align: left;
        padding: 11px 0 13px 12px; } }
.table--alt td:not(:first-child) {
    border-left: 1px solid #D0D0D0; }
/* ------------------------------------------------------------ *\
	Top bar
\* ------------------------------------------------------------ */
.top-bar {
  display: none; }
.top-bar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
.top-bar.is-contact-page {
    display: block; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .top-bar {
      display: block; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  background-color: #FFFDEF;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */

br.sp {
  display: none;
}
br.pc {
  display: block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}

p.error {
  font-size: 12px;
  margin-bottom: 5px;
  color: #cc0000;
}

input::placeholder {
  color: #c7c7c7;
}
input:-ms-input-placeholder {
  color: #c7c7c7;
}
input::-ms-input-placeholder {
  color:#c7c7c7;
}

.nav-sns {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-bottom: 60px;
}
.nav-sns li {
  width: 27px;
  margin: 0 12.5px;
}

/*** instagram ***/
.instagram {
  display: flex;
  width: 100vw;
  overflow: hidden;
  z-index: 1;
  left: 0;
  margin-top: 80px;
}

.instagram ul {
  margin-bottom: 0;
  padding: 0;
  width: calc(290px * 10);
  display: flex;
}

.instagram ul:first-child {
  animation: slide1 60s -30s linear infinite;
}

.instagram ul:last-child {
  animation: slide2 60s linear infinite;
}

.instagram ul li {
  display: inline-block;
  width: 270px;
  min-width: 150px;
  margin-right: 20px;
  list-style: none;
  text-align: center;
}
.instagram ul li a figure {
  display: block;
  height: 0px;
  overflow: hidden;
  padding-top: 100%;
  background-size: cover;
}

.instagram:hover ul {
  animation-play-state: paused;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .instagram {
    bottom: 50px;
  }
  .instagram ul {
    padding: 0;
    width: calc(150px * 10);
    display: flex;
  }
  .instagram ul li {
    width: 150px;
    margin-right: 0px;
  }
}


@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.grecaptcha-badge {
  display: none;
}

#loading {
	width: 100%;
	height: 100%;
	background: #ffffff; /* gif画像の背景色 */
	opacity: 0.9; /* 透過させる */
	position: fixed; /* gif画像をスクロールさせない */
	left: 0; /* gif画像を画面横中央へ */
	top: 0; /* gif画像を画面縦中央へ */
	z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 123px;
  height: auto;
}