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

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

/*
  Bodies
  ***
*/

body {
  max-width: 1920px;
  margin: 0 auto;
  background: #F8F7F7;
  font: 400 18px 'Outfit', 'Outfit Fallback', Arial, Helvetica, sans-serif;
  color: #553912;
}

/*
  Forms
  ***
*/

input, select, textarea, button {
  font-family: 'Outfit', 'Outfit Fallback', Arial, Helvetica, sans-serif;
}

/*
  Links
  ***
*/

a {
  text-decoration-thickness: 1px;
  color: #D28C12;
}
a:hover {
  text-decoration-thickness: 1px;
  color: #211505;
}

/*
  elem
  ***
*/

.--admin .elem {
  position: relative;
}

/*
  Border
  ---
*/

.--admin .elem:before {
  content: '';
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px dashed transparent;
  border-radius: 2px;
  transition: 150ms linear;
}

/* hover */

.--admin .elem:hover:before {
  border-color: #1A4909;
}

/*
  Label
  ---
*/

.--admin .elem[data-style]:after {
  content: attr(data-style);
  position: absolute;
  left: 0;
  top: 50%;
  margin: -12px 16px 0 6px;
  padding: 5px 8px 5px 8px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border: 1px dashed #1A4909;
  border-radius: 24px;
  font-size: 13px;
  color: #1A4909;
  opacity: 0;
  transition: 150ms linear;
}

/* hover */

.--admin .elem[data-style]:hover:after {
  opacity: 1;
}

/*
  icon
  ***
*/

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

/*
  button
  ***
*/

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 16px 26px;
  background-color: #FFB534;
  border-radius: 24px 24px 24px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #553912;
  transition: 150ms linear;
}

/* hover */

.button:hover {
  background-color: #FDBE52;
}

/*
  Adjust icon
  ---
*/

.button .icon {
  top: -1px;
  margin: -4px 4px -3px 0;
  fill: #553912;
}

/*
  Hacks
  ---
*/

.button br {
  display: none;
}

/*
  prices
  ***
*/

.list-prices {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  border: 1px solid #F3EEE7;
  border-radius: 12px;
  list-style: none;
}
.list-prices li {
  display: table-cell;
  margin: 0;
  padding: 12px 16px;
  border-right: 1px solid #F3EEE7;
  line-height: 1;
  text-align: center;
  font-size: 16px;
}

/*
  Caps
  ---
*/

.list-prices li:last-child {
  border-right: none;
}

/*
  SMALL
  ---
*/

.list-prices li small {
  display: block;
  margin-bottom: 3px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  color: #D28C12
}

/*
  STRONG
  ---
*/

.list-prices li strong {
  display: block;
  line-height: 1.2;
  font-weight: 600;
  font-size: 22px;
}

/*
  SPAN
  ---
*/

.list-prices li span {
  display: block;
  margin-top: 4px;
  line-height: 1.2;
}

/*
  Hacks
  ---
*/

.list-prices li p {
  margin: 0;
  line-height: 1;
}
.list-prices li br {
  display: none;
}

/*
  gallery
  ***
*/

.gallery {
  margin: 24px -4px 20px -4px;
  font-size: 0;
}

/*
  Hide
  ---
*/

.gallery p, 
.gallery br {
  display: none;
}

/*
  structure
  ---
*/

.gallery-item {
  width: 25%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  padding: 0 4px;
  text-align: center;
}

/*
  images
  ---
*/

.gallery-item a, 
.gallery-item a img {
  display: block;
}
.gallery-item a {
  position: relative;
  overflow: hidden;
}
.gallery-item a img {
  width: 100%;
  object-fit: cover;
  transition: transform 150ms ease-in-out;
}

/* hover */

.gallery a:hover img {
  transform: scale(1.05);
}

/*
  Caps
  ...
*/

.gallery-item:first-child a, 
.gallery-item:first-child a {
  border-radius: 32px 0 0 0;
}
.gallery-item:last-child a, 
.gallery-item:last-child a {
  border-radius: 0 0 32px 0;
}


/*
  accordion
  ***
*/

.accordion {
  display: block;
  margin: 32px 0;
}

/*
  NEXT accordion
  ---
*/

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

/* - active */

.accordion.--active + .accordion {
  margin-top: 32px;
}

/*
  title
  ---
*/

.accordion__title {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 15px 64px 15px 32px;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  border-radius: 16px 0 16px 0;
  line-height: 1.3;
  font-weight: 600;
  font-size: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #553912;
  cursor: pointer;
}

/* - active */

.accordion.--active .accordion__title {
  border-bottom-color: #E7E6E6;
  border-radius: 16px 0 0 0;
  color: #D28C12;
}

/*
  Decoration
  ...
*/

.accordion__title:before, 
.accordion__title:after {
  content: '';
  width: 14px;
  height: 2px;
  position: absolute;
  right: 22px;
  top: 24px;
  background-color: #553912;
  border-radius: 2px;
  transition: 150ms linear;
}
.accordion__title:after {
  transform: rotate(90deg);
}

/* - active */

.accordion.--active .accordion__title:before {
  background-color: #D28C12;
}
.accordion.--active .accordion__title:after {
  opacity: 0;
}

/*
  content
  ---
*/

.accordion__content {
  position: relative;
  padding: 28px 32px;
  background-color: #fff;
  box-shadow: 0 8px 40px rgba(28, 28, 28, 0.078);
  border-radius: 0 0 16px 0;
}

/*
  item-split
  ***
*/

.item-split__inset {
  position: relative;
  padding: 115px 0;
  font-size: 18px;
}

/*
  INSIDE
  ---
*/

.detail-landing__content .item-split, 
.detail-page__content .item-split {
  margin: 80px 0;
}
.detail-page__content .item-split {
  margin-left: -208px;
  margin-right: -208px;
}

/*
  Caps
  ...
*/

.detail-landing__content .item-split:first-child, 
.detail-page__content .item-split:first-child {
  margin-top: 0;
}
.detail-landing__content .item-split:last-child, 
.detail-page__content .item-split:last-child {
  margin-bottom: 0;
}

/*
  Adjust button
  ---
*/

.item-split .button {
  margin: 24px 0 0 0;
}

/*
  Adjust list-prices
  ---
*/

.item-split .list-prices {
  margin: 24px 0 0 0;
}

/*
  content
  ---
*/

.item-split__content {
  box-sizing: border-box;
  width: 392px;
  position: relative;
  float: left;
  padding: 46px 42px;
  background-color: #fff;
  box-shadow: 0 8px 40px rgba(28, 28, 28, 0.078);
  border-radius: 32px 32px 0 32px;
}

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

  /*
    - align
    ...
  */

  .item-split--align-right .item-split__content {
    float: right;
    border-radius: 32px 32px 32px 0;
  }

}

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

  /*
    - size
    ...
  */

  .item-split--size-large .item-split__content {
    width: 496px;
  }

}

/*
  image
  ---
*/

.item-split__image {
  height: 100%;
  position: absolute;
  left: 312px;
  top: 0;
  right: 0;
  background: #211505 center center no-repeat;
  background-size: cover;
  border-radius: 32px 0 32px 0;
}

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

  /*
    - align
    ...
  */

  .item-split--align-right .item-split__image {
    left: 0 !important;
    right: 312px;
  }

}

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

  /*
    - size
    ...
  */

  .item-split--size-large .item-split__image {
    left: 412px;
  }
  .item-split--size-large.item-split--align-right .item-split__image {
    right: 412px;
  }

}

/*
  title
  ---
*/

.item-split__title {
  margin: 0;
}

/*
  subtitle
  ---
*/

.item-split__subtitle {
  margin: 0 0 16px 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  color: #D28C12
}

/*
  excerpt
  ---
*/

.item-split__excerpt {
  margin: 16px 0 0 0;
}

/*
  size
  ...
*/

.item-split__excerpt--size-large {
  line-height: 1.55;
  font-size: 110%;
  font-weight: 600;
}

/*
  format
  ---
*/

.item-split__format {
  margin: 12px 0 -16px 0;
}

/*
  Adjust button
  ...
*/

.item-split__format .button {
  margin: 6px 12px 16px 0;
}

/*
  item-product
  ***
*/

.item-product__inset {
  text-align: center;
  font-size: 16px;
}


/*
  INSIDE
  ---
*/

.detail-landing__content .item-product, 
.detail-page__content .item-product {
  margin: 12px 0;
}

/*
  Caps
  ...

.detail-landing__content .item-product:first-child, 
.detail-page__content .item-product:first-child {
  margin-top: 0;
}
.detail-landing__content .item-product:last-child, 
.detail-page__content .item-product:last-child {
  margin-bottom: 0;
}

*/

/*
  Adjust list-prices
  ---
*/


.item-product .list-prices {
  margin-top: 24px;
}

/*
  image
  ---
*/

.item-product__image {
  display: block;
  margin: 0 auto 6px auto;
}

/*
  content
  ---
*/

.item-product__content {
  box-sizing: border-box;
  padding: 36px 46px;
  background-color: #fff;
  box-shadow: 0 8px 40px rgba(28, 28, 28, 0.078);
  border-radius: 32px 32px 32px 0;
}

/*
  title
  ---
*/

.item-product__title {
  margin: 0;
}

/*
  excerpt
  ---
*/

.item-product__excerpt {
  margin: 16px 0 0 0;
}

/*
  -- wrap
  ---
*/

.item-product---wrap {
  display: block;
  margin: 42px 0;
}

/*
  - align
  ...
*/

.item-product---wrap--align-left {
  float: left;
  margin: 0 42px 42px 0;
}
.item-product---wrap--align-center {
  margin: 42px auto;
}
.item-product---wrap--align-right {
  float: right;
  margin: 0 0 42px 42px;
}

/*
  Caps
  ...
*/

.item-product---wrap:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

/*
  list
  ***
*/

.list__inset {
  margin: 0 -20px -40px -20px;
  font-size: 0;
}

/*
  Gaps
  ---
*/

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

  .list--gaps-large .list__inset {
    margin: 0 -40px -80px -40px;
  }

}

/*
  - layout
  ...
*/

.--layout-home .list-contain-products {
  margin-top: -36px;
}

/*
  item
  ---
*/

.list__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.list__item__inset {
  margin: 0 20px;
}

/*
  Gaps
  ---
*/

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

  .list--gaps-large .list__item {
    margin-bottom: 80px;
  }
  .list--gaps-large .list__item__inset {
    margin: 0 40px;
  }

}

/*
  - layout
  ...
*/

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

  .--layout-home .list-contain-products .list__item:nth-child(2) {
    margin-top: 72px;
  }

}

/*
  detail-page
  ***
*/

.detail-page {
  max-width: 808px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 215px 6% 140px 6%;
}

/*
  head
  ---
*/

.detail-page__head {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

/*
  image
  ---
*/

.detail-page__image {
  position: relative;
  margin: 64px -208px 0 -208px;
}

/*
  IMG
  ...
*/

.detail-page__image img {
  display: block;
  border-radius: 32px 0 32px 0;
}

/*
  title
  ---
*/

.detail-page__title {
  margin: 0;
}

/*
  excerpt
  ---
*/

.detail-page__excerpt {
  margin: 16px 0 0 0;
}

/*
  content
  ---
*/

.detail-page__content {
  margin-top: 64px;
}

/*
  Adjust pull
  ...
*/

.detail-page__content .pull {
  margin: 42px -108px 36px -108px;
}

/*
  detail-landing
  ***
*/

.detail-landing {
  position: relative;
  z-index: 10;
  padding-bottom: 150px;
}

/*
  head
  ---
*/

.detail-landing__head {
  position: relative;
  overflow: hidden;
  padding: 0 6%;
  background: #211505 center center no-repeat;
  background-size: cover;
  color: #fff;
}
.detail-landing__head__inset {
  position: relative;
  box-sizing: border-box;
  max-width: 940px;
  padding: 215px 0 270px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

/*
  Overlay
  ...
*/

.detail-landing__head:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/*
  Adjust icon
  ...
*/

.detail-landing__head .icon {
  margin-top: 32px;
  fill: #FFB534;
}

/*
  title
  ---
*/

.detail-landing__title {
  color: inherit;
  margin: 0;
}

/*
  excerpt
  ---
*/

.detail-landing__excerpt {
  margin: 16px 0 0 0;
}

/*
  content
  ---
*/

.detail-landing__content {
  max-width: 1224px;
  margin: -140px auto 0 auto;
  padding: 0 6%;
}

/*
  site-head
  ***
*/

.site-head {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 0 6%;
  color: #fff;
}
.site-head__inset {
  padding: 40px 0;
}

/*
  Adjust burger
  ---
*/

.site-head .burger {
  float: right;
  display: none;
  margin: 8px 0 0 24px;
}


/*
  Adjust button
  ---
*/

.site-head .button {
  position: relative;
  float: right;
  margin: 8px 0 0 0;
}

/*
  logo
  ---
*/

.site-head__logo {
  position: relative;
  float: left;
  overflow: hidden;
  text-decoration: none;
  font-size: 0;
}

/*
  nav
  ---
*/

.site-head__nav {
  padding: 0 270px 0 300px;
}

/*
  list
  ...
*/

.site-head__nav__list {
  margin: 0;
  list-style: none;
  text-align: center;
}
.site-head__nav__list > li {
  display: inline-block;
  margin: 0;
  line-height: 1;
}
.site-head__nav__list > li > a {
  display: block;
  padding: 19px 20px 19px 20px;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  transition: 150ms linear;
}

/* hover */

.site-head__nav__list > li:hover > a {
  color: #FFB534;
}

/* - active */

.site-head__nav__list > li.--active > a {
  font-weight: 800;
}

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

  /*
    - dark
    ---
  */

  .site-head--dark .site-head__nav__list > li > a {
    color: #211505;
  }

  /* hover */

  .site-head--dark .site-head__nav__list > li:hover > a {
    color: #FFB534;
  }

}

/*
  site-promo
  ***
*/

.site-promo {
  position: relative;
  overflow: hidden;
  padding: 0 6%;
  background: #211505 center center no-repeat;
  background-size: cover;
  color: #fff;
}
.site-promo__inset {
  position: relative;
  box-sizing: border-box;
  max-width: 940px;
  padding: 215px 0 270px 0;
  margin: 0 auto;
  text-align: center;
}

/*
  Adjust button
  ---
*/

.site-promo .button {
  margin: 34px 12px 0 12px;
}

/*
  logo
  ---
*/

.site-promo__logo {
  display: block;
  margin: 0 auto 36px auto;
}

/*
  title
  ---
*/

.site-promo__title {
  margin: 0;
  color: inherit;
}

/*
  video
  ---
*/

.site-promo__video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/*
  motto
  ---
*/

.site-promo__motto {
  position: absolute;
  left: 6%;
  bottom: 40px;
  text-transform: uppercase;
  font-weight: 600px;
  font-size: 14px;
}

/*
  Adjust icon
  ---
*/

.site-promo__motto .icon {
  top: -1px;
  margin-right: 14px;
  fill: #FFB534;
}

/*
  points
  ---
*/

.site-promo__points {
  position: absolute;
  right: 6%;
  bottom: 44px;
}

/*
  SPAN
  ...
*/

.site-promo__points span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600px;
  font-size: 14px;
}

/*
  Dot
*/

.site-promo__points span:after {
  content: '';
  width: 6px;
  height: 6px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 22px;
  background-color: #FFB534;
  border-radius: 50%;
}

/* Caps */

.site-promo__points span:last-child:after {
  display: none;
}

/*
  site-decors
  ***
*/

.site-decors {
  position: relative;
  overflow: hidden;
  background: url('../img/decors/01.svg') center top no-repeat;
}

/*
  Overlay
  ---
*/

.site-decors:before, 
.site-decors:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
}
.site-decors:before {
  height: 100%;
  top: 0;
  background: linear-gradient(to right, rgba(248,247,247,1) 0%,rgba(248,247,247,0) 25%,rgba(248,247,247,0) 75%,rgba(248,247,247,1) 100%);
}
.site-decors:after {
  height: 300px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(248,247,247,0) 0%,rgba(248,247,247,1) 100%);
}

/*
  site-section
  ***
*/

.site-section {
  padding: 0 6%;
}
.site-section__inset {
  max-width: 1224px;
  margin: 0 auto;
}

/*
  head
  ---
*/

.site-section__head {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

/*
  title
  ---
*/

.site-section__title {
  margin: 0;
}

/*
  subtitle
  ---
*/

.site-section__subtitle {
  margin: 0 0 16px 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D28C12
}

/*
  content
  ---
*/

.site-section__content {
  margin-top: 72px;
}

/*
  -- list
  ---
*/

.site-section---list {
  position: relative;
  z-index: 10;
  display: block;
}

/*
  - layout
  ...
*/

.--layout-home .site-section---list {
  padding: 140px 0 160px 0;
}

/*
  Adjust site-section
  ...
*/

.site-section---list .site-section {
  margin-bottom: 140px;
}

/*
  Caps
*/

.site-section---list .site-section:last-child {
  margin-bottom: 0;
}

/*
  site-message
  ***
*/

.site-message {
  position: relative;
  z-index: 1;
  padding: 200px 6% 150px 6%;
  border-radius: 0 0 0 32px;
  text-align: center;
  font-size: 20px;
}

/*
  Adjust button
  ---
*/

.site-message .button {
  margin: 32px 12px 0 12px;
}

/*
  title
  ---
*/

.site-message__title {
  margin: 0;
  font-weight: 600;
}

/*
  SMALL
  ...
*/

.site-message__title small {
  margin: 0 0 16px 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  color: #D28C12
}

/*
  excerpt
  ---
*/

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

/*
  site-foot
  ***
*/

.site-foot {
  padding: 0 6%;
}
.site-foot__inset {
  box-sizing: border-box;
  max-width: 1224px;
  position: relative;
  margin: 0 auto;
  color: #fff;
}

/*
  Background
  ---
*/

.site-foot__inset:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: -340px;
  background: #211505 url('../img/decors/02.svg') right top no-repeat;
  border-radius: 32px 0 32px 0;
}

/*
  col
  ---
*/

.site-foot__col {
  position: relative;
}

/*
  - align
  ...
*/

.site-foot__col--align-left {
  width: 320px;
  float: left;
  padding: 94px 0 94px 100px;
}
.site-foot__col--align-right {
  box-sizing: border-box;
  width: 600px;
  float: right;
  margin: 64px 0 -54px 0;
  padding: 72px 80px;
  background-color: #F8F7F7;
  box-shadow: 0 8px 40px rgba(28, 28, 28, 0.078);
  border-radius: 48px 0 48px 0;
  color: #553912;
}

/*
  LINK
  ...
*/

.site-foot__col--align-left a {
  color: #FFB534;
  transition: 150ms linear;
}
.site-foot__col--align-left a:hover {
  color: #fff;
}

/*
  SVG
*/

.site-foot__col--align-left a svg {
  fill: #FFB534;
  transition: 150ms linear;
}

/* hover */

.site-foot__col--align-left a:hover svg {
  fill: #fff;
}

/*
  logo
  ---
*/

.site-foot__logo {
  display: block;
}

/*
  label
  ---
*/

.site-foot__label {
  margin: 42px 0 0 0;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #82571B;
}

/*
  IN site-foot__col--align-right
  ...
*/

.site-foot__col--align-right .site-foot__label {
  margin-top: 22px;
}

/*
  Caps
  ...
*/

.site-foot__label:first-child {
  margin-top: 0;
}


/*
  title
  ---
*/

.site-foot__title {
  margin: 0;
}

/*
  excerpt
  ---
*/

.site-foot__excerpt {
  margin: 16px 0 0 0;
}

/*
  info
  ---
*/

.site-foot__info {
  margin: 16px 0 0 0;
}

/*
  IN site-foot__col--align-right
  ...
*/

.site-foot__col--align-right .site-foot__info {
  margin-top: 10px;
}

/*
  contacts
  ---
*/

.site-foot__contacts {
  margin: 16px 0 0 0;
  line-height: 1;
}

/*
  LINK
  ...
*/

.site-foot__contacts a {
  display: block;
  padding: 6px 0;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
}

/*
  icon
  ...
*/

.site-foot__contacts .icon {
  margin-right: 12px;
}

/*
  socials
  ---
*/

.site-foot__socials {
  margin: 16px 0 0 0;
  font-size: 0;
}

/*
  Adjust icon
  ...
*/

.site-foot__socials .icon {
  margin-right: 16px;
}

/*
  separator
  ---
*/

.site-foot__separator {
  height: 1px;
  display: block;
  margin: 42px 0 0 0;
  background-color: #3B270B;
}

/*
  copy
  ---
*/

.site-foot__copy {
  max-width: 1224px;
  margin: 0 auto;
  padding: 88px 0 62px 0;
  text-align: center;
  font-size: 15px;
}

/*
  SPAN
  ...
*/

.site-foot__copy span {
  display: block;
  line-height: inherit;
}

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

  /*
    Caps
  */

  .site-foot__copy span:first-child {
    float: left;
  }
  .site-foot__copy span:last-child {
    float: right;
    margin-right: 4px;
  }

}

/*
  IMG
  ...
*/

.site-foot__copy img {
  position: relative;
  bottom: -5px;
}