/* 1. Reset/Normalize */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
figcaption,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}
i {
  font-style: normal;
}
/* 2. Global */
body {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #333333;
  background: #ffffff;
}
input,
select,
textarea,
button {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1em;
}
button {
  outline: none;
}
.img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
a img {
  border: 0;
}
/* 3. Layout */
.inner {
  overflow: hidden;
  max-width: 1372px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-inner {
  max-width: 1060px;
  margin: 0 auto;
}
.grid {
  margin-right: -21px;
}
.grid:before,
.grid:after {
  display: table;
  content: '';
}
.grid:after {
  clear: both;
}
.grid img {
  display: block;
  width: 100%;
}
.column {
  margin-bottom: 21px;
  padding-right: 21px;
}
.column:empty {
  margin-bottom: 0;
}
.page-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
}
.page-hero .inner {
  padding-top: 190px;
  padding-bottom: 50px;
}
.page-main {
  min-height: calc(100vh - 150px);
}
.page-error {
  text-align: center;
}
.page-footer {
  min-height: 150px;
  padding: 40px 0;
}
@media (min-width: 481px) {
  .grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .column {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 40%;
  }
}
@media (min-width: 769px) {
  .inner {
    padding: 0 44px;
  }
}
@media (max-width: 1040px) {
  .page-hero br {
    display: none;
  }
}
@media (min-width: 1041px) {
  .page-header {
    height: 120px;
  }
  .page-hero .inner {
    padding-top: 120px;
  }
  .grid-4 .column {
    width: 20%;
  }
}
.no-flexbox .grid,
.flexboxtweener .grid {
  display: block;
}
.no-flexbox .column,
.flexboxtweener .column {
  float: left;
  flex: none;
  width: 50%;
}
/* 4. Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
}
.main-title {
  margin-bottom: 1em;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.2;
  text-align: center;
}
.section-title {
  margin-bottom: 1em;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.18181818;
  text-align: center;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:focus,
a:hover {
  text-decoration: underline;
}
a:before,
a:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
strong {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}
em {
  font-style: normal;
}
ul {
  list-style-type: none;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
.lang-cs q {
  quotes: "„" "“" "‚" "‘";
}
@media (max-width: 1040px) {
  .main-title br {
    display: none;
  }
}
/* 5. Colours */
.main-title,
.section-title {
  color: #b07940;
}
a {
  color: #603f1d;
  outline: none;
}
a:focus,
a:hover {
  color: #452d15;
}
::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.section p {
  color: #666666;
}
/* 6. Header */
.page-header {
  text-align: center;
}
.page-header .inner {
  position: relative;
  overflow: visible;
}
.page-logo {
  position: absolute;
  top: 35px;
  left: 37px;
  display: block;
  width: 248px;
}
.page-logo img {
  display: block;
  width: 100%;
}
.page-logo-owner {
  position: absolute;
  top: 50px;
  right: 44px;
  width: 108px;
}
.page-logo-owner img {
  display: block;
  width: 100%;
}
@media (max-width: 1040px) {
  .page-logo {
    top: 95px;
    left: 50%;
    margin-left: -124px;
  }
  .page-logo-owner {
    top: 30px;
    right: auto;
    left: 35px;
    width: 86px;
  }
}
.hero-home-logo {
  display: none;
}
@media (min-width: 1041px) {
  .hero-home-logo {
    display: block;
    width: 80%;
    max-width: 345px;
    margin: 40px auto 60px;
  }
  .page--home .page-header {
    text-align: left;
  }
  .page--home .page-logo {
    display: none;
  }
  .page--home .page-nav {
    margin-left: 36px;
  }
}
/* 7. Footer */
.page-footer {
  font-size: 0.875em;
  line-height: 1.71428571;
  color: #666666;
  text-align: center;
}
.footer-nav a {
  display: block;
  padding: 0.5em 1em;
  color: #603f1d;
}
.footer-nav a:focus,
.footer-nav a:hover {
  color: #452d15;
}
.credits,
.footer-contact {
  margin-top: 30px;
}
.footer-contact a {
  display: inline-block;
  padding: 0;
  color: inherit;
}
@media (min-width: 1041px) {
  .footer {
    text-align: left;
  }
  .footer-nav {
    float: left;
    text-align: left;
  }
  .footer-nav li {
    display: inline-block;
  }
  .footer-nav li:not(:first-child) {
    margin-left: 2em;
  }
  .footer-nav li a {
    display: inline-block;
    padding: 0;
  }
  .footer-contact {
    margin-top: 0.5em;
  }
  .footer-contact div {
    display: inline;
  }
  .footer-contact div:not(:first-child) {
    margin-left: 1.5em;
  }
  .credits {
    float: right;
    margin-top: 0;
    text-align: right;
  }
  .copyright {
    margin-bottom: 0.5em;
  }
}
/* 8. Nav */
.page-nav {
  display: none;
  color: #ffffff;
}
.page-nav ul {
  padding-top: 54px;
}
.page-nav li {
  display: inline-block;
}
.page-nav li:not(:first-child) {
  margin-left: 1.25em;
}
.page-nav li a {
  display: inline-block;
  padding-bottom: 0.25em;
  color: inherit;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.page-nav li a:focus,
.page-nav li a:hover {
  text-decoration: none;
  color: inherit;
  border-color: #b07940;
}
.page-nav .selected a {
  border-color: #b07940;
}
.toggle-nav-button {
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 1000;
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #ffffff;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.toggle-nav-button span {
  display: block;
  position: absolute;
  top: 12px;
  right: 6px;
  left: 6px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  opacity: 1;
}
.toggle-nav-button span:first-child {
  top: 3px;
}
.toggle-nav-button span:last-of-type {
  top: 21px;
}
.toggle-nav-button em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.5625em;
  line-height: 1.33333333;
}
@media (max-width: 1040px) {
  .page-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
  }
  .page-nav-inner {
    display: block;
    width: 80%;
    max-width: 480px;
    height: 100%;
    margin: 0 0 0 auto;
    background: #603f1d;
    pointer-events: auto;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .page-nav-inner ul {
    padding-top: 90px;
  }
  .page-nav-inner li {
    display: block;
    padding: 0.25em 0;
    text-align: left;
  }
  .page-nav-inner li a {
    display: block;
    height: auto;
    padding: 0.25em 1em 0.25em 2em;
  }
  .page-nav-inner li:not(:first-child) {
    margin-left: 0;
  }
  .page-nav-open {
    height: 100%;
    overflow: hidden;
  }
  .page-nav-open .page-nav {
    display: block;
  }
  .page-nav-open .page-nav-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-nav-open .toggle-nav-button {
    z-index: 1000;
  }
  .page-nav-open .toggle-nav-button span {
    background: #ffffff;
  }
  .page-nav-open .toggle-nav-button span:first-child,
  .page-nav-open .toggle-nav-button span:last-of-type {
    top: 7px;
    width: 0;
    left: 50%;
  }
  .page-nav-open .toggle-nav-button span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page-nav-open .toggle-nav-button span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .page-nav-open .toggle-nav-button em {
    display: none;
  }
}
@media (min-width: 1041px) {
  .toggle-nav-button {
    display: none;
  }
  .page-nav {
    display: block;
  }
}
/* 9. Content */
.landmark {
  height: 0;
  background: none;
  border: 0;
}
.section .inner {
  padding-top: 40px;
  padding-bottom: 90px;
}
.section-light {
  background: #faf6f0;
}
.page-hero {
  text-align: center;
  color: #ffffff;
  background: 50% 50% / cover no-repeat;
}
.page-hero a {
  color: inherit;
}
.hero-home {
  background-image: url('../images/bg_hero_home_2000px.jpg');
}
@media (min-width: 1201px) {
  .hero-home .inner {
    min-height: 580px;
  }
}
.hero-about {
  background-image: url('../images/bg_hero_about_2000px.jpg');
}
.hero-about .inner {
  min-height: 346px;
}
.hero-delivery {
  background-image: url('../images/bg_hero_delivery_2000px.jpg');
}
.hero-delivery .inner {
  min-height: 346px;
}
.hero-search {
  background-image: url('../images/bg_hero_search_2000px.jpg');
}
.hero-search .inner {
  min-height: 315px;
}
.page-title {
  margin-top: 0.76190476em;
  margin-bottom: 0.23809524em;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.625em;
  line-height: 1.14285714;
}
@media (max-width: 1040px) {
  .page-title {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    font-size: 1.5625em;
    line-height: 1.2;
  }
}
.hero-perex {
  max-width: 1000px;
  margin: 0 auto;
}
.section-cta {
  overflow: hidden;
}
.section-cta .inner {
  padding: 0;
}
.section-cta a {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  background: 50% 50% / cover no-repeat;
}
.section-cta a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.section-cta a:focus,
.section-cta a:hover {
  text-decoration: none;
}
.section-cta a:focus:after,
.section-cta a:hover:after {
  opacity: 0.4;
}
.section-cta .cta-about {
  background-image: url('../images/bg_button_about_1000px.jpg');
}
.section-cta .cta-delivery {
  background-image: url('../images/bg_button_delivery_1000px.jpg');
}
.cta span {
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 225px;
  padding-top: 100px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
  text-align: center;
}
.cta span:after {
  content: '';
  display: block;
  width: 38px;
  height: 10px;
  margin: 1em auto 0;
  background: url(../images/sprite.png?v=3) -57px -158px no-repeat;
  background-size: 700px 310px;
}
.cta-sizer {
  display: block;
  width: 100%;
  height: 0;
}
.section-cta-wide .cta-about-wide {
  background-image: url('../images/bg_button_about_wide_2000px.jpg');
}
.section-cta-wide .cta-delivery-wide {
  background-image: url('../images/bg_button_delivery_wide_2000px.jpg');
}
.cta-wide .cta-sizer {
  padding-bottom: 28.42565598%;
  text-align: center;
}
.cta-wide .cta-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  text-align: center;
}
.cta-wide .main-title {
  margin-bottom: 0.8em;
  color: #ffffff;
}
.cta-wide p {
  margin-bottom: 1.875em;
}
@media (min-width: 769px) {
  .section-cta .cta {
    float: left;
    width: 50%;
  }
  .section-cta .cta span {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 0;
    padding-top: 9%;
  }
  .section-cta .cta span:after {
    display: inline-block;
    margin: 0 0 0 1em;
  }
  .section-cta .cta-sizer {
    padding-bottom: 21.86588921%;
  }
  .section-cta .cta-wide .cta-sizer {
    padding-bottom: 28.42565598%;
  }
}
@media (max-width: 768px) {
  .section-cta .cta-sizer {
    height: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .cta-wide .cta-content {
    padding-top: 40px;
  }
}
@media (max-width: 1040px) {
  .cta-wide .cta-sizer {
    height: auto;
    padding-bottom: 0;
  }
  .cta-wide .cta-content {
    position: relative;
    padding: 65px 20px 50px;
  }
}
.section-delivery .main-title {
  margin-top: -0.26666667em;
}
.section-delivery .main-title:before {
  content: '';
  display: block;
  width: 120px;
  height: 50px;
  margin: 0 auto 6px;
  background: url(../images/sprite.png?v=3) 0px 0px no-repeat;
  background-size: 700px 310px;
}
.section-delivery .ico-tanker:before {
  background-position: 0 -205px;
}
.section-delivery .ico-truck-forklift:before {
  background-position: -120px -205px;
}
.section-delivery .ico-truck:before {
  background-position: 0 -255px;
}
.section-delivery .ico-on-site:before {
  background-position: -120px -255px;
}
.delivery-pictures {
  margin-top: 40px;
  text-align: center;
}
.delivery-pictures img {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  margin: 0 10px 10px;
}
.delivery-pictures-truck img {
  max-width: 309px;
}
.delivery-pictures-on-site img {
  max-width: 268px;
}
@media (min-width: 1041px) {
  .delivery-pictures {
    margin-bottom: -1.5em;
    text-align: justify;
  }
  .delivery-pictures img {
    margin: 0;
  }
  .delivery-pictures:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
  }
}
.img-flow {
  max-width: 651px;
  margin: 30px auto 60px;
}
.search-results-nav {
  margin-top: 35px;
  text-align: center;
}
.search-results-nav .sub-title {
  margin-bottom: 1.33333333em;
  font-size: 1.125em;
  line-height: 1.33333333;
}
.search-results-nav li {
  margin-bottom: 1em;
}
.search-results-nav a {
  text-decoration: underline;
}
.search-results-nav a:focus,
.search-results-nav a:hover {
  text-decoration: none;
}
@media (min-width: 1041px) {
  .search-results-nav {
    text-align: left;
  }
  .search-results-nav li {
    display: inline;
    margin: 0 1em 0 0;
  }
}
@media (min-width: 1201px) {
  .search-results-nav li {
    margin: 0 2em 0 0;
  }
}
.section-search-results .inner {
  padding: 30px 20px;
}
.section-search-results .content-inner {
  max-width: 1100px;
}
.section-search-results header {
  margin-bottom: 1.875em;
  text-align: center;
}
.section-search-results header i {
  display: block;
  margin: 0 auto 0.75em;
  background: url(../images/sprite.png?v=3) 0px 0px no-repeat;
  background-size: 700px 310px;
}
.section-search-results header .ico-truck-forklift {
  width: 104px;
  height: 39px;
  background-position: -127px -211px;
}
.section-search-results header .ico-truck {
  width: 112px;
  height: 32px;
  background-position: -6px -267px;
}
.section-search-results header .ico-on-site {
  width: 59px;
  height: 41px;
  background-position: -155px -258px;
}
.section-search-results header a {
  display: block;
  margin: 0;
  text-decoration: underline;
}
.section-search-results header a:focus,
.section-search-results header a:hover {
  text-decoration: none;
}
.section-search-results .main-title {
  display: block;
  margin: 0 0 0.5em;
  font-size: 1.375em;
  line-height: 1.09090909;
}
@media (min-width: 1041px) {
  .section-search-results .inner {
    padding: 60px 20px 80px;
  }
  .section-search-results header {
    margin-bottom: 1.25em;
    text-align: left;
  }
  .section-search-results header i {
    display: inline-block;
    margin: -0.09090909em 1.36363636em 0 0;
    vertical-align: middle;
  }
  .section-search-results header a {
    display: inline-block;
    margin: -0.125em 0 0 3.75em;
    vertical-align: middle;
  }
  .section-search-results .main-title {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
}
@media (min-width: 1201px) {
  .section-search-results .inner {
    padding: 60px 0 80px;
  }
}
.search-results-list li {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 20px;
  background: #ffffff;
  border: 1px dotted #7b7367;
}
.search-results-list li:last-child {
  margin-bottom: 0;
}
.search-results-list li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.search-results-list div {
  display: block;
  padding: 0.15em 0.5em;
}
.search-results-list .td-logo {
  display: inline-block;
  padding: 0;
}
.search-results-list .td-logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.search-results-list .td-name {
  display: inline-block;
  padding-right: 38px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}
.search-results-list .td-web:before,
.search-results-list .td-phone:before,
.search-results-list .td-email:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 0.375em 0.5em 0 0;
  background: url(../images/sprite.png?v=3) 0px 0px no-repeat;
  background-size: 700px 310px;
}
.search-results-list .td-web:empty:before,
.search-results-list .td-phone:empty:before,
.search-results-list .td-email:empty:before {
  content: none;
}
.search-results-list .td-web {
  margin-top: 1em;
}
.search-results-list .td-web:before {
  width: 12px;
  height: 13px;
  background-position: -52px -182px;
}
.search-results-list .td-phone {
  overflow: visible;
}
.search-results-list .td-phone:before {
  width: 12px;
  height: 12px;
  background-position: -84px -183px;
}
.search-results-list .td-phone a {
  display: inline-block;
  max-width: 112px;
  white-space: normal;
}
.search-results-list .td-email:before {
  width: 15px;
  height: 11px;
  background-position: -116px -184px;
}
.search-results-list img {
  display: inline-block;
  vertical-align: middle;
}
.search-results-list-with-distance .td-distance {
  margin-top: 1em;
}
.clear {
  display: none;
  margin: 0;
  background: transparent;
  border: none;
}
@media (min-width: 769px) {
  .search-results-list .td-web {
    margin-top: 0;
  }
  .search-results-list .td-web,
  .search-results-list .td-phone,
  .search-results-list .td-email {
    float: left;
    margin-right: 1em;
  }
  .search-results-list .clear {
    display: block;
    margin-bottom: 1em;
  }
}
@media (min-width: 1041px) {
  .search-results-list li {
    display: table;
    table-layout: fixed;
    padding: 0;
  }
  .search-results-list div {
    display: table-cell;
    width: 10%;
    padding: 1.25em 0.5em;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search-results-list .td-logo {
    display: table-cell;
    width: 9.09090909%;
    text-align: center;
  }
  .search-results-list .td-name {
    display: table-cell;
    width: 23.63636364%;
  }
  .search-results-list .td-web,
  .search-results-list .td-phone,
  .search-results-list .td-email {
    float: none;
    margin-right: 0;
  }
  .search-results-list .td-web {
    width: 20%;
    margin: 0;
  }
  .search-results-list .td-phone {
    width: 13.63636364%;
  }
  .search-results-list .td-email {
    width: 24.54545455%;
  }
  .search-results-list .clear {
    display: none;
  }
  .search-results-list-with-distance .td-name {
    width: 13.18181818%;
    white-space: normal;
  }
  .search-results-list-with-distance .td-distance {
    width: 17.27272727%;
    margin-top: 0;
  }
  .search-results-list-with-distance .td-web {
    width: 17.72727273%;
  }
  .search-results-list-with-distance .td-phone {
    width: 11.81818182%;
  }
  .search-results-list-with-distance .td-email {
    width: 21.81818182%;
  }
}
.section-notes {
  margin: 36px 0 32px;
  text-align: center;
}
.section-notes p {
  font-size: 0.875em;
  line-height: 1.28571429;
}
.section-notes .ico-info {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 1em;
  background: url(../images/sprite.png?v=3) -15px -178.5px no-repeat;
  background-size: 700px 310px;
}
@media (min-width: 481px) {
  .section-notes .ico-info {
    display: inline-block;
    margin: -0.14285714em 0.71428571em 0 0;
    vertical-align: middle;
  }
}
.section-reasons {
  background: url('../images/bg_reasons.png') 0 0 repeat;
}
.section-reasons .section-title {
  margin-top: 20px;
}
.reasons li {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.33333333;
  text-align: center;
  vertical-align: top;
}
.reasons li:before {
  content: '';
  display: block;
  width: 90px;
  height: 70px;
  margin: 0 auto 1em;
  background: url(../images/sprite.png?v=3) -272.5px -6px no-repeat;
  background-size: 700px 310px;
}
.reasons .reason-01:before {
  background: url(../images/sprite.png?v=3) -272.5px -6px no-repeat;
  background-size: 700px 310px;
}
.reasons .reason-02:before {
  background: url(../images/sprite.png?v=3) -364px -6px no-repeat;
  background-size: 700px 310px;
}
.reasons .reason-03:before {
  background: url(../images/sprite.png?v=3) -453.5px -6px no-repeat;
  background-size: 700px 310px;
}
.reasons .reason-04:before {
  background: url(../images/sprite.png?v=3) -272.5px -87.5px no-repeat;
  background-size: 700px 310px;
}
.reasons .reason-05:before {
  background: url(../images/sprite.png?v=3) -364px -87.5px no-repeat;
  background-size: 700px 310px;
}
.reasons .reason-06:before {
  background: url(../images/sprite.png?v=3) -453.5px -87.5px no-repeat;
  background-size: 700px 310px;
}
.section-advantages {
  color: #ffffff;
  background: #432405 url('../images/bg_advantages_2000px.jpg') 50% 100% no-repeat;
}
.section-advantages .section-title {
  margin-top: 20px;
  color: #ffffff;
}
.advantages li {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}
.advantages li:before {
  content: '';
  display: block;
  width: 57px;
  height: 57px;
  margin: 0 auto 1em;
  background: url(../images/sprite.png?v=3) -15px -82px no-repeat;
  background-size: 700px 310px;
}
@media (max-width: 480px) {
  .reasons,
  .advantages {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 481px) {
  .reasons,
  .advantages {
    margin-bottom: -40px;
    font-size: 0;
    text-align: justify;
  }
  .reasons:after,
  .advantages:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  .reasons li,
  .advantages li {
    display: inline-block;
    width: 47%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .reasons li,
  .advantages li {
    width: 28.86792453%;
  }
}
/* 10. Tables */
/* 11. Forms */
.button {
  display: inline-block;
  height: 60px;
  padding: 0.77777778em 1.33333333em 1em;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.55555556;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  border: 2px solid currentColor;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s;
}
.button:active,
.button:focus,
.button:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  outline: none;
}
.primary-button {
  background: #b07940;
  border: 0;
  border-bottom: 3px solid #8a5926;
}
.primary-button:active,
.primary-button:focus,
.primary-button:hover {
  color: #ffffff;
  background: #966736;
  border-color: #8a5926;
}
.primary-button:active {
  position: relative;
  top: 2px;
  height: 57px;
  border-bottom-width: 0;
}
.search-button:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -0.16666667em 0.88888889em 0 -0.27777778em;
  background: url(../images/sprite.png?v=3) -117px -158px no-repeat;
  background-size: 700px 310px;
  vertical-align: middle;
}
@media (max-width: 1040px) {
  .button {
    min-width: 190px;
  }
}
@media (min-width: 769px) {
  .button {
    padding-right: 2.5em;
    padding-left: 2.5em;
  }
}
@media (min-width: 1041px) {
  .button {
    white-space: nowrap;
  }
}
.input {
  width: 100%;
  min-height: 50px;
  padding: 0.8125em 1.25em;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  background: rgba(243, 243, 243, 0.2);
  border: 0;
  border-radius: 3px;
  outline: none;
}
.select {
  position: relative;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.625em;
  width: 18px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/sprite.png?v=3) -17.5px -157px no-repeat;
  background-size: 700px 310px;
  pointer-events: none;
}
.select select {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 3em 0 0;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select option {
  line-height: 1.875;
}
.field {
  margin-bottom: 1em;
  text-align: left;
}
.field label {
  display: block;
  margin-bottom: 0.5em;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}
.form-action {
  margin: 2em 0 0;
  text-align: center;
}
.search-form {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.search-results-title {
  font-size: 1.5em;
  line-height: 1.25;
  color: #ffffff;
}
@media (min-width: 769px) {
  .search-form {
    max-width: 725px;
  }
  .search-form .fields:before,
  .search-form .fields:after {
    display: table;
    content: '';
  }
  .search-form .fields:after {
    clear: both;
  }
  .search-form .field-type {
    float: left;
    width: 27.5862069%;
  }
  .search-form .field-q {
    width: 68.96551724%;
    margin: 0 auto;
  }
  .search-form-home .input {
    padding: 0.65em 1em;
    font-size: 1.25em;
    line-height: 1.2;
  }
  .search-form-home .select {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .search-form-home .select:after {
    right: 1.3em;
  }
  .search-form-home .select option {
    line-height: 1.5;
  }
  .search-form-home .primary-button {
    padding: 0.66666667em 2.14285714em 0.85714286em;
    font-size: 1.3125em;
    line-height: 1.33333333;
  }
  .search-form-home .search-button {
    margin: -0.14285714em 0.76190476em 0 -0.23809524em;
  }
  .search-form-results .field {
    margin-bottom: 0;
  }
  .search-form-results .field-type {
    float: left;
    width: 28.07017544%;
  }
  .search-form-results .field-q {
    width: 70.1754386%;
    margin: 0 auto;
  }
}
@media (min-width: 1201px) {
  .search-results-header:before,
  .search-results-header:after {
    display: table;
    content: '';
  }
  .search-results-header:after {
    clear: both;
  }
  .search-results-title {
    float: left;
    max-width: 500px;
    margin-top: 1.83333333em;
    text-align: left;
  }
  .search-form-results {
    float: right;
    max-width: 570px;
  }
  .search-form-results .field-q {
    float: right;
  }
  .search-form-results .form-action {
    margin-top: 0.625em;
    text-align: right;
  }
}
/* 12. Modules */
.messages {
  margin-bottom: 1.5em;
}
.messages.inner {
  margin-bottom: 3em;
}
.messages.inner .message {
  margin: 0;
}
.message {
  margin: 1.5em 0;
  padding: 1em;
  text-align: center;
  border: 1px solid currentColor;
}
.message:last-child {
  margin-bottom: 0;
}
.message-warning {
  color: #c84341;
}
.message-error {
  color: #ffffff;
  background: #c84341;
  border-color: #b23533;
}
.message-success {
  color: #439441;
}
/* 13. SVG */
svg {
  display: none;
}
.inlinesvg svg {
  display: block;
}
.inlinesvg .png-fallback {
  display: none !important;
}
.icon {
  display: inline-block;
}
/* 14. JavaScript only */
.js .pac-container {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
}
.js .ui-widget {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #666666;
}
.js .ui-autocomplete {
  z-index: 9999;
  background: #ffffff;
  border: 1x px solid #e6e6e6;
}
.js .ui-autocomplete .ui-menu-item {
  padding: 0;
  list-style-image: none;
}
.js .ui-autocomplete .ui-menu-item + .ui-menu-item {
  border-top: 1px solid #e6e6e6;
}
.js .ui-autocomplete .ui-menu-item-wrapper {
  padding: 0.25rem 0.5rem;
}
.js .ui-autocomplete .ui-state-active {
  color: #666666;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
/* 15. Print */
@media print {
  body {
    color: black;
  }
}
