/* Color */
/* Size */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
/* Color */
/* Size */
@font-face {
  font-family: "Nunito";
  src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/subset-Nunito-Regular.woff2") format("woff2"), url("../fonts/subset-Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/subset-Nunito-Bold.woff2") format("woff2"), url("../fonts/subset-Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: local("Nunito Light"), local("Nunito-Light"), url("../fonts/subset-Nunito-Light.woff2") format("woff2"), url("../fonts/subset-Nunito-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url("../fonts/subset-Nunito-SemiBold.woff2") format("woff2"), url("../fonts/subset-Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Serif";
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url("../fonts/subset-PTSerif-Bold.woff2") format("woff2"), url("../fonts/subset-PTSerif-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Serif";
  src: local("PT Serif"), local("PTSerif-Regular"), url("../fonts/subset-PTSerif-Regular.woff2") format("woff2"), url("../fonts/subset-PTSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  overflow: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
}

@media screen and (max-width: 359px) {
  body {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

input[type="submit"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
textarea,
label {
  font-family: "Nunito", sans-serif;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.7;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.7;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.7;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.4;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  opacity: 0.8;
}

h1,
h2,
h3 {
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 36px;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

p {
  margin: 0 0 1em;
}

img {
  max-width: 100%;
  height: auto;
}

/***** Buttons *****/
.btn {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  font-family: "Nunito", sans-serif;
  padding: 10px 20px;
}

.btn.btn-primary {
  border: 2px solid #000;
  height: 40px;
  padding: 8px 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.btn.btn-primary span {
  position: relative;
  z-index: 1;
}

.btn.btn-primary:after {
  content: '';
  position: absolute;
  z-index: 0;
  transition: all 0.4s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #000;
}

.btn.btn-primary:hover {
  opacity: 1;
  color: #fff;
}

.btn.btn-primary:hover:after {
  height: 100%;
}

.btn.btn-lg {
  height: 50px;
  font-size: 20px;
  padding: 10px 40px;
  border-width: 3px;
  line-height: 24px;
}

.btn.btn-sm {
  height: 26px;
  font-size: 12px;
  padding: 5px 20px;
  border-width: 1px;
  line-height: 14px;
}

.btn.btn-invert {
  background: none;
  color: #fff;
  border-color: #fff;
}

.btn.btn-invert:after {
  background: #fff;
}

.btn.btn-invert:hover {
  color: #000;
}

.btn-block {
  display: flex;
  flex-wrap: wrap;
}

.btn-block .btn {
  margin: 0 8px 4px 0;
}

.btn-block.center {
  justify-content: center;
}

/***** Form elements *****/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #000;
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 16px;
}

/***** Simple elements, atoms *****/
.text-uppercase {
  text-transform: uppercase;
}

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

.h-underline {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 1em;
}

.h-underline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background: #000;
}

.h-underline.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.list-arrow {
  padding: 0;
  margin: 1em 0;
}

.list-arrow li {
  position: relative;
  padding-left: 30px;
  display: block;
  background: url("../images/icons/arrow.svg") 0 4px no-repeat;
  background-size: 16px 16px;
}

.list-arrow li:not(:last-child) {
  margin-bottom: 10px;
}

/***** Components, common blocks *****/
.headline {
  position: relative;
  margin-bottom: 50px;
}

.headline h2 {
  margin: 0;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.headline h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.headline.center {
  text-align: center;
}

.headline.center h2:after {
  left: 50%;
  margin-left: -35px;
}

.txt p:not(:last-child) {
  margin: 0 0 1em;
}

.txt ul {
  margin: 1em 0;
  padding: 0 0 0 1em;
}

.txt ul li {
  margin: 0.7em 0;
  padding: 0;
}

.txt ul.list-arrow {
  padding: 0;
}

.txt ul.list-arrow li {
  position: relative;
  padding-left: 30px;
  display: block;
  background: url("../images/icons/arrow.svg") 0 3px no-repeat;
  background-size: 16px 16px;
}

.txt ul.dash {
  padding: 0;
}

.txt ul.dash li {
  padding: 0 0 0 20px;
  position: relative;
  list-style: none;
}

.txt ul.dash li:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/*** Popups ***/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-vertical .mfp-iframe-scaler {
  padding-top: 177.7778%;
}

.mfp-vertical .mfp-iframe-holder .mfp-content {
  width: 400px;
}

@media screen and (min-width: 2000px) {
  .mfp-vertical .mfp-iframe-holder .mfp-content {
    width: 500px;
  }
}

@media screen and (max-width: 575px) {
  .mfp-vertical .mfp-iframe-holder .mfp-content {
    width: 80%;
  }
}

/***** Layout *****/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1400px;
}

@media screen and (min-width: 1600px) {
  .container {
    padding: 0 70px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 359px) {
  .container {
    padding: 0 10px;
  }
}

.container-fluid {
  padding: 0 40px;
}

@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 30px;
  }
}

@media screen and (max-width: 575px) {
  .container-fluid {
    padding: 0 20px;
  }
}

/***** Header *****/
.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.5s;
}

.header .header-i {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header .logo {
    z-index: 2;
    position: relative;
  }
}

.header .logo img {
  width: 206px;
  height: 42px;
}

.header .logo span {
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 359px) {
  .header .logo span {
    font-size: 18px;
  }
}

.header .header-r {
  display: flex;
  align-items: center;
  margin: 0 -20px 0 auto;
}

@media screen and (max-width: 991px) {
  .header .header-r {
    margin: 0 -10px 0 auto;
  }
}

.header .header-r .topmenu {
  position: relative;
  font-family: "PT Serif", serif;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .header .header-r .topmenu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    justify-content: center;
    align-items: center;
  }
}

.header .header-r .topmenu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .header .header-r .topmenu ul {
    display: block;
  }
}

.header .header-r .topmenu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.header .header-r .topmenu ul li a {
  display: block;
  padding: 10px 20px;
}

@media screen and (max-width: 991px) {
  .header .header-r .topmenu ul li a {
    font-size: 18px;
  }
}

.header .header-r .topmenu.expanded {
  display: flex;
}

.header .header-r .toggler {
  padding: 10px;
  height: 42px;
  display: none;
  justify-content: center;
  align-items: center;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 991px) {
  .header .header-r .toggler {
    display: flex;
  }
}

.header .header-r .toggler .icon {
  width: 22px;
  transition: all 0.3s;
}

.header .header-r .toggler .icon.icon-close {
  display: none;
}

.header .header-r .toggler:hover .icon {
  fill: #666;
}

@media screen and (max-width: 991px) {
  .header .header-r .toggler.active .icon.icon-menu {
    display: none;
  }
  .header .header-r .toggler.active .icon.icon-close {
    display: block;
  }
}

body.scrolled .header {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 0;
}

/*** Contact ***/
.section-contact {
  background: #eee;
  font-family: "PT Serif", serif;
  padding: 130px 0;
}

@media screen and (max-width: 991px) {
  .section-contact {
    padding: 60px 0;
  }
}

.section-contact h2 {
  text-transform: uppercase;
}

.section-contact .contact-row {
  display: flex;
  margin: 40px -10px 0;
}

@media screen and (max-width: 991px) {
  .section-contact .contact-row {
    margin: 0 auto;
    max-width: 320px;
    display: block;
  }
}

.section-contact .contact-row .contact-col {
  width: 33.3333%;
  flex: 0 0 33.3333%;
}

@media screen and (max-width: 991px) {
  .section-contact .contact-row .contact-col {
    width: 100%;
  }
}

.section-contact .contact-row .contact-col.contact-col-1 {
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .section-contact .contact-row .contact-col.contact-col-1 {
    padding: 0 0 30px;
  }
}

.section-contact .contact-row .contact-col.contact-col-1 p {
  max-width: 300px;
}

.section-contact .contact-row .contact-col.contact-col-2 {
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .section-contact .contact-row .contact-col.contact-col-2 {
    padding: 0 0 30px;
  }
}

.section-contact .contact-row .contact-col.contact-col-3 {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .section-contact .contact-row .contact-col.contact-col-3 {
    text-align: left;
  }
}

.section-contact .contact-item {
  display: flex;
  align-items: flex-start;
}

.section-contact .contact-item .icon {
  margin-right: 20px;
  width: 16px;
  flex: 0 0 16px;
}

.section-contact .contact-item .icon.icon-mobile {
  width: 11px;
  height: 19px;
  margin-top: 2px;
}

.section-contact .contact-item.contact-phone .icon.icon-mobile {
  margin: 8px 20px 0 0;
  width: 11px;
  height: 19px;
}

.section-contact .contact-item.contact-phone span {
  font-size: 24px;
}

.section-contact .contact-item.contact-email {
  margin-bottom: 10px;
}

.section-contact .contact-item.contact-email .icon.icon-email {
  width: 16px;
  height: 12px;
  margin: 6px 20px 0 0;
}

.section-contact .contact-item.contact-address {
  margin-bottom: 30px;
}

.section-contact .contact-item.contact-address .icon.icon-map {
  width: 16px;
  height: 21px;
  margin: 2px 20px 0 0;
}

.section-contact .socials {
  display: flex;
  align-items: center;
}

.section-contact .socials .item:not(:last-child) {
  margin-right: 10px;
}

.section-contact .socials .item .icon {
  width: 28px;
  height: 28px;
}

.section-contact .contact-logo {
  margin-bottom: 30px;
}

.section-contact .contact-logo img {
  width: 206px;
  height: 42px;
}

.section-contact .contact-copy p {
  margin-bottom: 0;
}

/***** Homepage *****/
/*** Intro ***/
.section-intro {
  background: url("../images/intro.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 90vh;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section-intro {
    height: 70vh;
  }
}

.section-intro .intro-text {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  font-family: "PT Serif", serif;
  font-size: 1.67vw;
  text-align: center;
  width: 23vw;
  padding: 2vw 3vw;
}

@media screen and (max-width: 1279px) {
  .section-intro .intro-text {
    width: 33vw;
    font-size: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .section-intro .intro-text {
    width: 300px;
    padding: 20px;
    left: 50%;
    background: rgba(255, 255, 255, 0.7);
    font-size: 20px;
  }
}

.section-intro .intro-text .text-uppercase {
  font-size: 3.33vw;
  line-height: 1.1;
}

@media screen and (max-width: 1279px) {
  .section-intro .intro-text .text-uppercase {
    font-size: 4vw;
  }
}

@media screen and (max-width: 991px) {
  .section-intro .intro-text .text-uppercase {
    font-size: 30px;
  }
}

/*** Info ***/
.section-info {
  padding: 130px 0;
}

@media screen and (max-width: 991px) {
  .section-info {
    padding: 60px 0 50px;
  }
}

.section-info .info-row {
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .section-info .info-row {
    display: block;
  }
}

.section-info .info-row .info-col {
  width: 50%;
  flex: 0 0 50%;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .section-info .info-row .info-col {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .section-info .info-row .info-col {
    font-size: 16px;
  }
}

@media screen and (max-width: 359px) {
  .section-info .info-row .info-col {
    font-size: 14px;
  }
}

.section-info .info-row .info-col .list-arrow li {
  background-position: 0 6px;
}

@media screen and (max-width: 575px) {
  .section-info .info-row .info-col .list-arrow li {
    background-position: 0 4px;
  }
}

@media screen and (max-width: 359px) {
  .section-info .info-row .info-col .list-arrow li {
    background-position: 0 2px;
  }
}

.section-info .info-row .info-col.info-col-l {
  padding-right: 70px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section-info .info-row .info-col.info-col-l {
    padding: 0 0 30px;
  }
}

.section-info .info-row .info-col.info-col-l:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 30px;
  width: 1px;
  background: #000;
}

@media screen and (max-width: 991px) {
  .section-info .info-row .info-col.info-col-l:after {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.section-info .info-row .info-col.info-col-r {
  padding-left: 70px;
}

@media screen and (max-width: 991px) {
  .section-info .info-row .info-col.info-col-r {
    padding: 40px 0 0;
  }
}

/*** Services ***/
.section-services {
  background: #f5f5f5;
  padding: 130px 0 110px;
}

@media screen and (max-width: 991px) {
  .section-services {
    padding: 60px 0;
  }
}

.section-services h2 {
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-services .services-steps {
  max-width: 920px;
  margin: 0 auto;
}

.section-services .services-steps .step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.section-services .services-steps .step:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .section-services .services-steps .step:before {
    left: 80px;
  }
}

.section-services .services-steps .step:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  top: 0;
  bottom: 0;
  background: #ddd;
  z-index: 0;
}

@media screen and (max-width: 575px) {
  .section-services .services-steps .step:after {
    left: 80px;
  }
}

.section-services .services-steps .step:first-child:after {
  top: 50%;
}

.section-services .services-steps .step:last-child:after {
  bottom: 50%;
}

.section-services .services-steps .step .step-img {
  line-height: 0;
  width: 50%;
  flex: 0 0 50%;
}

@media screen and (max-width: 575px) {
  .section-services .services-steps .step .step-img {
    width: 80px;
    flex: 0 0 80px;
    order: 1;
  }
}

.section-services .services-steps .step .step-img img {
  border-radius: 50%;
}

.section-services .services-steps .step .step-info {
  width: 50%;
  flex: 0 0 50%;
}

@media screen and (max-width: 575px) {
  .section-services .services-steps .step .step-info {
    width: auto;
    flex: 1;
    order: 2;
  }
}

.section-services .services-steps .step .step-title {
  font-size: 24px;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 7px;
}

@media screen and (max-width: 575px) {
  .section-services .services-steps .step .step-title {
    font-size: 20px;
  }
}

.section-services .services-steps .step.step-l .step-img {
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .section-services .services-steps .step.step-l .step-img {
    padding-left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-services .services-steps .step.step-l .step-img {
    padding: 0 20px 0 0;
  }
}

.section-services .services-steps .step.step-l .step-info {
  padding-right: 50px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .section-services .services-steps .step.step-l .step-info {
    padding-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-services .services-steps .step.step-l .step-info {
    text-align: left;
    padding: 0 0 0 20px;
  }
}

.section-services .services-steps .step.step-r .step-img {
  text-align: right;
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .section-services .services-steps .step.step-r .step-img {
    padding-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-services .services-steps .step.step-r .step-img {
    padding: 0 20px 0 0;
  }
}

.section-services .services-steps .step.step-r .step-info {
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .section-services .services-steps .step.step-r .step-info {
    padding-left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-services .services-steps .step.step-r .step-info {
    padding: 0 0 0 20px;
  }
}

/*** Gallery ***/
.section-gallery {
  background: #f5f5f5;
  padding: 0 0 130px;
}

@media screen and (max-width: 1439px) {
  .section-gallery {
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .section-gallery {
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 1439px) {
  .section-gallery .container {
    padding: 0;
  }
}

.section-gallery .beer-slider {
  width: 100%;
}

.section-gallery .beer-slider img {
  width: 100%;
}

.section-gallery .gallery-w {
  position: relative;
}

.section-gallery .main-slider-w {
  margin-bottom: 10px;
}

.section-gallery .main-slider-w .swiper-slide {
  line-height: 0;
}

.section-gallery .thumbs-slider-w {
  position: relative;
}

@media screen and (max-width: 1439px) {
  .section-gallery .thumbs-slider-w {
    padding: 0 50px;
  }
}

.section-gallery .thumbs-slider-w .swiper-button-next,
.section-gallery .thumbs-slider-w .swiper-button-prev {
  color: #000;
}

.section-gallery .thumbs-slider-w .swiper-button-next:after,
.section-gallery .thumbs-slider-w .swiper-button-prev:after {
  font-size: 30px;
}

@media screen and (max-width: 575px) {
  .section-gallery .thumbs-slider-w .swiper-button-next:after,
  .section-gallery .thumbs-slider-w .swiper-button-prev:after {
    font-size: 20px;
  }
}

.section-gallery .thumbs-slider-w .swiper-button-prev {
  left: -50px;
}

@media screen and (max-width: 1439px) {
  .section-gallery .thumbs-slider-w .swiper-button-prev {
    left: 10px;
  }
}

.section-gallery .thumbs-slider-w .swiper-button-next {
  right: -50px;
}

@media screen and (max-width: 1439px) {
  .section-gallery .thumbs-slider-w .swiper-button-next {
    right: 10px;
  }
}

.section-gallery .thumbs-slider .swiper-slide {
  border: 1px solid transparent;
  line-height: 0;
}

.section-gallery .thumbs-slider .swiper-slide img {
  transition: all 0.2s;
}

.section-gallery .thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.section-gallery .thumbs-slider .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.7;
}

.beer-reveal {
  border-right: 2px solid #fff;
}

/*** Highlight ***/
.section-highlight {
  margin: 0 auto;
  max-width: 920px;
}

.section-highlight .highlight-block {
  border: 1px solid #000;
  padding: 50px;
  font-size: 24px;
  font-family: "PT Serif", serif;
  text-align: center;
}

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

.section-highlight#sectionHighlight1 {
  padding: 130px 0 0;
}

@media screen and (max-width: 991px) {
  .section-highlight#sectionHighlight1 {
    padding: 60px 0 0;
  }
}

.section-highlight#sectionHighlight2 {
  padding: 130px 0;
}

@media screen and (max-width: 991px) {
  .section-highlight#sectionHighlight2 {
    padding: 60px 0;
  }
}

/*** Pricing ***/
.section-pricing {
  padding: 130px 0 0;
}

@media screen and (max-width: 991px) {
  .section-pricing {
    padding: 60px 0 0;
  }
}

.section-pricing .container {
  max-width: 1200px;
}

.section-pricing h2 {
  text-transform: uppercase;
}

.section-pricing .pricing-list {
  margin: 0 -10px;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .section-pricing .pricing-list {
    margin: 0;
    display: block;
  }
}

.section-pricing .pricing-list .pricing-item {
  padding: 0 10px;
  width: 33.3333%;
  flex: 0 0 33.3333%;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .section-pricing .pricing-list .pricing-item {
    width: 100%;
    padding: 0;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .section-pricing .pricing-list .pricing-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.section-pricing .card.card-pricing {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section-pricing .card.card-pricing .card-body {
  padding: 20px 30px 10px;
}

.section-pricing .card.card-pricing .card-number {
  font-family: "PT Serif", serif;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 10px;
}

.section-pricing .card.card-pricing .card-title {
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}

.section-pricing .card.card-pricing .card-text {
  text-align: left;
}

.section-pricing .card.card-pricing .card-footer {
  margin-top: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.08);
}

.section-pricing .card.card-pricing .card-price {
  font-size: 36px;
  font-weight: bold;
  font-family: "PT Serif", serif;
}

.section-pricing .card.card-pricing.card-pricing-1 {
  background: #f5f5f5;
}

.section-pricing .card.card-pricing.card-pricing-1 .card-number {
  color: #aaa;
}

.section-pricing .card.card-pricing.card-pricing-1 .card-price {
  color: #666;
}

.section-pricing .card.card-pricing.card-pricing-2 {
  background: #444;
}

.section-pricing .card.card-pricing.card-pricing-2 .card-body {
  color: #fff;
}

.section-pricing .card.card-pricing.card-pricing-2 .card-number {
  color: #999;
}

.section-pricing .card.card-pricing.card-pricing-2 .card-price {
  color: #fff;
}

.section-pricing .card.card-pricing.card-pricing-3 {
  background: #bbb;
}

.section-pricing .card.card-pricing.card-pricing-3 .card-number {
  color: #666;
}

.section-pricing .card.card-pricing.card-pricing-3 .card-price {
  color: #666;
}

/*** Results ***/
.section-results {
  padding: 130px 0 0;
}

@media screen and (max-width: 991px) {
  .section-results {
    padding: 60px 0 0;
  }
}

.section-results .container {
  max-width: 920px;
}

.section-results h2 {
  text-transform: uppercase;
}

.section-results .results-list .results-item:not(:last-child) {
  margin-bottom: 10px;
}

.section-results .card.card-result {
  background: #f5f5f5;
  text-align: center;
  padding: 20px 30px;
}

.section-results .card.card-result .card-address {
  font-size: 14px;
  margin-bottom: 18px;
}

.section-results .card.card-result .card-sold {
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "PT Serif", serif;
}

.section-results .card.card-result .card-quote {
  font-size: 24px;
  font-family: "PT Serif", serif;
  font-style: italic;
}

.section-results .card.card-result .card-benefit {
  font-size: 24px;
  font-family: "PT Serif", serif;
}

/*** FAQ ***/
.section-faq {
  padding: 130px 0 0;
  font-family: "PT Serif", serif;
}

@media screen and (max-width: 991px) {
  .section-faq {
    padding: 60px 0 0;
  }
}

.section-faq .faq-list .faq-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.section-faq .faq-list .faq-item .question {
  padding: 15px 0;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.section-faq .faq-list .faq-item .question .text {
  padding-right: 10px;
}

.section-faq .faq-list .faq-item .question .icon {
  margin: 4px 0 0 auto;
  transition: all 0.2s;
}

.section-faq .faq-list .faq-item .answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  padding: 0 30px;
  background: #f5f5f5;
  margin: 0 0 0 60px;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .section-faq .faq-list .faq-item .answer {
    margin: 0;
  }
}

.section-faq .faq-list .faq-item .answer p:last-child {
  margin-bottom: 0;
}

.section-faq .faq-list .faq-item.expanded .question .icon {
  transform: rotate(180deg);
}

.section-faq .faq-list .faq-item.expanded .answer {
  padding: 20px 30px;
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  margin: 0 0 30px 60px;
}

@media screen and (max-width: 991px) {
  .section-faq .faq-list .faq-item.expanded .answer {
    margin: 0 0 30px 0;
  }
}

/* Survey Page */
.section-survey {
  padding: 0 0 20px;
  position: relative;
}

.section-survey .headline {
  padding: 10px 0;
  background: #0084ff;
  color: #fff;
  font-family: "Nunito", sans-serif;
  margin: 0;
}

.section-survey h1 {
  font-size: 26px;
  font-family: "Nunito", sans-serif;
}

@media screen and (max-width: 399px) {
  .section-survey h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 359px) {
  .section-survey h1 {
    font-size: 20px;
  }
}

.section-survey .survey {
  padding-top: 20px;
}

@media screen and (max-width: 575px) {
  .section-survey .survey {
    padding: 0;
    margin-top: -30px;
  }
}

/*# sourceMappingURL=main.css.map */
