/**
 * Styles
 *
 * @author Lex Lexter <hi@leximo.cz>
 * @version 1.0.0
 * @website https://leximo.cz/
 */

 @font-face {
  font-family: 'Work Sans Fallback';
  size-adjust: 100%;
  src: local('Arial');
}

/*
  Bodies
  ***
*/

html {
  background-color: #072826;
}
body {
  position: relative;
  background-color: #fff;
  font: 300 20px 'Work Sans', 'Work Sans Fallback', Helvetica, sans-serif;
  color: #000;
}

/*
  Scrollbar
  ***
*/

/* ::-webkit-scrollbar {
  width: 14px;
  height: 10px;
  overflow: overlay;
} */

/*
  track
  ---
*/

/* ::-webkit-scrollbar-track {
  background: #e8ecec;
} */

/*
  thumb
  ---
*/

/* ::-webkit-scrollbar-thumb {
  background: #92A1A1;
} */

/*
  Forms
  ***
*/

input, textarea, select, button {
  font: 300 16px 'Work Sans', 'Work Sans Fallback', Helvetica, sans-serif;
}

/*
  LINK
  ***
*/

a {
  text-decoration-thickness: 1px;
  color: #000;
}

/* hover */

a:hover {
  color: #000;
}

/*
  ALL decorations
  ***
*/

[class*="decor"] {
  pointer-events: all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
  If link
  ---
*/

a[class*="decor"] {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

/*
  - break-word
  ***
*/

.--break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*
  - ellipsis
  ***
*/

.--ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/*
  - fnts
  ***
*/

.--fnts-large {
  font-size: 25px;
}

/*
  - col
  ***
*/

.--col-1 {
  width: 100%;
}
.--col-2 {
  width: 50%;
}
.--col-3 {
  width: 33.33%;
}
.--col-4 {
  width: 25%;
}
.--col-5 {
  width: 20%;
}
.--col-6 {
  width: 16.66%;
}
.--col-7 {
  width: 14.28%;
}
.--col-8 {
  width: 12.5%;
}
.--col-9 {
  width: 11.11%;
}
.--col-10 {
  width: 10%;
}

/*
  - circle
  ---
*/

.--circle {
  border-radius: 50%;
}

/*
  - round
  ---
*/

.--round-2 {
  border-radius: 2px;
}
.--round-4 {
  border-radius: 4px;
}
.--round-8 {
  border-radius: 8px;
}
.--round-16 {
  border-radius: 16px;
}
.--round-24 {
  border-radius: 24px;
}
.--round-32 {
  border-radius: 32px;
}
.--round-48 {
  border-radius: 48px;
}
.--round-64 {
  border-radius: 64px;
}
.--round-92 {
  border-radius: 92px;
}
.--round-128 {
  border-radius: 128px;
}
.--round-140 {
  border-radius: 140px;
}
.--round-152 {
  border-radius: 152px;
}
.--round-164 {
  border-radius: 164px;
}

/* AS CIRCLE */

.--round-circle {
  border-radius: 1000px;
}

/*
  bw
  ---
*/

.--bw {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*
  - uppercase
  ***
*/

.--uppercase {
  text-transform: uppercase;
}

/*
  - lowercase
  ***
*/

.--lowercase {
  text-transform: lowercase;
}

@media only screen and (min-width: 1151px) {

  /*
    free-decor-01
    ***
  */

  .free-decor-01 {
    width: 189px;
    height: 189px;
    position: absolute;
    right: 0;
    top: -140px;
    display: block;
    background: url('../img/stuff/daaotxeg.svg') no-repeat;
    background-size: contain;
  }

}

/*
  free-decor-02
  ***
*/

.free-decor-02 {
  width: 157px;
  height: 141px;
  display: block;
  margin: 42px 0 0 -4px;
  background: url('../img/stuff/hglsphzt.svg') no-repeat;
  background-size: contain;
}

/*
  label
  ***
*/

@media only screen and (min-width: 1001px) {

  .label {
    display: inline-block;
    padding: 1px 18px 2px 18px;
    border: 1px solid #292929;
    line-height: inherit;
    font-weight: inherit;
  }

}

/*
  label
  ***
*/

/* @media only screen and (max-width: 1000px) {

  .label {
    font-weight: 400 !important;
  }

} */

/*
  - color
  ---
*/

.label--color-light {
  border-color: #fff;
}

/*
  - size
  ---
*/

@media only screen and (min-width: 1001px) {

  .label--size-large {
    padding: 1px 36px 2px 36px;
  }

}

/*
  SLICK
  ***
*/

.slick-disabled {
  cursor: default
}

/*
  breaklines
  ***
*/

.breaklines {
  display: block;
  line-height: inherit;
}

/* Responsive */

@media only screen and (max-width: 1700px) {
  .breaklines--break-1700 {
    max-width: none !important;
  }
  .breaklines--break-1700 br {
    max-width: none !important;
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .breaklines--break-1600 {
    max-width: none !important;
  }
  .breaklines--break-1600 br {
    max-width: none !important;
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .breaklines--break-1500 {
    max-width: none !important;
  }
  .breaklines--break-1500 br {
    max-width: none !important;
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .breaklines--break-1400 {
    max-width: none !important;
  }
  .breaklines--break-1400 br {
    max-width: none !important;
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .breaklines--break-1300 {
    max-width: none !important;
  }
  .breaklines--break-1300 br {
    max-width: none !important;
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .breaklines--break-1200 {
    max-width: none !important;
  }
  .breaklines--break-1200 br {
    max-width: none !important;
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .breaklines--break-1100 {
    max-width: none !important;
  }
  .breaklines--break-1100 br {
    max-width: none !important;
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .breaklines--break-1000 {
    max-width: none !important;
  }
  .breaklines--break-1000 br {
    max-width: none !important;
    display: none;
  }
}

/*
  icon
  ***
*/

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: center center no-repeat;
  font-size: 0;
}

/*
  more
  ***
*/

.more {
  width: 62px;
  height: 62px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}

/* hover */

a:hover .more {
  background-color: #072826;
}

/*
  SVG
  ---
*/

.more svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #23413F;
  -webkit-transition: fill 150ms linear;
  -o-transition: fill 150ms linear;
  transition: fill 150ms linear;
}

/* hover */

a:hover .more svg {
  fill: #fff;
}

/*
  button
  ***
*/

.button {
  display: inline-block;
  margin: 36px 54px 0 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  white-space: nowrap;
  color: #000;
}

/* hover */

.button:hover {
  color: #000;
}

/*
  Line
  ---
*/

.button:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 2px;
  background-color: #F39200;
  -webkit-transition: width 150ms ease-in-out;
  -o-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}

/* hover */

a.button:hover:after, 
a:hover .button:after {
  width: 50%;
}

/*
  - line
  ...
*/

.button--line-dark:after {
  background-color: #000;
}

/*
  - color
  ---
*/

.button--color-light {
  color: #fff;
}

/* hover */

.button--color-light:hover {
  color: #fff;
}

/*
  - size
  ---
*/

@media only screen and (min-width: 651px) {

  .button--size-large {
    letter-spacing: 0.1em;
    font-size: 18px;
  }
  .button--size-large:after {
    margin-top: 0;
  }

}

/*
  submit
  ***
*/

.submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 227px;
  position: relative;
  display: inline-block;
  padding: 22px 42px 20px 42px;
  background: #F39200;
  border: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/* hover */

.submit:hover {
  background: #eb9618;
  color: #000;
}

/*
  Decoration
  ---
*/

.submit:after {
  content: '';
  width: 31px;
  height: 85px;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
      -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  background: url('../img/stuff/vrdidddy.svg') no-repeat;
  background-size: contain;
}

/*
  download
  ***
*/

.download {
  min-height: 93px;
  position: relative;
  display: inline-block;
  margin: 32px 32px 0 0;
  padding: 0 0 0 105px;
  text-decoration: none;
  font-size: 18px;
}

/*
  Adjust button
  ---
*/

.download .button {
  margin-top: 20px;
  color: #F39200;
}

/*
  icon
  ---
*/

.download__icon {
  width: 78px;
  position: absolute;
  left: 0;
  top: 6px;
  text-align: center;
}

@media only screen and (min-width: 801px) {

  /*
    - squished
    ...
  */

  .download--squished .download__icon {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(0.85);
        -ms-transform: scaleY(0.85);
            transform: scaleY(0.85);
  }

}

/*
  Adjust icon
  ...
*/

.download__icon .icon {
  margin-bottom: 26px;
}

/* hover */

.download:hover .download__icon .icon {
  -webkit-animation: gelatine 0.5s infinite;
          animation: gelatine 0.5s infinite;
}

/*
  title
  ---
*/

.download__title {
  display: block;
  line-height: 1.47;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (min-width: 801px) {

  /*
    - squished
    ...
  */

  .download--squished .download__title {
    margin-left: -4px;
    padding-top: 6px;
  }

}

/*
  SPAN
  ...
*/

.download__title span {
  text-decoration: underline;
  color: #E20613;
}

/* hover */

.download:hover .download__title span {
  color: #000;
}

/*
  slick-dots
  ***
*/

.slick-dots {
  position: relative;
  z-index: 10;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
  line-height: 1;
}

/*
  button
  ---
*/

.slick-dots li button {
  width: 32px;
  height: 32px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  background: url('../img/slick-dots.svg') no-repeat;
  background-size: 200% auto;
  border: none;
  outline: none;
  font-size: 0;
  opacity: 0.7;
  -webkit-transition: opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

/* - active */

.slick-dots li.slick-active button {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-position: right top;
  opacity: 1;
}

/*
  - color
  ...
*/

.slick--color-white .slick-dots li button {
  background-position: left bottom;
}

/* - active */

.slick--color-white .slick-dots li.slick-active button {
  background-position: right bottom;
}

/*
  input
  ***
*/

.input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 6px 0;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #B5B4B3;
  -webkit-transition: border-color 150ms linear;
  -o-transition: border-color 150ms linear;
  transition: border-color 150ms linear;
}

/* focus */

.input:focus {
  border-bottom-color: #000;
  outline: none;
}

/*
  - error
  ---
*/

.input.--error {
  border-color: #E20613;
}

/*
  Placeholder
  ...
*/

.input.--error::-webkit-input-placeholder {
  color: #E20613;
}
.input.--error::-moz-placeholder {
  color: #E20613;
}
.input.--error:-ms-input-placeholder {
  color: #E20613;
}
.input.--error:-moz-placeholder {
  color: #E20613;
}

/*
  - color
  ---
*/

.input--color-light {
  border-bottom: 1px solid #fff;
  color: #fff;
}

/* focus */

.input--color-light:focus {
  border-bottom-color: #F39200;
}

/*
  -- group
  ---
*/

.input---group {
  width: 100%;
  width: calc(100% + 32px);
  display: table;
  margin-left: calc(-16px);
  border-spacing: 16px 0;
}

/*
  col
  ...
*/

.input---group__col {
  display: table-cell;
}

/*
  input-area
  ***
*/

.input-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 12px 16px;
  background-color: transparent;
  border: 1px solid #707070;
  -webkit-transition: border-color 150ms linear;
  -o-transition: border-color 150ms linear;
  transition: border-color 150ms linear;
}

/* focus */

.input-area:focus {
  border-bottom-color: #000;
  outline: none;
}

/*
  - error
  ---
*/

.input-area.--error {
  background-color: #fff;
  border-color: #E20613;
}

/*
  Placeholder
  ...
*/

.input-area.--error::-webkit-input-placeholder {
  color: #E20613;
}
.input-area.--error::-moz-placeholder {
  color: #E20613;
}
.input-area.--error:-ms-input-placeholder {
  color: #E20613;
}
.input-area.--error:-moz-placeholder {
  color: #E20613;
}

/*
  - height
  ---
*/

.input-area--height-300 {
  height: 300px;
}

/*
  input-file
  ***
*/

.input-file {
  position: relative;
  top: -7px;
  display: block;
}

/* - js-true */

.--js-true .input-file {
  cursor: pointer;
}

/*
  INPUT
  ---
*/

.--js-true .input-file input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-filter: opacity(0);
          filter: opacity(0);
}

/*
  button
  ---
*/

.input-file__button, .cd-upload-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  padding: 18px 89px 18px 62px;
  background-color: #F3EAE1;
  border: 1px solid #042826;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  color: #042826;
}

/* - js-true */

.--js-false .input-file__button {
  display: none;
}

/*
  Adjust icon
  ---
*/

.input-file__button .icon, .cd-upload-btn .icon {
  margin-right: 8px;
}
.input-file__button .icon svg,  .cd-upload-btn .icon svg{
  fill: #042826;
}

/* hover */

.input-file:hover .input-file__button .icon,  .cd-upload-btn:hover .icon {
  -webkit-animation: gelatine 0.5s infinite;
          animation: gelatine 0.5s infinite;
}

/*
  result
  ---
*/

.input-file__result {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
}

/* - js-true */

.--js-false .input-file__result {
  display: none;
}

/*
  Decoration
  ...
*/

.input-file__result:before {
	content: attr(data-exists);
}

.cd-upload-btn {
  margin-top: 10px;
  border-radius: 24px;
}

/*
  Empty
  ...
*/

.input-file__result:empty:before {
	content: attr(data-empty);
  color: #E20613;
}

/*
  field
  ***
*/

.field {
  margin-bottom: 35px;
}

/*
  - mb
  ---
*/

.field--mb-large {
  margin-bottom: 94px;
}

/*
  label
  ---
*/

.field__label {
  display: block;
  margin-bottom: -1px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 16px;
}
.field__label strong {
  color: #E20613;
}

/*
  Next input-area
  ...
*/

.field__label + .input-area {
  margin-top: 19px;
}

/*
  excerpt
  ---
*/

.field__excerpt {
  display: block;
  margin-top: 6px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-size: 15px;
}

/*
  error
  ---
*/

.field__error {
  display: block;
  margin-top: 6px;
  padding: 1px 0 2px 22px;
  background: url('../img/icons/forms/error.svg') left center no-repeat;
  background-size: 16px auto;
  line-height: 1.6;
  letter-spacing: -0.03em;
  font-size: 15px;
  color: #E20E1A;
}

/*
  flash + CF7
  ***
*/

.flash {
  position: relative;
  margin: 42px 0;
  padding: 13px 20px 13px 48px;
  background: url('../img/logo/color.svg') 14px center no-repeat;
  background-size: 22px auto;
  border: 1px solid #222;
  border-radius: 20px 20px 20px 0;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
  color: #222;
}

/*
  Next flash
  ---
*/

.flash + .flash {
  margin-top: -24px;
}

/*
  Gaps
  ---
*/

.flash:first-child {
  margin-top: 0;
}
.flash:last-child {
  margin-bottom: 0;
}

/*
  BOLD
  ---
*/

.flash b {
  font-size: 16px;
  color: inherit;
}

/*
  type-*
  ---
*/

.flash--type-info {
  background-image: url('../img/icons/forms/info.svg');
  border-color: #3699C1;
  color: #3699C1;
}
.flash--type-error {
  background-image: url('../img/icons/forms/error.svg');
  border-color: #E20E1A;
  color: #E20E1A;
}
.flash--type-warning {
  background-image: url('../img/icons/forms/warning.svg');
  border-color: #E49050;
  color: #E49050;
}
.flash--type-success {
  background-image: url('../img/icons/forms/success.svg');
  border-color: #91AD38;
  color: #91AD38;
}

/*
  flash-02
  ***
*/

.flash-02 {
  margin: 32px 0;
  padding: 0 32px;
  background-color: #E20613;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
}

/*
  - type
  ...
*/

.flash-02--type-success {
  background-color: #1CD679;
}

/*
  SPAN
  ---
*/

.flash-02 span {
  display: inline-block;
  padding: 18px 0 18px 46px;
  background: url('../img/stuff/jfschkd.svg') left center no-repeat;
  line-height: 1.4;
}

/*
  - type
  ...
*/

.flash-02--type-success span {
  background-image: url('../img/stuff/gsdhsw.svg');
}

/*
  Next flash
  ---
*/

.flash-02 + .flash-02 {
  margin-top: -16px;
}

/*
  Gaps
  ---
*/

.flash-02:first-child {
  margin-top: 0;
}
.flash-02:last-child {
  margin-bottom: 0;
}

/*
  form
  ***
*/

.form__inset {
  padding: 56px 64px 72px 67px;
  background-color: #FBF8F6;
}

/*
  - excp
  ---
*/

@media only screen and (min-width: 1401px) {

  .form__inset--excp-01 {
    padding-top: 129px;
  }

}

/*
  Adjust submit
  ---
*/

.form .submit {
  float: right;
  margin: 42px 18px 0 0;
}

/*
  Adjust bar
  ---
*/

.form .bar {
  margin-bottom: 76px;
}

/*
  col
  ---
*/

.form__col--align-left {
  width: 376px;
  float: left;
}
.form__col--align-right {
  margin-left: 520px;
}

/*
  note
  ---
*/

.form__note {
  margin: -20px 0 0 0;
  letter-spacing: 0.025em;
  font-size: 14px;
  color: #707070;
}

/*
  thumbnail
  ***
*/

.thumbnail {
  display: block;
  background: center center no-repeat;
  background-size: cover;
}

/*
  background
  ***
*/

.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: center center no-repeat;
  background-size: cover;
}

/*
  illustration
  ***
*/

.illustration {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0;
}

/*
  image
  ---
*/

.illustration__image {
  display: block;
  margin: 0 auto;
}

/*
  image
  ***
*/

.image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: block;
  background: center center no-repeat;
  background-size: cover;
  font-size: 0;
}

/*
  PICTURE, SOURCE, IMG
  ---
*/

.image picture, 
.image source, 
.image img {
  width: 100%;
  display: block;
  opacity: 0;
}

/*
  Adjust more
  ---
*/

.image .more {
  position: absolute;
  right: 38px;
  bottom: 29px;
}

/*
  image-promo
  ***
*/

.image-promo {
  width: 1920px;
  min-height: 704px;
  position: relative;
}

@media only screen and (min-width: 901px) {

  /*
    - align
    ---
  */

  .image-promo--align-left {
    margin-right: 43.8%;
  }
  .image-promo--align-right {
    margin-left: 43.8%;
  }

  /*
    decor-01
    ---
  */

  .image-promo__decor-01 {
    position: absolute;
    top: 50%;
    bottom: 0;
    display: none;
    border-left: 1px solid #163633;
  }

  /*
    - align
    ...
  */

  .image-promo--align-left .image-promo__decor-01 {
    right: 0;
    display: block;
  }
  .image-promo--align-right .image-promo__decor-01 {
    left: 0;
    display: block;
  }

  /*
    Decoration
    ...
  */

  .image-promo__decor-01:before {
    content: '';
    width: 88px;
    height: 88px;
    position: absolute;
    left: -44px;
    bottom: -44px;
    background: url('../img/stuff/raajynnb.svg') no-repeat;
    background-size: contain;
  }

}

/*
  image-promo---slider
  ***
*/

.image-promo---slider {
  position: relative;
  font-size: 0;
}
.image-promo---slider__slides {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 901px) {

  /*
    - align
    ---
  */

  .image-promo---slider--align-left {
    margin-right: 43.8%;
    margin-left: -200px;
  }
  .image-promo---slider--align-right {
    margin-left: 43.8%;
    margin-right: -200px;
  }

  /*
    decor
    ...
  */

  .image-promo---slider--align-left .image-promo__decor-01 {
    right: 0;
    display: block;
  }
  .image-promo---slider--align-right .image-promo__decor-01 {
    left: 0;
    display: block;
  }

}

/*
  Adjust slick-dots
  ---
*/

.image-promo---slider .slick-dots {
  position: absolute;
  left: 84px;
  bottom: 84px;
}

/*
  Adjust image-promo
  ---
*/

.image-promo---slider .image-promo {
  margin: 0;
}

/*
  smile
  ***
*/

.smile {
  width: 175px;
  height: 64px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('../img/stuff/rilvtwid.svg') center top no-repeat;
  background-size: 100% 100%;
}

/*
  - color
  ---
*/

.smile--color-red {
  background-image: url('../img/stuff/vgqavslk.svg');
}

/*
  - size
  ---
*/

.smile--size-small {
  width: 78px;
  height: 28px;
}
.smile--size-brutal {
  width: 620px;
  height: 230px;
}

/*
  -- wrap
  ---
*/

.smile---wrap {
  position: relative;
}

/*
  bar
  ---
*/

.bar {
  position: relative;
  padding-top: 8px;
}

/*
  Decoration
  ---
*/

.bar:before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  right: -10000px;
  background-color: #707070;
}

/*
  - thick
  ...
*/

.bar--thick:before {
  height: 2px;
  background-color: #B7B7B7;
}

/*
  - color
  ...
*/

.bar--color-light:before {
  background-color: rgba(255, 255, 255, 0.8);
}

/*
  Adjust illustration
  ---
*/

.bar .illustration {
  position: relative;
  left: -3px;
  margin-top: 69px;
}

/*
  decor-01 (line flower on right)
  ---
*/

.bar__decor-01 {
  width: 370px;
  height: 370px;
  position: absolute;
  right: 20%;
  bottom: 100%;
  overflow: hidden;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: url('../img/stuff/unhcucae.svg') no-repeat;
  background-size: contain;
}

/*
  decor-02 (circle image on right)
  ---
*/

.bar__decor-02 {
  width: 464px;
  height: 464px;
  position: absolute;
  right: -96px;
  bottom: 100%;
  overflow: hidden;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

/*
  title
  ---
*/

.bar__title {
  margin: 0;
  line-height: 2;
  letter-spacing: -0.02em;
  font-weight: 500;
}

/*
  quote-01
  ***
*/

.quote-01 {
  position: relative;
  padding: 21px 0 21px 54px;
}

/*
  excp-01
  ---
*/

.quote-01--excp-01 {
  padding-top: 0;
  padding-bottom: 2px;
}

/*
  Decoration
  ---
*/

.quote-01:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 2px solid #B7B7B7;
}

@media only screen and (min-width: 951px) {

  /*
    excp-01
    ---
  */

  .quote-01--excp-01:before {
    bottom: 50%;
  }

}

/*
  Adjust format
  ---
*/

.quote-01 p {
  margin-bottom: 42px;
}
.quote-01 p:last-child {
  margin-bottom: 0;
}

/*
  quote-02
  ***
*/

.quote-02 {
  display: block;
}

/*
  Decoration
  ---
*/

.quote-02:before {
  content: '';
  width: 53px;
  height: 43px;
  display: block;
  margin-bottom: 35px;
  background: url('../img/stuff/osvbtslm.svg') no-repeat;
  background-size: contain;
}

/*
  Adjust format
  ---
*/

@media only screen and (min-width: 1201px) {

  .quote-02 p {
    margin: 0 0 39px 0;
    line-height: 1.6;
  }

}

.quote-02 p:last-child {
  margin-bottom: 0;
}

/*
  nav-timeline
  ***
*/

.nav-timeline {
  position: relative;
  margin: 0 -200px;
  padding-bottom: 36px;
}
.nav-timeline__inset {
  overflow: hidden;
}

/*  - touch */

.--touch .nav-timeline {
  padding-bottom: 0;
}


/* NO-JS */

.--js-false .nav-timeline {
  display: none;
}

/*
  Decoration
  ---
*/

.nav-timeline:after {
  content: '';
  height: 2px;
  position: absolute;
  left: -10000px;
  right: -10000px;
  bottom: 0;
  background-color: #B7B7B7;
}

/*
  list
  ---
*/

.nav-timeline__list {
  margin-bottom: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
}

/*  - touch */

.--touch .nav-timeline__list {
  margin-bottom: 12px;
  padding-bottom: 22px;
  overflow-x: auto;
}

/*
  SPAN
  ...
*/

.nav-timeline__list span {
  width: 33.33%;
  display: inline-block;
}

/*
  LINK
  ...
*/

.nav-timeline__list a {
  width: 33.33%;
  display: inline-block;
  line-height: 0.7;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
  font-size: 210px;
  -webkit-transition: font-weight 400ms linear;
  -o-transition: font-weight 400ms linear;
  transition: font-weight 400ms linear;
}

/*
  - prev, active, next
  ...
*/

.nav-timeline__list a.--active {
  font-weight: 700;
}

/*
  nav-cats
  ***
*/

.nav-cats {
  position: relative;
  white-space: nowrap;
}
.nav-cats__inset {
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 18px;
}

/*
  Decoration
  ---
*/

.nav-cats:before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 18px;
  right: -10000px;
  background-color: #707070;
}

/*
  LINK
  ---
*/

.nav-cats a {
  position: relative;
  display: inline-block;
  margin-right: 58px;
  padding: 19px 7px 19px 7px;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 20px;
}

/*
  Decoration
  ...
*/

.nav-cats a:before {
  content: '';
  width: 37px;
  height: 37px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url('../img/stuff/raajynnb.svg') no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}

/* - hover */

.nav-cats a:hover:before {
  opacity: 1;
}

/* - active */

.nav-cats a.--active:before {
  opacity: 1;
}

/*
  list-meta
  ***
*/

.list-meta {
  margin: 0;
  list-style: none;
  font-size: 0;
}
.list-meta li {
  display: inline-block;
  margin: 0 80px 23px 0;
  vertical-align: baseline;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-size: 18px;
}

/*
  list-def
  ***
*/

.list-def {
  overflow: hidden;
}

/*
  list
  ---
*/

.list-def__list {
  margin: 0 -118px -68px 0;
  list-style: none;
  font-size: 0;
}
.list-def__list li {
  display: inline-block;
  margin: 0 118px 68px 0;
  font-weight: 200;
  font-size: 59px;
}

/*
  SMALL
  ...
*/

.list-def__list li small {
  display: block;
  margin-top: -16px;
  font-size: 60%;
}

/*
  list-benefits
  ***
*/

.list-benefits {
  display: block;
}

/*
  Adjust icon
  ---
*/

.list-benefits .icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 24px;
  background: url('../img/stuff/brdczgkm.svg') no-repeat;
  background-size: contain;
}

/*
  list
  ---
*/

.list-benefits__list {
  margin: 0 -120px -55px 0;
  list-style: none;
  font-size: 0;
}
.list-benefits__list li {
  display: inline-block;
  margin: 0 120px 55px 0;
  font-weight: 500;
  font-size: 25px;
}

/*
  list-stats
  ***
*/

.list-stats {
  display: block;
}

/*
  Adjust bar
  ---
*/

.list-stats .bar {
  margin-bottom: 56px;
}

/*
  decor-01 (border on top)
  ---
*/

.list-stats__decor-01 {
  height: 1px;
  display: block;
  margin: 0 -10000px 30px 0;
  background-color: #728685;
}

/*
  - color
  ...
*/

.list-stats__decor-01--color-light {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

/*
  list
  ---
*/

.list-stats__list {
  margin: 0 -125px -70px 0;
  list-style: none;
  font-size: 0;
}

/*
  item
  ---
*/

.list-stats__item {
  margin: 0 123px 70px 0;
  display: inline-block;
  vertical-align: top;
  line-height: 1.65;
  text-transform: uppercase;
  font-size: 13px;
}

/*
  BOLD
  ---
*/

.list-stats__item b {
  display: block;
  margin-bottom: -2px;
  font-weight: 500;
  font-size: 89px;
}

/*
  table-download
  ***
*/

.table-download {
  display: block;
}

/*
  Adjust download
  ---
*/

.table-download .download {
  display: block;
  margin: 0;
}

/*
  table
  ---
*/

.table-download__table {
  width: 100%;
}

/*
  title
  ---
*/

.table-download__title {
  position: relative;
  padding: 0 76px 75px 76px;
  border-left: 1px solid #F3EAE2;
  line-height: 1.12;
  font-weight: 500;
  font-size: 57px;
}

/*
  Gaps
*/

.table-download__title:nth-child(1), 
.table-download__title:nth-child(2) {
  padding-left: 0;
  border-left: none;
}

/*
  subtitle
  ---
*/

.table-download__subtitle {
  position: relative;
  padding: 16px 0 0 0;
  border-left: 1px solid #F3EAE2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 600;
}

/*
  Gaps
  ...
*/

.table-download__subtitle:nth-child(1) {
  width: 162px;
}
.table-download__subtitle:nth-child(1), 
.table-download__subtitle:nth-child(2) {
  border-left: none;
}

/*
  Decoration
  ...
*/

.table-download__subtitle:after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: #707070;
}

/*
  Gaps
*/

.table-download__subtitle:last-child:after {
  right: -10000px;
}

/*
  item
  ---
*/

.table-download__item {
  position: relative;
  padding: 42px 56px 54px 76px;
  border-right: 1px solid #F3EAE2;
}

/*
  Gaps
  ...
*/

.table-download__item:nth-child(2) {
  padding-left: 0;
}
/*
  Gaps
*/

.table-download__item:last-child {
  border-right: none;
}

/*
  Decoration
  ...
*/

.table-download__item:after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  background-color: #F3EAE2;
}

/*
  Gaps
*/

tr:last-child .table-download__item:after {
  display: none;
}

/*
  fallback
  ---
*/

.table-download__fallback {
  display: none;
  margin: 0;
  list-style: none;
}
.table-download__fallback > li {
  margin: 0;
  line-height: 1;
}
.table-download__fallback > li > b {
  display: block;
  padding: 6px 12px 6px 12px;
  border-radius: 20px 20px 20px 0;
  line-height: 1.6;
  border: 1px solid #707070;
}

/*
  2nd level
  ...
*/

.table-download__fallback > li > ul {
  margin: 0 0 -16px 0;
  padding: 16px 0 20px 24px;
  list-style: none;
  border-left: 1px solid #707070;
}
.table-download__fallback > li > ul > li {
  margin: 0;
  line-height: 1;
}
.table-download__fallback > li > ul > li > b {
  display: block;
  line-height: 1.6;
}

/*
  Gaps
*/

.table-download__fallback > li:last-child > ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*
  3nd level
  ...
*/

.table-download__fallback > li > ul > li > ul {
  margin: 10px 0 12px 16px;
}
.table-download__fallback > li > ul > li > ul > li {
  margin: 0 0 4px 0;
  line-height: 1;
}
.table-download__fallback > li > ul >  li > ul > li > a {
  display: block;
  line-height: 1.6;
  font-size: 15px;
}
.table-download__fallback > li > ul >  li > ul > li > a > i {
  display: block;
  line-height: inherit;
  font-weight: 600;
}

/* hover */

.table-download__fallback > li > ul >  li > ul > li > a:hover {
  text-decoration: none;
}
.table-download__fallback > li > ul >  li > ul > li > a:hover > i {
  color: #F39200;
}

/*
  gallery-promo
  ***
*/

.gallery-promo {
  position: relative;
  font-size: 0;
}
.gallery-promo__inset {
  position: relative;
  margin: 0 -80%;
}

/* NO-JS */

.--js-false .gallery-promo {
  display: none;
}

/*
  decor-01
  ...
*/

.gallery-promo__decor-01 {
  width: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: -180px;
  margin-left: -787px;
  background-color: #707070;
}

/*
  Adjust slick-dots
  ---
*/

.gallery-promo .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 84px;
}

/*
  Adjust slick-arrow
  ---
*/

.gallery-promo .slick-arrow {
  width: 33.25%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border: none;
  font-size: 0;
}
.gallery-promo .slick-arrow.slick-prev {
  left: 0;
  opacity: 1;
}
.gallery-promo .slick-arrow.slick-next {
  right: 0;
  opacity: 0;
}

/*
  item
  ---
*/

.gallery-promo__item {
  position: relative;
  display: block;
}

/*
  SPAN
  ...
*/

.gallery-promo__item span {
  /* height: 706px; */
  display: block;
  overflow: hidden;
  margin: 0 17px;
  background: center center no-repeat;
  background-size: cover;
}

/*
  IMG
  ...
*/

.gallery-promo__item img {
  opacity: 0;
}

/*
  gallery-instagram__item
  ***
*/

.gallery-instagram {
  display: block;
  padding: 0 32px;
}

/*
  Adjust bar
  ---
*/

.gallery-instagram .bar {
  max-width: 1554px;
  margin: 0 auto 28px auto;
}

/*
  Adjust slick-dots
  ---
*/

.gallery-instagram .slick-dots {
  margin-top: 32px;
  text-align: left;
}

/*
  Adjust slick-slide
  ---
*/

.gallery-instagram .slick-slide > div {
  padding-right: 52px;
}

/*
  Adjust slick-arrow
  ---
*/

.gallery-instagram .slick-arrow {
  width: 5%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  display: block;
  opacity: 0;
  -webkit-filter: opacity(0);
          filter: opacity(0);
}

/*
  - prev, next
  ...
*/

.gallery-instagram .slick-arrow.slick-prev {
  left: 0;
}
.gallery-instagram .slick-arrow.slick-next {
  right: 0;
}

/*
  slider
  ---
*/

.gallery-instagram__slider {
  position: relative;
  margin: 0 -32px 0 140px;
  font-size: 0;
}

/* NO-JS */

.--js-false .gallery-instagram__slider {
  overflow-x: auto;
  white-space: nowrap;
}

/*
  item
  ---
*/

.gallery-instagram__item {
  display: block;
}

/* NO-JS */

.--js-false .gallery-instagram__item {
  display: inline-block;
}

/*
  - placeholder
  ---
*/

/* .gallery-instagram__item--placeholder div {
  width: 130px;
} */

/*
  video-player
  ***
*/

.video-player {
  position: relative;
  z-index: 100;
}

/*
  video
  ---
*/

.video-player__video {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1201px) {

  /*
    decor-01 (vertical line on left bottom)
    ...
  */

  .video-player__decor-01 {
    width: 1px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #707070;
  }

}

/*
  control
  ---
*/

.video-player__control {
  width: 140px;
  height: 140px;
  position: absolute;
  left: -70px;
  bottom: 88px;
  background-color: #072826;
  border: none;
  border-radius: 50%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

/* hover */


.video-player__control:hover {
  background-color: #0f4744;
}

/*
  Adjust smile
  ...
*/

.video-player__control .smile {
  bottom: -38px;
}

/*
  SPAN
  ---
*/

.video-player__control span:nth-child(2) {
  display: none;
}

/* - playing */

.video-player.--playing .video-player__control span:nth-child(1) {
  display: none;
}
.video-player.--playing .video-player__control span:nth-child(2) {
  display: block;
}

/*
  item
  ***
*/

.item__inset {
  display: block;
  position: relative;
  padding: 64px 56px 64px 56px;
  text-decoration: none;
  font-size: 16px;
}

/*
  - type
  ---
*/

@media only screen and (min-width: 1601px) {

  .item--type-02 .item__inset {
    padding-top: 0;
    padding-bottom: 100px;
  }

}

@media only screen and (min-width: 1201px) {

  .item--type-03 .item__inset {
    margin-top: -105px;
    padding-top: 0;
    padding-bottom: 20px;
  }

}

@media only screen and (min-width: 1201px) {

  /*
    In item---list__grid--cols-*
    ...
  */

  .item---list__grid--cols-3 .item--type-02:nth-last-child(-n+5) .item__inset {
    padding-bottom: 24px;
  }

}

/*
  Adjust icon
  ---
*/

.item .icon {
  width: 67px;
  height: 67px;
  position: relative;
  margin-bottom: 24px;
  background-color: #fff;
  background-size: cover;
}

/*
  - type
  ---
*/

@media only screen and (min-width: 1601px) {

  .item--type-02 .icon {
    width: 60px;
    height: 60px;
    margin-top: -31px;
    margin-bottom: 32px;
  }

}

/*
  Adjust button
  ---
*/

.item .button {
  margin: 44px 0 0 0;
}

/*
  decor-01
  ---
*/

@media only screen and (min-width: 1201px) {

  .item__decor-01 {
    width: 280px;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url('../img/stuff/dgapkutl.svg') no-repeat;
    background-size: contain;
  }

}

/*
  title
  ---
*/

.item__title {
  margin: 0;
  font-weight: 500;
}

/*
  - border
  ...
*/

.item__title--border:before {
  content: '';
  width: 100px;
  height: 2px;
  display: block;
  margin-bottom: 24px;
  background-color: #042826;
}

/*
  excerpt
  ---
*/

.item__excerpt {
  margin: 24px 0 0 0;
  line-height: 2;
  font-weight: 400;
  font-size: 17px;
}

/*
  item-mill
  ***
*/

.item-mill, 
.item-mill__inset {
  position: relative;
}
.item-mill__inset {
  min-height: 283px;
  display: block;
  padding: 52px 48px 72px 38px;
  text-decoration: none;
  color: #fff;
}

/* hover */

.item-mill__inset:hover {
  color: #fff;
}

/*
  Adjust more
  ---
*/

.item-mill .more {
  position: absolute;
  right: 38px;
  bottom: 29px;
}

/*
  title
  ---
*/

.item-mill__title {
  position: relative;
  margin: 0;
  font-weight: 500;
}

/*
  Decoration
  ...
*/

.item-mill__title:before {
  content: '';
  width: 100px;
  height: 2px;
  display: block;
  margin: 0 0 10px -2px;
  background-color: #fff;
}

/*
  item-person
  ***
*/

.item-person__inset {
  font-size: 15px;
}

/*
  Adjust image
  ---
*/

.item-person .image {
  margin-bottom: 34px;
}

/*
  title
  ---
*/

.item-person__title {
  margin: 0;
  font-weight: 200;
}

/*
  excerpt
  ---
*/

.item-person__excerpt {
  margin: 22px 0 0 0;
}

/*
  BOLD
  ...
*/

.item-person__excerpt b {
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0.1em;
  font-size: 115%;
}

/*
  item-post
  ***
*/

.item-post__inset {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
}

/*
  Adjust image
  ---
*/

.item-post .image {
  max-height: 250px;
  overflow: hidden;
}

/*
  title
  ---
*/

.item-post__title {
  margin: 26px 0 0 0;
  font-weight: 500;
}

/*
  excerpt
  ---
*/

.item-post__excerpt {
  margin: 18px 0 0 0;
  line-height: 2;
}

/*
  item---list
  ***
*/

.item---list {
  position: relative;
  display: block;
}

/*
  Adjust bar
  ---
*/

.item---list .bar {
  margin-bottom: 36px;
}

@media only screen and (min-width: 1201px) {

  /*
    - excp-01
    ...
  */

  .item---list .bar.bar--excp-01 {
    margin: 0 0 82px 42px;
  }

}

/*
  Adjust nav-cats
  ---
*/

.item---list .nav-cats {
  margin-bottom: 62px;
}

/*
  - contain
  ...
*/

.item---list--contain-item-person .bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin-bottom: 0;
}

/*
  offset
  ---
*/

.item---list__offset {
  position: relative;
  margin-left: 20.95%;
}

/*
  - contain
  ...
*/

.item---list--contain-item-person .item---list__offset {
  padding-top: 57px;
}

@media only screen and (min-width: 1001px) {

  /*
    decor-01 (plus swith line on top)
    ...
  */

  .item---list__offset__decor-01 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: -44px;
    top: -44px;
    background: url('../img/stuff/raajynnb.svg') no-repeat;
    background-size: contain;
  }

  /*
    Decoration
  */

  .item---list__offset__decor-01:before {
    content: '';
    width: 1px;
    height: 100px;
    position: inherit;
    left: 44px;
    top: 88px;
    background-color: #707070;
  }

}

/*
  list
  ---
*/

.item---list__list {
  margin: 0 -16px -32px -16px;
  font-size: 0;
}

/*
  - gaps
  ...
*/

@media only screen and (min-width: 1201px) {

  .item---list__list--gaps-large {
    margin: 0 -36px -72px -36px;
  }

}

@media only screen and (min-width: 1501px) {

  .item---list__list--gaps-huge {
    margin: 0 -56px -112px -56px;
  }

}

/*
  - exp
*/

@media only screen and (min-width: 1501px) {

  .item---list__list--gaps-huge--excp-01 {
    margin-bottom: -64px;
  }

}

/*
  submit
  ---
*/

.item---list__submit {
  float: right;
  margin: 80px 56px 0 0;
}

/*
  item
  ...
*/

.item---list__list__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 32px;
}
.item---list__list__item__inset {
  margin: 0 16px;
}

/*
  - gaps
  ...
*/

@media only screen and (min-width: 1201px) {

  .item---list__list--gaps-large .item---list__list__item {
    margin-bottom: 72px;
  }
  .item---list__list--gaps-large .item---list__list__item__inset {
    margin: 0 36px;
  }

}

@media only screen and (min-width: 1501px) {

  .item---list__list--gaps-huge .item---list__list__item {
    margin-bottom: 112px;
  }
  .item---list__list--gaps-huge .item---list__list__item__inset {
    margin: 0 56px;
  }

}

/*
  - exp
*/

@media only screen and (min-width: 1501px) {

  .item---list__list--gaps-huge--excp-01 .item---list__list__item {
    margin-bottom: 64px;
  }

}

@media only screen and (min-width: 1201px) {

  /*
    grid
    ---
  */

  .item---list__grid {
    font-size: 0;
  }
  .item---list__grid__inset {
    position: relative;
  }

  /*
    Decorations
    ...
  */

  .item---list__grid__inset:before, 
  .item---list__grid__inset:after {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #707070;
  }

  /*
    - color
  */

  .item---list__grid--color-grey .item---list__grid__inset:before, 
  .item---list__grid--color-grey .item---list__grid__inset:after {
    background-color: #DEDEDE;
  }

  /*
    - cols
  */

  .item---list__grid--cols-3 .item---list__grid__inset:before {
    left: 33.33%;
  }
  .item---list__grid--cols-3 .item---list__grid__inset:after {
    left: 66.66%;
  }

  /*
    item
    ...
  */

  .item---list__grid .item---list__list__item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .item---list__grid .item---list__list__item__inset {
    margin: 0;
  }

  /*
    separator
    ...
  */

  .item---list__grid__separator {
    height: 1px;
    display: none;
    background-color: #707070;
  }

  /*
    ~ color
  */

  .item---list__grid--color-grey .item---list__grid__separator {
    background-color: #DEDEDE;
  }

  /*
    ~ contain
  */

  .item---list__grid--contain-item .item---list__grid__separator {
    margin-left: 62px;
  }

  /*
    ~ cols
  */

  .item---list__grid--cols-3 .item---list__grid__separator:nth-child(6) {
    display: block;
  }
  .item---list__grid--cols-3 .item---list__grid__separator:nth-child(12) {
    display: block;
  }

  /*
    - offset
  */

  .item---list__grid__separator--offset {
    margin-left: -10000px !important;
    margin-right: -10000px !important;
  }

  /*
    - last
    ...
  */

  .item---list__grid__separator:last-child {
    display: block;
    margin-left: -10000px;
  }

  /* - excp-01 */

  .item---list__grid--cols-3 .item---list__grid__separator--excp-01:last-child {
    margin-left: 54px;
    margin-right: -10000px;
  }

}

/*
  section
  ***
*/

.section {
  display: block;
}

/*
  Adjust bar
  ---
*/

.section .bar {
  margin-bottom: 50px;
}

/*
  content
  ---
*/

.section__content {
  display: block;
}

/*
  Adjust format
  ...
*/

@media only screen and (min-width: 901px) {

  .section__content p {
    margin-bottom: 40px;
  }

}

.section__content p:last-child {
  margin-bottom: 0;
}

/*
  Adjust download
  ...
*/

.section__content .download {
  margin: 68px 48px 0 0;
}

/*
  section-process
  ***
*/

.section-process, 
.section-process__inset {
  position: relative;
}
.section-process {
  margin-left: -32px;
  margin-right: -32px;
}

/*
  decor-01 (line on bottom)
  ---
*/

.section-process__decor-01 {
  height: 1px;
  position: absolute;
  left: -10000px;
  right: -10000px;
  bottom: 0;
  background-color: #405A58;
}

/*
  decor-01 (star on right bottom)
  ---
*/

.section-process__decor-02 {
  width: 113px;
  height: 113px;
  position: absolute;
  right: 0;
  bottom: -56px;
  background: url('../img/stuff/daaotxeg.svg') center center no-repeat;  
  background-size: contain;
}

/*
  decor-03 (toggler on right top)
  ---
*/

.section-process__decor-03 {
  width: 111px;
  height: 100px;
  position: absolute;
  right: 200px;
  top: 42px;
  background: url('../img/stuff/hglsphzt.svg') no-repeat;
  background-size: contain;
  font-size: 0;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  -o-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

/* - active */

.section-process__decor-03.--active {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
  header
  ---
*/

.section-process__head {
  width: 100%;
  position: relative;
  display: table;
}

/*
  Decoration
  ...
*/

.section-process__head:after {
  content: '';
  height: 2px;
  position: absolute;
  left: -10000px;
  right: -10000px;
  bottom: 0;
  background-color: #B7B7B7;
}

/*
  num
  ---
*/

.section-process__num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 245px;
  display: table-cell;
  vertical-align: bottom;
  padding: 16px 0 16px 32px;
  line-height: 0.7;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-size: 176px;
  color: #072826;
}

/*
  title
  ---
*/

.section-process__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 260px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 38px 32px 32px 16px;
  line-height: 1.3;
  letter-spacing: -0.022em;
  font-size: 18px;
  font-weight: 600;
}

/*
  excerpt
  ---
*/

.section-process__excerpt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: bottom;
  margin: 0;
  padding: 16px 32px 16px 53px;
  line-height: 1.2;
  letter-spacing: -0.032em;
  font-weight: 600;
  font-size: 36px;
}

@media only screen and (min-width: 1201px) {

  /*
    size
    ...
  */

  .section-process--size-small .section-process__excerpt {
    padding-left: 42px;
  }

}

/*
  image
  ---
*/

.section-process__image {
  width: 680px;
  position: absolute;
  left: -173px;
  top: 64px;
  bottom: 0;
  z-index: 1;
}

@media only screen and (min-width: 1351px) {

  /*
    - size
    ...
  */

  .section-process--size-large .section-process__image {
    width: 863px;
    top: 84px;
  }

}

/*
  Decoration
  ...
*/

.section-process__image:before {
  content: '';
  width: 10px;
  height: 50%;
  position: absolute;
  right: -5px;
  bottom: 1px;
  background-color: #fff;
}

/*
  Adjust background
  ...
*/

.section-process__image .background {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*
  content
  ---
*/

.section-process__content {
  position: relative;
  margin-left: 507px;
  padding: 94px 32px 43px 104px;
}

/*
  Adjust format
  ...
*/

.section-process__content p:last-child {
  margin-bottom: 0;
}

/*
  size
  ...
*/

@media only screen and (min-width: 1351px) {

  .section-process--size-large .section-process__content {
    min-height: 590px;
    margin-left: 689px;
  }

}

.section-process--size-small .section-process__content {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 1201px) {

  .section-process--size-small .section-process__content {
    padding: 36px 0 0 46px;
  }

}

@media only screen and (min-width: 1201px) {

  /*
    - image
    ...
  */

  .section-process--image .section-process__content {
    min-height: 446px;
  }

}

@media only screen and (min-width: 551px) {

  /*
    decor-01 (vertical line on left top)
    ...
  */

  .section-process__content__decor-01 {
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background-color: #405A58;
  }

  /*
    decor-02 (star on left top)
    ...
  */

  .section-process__content__decor-02 {
    width: 87px;
    height: 88px;
    position: absolute;
    left: -45px;
    top: -45px;
    background: url('../img/stuff/glmxpvty.svg') no-repeat;
    background-size: contain;
  }

}

/*
  section-promo
  ***
*/

.section-promo, 
.section-promo__inset {
  position: relative;
}

@media only screen and (min-width: 1051px) {

  /*
    decor-01 (line flower)
    ---
  */

  .section-promo__decor-01 {
    width: 370px;
    height: 370px;
    position: absolute;
    left: 50%;
    bottom: -86px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url('../img/stuff/unhcucae.svg') no-repeat;
    background-size: contain;
  }

}

/*
  decor-02 (vertical line on left-bottom)
  ---
*/

.section-promo__decor-02 {
  width: 1px;
  position: absolute;
  right: -42px;
  top: 50%;
  bottom: -143px;
  background-color: #707070;
}

/*
  - align
  ...
*/

.section-promo--align-right .section-promo__decor-02 {
  left: -42px;
  right: auto;
}

/*
  decor-03 (vertical line on left-bottom)
  ---
*/

@media only screen and (min-width: 1051px) {

  .section-promo__decor-03 {
    height: 1px;
    position: absolute;
    left: 80%;
    top: 0;
    right: -10000px;
    background-color: #707070;
  }

}

/*
  - align
  ...
*/

.section-promo--align-right .section-promo__decor-03 {
  left: -10000px;
  right: 80%;
}

/*
  image
  ---
*/

.section-promo__image {
  width: 42.32%;
  position: absolute;
  right: -42px;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 140px;
}

/*
  - excp-01
  ...
*/

.section-promo__image--excp-01 {
  right: -86px;
}

/*
  - align
  ...
*/

.section-promo--align-right .section-promo__image {
  left: -42px;
  right: auto;
}

/*
  - excp-01
  ...
*/

.section-promo--align-right .section-promo__image--excp-01 {
  left: -86px;
}

/*
  decor-01
  ...
*/

.section-promo__image__decor-01 {
  height: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  right: -10000px;
  background-color: #829492;
}

/*
  - align
*/

.section-promo--align-right .section-promo__image__decor-01 {
  left: -10000px;
  right: 50%;
}

/*
  content
  ---
*/

.section-promo__content {
  margin-right: 45%;
  padding: 140px 0;
}

/*
  - align
  ...
*/

.section-promo--align-right .section-promo__content {
  margin: 0 0 0 42.8%;
}

@media only screen and (min-width: 1201px) {

  /*
    - excp
    ...
  */

  .section-promo__content---excp-01 {
    padding-top: 0;
    padding-bottom: 236px;
  }
  .section-promo__content--excp-02 {
    padding-top: 94px;
    padding-bottom: 246px;
  }
  .section-promo__content--excp-03 {
    padding-top: 220px;
    padding-bottom: 4px;
  }

}

/*
  decor-01
  ...
*/

.section-promo__content__decor-01 {
  height: 2px;
  display: block;
  margin: 42px -10000px 0 -10000px;
  background-color: #F9F5F1;
}

/*
  Adjust bar
  ...
*/

.section-promo__content .bar {
  margin-bottom: 26px;
}
.section-promo__content .bar:before {
  background-color: #F3EAE2;
}

/*
  Adjust bar__title
*/

.section-promo__content .bar__title {
  letter-spacing: 0.09em;
  color: #072A28;
}

/*
  Adjust list-def
  ...
*/

.section-promo__content .list-def {
  margin: 87px 0 0 0;
}

/*
  title
  ---
*/

.section-promo__title {
  margin: 0;
  font-weight: 200;
}

/*
  format
  ---
*/

.section-promo__format {
  margin-top: 48px;
}

/*
  Adjust format
  ...
*/

.section-promo__format p:last-child {
  margin-bottom: 0;
}

/*
  section---list
  ***
*/

.section---list {
  display: block;
}

/*
  section
  ---
*/

.section---list__section {
  margin-bottom: 80px;
}
.section---list__section:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1201px) {

  /*
    - size
    ...
  */

  .section---list--size-large .section---list__section {
    margin-bottom: 120px;
  }

}

/*
  Adjust bar
  ---
*/

.section---list .bar {
  max-width: 1556px;
  margin: 0 auto 110px auto;
}

/*
  section-definition
  ***
*/

.section-definition {
  display: block;
}

/*
  Adjust button, submit
  ---
*/

.section-definition .button, 
.section-definition .submit {
  margin: 100px 70px 0 30px;
}

/*
  Adjust bar
  ---
*/

.section-definition .bar {
  margin-bottom: 0 !important;
}

/*
  content
  ---
*/

.section-definition__content {
  margin: 36px 0 0 250px;
  font-size: 17px;
}

@media only screen and (min-width: 1051px) {

  /*
    - excp-01
    ...
  */

  .section-definition__content--excp-01 {
    margin: 84px 0 0 50px;
  }

}

/*
  Adjust format
  ...
*/

.section-definition__content p:last-child {
  margin-bottom: 0;
}

/*
  section-info
  ***
*/

.section-info, 
.section-info__inset {
  position: relative;
}

/*
  Adjust quote-01
  ---
*/

.section-info .quote-01 {
  margin: 38px 0 0 0;
}

/*
  Adjust bar
  ---
*/

.section-info .bar {
  margin: 52px 0 0 -4px;
}

/*
  - excp
  ...
*/

.section-info .bar--excp-01 {
  margin-top: 94px;
}

/*
  logo
  ---
*/

.section-info__logo {
  display: block;
  margin: 54px 0 0 0;
}

/*
  subtitle
  ---
*/

.section-info__subtitle {
  margin: 0 0 15px 0;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 17px;
  color: #566D6C;
}

/*
  - size
  ...
*/

.section-info__subtitle--size-large {
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  font-size: 20px;
}


/*
  title
  ---
*/

.section-info__title {
  position: relative;
  display: inline-block;
  margin: 0 0 0 -3px;
  font-weight: 200;
}

/*
  decor-01
  ---
*/

.section-info__title__decor-01 {
  width: 156px;
  height: 156px;
  position: absolute;
  right: -258px;
  top: 50%;
  -webkit-transform: translateY(-51%);
      -ms-transform: translateY(-51%);
          transform: translateY(-51%);
  background: url('../img/stuff/daaotxeg.svg') no-repeat;
}


/*
  BVOLD
  ...
*/

.section-info__title b {
  font-weight: 500;
}

/*
  section-review
  ***
*/

.section-review, 
.section-review__inset {
  position: relative;
}
.section-review__inset {
  border-top: 1px solid #728685;
}

/*
  decor-01 (horizontal line on top)
  ---
*/

.section-review__decor-01 {
  height: 1px;
  left: 0;
  top: 0;
  right: -10000px;
  bottom: -1px;
  position: absolute;
  background-color: #728685;
}

@media only screen and (min-width: 1201px) {

  /*
    - excp-01
    ...
  */

  .section-review__decor-01--excp-01 {
    width: 740px;
    right: auto;
  }

}

/*
  decor-02 (vertical line on top)
  ---
*/

.section-review__decor-02 {
  width: 1px;
  height: 120px;
  position: absolute;
  left: 460px;
  bottom: 100%;
  z-index: 1;
  background-color: #728685;
}

/*
  - excp-01
  ...
*/

.section-review__decor-02--excp-01 {
  height: 220px;
}

/*
  - excp-02
  ...
*/

.section-review__decor-02--excp-02 {
  height: 99px;
}

@media only screen and (min-width: 1201px) {

  /*
    - excp-03
    ...
  */

  .section-review__decor-02--excp-03 {
    height: 160px;
  }

}

/*
  head
  ---
*/

.section-review__head {
  width: 459px;
  position: relative;
  float: left;
  border: 1px solid #728685;
  border-radius: 0 0 600px 600px;
}
.section-review__head__inset {
  padding: 56px 48px 34px 48px;
}

@media only screen and (min-width: 1201px) {

  /*
    - excp-01
    ...
  */

  .section-review__head__inset--excp-01 {
    padding-top: 72px;
    padding-bottom: 54px;
  }

}

/*
  Adjust smile
  ...
*/

.section-review__head .smile {
  bottom: -154px;
}

/*
  Adjust image
  ...
*/

.section-review__head .image {
  margin: 0 -1px -1px -1px;
}

/*
  title
  ---
*/

.section-review__title {
  margin: 0 -16px 0 0;
  font-weight: 200;
}

/*
  position
  ---
*/

.section-review__position {
  margin: 18px 0 0 0;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 14px;
}

/*
  content
  ---
*/

.section-review__content {
  margin-left: 459px;
  position: relative;
  padding: 86px 32px 0 102px;
}

/*
  decor-01 (times on left-top)
  ...
*/

.section-review__content__decor-01 {
  width: 24px;
  height: 24px;
  position: absolute;
  left: -10px;
  top: -11px;
  z-index: 1;
  background: url('../img/stuff/balhybjp.svg') no-repeat;
  background-size: contain;
}

/*
  decor-02 (stars line on bottom)
  ...
*/

.section-review__content--decor-02 {
  width: 204px;
  height: 33px;
  display: block;
  margin-top: 50px;
  background: url('../img/stuff/teyyltsv.svg') no-repeat;
  background-size: contain;
}

/*
  banner-01
  ***
*/

.banner-01, 
.banner-01__inset {
  position: relative;
}
.banner-01 {
  z-index: 2;
}
.banner-01__inset {
  padding: 172px 154px 174px 154px;
  background-color: #072826;
  color: #fff;
}

@media only screen and (min-width: 1801px) {

  /*
    decor-01 (vertical line on right-bottom)
    ---
  */

  .banner-01__decor-01 {
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: -94px;
    background-color: #707070;
  }

}

/*
  decor-02 (letter "e" on right)
  ---
*/

.banner-01__decor-02 {
  width: 52.9%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/stuff/ivtiyuab.svg') left center no-repeat;
  background-size: cover;
  mix-blend-mode: soft-light;
  opacity: 0.3;
}

/*
  title
  ---
*/

.banner-01__title {
  position: relative;
  margin: 0 -100px 0 0;
}

/*
  SMALL
  ---
*/

.banner-01__title small {
  display: block;
  margin: -10px 0 -34px 0;
  line-height: 1.2;
  font-size: 57%;
}

/*
  banner-02
  ***
*/

.banner-02, 
.banner-02__inset {
  position: relative;
}
.banner-02__inset {
  padding: 102px 200px 70px 200px;
  border: 1px solid #707070;
  text-align: center;
}

/*
  Adjust button
  ---
*/

.banner-02 .button {
  margin: 52px 16px 0 16px;
}

@media only screen and (min-width: 1151px) {

  /*
    decor-01 (two lines on right-top)
    ---
  */

  .banner-02__decor-01 {
    width: 1px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #707070;
  }

  /*
    Decporations
    ...
  */

  .banner-02__decor-01:before, 
  .banner-02__decor-01:after {
    content: '';
    position: inherit;
    background-color: inherit;
  }
  .banner-02__decor-01:before {
    height: 1px;
    left: -200px;
    right: -10000px;
  }
  .banner-02__decor-01:after {
    width: 1px;
    left: 0;
    top: 0;
    bottom: -200px;
  }

  /*
    decor-02 (two lines on left-bottom)
    ---
  */

  .banner-02__decor-02 {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #707070;
  }

  /*
    Decorations
    ...
  */

  .banner-02__decor-02:before, 
  .banner-02__decor-02:after {
    content: '';
    position: inherit;
    background-color: inherit;
  }
  .banner-02__decor-02:before {
    width: inherit;
    left: inherit;
    top: -200px;
    bottom: -200px;
    background-color: inherit;
  }
  .banner-02__decor-02:after {
    height: inherit;
    left: -10000px;
    right: -200px;
    bottom: inherit;
    background-color: inherit;
  }

  /*
    decor-03 (plus on left-bottom)
    ---
  */

  .banner-02__decor-03 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: -44px;
    bottom: -44px;
    background: url('../img/stuff/raajynnb.svg') no-repeat;
    background-size: contain;
  }

}

/*
  title
  ---
*/

.banner-02__title {
  margin: 0;
  font-weight: 200;
}

/*
  BOLD
  ...
*/

.banner-02__title b {
  font-weight: 500;
}

/*
  excerpt
  ---
*/

.banner-02__excerpt {
  margin: 34px 0 0 0;
}

/*
  head-page
  ***
*/

.head-page, 
.head-page__inset {
  position: relative;
}
.head-page {
  margin: 0 -32px;
  padding: 114px 32px 0 32px;
  background-color: #000;
  color: #fff;
}
.head-page__inset {
  max-width: 1570px;
  margin: 0 auto;
  padding: 114px 0 120px 0;
}

/*
  - size
  ---
*/

@media only screen and (min-width: 1201px) {

  .head-page--size-large .head-page__inset {
    padding-bottom: 177px;
  }

}

/*
  - excp-01
  ---
*/

@media only screen and (min-width: 1201px) {

  .head-page__inset--excp-01 {
    padding-bottom: 62px;
  }
  .head-page__inset--excp-02 {
    padding-top: 56px;
    padding-bottom: 0;
  }
  .head-page__inset--excp-03 {
    padding-bottom: 69px;
  }

}

/*
  - color
  ---
*/

.head-page--color-light {
  background-color: #FAFAFA;
  color: #000;
}

/*
  Adjust submit
  ---
*/

.head-page .submit {
  min-width: 1px;
  margin: 42px 35px 39px 0;
}

/*
  Adjust list-meta
  ---
*/

.head-page .list-meta {
  margin-top: 68px;
}

/*
  Adjust list-stats
  ---
*/

.head-page .list-stats {
  margin: 80px 0 0 -2px;
}

/*
  decor-01 (three lines on right side)
  ---
*/

.head-page__decor-01 {
  width: 40.1%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

/*
  - size
  ...
*/

.head-page__decor-01--size-small {
  width: 29%;
}

/*
  - color
  ...
*/

.head-page--color-light .head-page__decor-01 {
  border-right-color: #CDCDCD;
}

/*
  Decorations
  ...
*/

.head-page__decor-01:before, 
.head-page__decor-01:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 114px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.head-page__decor-01:before {
  left: 0;
}
.head-page__decor-01:after {
  left: 50%;
}

/*
  - excp-01
*/

.head-page__decor-01--excp-01:before {
  display: none;
}

/*
  - color
*/

.head-page--color-light .head-page__decor-01:before, 
.head-page--color-light .head-page__decor-01:after {
  background-color: #CDCDCD;
}

/*
  decor-02 (arrow on left-bottom)
  ---
*/

.head-page__decor-02 {
  width: 142px;
  height: 156px;
  position: absolute;
  left: 0;
  bottom: -74px;
  z-index: 1;
  background: url('../img/stuff/fbdeuykq.svg') no-repeat;
  background-size: contain;
  font-size: 0;
  -webkit-transition: bottom 150ms ease-in-out;
  -o-transition: bottom 150ms ease-in-out;
  transition: bottom 150ms ease-in-out;
}

/* hover */

a.head-page__decor-02:hover {
  bottom: -92px;
}

/*
  decor-03 (letter "e" on right)
  ---
*/

.head-page__decor-03 {
  width: 46.5%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../img/stuff/ivtiyuab.svg') left center no-repeat;
  background-size: cover;
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

/*
  - color
  ...
*/

.head-page--color-light .head-page__decor-03 {
  background-image: url('../img/stuff/qaktqetr.svg');
}

/*
  title
  ---
*/

.head-page__title {
  margin: 0;
  font-weight: 200;
}

/*
  excerpt
  ---
*/

.head-page__excerpt {
  margin: 18px 0 0 0;
  line-height: 1.54;
  font-size: 30px;
}

@media only screen and (min-width: 1201px) {

  /*
    Next excerpt
    ...
  */

  .head-page__excerpt + .head-page__excerpt {
    margin-top: 47px;
  }

}

/*
  Adjust - fnts-*
  ...
*/

.head-page__excerpt .--fnts-large {
  font-size: 40px;
}

/*
  detail-post
  ***
*/

.detail-post {
  margin: 0 -27px;
  padding: 0 9.5% 0 9.5%;
}
.detail-post__inset {
  margin-right: 100px;
}

/*
  Adjust image-promo
  ---
*/

.detail-post .image-promo {
  min-height: 1px;
  width: auto;
  margin: 100px -100px 90px 0;
}

/*
  Adjust quote-*
  ---
*/

.detail-post .quote-01, 
.detail-post .quote-02 {
  margin: 42px 0;
}
.detail-post .quote-01:first-child, 
.detail-post .quote-02:first-child {
  margin-top: 0;
}
.detail-post .quote-01:last-child, 
.detail-post .quote-02:last-child {
  margin-bottom: 0;
}

/*
  site-wrap
  ***
*/

.site-wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0 32px;
  background-color: #fff;
}

/*
  site-error
  ***
*/

.site-error {
  padding: 240px 0 0 0;
  text-align: center;
}

/*
  button
  ---
*/

.site-error .button {
  margin: 24px 12px 0 12px;
}

/*
  title
  ---
*/

.site-error__title {
  margin: 0;
}

/*
  SMALL
  ...
*/

.site-error__title small {
  display: block;
  line-height: inherit;
  font-size: 60%;
}

/*
  excerpt
  ---
*/

.site-error__excerpt {
  margin: 20px 0 0 0;
}

/*
  site-head
  ***
*/

.site-head {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 38px 26px 0 3%;
  border-bottom: 1px solid #fff;
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

/*
  - color
  ---
*/

.site-head--color-light {
  background-color: #fff;
  border-bottom-color: #9F9F9F;
}

/*
  Adjust burger
  ---
*/

.site-head .burger {
  z-index: 1;
  float: right;
  display: none;
}

/*
  logo
  ---
*/

.site-head__logo {
  position: relative;
  z-index: 1;
  float: left;
}

/*
  IMG
  ...
*/

.site-head__logo img {
  display: block;
}

@media only screen and (min-width: 1201px) {

  /*
    nav
    ---
  */

  .site-head__nav {
    float: right;
    margin-right: -2px;
    font-size: 0;
  }

  /*
    LINK
    ...
  */

  .site-head__nav a {
    position: relative;
    display: inline-block;
    padding: 43px 21px 19px 21px;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
  }

  /*
    - blog
  */

  .site-head__nav a.--blog {
    display: none;
  }

  /*
    - color
    ---
  */

  .site-head--color-light .site-head__nav a {
    color: #000;
  }

  /*
    Decoration
  */

  .site-head__nav a:after {
    content: '';
    width: 29px;
    height: 29px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    margin: 0 0 -15px -14px;
    background: url('../img/stuff/qtyatuhs.svg') no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity 150ms linear, -webkit-transform 150ms ease-in-out;
    transition: opacity 150ms linear, -webkit-transform 150ms ease-in-out;
    -o-transition: opacity 150ms linear, transform 150ms ease-in-out;
    transition: opacity 150ms linear, transform 150ms ease-in-out;
    transition: opacity 150ms linear, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  }

  /* hover */

  .site-head__nav a:hover:after {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }

  /* - active */

  .site-head__nav a.--active:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  /* - color */

  .site-head--color-light .site-head__nav a:after {
    background-image: url('../img/stuff/caperbre.svg');
  }

}

@media only screen and (max-width: 1200px) {

  /*
    nav
    ---
  */

  .site-head__nav {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 93px;
    background-color: #072826;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
  }

  /* - active */

  .site-head__nav.--active {
    pointer-events: all;
    opacity: 1;
  }

  /*
    - color
    ...
  */
  
  .site-head__nav--color-light {
    background-color: #FBF8F6;    
  }

  /*
    LINK
    ...
  */

  .site-head__nav a {
    display: block;
    padding: 8px 36px;
    line-height: 1.4;
    text-decoration: none;
    font-weight: 200;
    font-size: 26px;
    color: #fff;
    -webkit-transition: padding-right 150ms ease-in-out;
    -o-transition: padding-right 150ms ease-in-out;
    transition: padding-right 150ms ease-in-out;
  }

  /* hover */

  .site-head__nav a:hover {
    padding-right: 46px;
  }

  /* - active */

  .site-head__nav a.--active {
    font-weight: 500;
  }

  /*
    - first, - last
  */

  .site-head__nav a.--first {
    padding-top: 20px;
  }
  .site-head__nav a.--last {
    padding-bottom: 20px;
  }

  /*
    - blog
  */

  .site-head__nav a.--blog {
    display: none;
  }

  /*
    - color
  */
  
  .site-head__nav--color-light a {
    color: #000; 
  }

}

/*
  links
  ---
*/

.site-head__links {
  position: absolute;
  right: 24px;
  top: 28px;
  font-size: 0;
}

/*
  NAV
  ...
*/

.site-head__links nav {
  display: inline-block;
  margin-left: 12px;
}


/*
  LINK
  ...
*/

.site-head__links a {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
.site-head__links a:last-child {
  border-right: none;
}

/* hover */

.site-head__links a:hover {
  text-decoration: underline;
}

/* active */

.site-head__links a.--active {
  font-weight: 600;
}


/*
  - color
*/

.site-head--color-light .site-head__links a {
  border-right-color: rgba(0, 0, 0, 0.4);
  color: #000;
}

/*
  site-foot
  ***
*/

.site-foot {
  position: relative;
  margin: 125px -32px 0 -32px;
  padding: 0 32px;
  background-color: #072826;
  font-size: 17px;
  color: #fff;
}
.site-foot__inset {
  max-width: 1460px;
  position: relative;
  margin: 0 auto;
  padding: 139px 0 80px 0;
}

/*
  decor-01 (letter "e" on right)
  ---
*/

.site-foot__decor-01 {
  width: 428px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/stuff/ivtiyuab.svg') left -30px no-repeat;
  background-size: 900px auto;
  mix-blend-mode: soft-light;
  opacity: 0.3;
}

/*
  decor-01 (arrow on right top)
  ---
*/

.site-foot__decor-02 {
  width: 141px;
  height: 89px;
  position: absolute;
  right: 110px;
  bottom: 100%;
  background: url('../img/stuff/fjpasval.svg') no-repeat;
  font-size: 0;
  -webkit-transition: height 150ms ease-in-out;
  -o-transition: height 150ms ease-in-out;
  transition: height 150ms ease-in-out;
}

/* hover */

a.site-foot__decor-02:hover {
  height: 155px;
}

/*
  LINK
  ---
*/

.site-foot a {
  color: #92A1A1;
}
.site-foot a:hover {
  color: #fff;
}

/*
  left
  ---
*/

.site-foot__left {
  width: 95px;
  float: left;
  text-align: center;
}

/*
  right
  ---
*/

.site-foot__right {
  margin: 0 42px 0 29%;
  padding-top: 5px;
}
.site-foot__right__inset {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/*
  Adjust format
  ...
*/

.site-foot__right address {
  display: table-cell;
}

/*
  logo
  ---
*/

.site-foot__logo {
  display: block;
}

/*
  privacy
  ---
*/

.site-foot__privacy {
  display: block;
  margin-top: 71px;
  text-transform: uppercase;
  font-size: 16px;
}

/*
  address
  ---
*/

.site-foot__address {
  margin: 0;
  font-style: normal;
}
.site-foot__address:last-child {
  margin-right: 0;
}

/*
  socials
  ---
*/

.site-foot__socials {
  width: 19px;
  float: right;
  margin: 14px 0 0 0;
  text-align: center;
}

/*
  Adjust icon
  ...
*/

.site-foot__socials .icon {
  margin-bottom: 28px;
}
.site-foot__socials .icon svg {
  fill: #fff;
}

/* hover */

.site-foot__socials .icon:hover svg {
  fill: #51B4AE;
}

/*
  Gaps
*/

.site-foot__socials .icon_:last-child {
  margin-bottom: 0;
}

/*
  site-form
  ***
*/

.site-form {
  position: relative;
  margin: 0 -32px;
  padding: 107px 10% 101px 10%;
  background-color: #072826;
  font-size: 17px;
  color: #fff;
}

/*
  LINK
  ---
*/

.site-form a {
  color: #92A1A1;
}
.site-form a:hover {
  color: #fff;
}

/*
  Adjust form
  ---
*/

.site-form .form {
  margin: 41px 11% 0 33%;
}

@media only screen and (min-width: 1201px) {

  /*
    Adjust submit
    ...
  */

  .site-form .form .submit {
    margin: 80px 0 0 0;
  }

}

/*
  Adjust item
  ---
*/

.site-form .item {
  width: 320px;
  float: left;
}
.site-form .item__inset {
  padding: 0;
  border-left: none;
}

/*
  title
  ...
*/

.site-form .item__title--border:before {
  background-color: #fff;
}

/*
  site-modal
  ***
*/

.site-modal {
  pointer-events: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

/* - active */

.site-modal.--active {
  pointer-events: all;
  opacity: 1;
}

/*
  Adjust bar
  ---
*/

.site-modal .bar {
  margin-bottom: 60px;
}

/*
  overlay
  ---
*/

.site-modal__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

/*
  window
  ---
*/

.site-modal__window {
  position: absolute;
  left: 102px;
  top: 84px;
  right: 0;
  z-index: 10;
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.site-modal__window__inset {
  padding: 132px 166px 112px 112px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px #00000014;
          box-shadow: 0px 0px 50px #00000014;
}

/* - active */

.site-modal.--active .site-modal__window {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);  
}

/*
  - round
  ...
*/

.site-modal__window__inset.--round-92 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


/*
  close
  ---
*/

.site-modal__close {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 46px;
  top: 106px;
  font-size: 0;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  -o-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

/* hover */

.site-modal__close:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/*
  Decorations
  ...
*/

.site-modal__close:before, 
.site-modal__close:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background-color: #042826;
}
.site-modal__close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-modal__close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
  site-loader
  ***
*/

.site-loader {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  background: #fff;
  background: -o-linear-gradient(315deg, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(135deg, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 100%);
  opacity: 0;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/* - active */

.site-loader.--active {
  pointer-events: all;
  opacity: 1;
}

/*
  Decoration
  ---
*/

.site-loader:before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  right: 64px;
  bottom: 64px;
  background: url('../img/logo/color.svg') no-repeat;
  background-size: contain;
  -webkit-animation: spin 600ms linear infinite;
          animation: spin 600ms linear infinite;
}