@font-face {
  font-family: "Orkney";
  font-style: light;
  font-weight: 300;
  src: url(../fonts/orkney-light-webfont.woff) format("woff"),
    url(../fonts/orkney-light-webfont.woff2) format("woff2");
}

@font-face {
  font-family: "Orkney";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/orkney-regular-webfont.woff) format("woff"),
    url(../fonts/orkney-regular-webfont.woff2) format("woff2");
}

@font-face {
  font-family: "Orkney";
  font-style: medium;
  font-weight: 600;
  src: url(../fonts/orkney-medium-webfont.woff) format("woff"),
    url(../fonts/orkney-medium-webfont.woff2) format("woff2");
}

@font-face {
  font-family: "Orkney";
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/orkney-bold-webfont.woff) format("woff"),
    url(../fonts/orkney-bold-webfont.woff2) format("woff2");
}

@font-face {
  font-family: "Burler";
  font-style: light;
  font-weight: 300;
  src: url(../fonts/Butler-Light.woff) format("woff"),
    url(../fonts/Butler-Light.woff2) format("woff2");
}

@font-face {
  font-family: "Burler";
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/Butler-Bold.woff) format("woff"),
    url(../fonts/Butler-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Florence";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/florence-regular.woff) format("woff"),
    url(../fonts/florence-regular.woff2) format("woff2");
}

@font-face {
  font-family: "Signerica Fat";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/signerica_fat.woff) format("woff"),
    url(../fonts/signerica_fat.woff2) format("woff2");
}

@font-face {
  font-family: "Myriad Hebrew";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Myriad-Hebrew.woff) format("woff"),
    url(../fonts/Myriad-Hebrew.woff2) format("woff2");
}

@font-face {
  font-family: "TrajanPro3";
  font-style: bold;
  font-weight: 600;
  src: url(../fonts/TrajanPro3SemiBold.woff) format("woff"),
    url(../fonts/TrajanPro3SemiBold.woff2) format("woff2");
}

@font-face {
  font-family: "TrajanPro3";
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/TrajanPro3Bold.woff) format("woff"),
    url(../fonts/TrajanPro3Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Gotham";
  font-style: light;
  font-weight: 300;
  src: url(../fonts/Gotham-Light.woff) format("woff"),
    url(../fonts/Gotham-Light.woff2) format("woff2");
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Gotham-Book.woff) format("woff"),
    url(../fonts/Gotham-Book.woff2) format("woff2");
}

@font-face {
  font-family: "Gotham";
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/Gotham-Bold.woff) format("woff"),
    url(../fonts/Gotham-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Gotham";
  font-style: bold italic;
  font-weight: 900;
  src: url(../fonts/Gotham-BlackItalic.woff) format("woff"),
    url(../fonts/Gotham-BlackItalic.woff2) format("woff2");
}

@font-face {
  font-family: "Gotham";
  font-style: bold;
  font-weight: 900;
  src: url(../fonts/Gotham-Ultra.woff) format("woff"),
    url(../fonts/Gotham-Ultra.woff2) format("woff2");
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: constant(safe-area-inset);
  padding: env(safe-area-inset);
}

body {
  margin: 0;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
  color: #888;
  font: 16px/1.5 "Orkney", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #093b5d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
  top: 5px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

button,
input,
optgroup,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}

textarea {
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

.btn,
optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
}

.comment-form .comment-form-cookies-consent label,
legend,
td,
th {
  padding: 0;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 14px 35px;
  font-size: 19px;
  border-radius: 0;
  border-width: 1px;
  line-height: 1.1;
  color: #fff;
  background-color: #093b5d;
  border-color: #093b5d;
}

.btn:hover {
  color: #fff;
  background-color: #020f17;
  border-color: #020f17;
  text-decoration: none;
}

.btn-outline {
  color: #093b5d;
  background-color: transparent;
  background-image: none;
}

.btn-outline:hover {
  color: #fff;
  background-color: #093b5d;
  border-color: #fff;
}

.btn-outline.alt {
  border-color: #ddc9a3;
}

.btn-outline,
.btn-outline.alt:hover {
  border-color: #093b5d;
}

.btn-lg {
  padding: 18px 34px;
  font-size: 19px;
  border-radius: 0;
  border-width: 1px;
  line-height: 1.1;
}

.btn-link,
.btn-link:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link {
  color: #093b5d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-link:hover {
  color: #020f17;
  text-decoration: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 15px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block,
table {
  width: 100%;
}

.draw {
  margin: -7px 7px 7px;
}

.draw,
.draw-static,
.draw-wrap {
  position: relative;
  z-index: 10;
}

.draw-static {
  margin: -7px 7px 7px;
}

.draw-static::after,
.draw-static::before,
.draw-wrap::after,
.draw-wrap::before,
.draw::after,
.draw::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
}

.draw-static,
.draw-wrap {
  display: inline-block;
  vertical-align: top;
}

.draw-static::after,
.draw-static::before {
  border: 1px solid #ddc9a3;
  width: auto;
  height: auto;
}

.draw-static::before {
  margin: -7px 7px 7px;
}

.draw-static::after,
.draw-static::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.draw-static:hover:after,
.draw-static:hover:before {
  opacity: 0;
}

.draw::after,
.draw::before {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.draw::before {
  top: 0;
  left: 0;
}

.draw::after {
  bottom: 0;
  right: 0;
}

.draw-wrap {
  margin: 0;
  padding: 0;
}

.draw-wrap::after,
.draw-wrap::before {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.draw-wrap::before {
  top: 0;
  left: 0;
}

.draw-wrap::after {
  right: 0;
  bottom: 0;
}

.draw-wrap:hover button {
  color: inherit;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.draw-wrap:hover .draw {
  color: #ddc9a3;
}

.draw-wrap:hover .draw::after,
.draw-wrap:hover .draw::before,
.draw-wrap:hover::after,
.draw-wrap:hover::before {
  width: 100%;
  height: 100%;
}

.draw-wrap:hover .draw::before {
  border-top-color: #ddc9a3;
  border-right-color: #ddc9a3;
  -webkit-transition: width 0.1s linear, height 0.1s linear 0.1s;
  -o-transition: width 0.1s linear, height 0.1s linear 0.1s;
  transition: width 0.1s linear, height 0.1s linear 0.1s;
}

.draw-wrap:hover .draw::after,
.draw-wrap:hover::before {
  border-bottom-color: #ddc9a3;
  border-left-color: #ddc9a3;
  -webkit-transition: border-color 0s linear 0.2s, width 0.1s linear 0.3s,
    height 0.1s linear 0.5s;
  -o-transition: border-color 0s linear 0.2s, width 0.1s linear 0.3s,
    height 0.1s linear 0.5s;
  transition: border-color 0s linear 0.2s, width 0.1s linear 0.3s,
    height 0.1s linear 0.5s;
}

.draw-wrap:hover::before {
  -webkit-transition: height 0.1s linear, width 0.1s linear 0.1s;
  -o-transition: height 0.1s linear, width 0.1s linear 0.1s;
  transition: height 0.1s linear, width 0.1s linear 0.1s;
}

.draw-wrap:hover::after {
  border-right-color: #ddc9a3;
  border-top-color: #ddc9a3;
  -webkit-transition: border-color 0s linear 0.2s, height 0.1s linear 0.3s,
    width 0.1s linear 0.5s;
  -o-transition: border-color 0s linear 0.2s, height 0.1s linear 0.3s,
    width 0.1s linear 0.5s;
  transition: border-color 0s linear 0.2s, height 0.1s linear 0.3s,
    width 0.1s linear 0.5s;
}

.btn-lines:after,
.nav li > ul a:after {
  display: none !important;
}

.btn-lines:hover {
  text-decoration: none;
}

.btn-lines span {
  display: block;
  vertical-align: middle;
  padding: 1.1em 1.3em 0.95em;
  font-family: "Orkney";
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
}

.btn-lines._lg span {
  font-size: 18px;
  padding: 1.44em 2.6em 1.11em;
}

.btn-lines._dark span {
  color: #023c5b;
}

.btn-lines._dark .draw-static:after,
.btn-lines._dark .draw-static:before {
  border-color: #af9a7f;
}

.btn-lines._dark .draw-wrap:hover:before {
  border-left-color: #af9a7f;
  border-bottom-color: #af9a7f;
}

.btn-lines._dark .draw-wrap:hover .draw:before,
.btn-lines._dark .draw-wrap:hover:after {
  border-top-color: #af9a7f;
  border-right-color: #af9a7f;
}

.btn-lines._dark .draw-wrap:hover .draw:after {
  border-bottom-color: #af9a7f;
  border-left-color: #af9a7f;
}

.btn-lines-white .draw-static:after,
.btn-lines-white .draw-static:before {
  border-color: #fff;
}

.btn-lines-white .draw-wrap:hover:before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.btn-lines-white .draw-wrap:hover .draw:before,
.btn-lines-white .draw-wrap:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn-lines-white .draw-wrap:hover .draw:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn-play .draw {
  display: block;
  height: 100%;
  margin: 18px -24px 18px 18px;
}

.btn-play .draw-static,
.btn-play .draw-wrap {
  display: block;
  height: 100%;
}

.btn-play .draw-static,
.btn-play .draw-static:before {
  margin: 18px -24px 18px 18px;
}

.btn-play .draw-wrap {
  margin: 0;
}

.btn-play .draw-wrap:hover .draw:after,
.btn-play .draw-wrap:hover .draw:before {
  height: calc(100% - 36px);
}

.btn-play .draw,
.btn-play span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-play .draw:before {
  top: 18px;
}

.btn-play .draw:after {
  bottom: 18px;
}

.btn-play span {
  position: relative;
  width: 177px;
  height: 181px;
  padding: 0.5em 0.85em 0.5em 0.5em;
  font-size: 50px;
  line-height: 1;
  color: #fff;
}

.nav ul,
.social-links,
.social-links-alt {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-rating .rating-stars {
  padding: 0;
  list-style: none;
}

#search_block p:after,
#search_block:after,
.clearfix:after,
.navigation-single:after,
.post-password-form p:after,
.post-password-form:after,
.widget:after {
  content: "";
  display: block;
  clear: both;
}

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

fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none;
}

select {
  border-radius: 0;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  height: 40px;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  background: #fff;
  border: 1px solid #f4eede;
  border-radius: 0;
  margin: 0;
  padding: 10px 20px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
  color: #696969;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ababab;
  opacity: 1;
}

input[type="email"]:-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #ababab;
  opacity: 1;
}

input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ababab;
  opacity: 1;
}

textarea {
  resize: none;
  vertical-align: top;
  width: 100%;
  height: 200px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 14px 35px;
  font-size: 19px;
  border-radius: 0;
  border-width: 1px;
  line-height: 1.1;
  color: #fff;
  background-color: #093b5d;
  border-color: #093b5d;
  border-style: solid;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: left;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #020f17;
  border-color: #020f17;
}

iframe,
input[type="file"] {
  max-width: 100%;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #f4eede;
  margin: 0 10px 0 0;
  height: 24px;
  width: 24px;
  min-width: 24px;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 6px;
  width: 12px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #f5a64a;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}

.jcf-checkbox.jcf-checked span,
.jcf-radio.jcf-checked span {
  display: block;
}

.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: default;
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  margin: 0 10px 0 0;
  height: 16px;
  width: 16px;
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #f5a64a;
  border-radius: 100%;
}

.jcf-checkbox input[type="checkbox"],
.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

* {
  max-height: 1000000px;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.h1,
h1,
h3 {
  line-height: 1.2;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Burler";
  font-weight: 700;
  color: #093b5d;
}

.h,
.h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  line-height: 1.2;
}

.h a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-size: inherit;
}

.h1,
h1 {
  font-size: 7.2rem;
  margin: 0 0 0.5em;
}

.h2,
h2 {
  font-size: 3.5rem;
  line-height: 1.333;
  margin: 0 0 0.6em;
}

.h3,
h3 {
  font-size: 3rem;
  margin: 0 0 0.7em;
}

.h4,
h4 {
  font-size: 2.4rem;
  margin: 0 0 0.8em;
}

.h5,
h5 {
  font-size: 20px;
  margin: 0 0 0.9em;
}

.h6,
h6 {
  font-size: 16px;
  margin: 0 0 1em;
}

.heading-line span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 80px;
}

.heading-line span:after {
  position: absolute;
  top: 0.65em;
  left: 0;
  z-index: 2;
  content: "";
  width: 70px;
  height: 1px;
  background: #ddc9a3;
}

ol,
p,
ul {
  margin-top: 0;
}

p {
  margin-bottom: 2.5rem;
}

.post-list h4 a:hover,
a:hover {
  color: #ddc9a3;
}

ol,
ul {
  padding-left: 0;
}

ol,
ol li,
ul,
ul li {
  list-style: none;
}

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ol.list-style,
ul.list-style {
  font-size: 16px;
  margin-bottom: 15px;
  color: #888;
}

#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li,
ol.list-style li,
ul.list-style li {
  padding-left: 20px;
  position: relative;
}

#sidebar ol:not([class]) li + li,
#sidebar ul:not([class]) li + li,
.entry ol:not([class]) li + li,
.entry ul:not([class]) li + li,
ol.list-style li + li,
ul.list-style li + li {
  margin-top: 10px;
}

#sidebar ol:not([class]) ol,
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ol,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ol,
.entry ol:not([class]) ul,
.entry ul:not([class]) ol,
.entry ul:not([class]) ul,
ol.list-style ol,
ol.list-style ul,
ul.list-style ol,
ul.list-style ul {
  margin-bottom: 0;
  margin-top: 10px;
}

#sidebar ol:not([class]) ul > li:before,
#sidebar ul:not([class]) ul > li:before,
.entry ol:not([class]) ul > li:before,
.entry ul:not([class]) ul > li:before,
ol.list-style ul > li:before,
ul.list-style ul > li:before {
  content: "+";
  color: #020f17;
}

#sidebar ol:not([class]) ol > li:before,
#sidebar ul:not([class]) ol > li:before,
.entry ol:not([class]) ol > li:before,
.entry ul:not([class]) ol > li:before,
ol.list-style ol > li:before,
ul.list-style ol > li:before {
  color: #020f17;
}

#sidebar ul:not([class]) > li:before,
.entry ul:not([class]) > li:before,
ul.list-style > li:before {
  content: "-";
  font-size: 12px;
  color: #093b5d;
  position: absolute;
  top: 2px;
  left: 0;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
  counter-reset: list;
}

#sidebar ol:not([class]) > li:before,
.entry ol:not([class]) > li:before,
ol.list-style > li:before {
  content: counter(list) ".";
  counter-increment: list;
  font-size: 12px;
  color: #093b5d;
  position: absolute;
  top: 2px;
  left: 0;
}

.list-custom li {
  position: relative;
  padding-left: 54px;
}

.list-custom li:before,
.widget h3:after {
  position: absolute;
  left: 0;
  z-index: 2;
  content: "";
  height: 1px;
}

.list-custom li:before {
  top: 0.85em;
  width: 47px;
  background: #ddc9a3;
}

table th {
  text-align: left;
}

table td + td,
table th + th {
  text-align: center;
}

table td,
table th {
  font-size: 16px;
  padding: 10px 15px;
  color: #888;
  border-bottom: 1px solid #979797;
}

pre {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

blockquote {
  color: #888;
  font-size: 18px;
  background: #f3f3f3;
  border-left: 5px solid #093b5d;
  margin: 0 0 1.2em;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: 700;
}

dl dd {
  margin-left: 0;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.widget {
  margin-bottom: 3.3em;
}

.post-list h4,
.widget h3 {
  line-height: 1.334;
  font-weight: 700;
  color: #222;
}

.widget h3 {
  font-size: 24px;
  position: relative;
  padding: 0 0 3px;
  margin: 0 0 34px;
}

.widget h3:after {
  top: 100%;
  width: 50px;
  background: #af9a7d;
}

.widget select {
  min-width: inherit;
  width: 100%;
}

.post-list .item,
.tagcloud,
.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-list .item + .item {
  margin-top: 29px;
}

.post-list .item-holder {
  width: 100%;
}

.post-list img {
  min-width: 70px;
  max-width: 70px;
  margin: 0 28px 0 0;
}

.post-list h4 {
  font-size: 18px;
  margin: 0 0 1px;
}

.post-list .date,
.tagcloud a {
  display: block;
  color: #ddc9a3;
}

.tagcloud {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}

.tagcloud a {
  border: 1px solid #f7f7f7;
  background: #fff;
  padding: 6px 13px 7px;
  margin: 0 13px 16px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #777;
}

.tagcloud a:hover {
  background: #000;
  text-decoration: none;
  color: #af9a7d;
}

#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption,
blockquote {
  padding: 10px;
}

#wp-calendar td,
#wp-calendar th {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td {
  background: 0 0;
}

.comment-form {
  margin: -11px 0 0;
}

.comment-form p {
  overflow: hidden;
  padding: 0 0 30px;
  margin: 0;
}

.comment-form label,
label {
  display: block;
  padding: 0 0 5px;
}

.comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.comment-form textarea {
  display: block;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 7px 10px;
  background: #f4f4f4;
  border: 0;
  font-style: normal;
  color: #777;
}

.comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

.comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
.comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.comment-form textarea {
  width: 100%;
  margin: 0;
  height: 240px;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
  border: 1px solid #093b5d;
  background: 0 0;
  padding: 18px 34px;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
  color: #093b5d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comment-form input[type="submit"]:hover,
.nav li > ul a:hover {
  background: #093b5d;
  color: #fff;
}

.comment-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.comment-form .col {
  padding: 0 15px;
}

.comment-form .col.col2 {
  width: 50%;
}

.comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  width: auto;
  margin: 4px 10px 0 0;
}

.post-password-form label {
  display: block;
}

#search_block,
.post-password-form {
  margin-bottom: 15px;
}

#search_block input,
.post-password-form input {
  float: left;
}

#search_block input[type="password"],
#search_block input[type="search"],
#search_block input[type="text"],
.post-password-form input[type="password"],
.post-password-form input[type="search"],
.post-password-form input[type="text"] {
  border-radius: 0;
  margin: 0 4px 0 0;
  width: 145px;
  min-width: auto;
}

#search_block [type="submit"],
.post-password-form [type="submit"] {
  height: 40px;
  padding: 10px 20px;
  font-size: 15px;
}

.search-form {
  border: 2px solid #ddc9a3;
  position: relative;
  padding-right: 54px;
}

.search-form input[type="password"],
.search-form input[type="search"],
.search-form input[type="text"] {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 15px 20px;
  background: #fff;
  border: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  color: #222;
}

.search-form input[type="password"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder {
  color: #222;
}

.search-form input[type="password"]:-moz-placeholder,
.search-form input[type="password"]::-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder {
  color: #222;
}

.search-form input[type="password"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder {
  color: #222;
}

.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 54px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ddc9a3;
  border: 0;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

.search-form button:hover {
  background: #cfb37e;
}

.commentlist,
.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.5em 4px 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.commentlist-item + .commentlist-item {
  padding-top: 0;
}

.widget_calendar #prev {
  padding-left: 5px;
  text-align: left;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

#calendar_wrap table a {
  font-size: inherit;
}

.navigation,
.navigation-comments,
.pagination {
  position: relative;
  vertical-align: middle;
  padding: 10px 0 20px;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .al a:active,
.navigation .al a:hover,
.navigation .ar a:active,
.navigation .ar a:hover,
.navigation .current,
.navigation .next a:active,
.navigation .next a:hover,
.navigation .page-numbers:active,
.navigation .page-numbers:hover,
.navigation .prev a:active,
.navigation .prev a:hover,
.navigation-comments .al a:active,
.navigation-comments .al a:hover,
.navigation-comments .ar a:active,
.navigation-comments .ar a:hover,
.navigation-comments .current,
.navigation-comments .next a:active,
.navigation-comments .next a:hover,
.navigation-comments .page-numbers:active,
.navigation-comments .page-numbers:hover,
.navigation-comments .prev a:active,
.navigation-comments .prev a:hover,
.pagination .al a:active,
.pagination .al a:hover,
.pagination .ar a:active,
.pagination .ar a:hover,
.pagination .current,
.pagination .next a:active,
.pagination .next a:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:hover,
.pagination .prev a:active,
.pagination .prev a:hover {
  color: #ddc9a3;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
  background: 0 0;
  color: #ccc;
}

.navigation .al.disabled,
.navigation .ar.disabled,
.navigation .next.disabled,
.navigation .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled {
  pointer-events: none;
}

.navigation .al a,
.navigation .ar a,
.navigation .next a,
.navigation .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.pagination .al a,
.pagination .ar a,
.pagination .next a,
.pagination .prev a {
  color: #093b5d;
}

.navigation-single {
  margin-bottom: 1.5em;
}

.navigation-single .next,
.navigation-single .prev {
  vertical-align: middle;
  max-width: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.navigation-single .prev {
  float: left;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  display: block;
}

.navigation-single .next {
  float: right;
}

img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

.wp-caption {
  clear: both;
  border: 1px solid #888;
  max-width: 96%;
  padding: 5px 3px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 98.5%;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter,
figure.aligncenter {
  margin: 0 auto 1.5em;
  text-align: center;
}

img.alignnone {
  margin-bottom: 31px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 45px;
}

img.no-margin {
  margin: 0;
}

.aligncenter {
  margin: 5px auto 20px;
}

img.alignright {
  max-width: 50%;
  margin: 0 21px 45px 24px;
}

img.alignleft {
  max-width: 50%;
  margin: 0 41px 45px 0;
}

.alignleft,
.alignright {
  max-width: 50%;
  float: left;
  margin: 0 1.5em 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 1.5em;
}

.alignnone {
  margin: 0 0 1.5em;
}

img.wp-smiley {
  padding: 0;
  border: 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.nav li > ul li,
.posts-list .entry p,
.title h1,
a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-post p img:not(.border),
.entry p img:not(.border) {
  -webkit-box-shadow: 21px 31px 0 0 #ddc9a3;
  box-shadow: 21px 31px 0 0 #ddc9a3;
}

.fluid-iframe {
  display: block;
  position: relative;
  padding-bottom: 60%;
}

.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mejs-container {
  margin-bottom: 1.5em;
}

.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
  height: auto;
}

.al,
.navigation .next {
  float: left;
}

.ar,
.navigation .prev {
  float: right;
}

.posts-list .post {
  margin: 0 0 60px;
}

.title {
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

.post .postmetadata,
.post .title {
  margin-bottom: 10px;
}

.textwidget p {
  padding: 0 0 10px;
}

.center {
  text-align: center;
}

.hidden,
blockquote p + p:after,
blockquote p + p:before,
blockquote q + p:after,
blockquote q + p:before,
code br {
  display: none;
}

code,
pre {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 20px;
  display: block;
  margin: 0 0 20px;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

code {
  padding: 1px 20px 0;
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

abbr,
acronym,
span.caps {
  cursor: help;
}

abbr,
acronym {
  border-bottom: 1px dashed #dfcfba;
}

blockquote cite {
  display: block;
  padding-top: 5px;
}

blockquote p:before,
q:before {
  content: open-quote;
}

blockquote p:after,
q:after {
  content: close-quote;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.page-link {
  padding: 0 0 15px;
}

.comments {
  clear: both;
}

.comments h3 {
  font-size: 24px;
}

.comment-respond h3,
.comments h3 {
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 7px;
  margin: 0 0 40px;
}

.comments h3 {
  font-family: "Playfair Display", serif;
}

.comment-respond h3 {
  font-family: "Orkney";
  font-size: 20px;
}

.commentlist,
.commentlist .commentlist {
  padding: 0;
}

.comment-author {
  padding-right: 80px;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #af9a7d;
  margin-bottom: 0;
}

.comment-metadata {
  font-size: 16px;
  line-height: 1.2;
  color: #222;
  margin-bottom: 0.5em;
}

.comment-metadata a {
  color: inherit;
}

.comment-metadata a:hover {
  color: #ddc9a3;
}

.comment-body {
  border: 1px solid #f2f2f2;
  padding: 36px 22px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.285;
  font-weight: 400;
  color: #888;
}

.comment-body .avatar {
  min-width: 72px;
  max-width: 72px;
  margin: 7px 21px 0 0;
}

.comment-body-holder {
  width: 100%;
}

.comment-body p {
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}

.comment-body .edit-link {
  margin-left: 20px;
}

.comment-body .reply,
.comment-body .reply i {
  position: absolute;
  top: 32px;
  right: 43px;
  z-index: 2;
}

.comment-body .reply a {
  color: #777;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #222;
}

.comment-body .reply a:hover {
  border-bottom: none;
  color: #ddc9a3;
}

.comment-body .reply i {
  top: 0;
  right: 100%;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin: 3px 10px 0 0;
  font-size: 12px;
  line-height: 1;
  color: #c6a47e;
}

.parent.comment .comment {
  margin-left: 5%;
}

.breadcrumb {
  padding-bottom: 20px;
}

.post .title h3 {
  margin-bottom: 1em;
}

.divider {
  height: 80px;
}

.wpcf7-not-valid-tip {
  display: none;
  padding-top: 5px;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #d93c3c;
}

.error input:not([type="submit"]) {
  border-color: red !important;
}

.widget .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-item img {
  -webkit-transition: -webkit-filter 0.3s ease-in;
  -o-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

#content {
  float: left;
  width: 67%;
  padding: 0 15px 0 0;
}

#sidebar {
  float: right;
  width: 33%;
  padding: 0 0 0 15px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 0 1em 2em;
  text-align: left;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
label + br {
  display: none;
}

.content-area {
  padding-top: 20px;
}

.form-allowed-tags code {
  white-space: pre-line;
}

.hentry > img {
  margin-bottom: 16px;
}

.nav a.highlighted:after,
.nav a:hover:after,
.search-bar.active .search-bar-drop,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  display: block;
}

.resize-active {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.resize-active *,
.resize-active :after,
.resize-active :before {
  -webkit-transition: inherit !important;
  -o-transition: inherit !important;
  transition: inherit !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.header .container {
  max-width: 1230px;
}

.header-top {
  height: 55px;
  overflow: hidden;
  background: #093b5d;
  color: #fff;
}

.nav li:after,
.nav li:before,
.page-scrolled .header-top {
  display: none;
}

.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.header-top .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.header-top .ttl a,
.woocommerce .product-section div.product .woocommerce-tabs .panel .btn:hover {
  color: #fff;
}

.header-top .ttl a:focus,
.header-top .ttl a:hover {
  color: #ddc9a3;
}

.header-top .social-links {
  margin: 0 14px 0 0;
}

.search-bar {
  margin: 0 -15px 0 0;
}

.search-bar-opener {
  display: block;
  padding: 14px 15px 13px;
  font-size: 26px;
  line-height: 1;
  border: 1px solid #fff;
  border-width: 0 1px;
  color: #fff;
  outline: 0;
}

.nav a.highlighted,
.nav a:hover,
.search-bar-opener:hover {
  color: #ddc9a3;
}

.search-bar-closer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  color: #000;
}

.search-bar-drop {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 100%;
}

.search-bar input[type="search"],
.search-bar input[type="text"] {
  width: 100%;
  height: 55px;
  padding: 15px;
  margin: 0;
  border: 0;
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  color: #000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-bar input[type="search"]::-webkit-input-placeholder,
.search-bar input[type="text"]::-webkit-input-placeholder {
  color: #999;
}

.search-bar input[type="search"]:-moz-placeholder,
.search-bar input[type="search"]::-moz-placeholder,
.search-bar input[type="text"]:-moz-placeholder,
.search-bar input[type="text"]::-moz-placeholder {
  color: #999;
}

.search-bar input[type="search"]:-ms-input-placeholder,
.search-bar input[type="text"]:-ms-input-placeholder {
  color: #999;
}

.header-menu-wrapper {
  padding: 14px 0 15px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}

.page-scrolled .header-menu-wrapper {
  background: #023c5b;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}

.header-menu-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu-wrapper .logo {
  margin: 0 10px 0 -18px;
  position: relative;
  max-width: 210px;
  -webkit-transition: max-width 0.3s ease;
  -o-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
  z-index: 2;
}

.nav-opener {
  display: none;
  width: 40px;
  height: 40px;
  background: #093b5d;
  position: relative;
  border-radius: 3px;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 20%;
  right: 20%;
  height: 4px;
  margin-top: -2px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-opener span {
  top: 50%;
}

.nav-opener:before {
  content: "";
  top: 30%;
}

.nav-opener:after {
  content: "";
  top: 70%;
}

.nav-opener:hover {
  opacity: 0.9;
}

.nav,
.nav-drop {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 15%;
  right: 15%;
}

.nav-active .nav-opener:after {
  top: 50%;
  left: 15%;
  right: 15%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Burler";
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
}

.nav ul ul {
  font-size: 0.8em;
}

.nav a {
  display: block;
  z-index: 1;
  color: inherit;
}

.nav a:after {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  content: "";
  height: 2px;
  background: #ddc9a3;
}

.nav a .sub-arrow,
.nav a:after,
.nav li > ul {
  position: absolute;
  display: none;
}

.nav a .sub-arrow {
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 15px 0 0;
  border-width: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid dashed dashed;
  border-color: #000 transparent transparent;
}

.nav .has-mega-menu {
  position: static !important;
}

.nav .has-mega-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}

.nav .has-mega-menu .mega-menu li,
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav .has-mega-menu .mega-menu .col {
  width: 33.33%;
  padding: 15px;
}

.nav .has-mega-menu .mega-menu .col ul {
  position: static;
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
  background: 0 0;
}

.nav .has-mega-menu .mega-menu .col li {
  color: #fff;
  display: list-item;
  list-style-type: disc;
  margin: 0 0 0.5em;
}

.nav .has-mega-menu .mega-menu .col a {
  color: inherit;
  display: inline;
  padding: 0;
}

.nav .has-mega-menu .mega-menu .col a:hover {
  background: 0 0;
  color: #00f;
}

.nav .btn-lines {
  margin: 9px -10px -10px -12px;
}

.nav a,
.nav li,
.w1 {
  position: relative;
}

.nav li {
  padding: 0;
  margin: 0 45px 0 0;
}

.nav li.m-visible {
  text-align: center;
  padding: 20px 0 0;
}

.nav li.m-visible a {
  padding: 7px 15px;
}

.nav li > ul {
  z-index: 10;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  font-family: "Orkney";
}

.nav li > ul ul {
  background: #00f;
}

.nav li > ul ul ul {
  background: red;
}

.nav li > ul a {
  padding: 6px 10px;
  color: inherit;
}

.nav li > ul .sub-arrow {
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #fff;
}

.w1 {
  width: 100%;
  overflow: hidden;
}

.w1.pt {
  padding-top: 165px;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.t-visible {
  display: none;
}

.m-visible {
  display: block;
}

.bg-stretch,
.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.bg-stretch {
  right: 0;
  bottom: 0;
}

.bg-stretch img,
.parallax-bg img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-stretch img {
  max-width: none;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.parallax-bg {
  width: 100%;
  height: 150%;
}

.parallax-bg img {
  left: 0;
  top: 0;
}

.img-lines {
  position: relative;
}

.img-lines .lines,
.img-lines.active .lines:after,
.img-lines.active .lines:before,
.parallax-bg img {
  width: 100%;
  height: 100%;
}

.img-lines.active .lines:before {
  border-left-color: #ddc9a3;
  border-bottom-color: #ddc9a3;
  -webkit-transition: height 0.1s linear, width 0.1s linear 0.1s;
  -o-transition: height 0.1s linear, width 0.1s linear 0.1s;
  transition: height 0.1s linear, width 0.1s linear 0.1s;
}

.img-lines.active .lines:after {
  border-right-color: #ddc9a3;
  border-top-color: #ddc9a3;
  -webkit-transition: border-color 0s linear 0.2s, height 0.1s linear 0.3s,
    width 0.1s linear 0.5s;
  -o-transition: border-color 0s linear 0.2s, height 0.1s linear 0.3s,
    width 0.1s linear 0.5s;
  transition: border-color 0s linear 0.2s, height 0.1s linear 0.3s,
    width 0.1s linear 0.5s;
}

.img-lines .lines {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
}

.img-lines .lines:after,
.img-lines .lines:before {
  content: "";
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.img-lines .lines:before {
  top: 0;
  left: 0;
}

.img-lines .lines:after {
  right: 0;
  bottom: 0;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}

.social-links li {
  margin: 0 5px 0 4px;
}

.social-links a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.nav li > ul,
.social-links a:hover {
  background: #fff;
  color: #093b5d;
}

.social-links .fa-instagram {
  font-size: 20px;
}

.social-links-alt {
  font-size: 20px;
  line-height: 1;
}

.social-links-alt li {
  margin: 0 20px 0 0;
}

.about-section .container,
.social-links a,
.social-links-alt,
.social-links-alt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links-alt a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddc9a3;
  color: #fff;
}

.social-links-alt a:hover {
  background: #023c5b;
  color: #ddc9a3;
}

.intro-slider {
  position: relative;
  z-index: 2;
  margin: 0 0 -180px;
}

.intro-slider img {
  width: 100%;
  height: auto;
}

.intro-image {
  height: 700px;
  position: relative;
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: 300px 0 152px;
}

.about-section .container {
  max-width: 1634px;
  position: relative;
  z-index: 2;
}

.about-section .img-area {
  width: 54.2%;
  padding: 0 40px 0 0;
}

.about-section .img-area img {
  max-width: inherit;
  margin: 9px 0 -9px 114px;
}

.about-section .text-area {
  width: 45.8%;
  padding: 26px 130px 33px 34px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.76;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #888;
}

.about-section h2 {
  letter-spacing: 0.5px;
  margin: 0 0 12px;
}

.about-section h2 .wrap,
.logos-slider img {
  display: inline-block;
  vertical-align: top;
}

.about-section h2 .heading-line {
  width: 100%;
  overflow: hidden;
  text-align: right;
}

.about-section h2 .heading-line span {
  padding-left: 20px;
}

.about-section h2 .heading-line span:after {
  top: 0.76em;
  left: auto;
  right: 100%;
  width: 9999px;
}

.about-section p {
  margin: 0 0 17px;
}

.nav-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-boxes .box {
  width: 25%;
  min-height: 34vw;
  display: block;
  position: relative;
}

.nav-boxes .box-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 107px 45px 52px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-boxes .ttl {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: "Burler";
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.nav-boxes .ttl:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  content: "";
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  width: 0;
  height: 1px;
  background: #ddc9a3;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.nav-boxes .draw {
  margin: -18px 18px 18px;
}

.nav-boxes .draw,
.nav-boxes .draw-static,
.nav-boxes .draw-wrap {
  display: block;
  height: 100%;
}

.nav-boxes .draw-static {
  margin: -18px 18px 18px;
}

.nav-boxes .draw-static:after,
.nav-boxes .draw-static:before {
  border-color: transparent;
}

.nav-boxes .draw-static:before {
  margin: -18px 18px 18px;
}

.nav-boxes .draw-wrap,
.products-top p {
  margin: 0;
}

.features-section .container,
.nav-boxes .draw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-boxes .draw {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-boxes .draw:before {
  top: -18px;
}

.nav-boxes .draw:after {
  bottom: 18px;
}

.features-section {
  position: relative;
  overflow: hidden;
  padding: 146px 0 200px;
}

.features-section .container {
  max-width: 1320px;
  position: relative;
  z-index: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.features-section .text-area {
  width: 60%;
  padding: 0 20px 22px 192px;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}

.features-section h2 {
  font-family: "Orkney";
  font-size: 40px;
  line-height: 1.04;
  font-weight: 300;
  margin: 0 -40px 38px -152px;
}

.features-section .list-custom {
  font-weight: 700;
  letter-spacing: 0.4px;
  margin: 0 0 24px;
}

.features-section .img-area {
  width: 40%;
  text-align: right;
}

.testimonials {
  position: relative;
}

.testimonials .ico-quote {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
  background-image: url(../img/ico-quote.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 130px;
  height: 88px;
}

.testimonials-slider .slick-arrow {
  -webkit-transform: translateY(-92px);
  -ms-transform: translateY(-92px);
  transform: translateY(-92px);
}

.testimonials-slider .slick-arrow.slick-prev {
  left: -24px;
}

.testimonials-slider .slick-arrow.slick-next {
  right: -24px;
}

.testimonials-slider .slide {
  padding: 90px 0 62px;
}

.slick-arrow,
.testimonials-slider blockquote {
  margin: 0;
  background: 0 0;
  border: 0;
  text-align: center;
}

.testimonials-slider blockquote {
  font-size: 30px;
  line-height: 1.39;
  color: #093b5d;
  quotes: none;
}

.testimonials-slider blockquote p {
  font-family: "Times", serif;
  font-style: italic;
  margin: 0 0 41px;
}

.testimonials-slider blockquote cite {
  display: block;
  font-weight: 300;
  font-style: normal;
}

.testimonials-slider blockquote cite span {
  display: block;
  margin: -4px 0 0;
  font-family: "Burler";
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 30px;
  height: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  line-height: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 47px;
  line-height: 1;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\f104";
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\f105";
}

.products-nav li.active a,
.slick-arrow:hover:before {
  color: #023c5b;
}

.products-top {
  padding: 57px 0 66px;
  background: #093b5d;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}

.products-top h2 {
  font-size: 48px;
  color: inherit;
  letter-spacing: 2px;
  margin: 0 0 4px;
}

.products-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #444;
  font-size: 0;
  line-height: 0;
}

.products-items .col {
  width: calc(100% / 3);
}

.products-items .item {
  width: 100%;
  height: 19.8vw;
  position: relative;
  font-weight: 700;
  color: #696969;
  text-align: center;
}

.products-items .item:hover {
  z-index: 3;
}

.products-items .item:hover .item-hover {
  z-index: 3;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.products-items .item:hover .item-holder {
  padding: 10px;
  opacity: 1;
  visibility: visible;
}

.products-items .item.item-lg {
  height: 39.6vw;
}

.products-items .item-holder,
.products-items .item-hover {
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.products-items .item-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.products-items .item-holder {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
}

.products-items .item .holder {
  width: 100%;
  height: 100%;
  padding: 2em 8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.4;
}

.blog-items h3,
.products-items h3 {
  font-family: "Orkney";
  font-size: 18px;
}

.products-items h3 {
  line-height: 1.167;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.products-items p {
  margin: 0 0 12px;
}

.products-items .btn {
  padding: 13px 28px;
  font-size: 14px;
}

.products-items .bg-stretch {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.testimonials-block {
  padding: 40px 0 52px;
  background: #f7f7f7;
}

.testimonials-block .text-area {
  max-width: 700px;
  font-size: 19px;
  line-height: 1.26;
  font-weight: 300;
  margin: 0 0 47px;
}

.testimonials-block h2 {
  margin: 0 0 4px;
}

.logos-slider {
  margin: 0 -15px;
  padding: 0 30px;
}

.logos-slider.slick-initialized .slick-slide {
  float: inherit;
  display: inline-block !important;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
}

.logos-slider img {
  vertical-align: middle;
}

.video-section,
.video-section .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-section {
  min-height: 547px;
  padding: 50px 0;
}

.video-section .container {
  z-index: 2;
}

.video-section .text-area {
  max-width: 550px;
  padding: 64px 0 0;
  font-size: 18px;
  line-height: 1.334;
  font-weight: 300;
  color: #fff;
}

.video-section h2 {
  color: inherit;
  margin: 0;
}

.video-section .heading-line span:after {
  background: #fff;
}

.video-section .btn-play {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 130px;
}

.blog-section {
  padding: 86px 0 94px;
}

.blog-section .text-area {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.blog-section h2 {
  margin: 0 0 4px;
}

.blog-section p {
  margin-bottom: 1.9rem;
}

.blog-items,
.meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -60px;
}

.blog-items .col {
  padding: 0 15px 60px;
}

.blog-items .col.col2 {
  width: 50%;
}

.blog-items .col.col3 {
  width: 33.33%;
}

.blog-items .item {
  height: 100%;
  background: #fff;
  border: 1px solid #f7f7f7;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.blog-items .item:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

.blog-items .item-content {
  padding: 13px 20px 20px;
}

.blog-items img,
.info-block4 .image img,
.screens-section .item img {
  width: 100%;
}

.blog-items h3 {
  line-height: 1.176;
  color: #222;
  margin: 0 0 6px;
}

.blog-items p {
  letter-spacing: -0.5px;
  margin: 0;
}

.meta-list {
  margin: 0 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #888;
}

.meta-list li {
  margin: 0 28px 5px 0;
}

.meta-list li:last-child {
  margin-right: 0;
}

.meta-list a {
  color: #888;
}

.meta-list a svg {
  font-size: 15px;
  margin: 0 4px 0 0;
}

.meta-list a span {
  margin-left: 5px;
}

.meta-list a i {
  margin-right: 5px;
}

.intro-section {
  position: relative;
  min-height: 504px;
  padding: 170px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-section .container {
  position: relative;
  z-index: 2;
}

.intro-section h1 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin: 0;
}

.intro-section .bg-stretch {
  left: -1px;
  right: -1px;
}

.main {
  padding: 99px 0;
}

.blog-post {
  font-weight: 300;
}

.blog-post .intro-img {
  margin-bottom: 3px;
}

.blog-post .meta-list {
  margin: 0 0 3px;
}

.blog-post h2,
.blog-post > h3 {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin: 0 0 7px;
}

.blog-post > h3 {
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

.blog-post .social-links-alt {
  margin: 37px 0 33px;
}

.info-section {
  padding: 68px 0;
  color: #666;
}

.info-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form .row .col.col2,
.info-section .col.col2 {
  width: 50%;
}

.info-block1 {
  width: 50%;
  padding: 0 60px 31px 0;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 700;
}

.info-block1 h2,
.info-block2 h3 {
  font-size: 3.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 13px;
}

.info-block1 .image {
  position: relative;
  margin: 57px -45px 57px -200px;
}

.info-block1 .large {
  margin-right: -80px;
  font-size: 20px;
  line-height: 1.5;
}

.info-block2 {
  width: 50%;
  padding: 59px 0 59px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.info-block2 .holder {
  margin: 0 -80px 68px 120px;
}

.info-block2 h3 {
  font-family: "Orkney";
  line-height: 1.13;
  font-weight: 300;
  margin: 0 0 15px -2px;
}

.info-block2 h3 strong {
  font-weight: 700;
  text-transform: uppercase;
}

.info-block2 .btn {
  padding: 14px 18px 12px;
  font-size: 20px;
}

.info-block2 .image {
  margin: 0 -200px 0 0;
}

.info-block3 {
  margin: 0 0 142px;
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 300;
}

.info-block3 .image,
.info-block3 h3 {
  position: relative;
}

.info-block3 .over-img {
  position: absolute;
  top: -40px;
  right: -50px;
  z-index: 2;
}

.info-block3 h3 {
  z-index: 2;
  font-family: "Orkney";
  font-size: 4.7rem;
  line-height: 0.64;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  margin: -28px -2px 28px 0;
}

.info-block3 h3 span {
  display: block;
  color: #666;
}

.info-block4 {
  margin: 0 -55px 55px;
  font-size: 17px;
  line-height: 1.76;
  font-weight: 700;
}

.info-block4 .col {
  padding: 0 55px;
}

.info-block4 .item {
  margin: 0 0 42px;
}

.info-block4 .item:last-child {
  margin-bottom: 0;
}

.info-block4 .item.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.info-block4 .image {
  position: relative;
}

.info-block4 .image .img-over {
  position: absolute;
  bottom: 9px;
  right: 12px;
  width: auto;
}

.info-block4 h3 {
  position: absolute;
  z-index: 2;
  font-family: "Gotham";
  font-size: 60px;
  line-height: 0.6;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin: 0;
}

.info-block4 h3.bottom-left {
  bottom: 3px;
  left: -4px;
}

.info-block4 h3.top-left {
  top: -4px;
  left: -5px;
}

.info-block4 h3.top-right {
  top: -3px;
  right: -7px;
}

.info-block4 p {
  margin-bottom: 2rem;
}

.info-block4 .text {
  padding: 22px 30px 14px;
}

.info-block5 {
  margin: 0 -13px 99px;
  font-size: 17px;
  line-height: 1.23;
  font-weight: 300;
  color: #696969;
}

.info-block5 .col {
  padding: 43px 13px 0;
}

.info-block5 .img {
  margin: 28px 0 0 21px;
}

.info-block5 h3 {
  font-size: 2.4rem;
  margin: 0 0 21px;
}

.contact-section h3.heading-line span,
.info-block5 h3.heading-line span,
.today-info .contact-area h3.heading-line span {
  padding-left: 60px;
}

.contact-section h3.heading-line span:after,
.info-block5 h3.heading-line span:after,
.today-info .contact-area h3.heading-line span:after {
  width: 50px;
}

.info-block5 p {
  margin-bottom: 3.3rem;
}

.contact-form p,
.product-section .comment-form label {
  margin-bottom: 0;
}

.contact-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.contact-form .row .col {
  padding: 0 15px;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
  width: 100%;
  margin: 0 0 19px;
}

.contact-form textarea {
  height: 160px;
}

.contact-form .btn {
  margin: 9px 0 0;
  padding: 15px 40px 14px;
  text-transform: uppercase;
}

.contact-form .wpcf7-not-valid-tip {
  padding-top: 0;
  font-size: 14px;
}

.contact-form .wpcf7-response-output {
  margin-bottom: 5px;
}

.contact-section {
  padding: 77px 0 121px;
}

.contact-section .container {
  max-width: 1106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-section .image-area {
  width: 47%;
  padding: 0 30px 0 0;
}

.contact-section .image-area .img {
  display: inline-block;
  vertical-align: top;
  margin: 17px 0 0 4px;
  -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.18);
}

.contact-section .text-area {
  width: 53%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #696969;
}

.contact-section h3 {
  font-size: 2.4rem;
  margin: 0 0 14px;
}

.contact-section p {
  margin-bottom: 3.9rem;
}

.map-section {
  position: relative;
  margin: 0 0 42px;
}

#map {
  height: 440px;
  background: #f2f1f0;
}

.contact-list,
.map-info {
  font-family: "Lato", sans-serif;
}

.map-info {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(215px);
  -ms-transform: translateX(215px);
  transform: translateX(215px);
  width: 370px;
  padding: 38px 31px;
  background: #093b5d;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.map-info h3 {
  font-size: 24px;
  margin: 0 0 15px -2px;
}

.map-info p {
  margin-bottom: 6.2rem;
}

.contact-list {
  margin: 0 0 0 -5px;
  font-size: 17px;
  line-height: 1.47;
}

.contact-list .ico,
.contact-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-list li {
  margin: 0 0 5px;
}

.contact-block p a,
.contact-list a,
.map-info h3 {
  color: inherit;
}

.contact-list a:hover {
  color: #ddc9a3;
}

.contact-list .ico,
.contact-list li,
.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-list .ico {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 26px 0 0;
  width: 48px;
  height: 48px;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  color: #000;
}

.contact-list address {
  font-style: normal;
  margin: 0;
}

.hero-section {
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100vh;
  padding: 269px 65px 54px;
}

.hero-section:after,
.hero-section:before,
.showcase-section .img-lines:before {
  position: absolute;
  z-index: 1;
  content: "";
}

.hero-section:before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.4))
  );
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.hero-section:after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.7) 100%);
}

.hero-section .bg-stretch {
  margin-left: -1px;
}

.hero-section .text-area {
  position: relative;
  z-index: 2;
  max-width: 600px;
  text-align: right;
  color: #fff;
}

.hero-section .logo-img {
  max-width: 400px;
  margin: 0 0 30px;
}

.hero-section h1,
.showcase-section h3 {
  font-family: "TrajanPro3";
  font-weight: 600;
}

.hero-section h1 {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: inherit;
  margin: 0 0 3px 20px;
}

.hero-section .btn {
  color: #fff;
  border-color: #ddc9a3;
}

.hero-section .btn:hover {
  background: #ddc9a3;
  color: #023c5b;
}

.hero-section .tel {
  font-family: "Gotham";
  font-size: 3rem;
  line-height: 1.36;
}

.hero-section .tel a {
  font-size: 4rem;
  color: inherit;
}

.showcase-section {
  padding: 140px 60px 73px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.showcase-section .decor-logo {
  position: absolute;
  top: -89px;
  left: 0;
  z-index: 1;
}

.showcase-section .decor-stripe {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  content: "";
  -webkit-transform: translate(0, -61.2%);
  -ms-transform: translate(0, -61.2%);
  transform: translate(0, -61.2%);
  width: 100%;
  height: auto;
}

.showcase-section .row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 54px;
}

.showcase-section .text-area {
  padding: 48px 50px 0 100px;
}

.screens-section h2,
.showcase-section h2 {
  font-family: "Orkney";
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px -119px;
}

.showcase-section h3 {
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #7d7d7d;
  margin: 0 0 80px;
}

.showcase-section .list {
  margin: 0 0 0 -12px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #000;
}

.showcase-section .list li {
  padding: 0 0 18px 31px;
  position: relative;
}

.showcase-section .list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "+";
}

.showcase-section .image-area {
  width: 100%;
  max-width: 440px;
  margin: 0 233px 0 0;
  position: relative;
  z-index: 1;
}

.showcase-section .image-area .img-back,
.showcase-section .image-area .img-front {
  position: relative;
  -webkit-box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.showcase-section .image-area .img-back {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 2;
  -webkit-transform: translate(-100px, -50%);
  -ms-transform: translate(-100px, -50%);
  transform: translate(-100px, -50%);
}

.showcase-section .img-lines {
  padding: 27px;
}

.showcase-section .img-lines:before {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50%;
  background-color: #fff;
  -webkit-transition: opacity 0.02s linear 2s;
  -o-transition: opacity 0.02s linear 2s;
  transition: opacity 0.02s linear 2s;
  opacity: 1;
}

.showcase-section .img-lines.right:before {
  left: auto;
  right: 0;
}

.showcase-section .img-lines.right .lines:before {
  left: auto;
  right: 0;
  border-width: 2px 2px 0 0;
}

.showcase-section .img-lines.right .lines:after {
  right: auto;
  left: 0;
  border-width: 0 0 2px 2px;
}

.showcase-section .img-lines.active:before {
  opacity: 0;
}

.showcase-section .img-lines.active .lines:after,
.showcase-section .img-lines.active .lines:before {
  height: 100%;
  width: 100%;
  border-color: rgba(0, 0, 0, 0.3);
}

.showcase-section .img-lines .lines {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.showcase-section .img-lines .lines:after,
.showcase-section .img-lines .lines:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-style: dashed;
  border-color: transparent;
}

.showcase-section .img-lines .lines:before {
  top: auto;
  bottom: 0;
  left: 0;
  border-width: 2px 0 0 2px;
  -webkit-transition: height 0.5s linear, width 0.5s linear 0.5s;
  -o-transition: height 0.5s linear, width 0.5s linear 0.5s;
  transition: height 0.5s linear, width 0.5s linear 0.5s;
}

.showcase-section .img-lines .lines:after {
  bottom: auto;
  top: 0;
  border-width: 0 2px 2px 0;
  -webkit-transition: height 0.5s linear 1s, width 0.5s linear 1.5s,
    border-color 0.05s linear 1s;
  -o-transition: height 0.5s linear 1s, width 0.5s linear 1.5s,
    border-color 0.05s linear 1s;
  transition: height 0.5s linear 1s, width 0.5s linear 1.5s,
    border-color 0.05s linear 1s;
}

.showcase-section .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.showcase-section .row-reverse .text-area {
  width: 50%;
  padding: 157px 82px 0;
}

.showcase-section .row-reverse h2 {
  margin: 0 -52px 13px -20px;
}

.showcase-section .row-reverse h3 {
  font-size: 2.2rem;
  line-height: 1.34;
  font-weight: 400;
  margin: 0 -52px 49px 0;
}

.showcase-section .row-reverse .image-area {
  margin: 0 0 0 242px;
}

.showcase-section .row-reverse .image-area .img-back {
  left: auto;
  right: 100%;
  -webkit-transform: translate(100px, -50%);
  -ms-transform: translate(100px, -50%);
  transform: translate(100px, -50%);
}

.showcase-section .row-reverse .logo-img {
  display: block;
  max-width: 310px;
  margin: 0 auto;
}

.screens-section .container {
  max-width: 1660px;
}

.screens-section h2 {
  font-family: "Gotham";
  font-size: 3rem;
  line-height: 1.46;
  text-align: center;
  margin: 0 0 54px;
}

.screens-section .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.screens-section .col {
  width: 25%;
  padding: 0 30px;
}

.screens-section .item {
  display: block;
  position: relative;
}

.screens-section .decor-stripe {
  width: 100%;
  margin: -184px 0 0;
}

.screens-section .decor-bag {
  display: block;
  max-width: 1000px;
  margin: -270px auto 31px;
  -webkit-transform: translateX(-46px);
  -ms-transform: translateX(-46px);
  transform: translateX(-46px);
}

.form-section {
  padding: 80px 0;
}

.form-section .container {
  max-width: 1340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-section .image-area {
  width: 50%;
  padding: 0 30px 0 0;
}

.form-section .text-area {
  width: 50%;
  font-size: 20px;
  line-height: 1.2;
}

.laundry {
  padding: 65px 0;
  font-size: 21px;
  line-height: 1.167;
  font-weight: 300;
  color: #888;
}

.laundry h2 {
  margin-bottom: 0.4rem;
}

.laundry p {
  margin-bottom: 3.5rem;
}

.laundry-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.laundry-items .col {
  width: 33.33%;
  padding: 0 15px 35px;
}

.laundry-items .item {
  position: relative;
  color: #fff;
}

.laundry-items .item-text {
  position: relative;
  z-index: 2;
  padding: 27px 16px 11px;
}

.laundry-items h3 {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: inherit;
  margin: 0 0 30px;
}

.laundry-items h3.heading-line span:after {
  background: #fff;
}

.laundry-items .btn-lines .draw,
.laundry-items .btn-lines .draw-static,
.laundry-items .btn-lines .draw-static:before {
  margin: -6px 6px 6px;
}

.laundry-items .btn-lines .draw-wrap {
  margin: 0;
}

.laundry-items .btn-lines span {
  padding: 0.8em 0.7em 0.58em;
  font-weight: 300;
}

.hero-block {
  min-height: 800px;
  height: 100vh;
}

.about-us,
.hero-block,
.info-box p {
  position: relative;
}

.about-us .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 117px;
  padding-bottom: 172px;
}

.about-us .text-area {
  margin: 0 50px 0 -110px;
  padding: 0 80px 45px;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  line-height: 1.04;
  text-align: center;
  color: #71412f;
}

.about-us .text-area h2,
.featured-products h2 {
  font-family: "Florence";
  font-size: 59px;
  line-height: 0.96;
  font-weight: 400;
  color: inherit;
  margin: 0 -80px 25px;
}

.about-us .image-area {
  position: relative;
  min-width: 470px;
  max-width: 470px;
}

.about-us .img-over {
  position: absolute;
  bottom: -51px;
  left: -101px;
  z-index: 2;
  -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.18);
}

.about-us .img-decor {
  position: absolute;
  bottom: 0;
  left: -103px;
  z-index: 2;
  opacity: 0.51;
}

.featured-products,
.info-rienu {
  overflow: hidden;
  position: relative;
}

.featured-products {
  background: #f4eede;
}

.featured-products .container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.featured-products h2 {
  position: absolute;
  bottom: 50px;
  right: -250px;
  z-index: 1;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  font-size: 80px;
  line-height: 0.758;
  text-align: center;
  color: #71412f;
  margin: 0;
}

.featured-products h2:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
  -ms-transform: translate(-50%, -50%) rotate(-3deg);
  transform: translate(-50%, -50%) rotate(-3deg);
  margin: 5px 0 0;
  width: 250px;
  height: 243px;
  background: url(../img/lines-circle.svg) no-repeat;
  background-size: 100%;
  opacity: 0.5;
}

.featured-products .image-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 300px 0 250px;
}

.featured-products .img-main {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 400px;
}

.featured-products .num {
  display: block;
  width: 80px;
  height: 81px;
  padding: 23px 15px;
  background: url(../img/lines-circle2.png) no-repeat;
  background-size: 100%;
  font-family: "Gotham";
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.featured-products .feature-item {
  position: absolute;
  z-index: 2;
  width: 380px;
  text-align: left;
  color: #71412f;
}

.featured-products .feature-item:after,
.featured-products h2:before,
.info-rienu .info-area:after {
  position: absolute;
  z-index: -1;
  content: "";
}

.featured-products .feature-item.item01 {
  bottom: 100%;
  left: 100%;
  -webkit-transform: translate(-86px, -16px);
  -ms-transform: translate(-86px, -16px);
  transform: translate(-86px, -16px);
  padding: 0 80px 0 0;
}

.featured-products .feature-item.item01:after {
  top: 100%;
  left: -126px;
  background: url(../img/underline01.png);
  background-size: 100%;
  width: 420px;
  height: 121px;
}

.featured-products .feature-item.item01 img {
  right: 100%;
  bottom: 0;
  -webkit-transform: translate(0, 26px);
  -ms-transform: translate(0, 26px);
  transform: translate(0, 26px);
  max-width: 100px;
}

.featured-products .feature-item.item01 .num {
  margin: 0 0 13px -7px;
}

.featured-products .feature-item.item02 {
  left: 100%;
  bottom: 0;
  -webkit-transform: translate(9px, -18px);
  -ms-transform: translate(9px, -18px);
  transform: translate(9px, -18px);
  padding: 0 90px 0 0;
}

.featured-products .feature-item.item02:after {
  bottom: -25px;
  left: -66px;
  background: url(../img/underline02.png);
  background-size: 100%;
  width: 360px;
  height: 119px;
}

.featured-products .feature-item.item02 img {
  bottom: 100%;
  left: 78px;
  max-width: 250px;
  -webkit-transform: translate(0, 105px);
  -ms-transform: translate(0, 105px);
  transform: translate(0, 105px);
}

.featured-products .feature-item.item02 .num {
  margin: 0 0 15px -20px;
}

.featured-products .feature-item.item03 {
  top: 100%;
  left: -178px;
  -webkit-transform: translate(0, -79px);
  -ms-transform: translate(0, -79px);
  transform: translate(0, -79px);
  padding: 0 50px 0 20px;
}

.featured-products .feature-item.item03:after {
  bottom: -18px;
  right: 17px;
  background: url(../img/underline03.png);
  background-size: 100%;
  width: 380px;
  height: 146px;
}

.featured-products .feature-item.item03 img {
  top: 0;
  right: 100%;
  max-width: 200px;
  -webkit-transform: translate(42px, -40px);
  -ms-transform: translate(42px, -40px);
  transform: translate(42px, -40px);
}

.featured-products .feature-item.item03 .num {
  margin: 0 0 5px;
}

.featured-products .feature-item.item04 {
  bottom: 100%;
  left: 0;
  -webkit-transform: translate(-287px, 51px);
  -ms-transform: translate(-287px, 51px);
  transform: translate(-287px, 51px);
}

.featured-products .feature-item.item04:after {
  top: 100%;
  left: -18px;
  margin-top: 5px;
  background: url(../img/underline04.png);
  background-size: 100%;
  width: 400px;
  height: 142px;
}

.featured-products .feature-item.item04 img {
  top: -135px;
  left: 85px;
  max-width: 140px;
}

.featured-products .feature-item.item04 .num {
  margin: 0 0 7px -11px;
}

.featured-products .feature-item img {
  position: absolute;
  z-index: 2;
}

.featured-products .feature-item p {
  font-family: "Gotham";
  font-size: 18px;
  line-height: 1.03;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.info-rienu {
  padding: 127px 0 0;
  z-index: 1;
  font-family: "Gotham";
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  color: #71412f;
}

.info-rienu:before,
.testimonials-section:after {
  position: absolute;
  content: "";
  background-size: 100% auto;
}

.info-rienu:before {
  top: 15px;
  left: -115px;
  z-index: -1;
  background: url(../img/bg-logo-rienu.jpg) no-repeat 100% 0;
  width: 30%;
  height: 100%;
}

.info-rienu .container {
  max-width: 1430px;
  position: relative;
}

.info-rienu .info-area .items,
.info-rienu .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-rienu .image-area {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 0 55px 0 0;
  margin: 100px 0 -50px;
}

.info-rienu .img-logo {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 2;
  margin: 0 40px -14px 0;
  max-width: 350px;
}

.info-rienu .text-area {
  width: 50%;
}

.info-rienu .img-label {
  display: block;
  max-width: 140px;
  margin: -31px 84px 30px auto;
}

.info-rienu .info-area {
  margin: 0 0 0 30%;
  padding: 0 0 20px 65px;
  background: #8dc63f;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.04;
}

.info-rienu .info-area:after {
  top: 0;
  left: 100%;
  bottom: 0;
  width: 9999px;
  background: #8dc63f;
}

.colors-section h2,
.info-rienu .info-area h2 {
  font-family: "Florence";
  font-size: 90px;
  line-height: 0.3;
  font-weight: 400;
  color: inherit;
  margin: 0 15% 80px 20%;
}

.info-rienu .info-area h3 {
  font-family: inherit;
  font-size: 36px;
  line-height: 1;
  color: inherit;
  margin: 0 0 11px;
}

.info-rienu .info-area .items {
  margin: 0 -50px;
}

.info-rienu .info-area .item {
  width: 33.33%;
  padding: 0 50px 30px;
}

.info-rienu .info-area .img {
  max-width: 80px;
  min-height: 90px;
  margin: 0 auto;
}

.contact-block .contact-form p,
.info-rienu .info-area p {
  margin: 0;
}

.info-rienu .info-area p.text-right {
  font-size: 16px;
  text-align: right;
}

.info-box,
.info-box img {
  position: absolute;
  z-index: 2;
}

.info-box {
  bottom: 40px;
  left: 0;
  padding: 250px 50px 0 15px;
  width: 30%;
  font-family: "Florence";
  font-size: 50px;
  line-height: 0.94;
  font-weight: 400;
  color: #b6d82a;
}

.info-box img {
  top: 0;
  left: -100px;
  width: 100%;
  max-width: 345px;
}

.info-box p {
  z-index: 3;
  margin: 0;
}

.colors-section {
  padding: 41px 0 36px;
  position: relative;
  background: #f0f0f0;
  font-family: "Gotham";
  font-size: 18px;
  line-height: 1.167;
  font-weight: 700;
  text-align: center;
  color: #696969;
}

.colors-section .container {
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.colors-section h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #212121;
  margin: 0;
}

.colors-section p {
  margin: 0 0 14px;
}

.colors-section .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.colors-section .col {
  width: 33.33%;
  padding: 0 15px 28px;
}

.colors-section .item {
  display: block;
  background: #fff;
}

.colors-section .item:hover {
  opacity: 0.8;
}

.colors-section img {
  width: 100%;
}

.colors-section .ttl {
  display: block;
  padding: 28px 20px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
  text-align: center;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 53px 0 386px;
}

.testimonials-section:after {
  bottom: -19px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
  transform: translateX(-48%);
  background: url(../img/decor-bottle02.png) 50% 100% no-repeat;
  width: 100%;
  max-width: 1846px;
  height: 676px;
}

.testimonials-section .container {
  position: relative;
  z-index: 3;
}

.slider-top {
  max-width: 500px;
  margin: 0 auto 21px;
  overflow: hidden;
}

.slider-top .slick-list {
  margin: 0 40px;
}

.slider-top .slick-slide {
  padding: 20px 0;
}

.slider-top .slick-arrow {
  width: 30px;
  height: 30px;
  color: #ababab;
}

.slider-top .slick-arrow:before {
  font-size: 16px;
  line-height: 1;
}

.slider-top .slick-arrow:hover {
  color: #000;
}

.slider-top .slick-arrow.slick-prev {
  left: 9px;
}

.slider-top .slick-arrow.slick-prev:before {
  content: "\f30a";
}

.slider-top .slick-arrow.slick-next {
  right: 9px;
}

.slider-top .slick-arrow.slick-next:before {
  content: "\f30b";
}

.slider-top .ava {
  width: 81px;
  height: 81px;
  margin: 20px auto;
  position: relative;
  -webkit-transform: transition all 0.2s linear;
  -ms-transform: transition all 0.2s linear;
  transform: transition all 0.2s linear;
}

.slider-top .ava:after {
  visibility: hidden;
  position: absolute;
  top: -9px;
  left: -10px;
  z-index: -1;
  content: "";
  background: url(../img/lines-circle.svg);
  width: 143px;
  height: 138px;
  opacity: 0.5;
}

.slider-top .ava,
.slider-top .ava img {
  border-radius: 50%;
}

.slider-top .slick-current .ava {
  width: 121px;
  height: 121px;
  margin: 0 auto;
}

.slider-top .slick-current .ava:after {
  opacity: 1;
  visibility: visible;
}

.slider-bottom {
  max-width: 910px;
  margin: 0 auto;
}

.slider-bottom blockquote {
  background: 0 0;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  quotes: none;
}

.slider-bottom p {
  margin: 0 0 28px;
}

.slider-bottom cite {
  display: block;
  font-family: "Gotham";
  font-size: 20px;
  line-height: 1.05;
  font-weight: 700;
  font-style: normal;
  color: #8dc63f;
}

.slider-bottom cite span {
  display: block;
  margin: 0 0 4px;
  font-size: 30px;
}

.contact-block {
  padding: 190px 0 161px;
  position: relative;
}

.contact-block .container {
  position: relative;
  z-index: 2;
}

.contact-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-block .image-area {
  width: 40%;
}

.contact-block .img,
.intro-block h1 {
  position: relative;
  margin: -18px 38px 0 -107px;
}

.contact-block .img:after,
.visual-section .text-box:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
}

.contact-block .img:after {
  top: -43px;
  right: -42px;
  background: #b5d72a;
}

.contact-block .img img {
  width: 100%;
  -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.18);
}

.contact-block .text-area {
  width: 60%;
  padding: 0 24px 0 108px;
  font-size: 19px;
  line-height: 1.21;
  font-weight: 700;
  color: #696969;
}

.contact-block h2 {
  font-family: "Florence";
  color: #212121;
  margin: 0 0 0.18em;
}

.contact-block h2.heading-line span {
  padding-left: 55px;
}

.contact-block h2.heading-line span:after {
  width: 47px;
  background: #b5d72a;
}

.contact-block p {
  margin: 0 0 1.9em;
}

.contact-block .contact-form .btn {
  padding: 11px 33px 9px;
  font-size: 17px;
  letter-spacing: 1px;
  background: #b5d72a;
  border-color: #b5d72a;
}

.contact-block .contact-form .btn:hover {
  background: #000;
  border-color: #000;
}

.intro-block {
  padding: 150px 0 100px;
}

.intro-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.intro-block .text-area {
  width: calc(45.5% + 60px);
  margin: 139px -60px 38px 0;
  padding: 60px 70px 100px;
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.6px;
  font-weight: 300;
  color: #797979;
}

.intro-block h1 {
  font-size: 5rem;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
  padding: 0 0 8px;
  margin: 0 0 30px;
}

.intro-block h1:after,
.visual-section h3:after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  content: "";
  width: 50px;
  height: 1px;
  background: #023c5b;
}

.intro-block .image-area {
  width: 54.5%;
  position: relative;
}

.intro-block .img-over {
  position: absolute;
  bottom: -7px;
  right: 15px;
  z-index: 2;
  max-width: 30%;
}

.intro-block .img-decor {
  position: absolute;
  bottom: -10px;
  left: -50%;
  z-index: 2;
  max-width: 100%;
  margin: 0 0 0 30px;
}

#add_payment_method #payment div.payment_box:before,
.intro-block .img-decor.alt,
.newsletter-popup .fancybox-button svg,
.woocommerce .product-section div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce .product-section div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce .product-section div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}

.text-block {
  padding: 92px 0 179px;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 300;
}

.text-block .container {
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-block .image-area {
  width: 42%;
  margin: 0 0 0 16.4%;
  position: relative;
}

.text-block .img {
  margin: 0 0 54px;
}

.text-block h2,
.visual-section h3 {
  font-family: "Orkney";
  font-weight: 300;
}

.text-block h2 {
  position: absolute;
  top: -45px;
  right: 100%;
  z-index: 3;
  width: 75%;
  font-size: 4rem;
  line-height: 1.33;
  text-align: right;
  color: #000;
  margin: 0 46px 0 0;
}

.text-block .name {
  display: block;
  line-height: 1.5;
  font-weight: 700;
  color: #023c5b;
  margin: 0 0 24px;
}

.text-block .name span {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  color: #797979;
}

.text-block .img-signature {
  display: block;
  margin: -8px 0 0 -14px;
}

.text-block .text-area {
  width: 41.6%;
  padding: 247px 0 0 35px;
  color: #797979;
}

.text-block p {
  margin-bottom: 2.9rem;
}

.info-items,
.visual-section {
  position: relative;
  padding: 100px 0;
}

.visual-section .container {
  max-width: 1412px;
  position: relative;
  z-index: 2;
}

.visual-section .text-box {
  width: 100%;
  max-width: 430px;
  margin: 0 0 0 auto;
  padding: 67px 50px 51px;
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  color: #797979;
}

.visual-section .text-box:after {
  top: -15px;
  right: -15px;
  background: rgba(255, 255, 255, 0.5);
}

.visual-section h3 {
  font-size: 42px;
  line-height: 1.2;
  color: #023c5b;
  position: relative;
  padding: 0 0 9px;
  margin: 0 0 24px;
}

.visual-section h3:after {
  width: 45px;
}

.visual-section p {
  margin-bottom: 4.3rem;
}

.visual-section .btn {
  padding: 17px 32px;
  letter-spacing: 0.5px;
}

.info-items .container {
  max-width: 1404px;
  position: relative;
  z-index: 2;
}

.info-items .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  color: #000;
}

.info-items .item {
  width: 33.33%;
  padding: 0 55px;
}

.info-items .image {
  position: relative;
  z-index: 1;
  height: 150px;
  margin: 0 0 20px;
}

.info-items .image:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  content: "";
  -webkit-transform: translate(-49%, -45%);
  -ms-transform: translate(-49%, -45%);
  transform: translate(-49%, -45%);
  background: url(../img/bg-img01.png) no-repeat;
  width: 184px;
  height: 147px;
}

.info-items .image img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.info-items h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: inherit;
  margin: 0 0 9px;
}

.contact-bar p,
.info-items p {
  margin: 0;
}

.contact-bar {
  padding: 40px 0;
  background: #093b5d;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
}

.contact-bar .container,
.info-items .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-bar .btn-lines {
  margin: 10px 0 -10px 70px;
  min-width: 185px;
}

.clients-section {
  padding: 69px 0 94px;
  background: #f5f5f5;
  text-align: center;
}

.clients-section .text-area {
  max-width: 630px;
  margin: 0 auto 98px;
  letter-spacing: 0.5px;
  color: #000;
}

.clients-section h2,
.shipping-section h2 {
  font-size: 5rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3.5px;
  color: inherit;
  margin: 0 0 11px;
}

.shipping-section {
  padding: 55px 0;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000;
}

.shipping-section .container {
  max-width: 780px;
}

.shipping-section h2 {
  margin: 0 0 37px;
}

.shipping-section .image-map {
  max-width: 1000px;
  margin: 0 auto;
  padding: 43px 15px 39px;
  text-align: center;
}

.history-section {
  padding: 166px 0;
  position: relative;
}

.history-section:after,
.history-section:before {
  position: absolute;
  left: 50%;
  z-index: 2;
  content: "";
  margin-left: -8px;
}

.history-section:before {
  top: 0;
  bottom: 0;
  width: 16px;
  background: #023c5b;
}

.history-section:after {
  top: 100%;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0;
  border-color: #023c5b transparent transparent;
}

.history-section .container {
  max-width: 1344px;
}

.history-section .time-item {
  position: relative;
}

.history-section .time-item:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  content: "";
  margin: 81px 0 0 -52px;
  background: url(../img/ico-needle.png) no-repeat;
  background-size: 100%;
  width: 133px;
  height: 37px;
}

.history-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-section .col {
  width: 50%;
}

.history-section .col:first-child {
  text-align: right;
}

.history-section .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.history-section .reverse .col:first-child {
  text-align: left;
}

.history-section .text-area {
  padding: 0 0 0 93px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 300;
  letter-spacing: 0.35px;
  color: #023c5b;
}

.history-section h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: inherit;
  margin: 0 0 5px;
}

.history-section h3 {
  font-family: "Orkney";
  font-size: 36px;
  line-height: 1.2;
  color: inherit;
  margin: 0 0 6px;
}

.history-section p {
  margin-bottom: 2.4rem;
}

.history-section .img01 {
  margin: 146px 61px 147px 0;
}

.history-section .img02 {
  margin: 0 6px 81px 0;
}

.history-section .img03 {
  margin: 0 76px 208px 0;
}

.history-section .img04 {
  margin: 97px 0 0 2px;
}

.history-section .img05 {
  display: block;
  margin: 39px 26px 0 auto;
}

.history-section .img06 {
  margin: -153px 0 344px -91px;
}

.history-section .img07 {
  margin: 133px 87px 222px -50px;
}

.history-section .img08 {
  margin: -43px -2px 81px 0;
}

.history-section .img09 {
  margin: 0 58px 0 0;
}

.history-section .img10 {
  margin: 0;
}

.history-section .img11 {
  margin: 62px 0 299px -87px;
  max-width: inherit;
}

.history-section .img12 {
  margin: 96px 112px 114px 0;
}

.history-section .img13 {
  margin: 0 8px 0 0;
}

.history-section .img14 {
  margin: 87px 0 30px -86px;
}

.history-section .img15 {
  margin: 0 0 195px 26px;
}

.history-section .img16 {
  margin: 204px 68px 73px 0;
}

.history-section .img17 {
  margin: 0 77px 0 0;
}

.history-section .img18 {
  margin: 20px 0 82px -88px;
}

.history-section .img19 {
  margin: 0 0 200px 41px;
}

.history-section .img20 {
  margin: 5px 115px 54px 0;
}

.history-section .img21,
.woocommerce .product-section #review_form #respond p {
  margin: 0;
}

.history-section .img22 {
  margin: 179px 0 109px -91px;
}

.history-section .img23 {
  max-width: inherit;
  margin: 180px 47px 124px -102px;
}

.history-section .img24 {
  margin: 0 2px 0 0;
}

.today-info {
  padding: 92px 0 114px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  text-align: center;
  color: #023c5b;
}

.today-info .container {
  max-width: 980px;
}

.today-info .image-area {
  position: relative;
  text-align: center;
  margin: 0 0 57px;
}

.today-info .decor-images {
  position: absolute;
  bottom: 12px;
  z-index: 2;
}

.today-info .decor-images.left {
  left: -305px;
}

.today-info .decor-images.right {
  right: -305px;
}

.today-info .decor-images.right img {
  margin: 0 0 0 auto;
}

.today-info .decor-images.right img + img {
  margin: -34px 95px 0 0;
}

.today-info .decor-images img {
  display: block;
  position: relative;
  z-index: 2;
}

.today-info .decor-images img + img {
  z-index: 1;
  margin: -34px 0 0 95px;
}

.today-info h2 {
  font-family: "Orkney";
  font-size: 3.6rem;
  color: inherit;
  margin: 0 0 22px;
}

.today-info p {
  margin-bottom: 3.1rem;
}

.today-info .img-since {
  text-align: center;
  margin: 0 0 102px;
}

.today-info .contact-area {
  max-width: 570px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #696969;
  text-align: left;
}

.today-info .contact-area h3 {
  font-size: 2.4rem;
  margin: 0 0 14px;
}

.today-info .contact-area p {
  margin-bottom: 3.9rem;
}

.products-section {
  padding: 62px 0 56px;
  font-weight: 700;
}

.products-section h2 {
  font-size: 3rem;
  margin: 0 0 0.32em;
}

.products-section .products-intro {
  width: 50%;
  padding-right: 15px;
}

.product-items .col,
.product-items .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-items .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.product-items .col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
}

.product-items .col.col-2 {
  width: 50%;
}

.product-items .col.col-2 .item-hover {
  padding: 20px 25px 43px;
}

.product-items .col.col-3 {
  width: 33.33%;
}

.product-items .col.col-3 .item-hover {
  padding: 17px;
}

.product-items .col.col-2-3 {
  width: 58.33%;
}

.product-items .col.col-1-3 {
  width: 41.67%;
}

.product-items .col.col-4 {
  width: 25%;
}

.product-items .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 560px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}

.product-items .item:hover {
  text-decoration: none;
}

.product-items .item:hover .item-hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.product-items .item:hover h3 .end-line:after,
.product-items .item:hover h3 .start-line:after {
  width: 80px;
}

.product-items .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product-items .item.half-height {
  min-height: 265px;
}

.product-items .item-hover,
.products-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-items .item-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: left;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  background-color: transparent;
  padding: 20px 40px 25px 10px;
}

.product-items .item-hover.right,
.products-nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-items .item-hover.right h3 .end-line:after {
  opacity: 0;
}

.product-items .item-hover.right h3 .start-line:after {
  opacity: 1;
}

.product-items h3 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 0 6px rgba(0, 0, 0, 0.6);
  position: relative;
  margin: 0;
}

.product-items h3 .end-line,
.product-items h3 .start-line,
.products-nav li {
  position: relative;
}

.product-items h3 .end-line:after,
.product-items h3 .start-line:after {
  position: absolute;
  top: 100%;
  z-index: 2;
  content: "";
  width: 0;
  height: 1px;
  margin-top: 2px;
  background: #ddc9a3;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.product-items h3 .end-line:after {
  left: 100%;
  margin-left: -42px;
}

.product-items h3 .start-line:after {
  opacity: 0;
  left: 0;
  margin-left: -40px;
}

.product-items img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.product-items.alt .row {
  margin: 0 -30px;
}

.product-items.alt .col {
  padding: 0 30px;
}

.product-items.alt .item {
  min-height: 350px;
  margin-bottom: 60px;
}

.products-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 0 11px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.products-nav li {
  padding-right: 58px;
}

.products-nav li:after {
  position: absolute;
  top: -1px;
  right: 20px;
  content: "//";
  color: #ababab;
}

.products-nav li:last-child {
  padding-right: 0;
}

.products-nav li:last-child:after {
  display: none;
}

.products-nav a {
  color: #212121;
}

.products-nav a:hover {
  text-decoration: none;
  color: #023c5b;
}

.product-section {
  padding: 102px 0 67px;
}

.woocommerce .product-section div.product div.summary {
  width: 53%;
  padding: 0 0 0 4.3%;
}

.woocommerce .product-section div.product .product_title {
  font-family: "Orkney";
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #212121;
  margin: 0 0 10px;
}

.woocommerce .product-section div.product p.price,
.woocommerce .product-section div.product span.price {
  font-size: inherit;
  color: inherit;
  margin: 1.05rem 0 3rem;
}

.woocommerce .product-section div.product p.price .amount {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  color: #023c5b;
}

.woocommerce .product-section div.product p.price .price-text {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 5px 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #696969;
}

.product-rating,
.product-rating .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 21px;
}

.product-rating .rating-stars {
  font-size: 13px;
  line-height: 1;
  margin: 0 -3px;
}

.product-rating .rating-stars li {
  padding: 0 3px;
}

.product-rating .rating-stars .far {
  color: #ababab;
}

.product-rating .rating-stars .fas {
  color: #f5a64a;
}

.product-rating .rating-text,
.share-text {
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.product-rating .rating-text {
  margin: 0 0 0 15px;
  font-weight: 400;
  font-style: italic;
  color: #ababab;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px 0 56px;
}

.share-text {
  margin: 0 22px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #696969;
}

.share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-size: 14px;
}

.share-links li {
  margin: 0 24px 0 0;
}

.share-links a {
  color: #ccc;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.share-links a:hover {
  color: #093b5d;
}

.woocommerce .product-info {
  border-bottom: 1px solid #ddc9a3;
}

.woocommerce .product-section div.product form.cart {
  padding: 27px 0 7px;
  margin: 0;
}

.woocommerce .product-section div.product form.cart div.quantity {
  margin-right: 10px;
}

.woocommerce .product-section .quantity .qty {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  width: 70px;
  height: 40px;
  margin: 0;
  padding: 5px;
  border: 1px solid #ddc9a3;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #212121;
}

.woocommerce .product-section .quantity .qty::-webkit-input-placeholder {
  color: #212121;
}

.woocommerce .product-section .quantity .qty:-moz-placeholder,
.woocommerce .product-section .quantity .qty::-moz-placeholder {
  color: #212121;
}

.woocommerce .product-section .quantity .qty:-ms-input-placeholder {
  color: #212121;
}

.woocommerce .product-section .cart .btn {
  padding: 10px 17px 11px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.woocommerce .product-section .cart .btn:hover {
  background: #020f17;
}

.woocommerce .product-section div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce .product-section div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-radius: 0;
  background: 0 0;
  margin: 0;
  padding: 0;
}

.woocommerce
  .product-section
  div.product
  .woocommerce-tabs
  ul.tabs
  li.active
  a {
  background: #023c5b;
  color: #fff;
}

.woocommerce .product-section div.product .woocommerce-tabs ul.tabs a {
  padding: 0.67em 1.2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ababab;
}

.woocommerce .product-section div.product .woocommerce-tabs .panel {
  border: 1px solid #ddc9a3;
  margin: 0;
  padding: 2.5em 2.1em;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #696969;
}

.woocommerce .product-section div.product .woocommerce-tabs .panel .btn {
  padding: 13px 19px 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #696969;
}

.product-section #comments {
  padding: 0 0 0.5em;
}

#add_payment_method #payment ul.payment_methods li.active div.payment_box,
.product-section .comment-reply-title,
.woocommerce-cart #payment ul.payment_methods li.active div.payment_box,
.woocommerce-checkout #payment ul.payment_methods li.active div.payment_box {
  display: block;
}

.product-section .comment-form {
  margin: 0;
}

.product-section .comment-form p {
  padding: 0 0 20px;
}

.product-section .comment-form #wp-comment-cookies-consent {
  margin: 2px 10px 0 0;
}

.product-section .comment-form .form-submit {
  text-align: inherit;
}

.woocommerce .product-section #review_form #respond .form-submit input {
  -webkit-appearance: none;
  padding: 12px 16px 11px;
  border: 1px solid #ddc9a3;
  border-radius: 0;
  background: 0 0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #696969;
  cursor: pointer;
}

.woocommerce .product-section #review_form #respond .form-submit input:hover {
  background: #023c5b;
  border-color: #023c5b;
  color: #fff;
}

.product-gallery {
  float: left;
  width: 47%;
}

.product-top {
  padding: 5px 0 30px;
  font-size: 0;
  line-height: 0;
}

.product-bottom img,
.product-top img {
  border: 1px solid #d2c19f;
}

.product-bottom {
  max-width: 330px;
  margin: 0 auto;
}

.product-bottom .slick-arrow {
  background: 0 0 !important;
  color: #7f7f7f;
}

.product-bottom .slick-arrow:hover {
  color: #000;
}

.product-bottom .slick-arrow:before {
  font-size: 80px;
  line-height: 0.6;
  font-weight: 300;
}

.product-bottom .slick-arrow.slick-prev {
  left: -48px;
}

.product-bottom .slick-arrow.slick-next {
  right: -48px;
}

.product-bottom .slick-slide {
  padding: 0 5px;
}

.product-bottom .slick-slide.slick-current img {
  border-color: #0b3c5d;
}

.product-bottom img {
  margin: 0 auto;
}

.related-products {
  padding: 138px 0 0;
}

.related-products .product-items .item {
  min-height: 330px;
  border: 1px solid #f4eede;
}

.related-products .product-items h3 {
  font-size: 2.8rem;
}

.healthcare-products .product-items .item {
  min-height: 430px;
}

form.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 72px 0;
}

form.woocommerce-checkout .left-area {
  width: calc(100% - 370px);
  padding: 37px 55px 0 0;
}

form.woocommerce-checkout .right-area {
  min-width: 370px;
  max-width: 370px;
  padding: 1.6em 1.7em;
  border: 1px dashed #093b5d;
}

form.woocommerce-checkout h3 {
  font-size: 2.4rem;
  margin: 0 0 0.98em;
}

form.woocommerce-checkout h3.heading-line span {
  padding-left: 57px;
}

.footer-links.alt li:before,
form.woocommerce-checkout h3.heading-line span:after {
  width: 47px;
}

form.woocommerce-checkout .btn-row {
  clear: both;
  padding: 3px;
}

form.woocommerce-checkout .btn {
  margin-top: 12px;
  padding: 10px 19px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce-billing-fields {
  margin-bottom: 57px;
}

.woocommerce .checkout .form-row {
  margin: 0 0 11px;
}

.woocommerce .checkout #billing_address_2_field {
  margin-top: -8px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%;
}

.woocommerce .checkout .form-row label {
  padding: 0 0 12px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #696969;
}

.woocommerce .checkout .form-row .required {
  color: #f5a64a;
}

.woocommerce .checkout .form-row textarea {
  height: 7em;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #f4eede;
  border-radius: 0;
  margin: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 10px 50px 10px 20px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-style: italic;
  color: #ababab;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 46px;
  height: 100%;
}

.select2-dropdown {
  border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
  border-color: #f4eede;
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
  margin: 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 0.54em 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #696969;
  width: 50%;
}

.woocommerce table.shop_table td {
  border: 0;
}

.woocommerce table.shop_table td .woocommerce-Price-amount,
.woocommerce table.shop_table td.product-total {
  font-weight: 700;
  color: #212121;
}

.woocommerce table.shop_table th {
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce table.shop_table thead th {
  padding-bottom: 0.81em;
  border-bottom-color: #f4eede;
}

.woocommerce table.shop_table tbody tr:first-child td,
.woocommerce table.shop_table tbody tr:first-child th {
  padding-top: 1.1em;
}

.woocommerce table.shop_table tbody tr:last-child td,
.woocommerce table.shop_table tbody tr:last-child th {
  padding-bottom: 1.1em;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top-color: #f4eede;
}

.woocommerce table.shop_table .cart-subtotal td,
.woocommerce table.shop_table .cart-subtotal th {
  padding-top: 1.35em;
  padding-bottom: 1.2em;
}

.woocommerce table.shop_table .woocommerce-shipping-totals td,
.woocommerce table.shop_table .woocommerce-shipping-totals th {
  padding-top: 1.7em;
  padding-bottom: 0.3em;
  vertical-align: top;
}

.woocommerce table.shop_table .woocommerce-shipping-totals th {
  line-height: 1.7;
}

.woocommerce table.shop_table .woocommerce-shipping-totals td {
  font-weight: 400;
}

.woocommerce table.shop_table .order-total td,
.woocommerce table.shop_table .order-total th {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.woocommerce table.shop_table .order-total .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 2.4rem;
  color: #023c5b;
}

.woocommerce table.shop_table .product-quantity {
  font-weight: 400;
  color: #000;
}

.woocommerce table.shop_table .jcf-radio {
  margin: -2px 5px 2px 0;
}

.woocommerce ul#shipping_method {
  min-width: 178px;
}

.woocommerce ul#shipping_method li {
  margin: 0 0 1em;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-bottom: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: 0 0;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: 1px solid #f4eede;
  padding: 0;
}

#add_payment_method #payment ul.payment_methods .opener,
.woocommerce-cart #payment ul.payment_methods .opener,
.woocommerce-checkout #payment ul.payment_methods .opener {
  position: relative;
  border-top: 1px solid #f4eede;
}

#add_payment_method #payment ul.payment_methods .jcf-radio,
.woocommerce-cart #payment ul.payment_methods .jcf-radio,
.woocommerce-checkout #payment ul.payment_methods .jcf-radio {
  position: absolute;
  top: 0.85em;
  left: 1.35em;
  z-index: 2;
  margin: 0;
}

#add_payment_method #payment ul.payment_methods label,
.woocommerce-cart #payment ul.payment_methods label,
.woocommerce-checkout #payment ul.payment_methods label {
  padding: 0.95em 2.5em 0.95em 3.4em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #696969;
}

#add_payment_method #payment ul.payment_methods .opener-link,
.woocommerce-cart #payment ul.payment_methods .opener-link,
.woocommerce-checkout #payment ul.payment_methods .opener-link {
  position: absolute;
  top: 0.9em;
  right: 1.1em;
  z-index: 2;
  padding: 5px;
  font-size: 13px;
  line-height: 1;
  color: #696969;
  cursor: pointer;
}

#add_payment_method #payment ul.payment_methods .opener-link:before,
.woocommerce-cart #payment ul.payment_methods .opener-link:before,
.woocommerce-checkout #payment ul.payment_methods .opener-link:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f067";
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  margin: -14px 0 -8px 2.25em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  display: none;
  background: 0 0;
  border-top: 1px solid #f4eede;
  margin: 0;
  padding: 1.1em 1.5em 1.7em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #696969;
}

#add_payment_method #payment ul.payment_methods li:first-child .opener,
.woocommerce-cart #payment ul.payment_methods li:first-child .opener,
.woocommerce-checkout #payment ul.payment_methods li:first-child .opener {
  border-top: none;
}

#add_payment_method #payment ul.payment_methods li.active .opener-link:before,
.woocommerce-cart #payment ul.payment_methods li.active .opener-link:before,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li.active
  .opener-link:before {
  content: "\f068";
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1.8em 0 0.5em;
  margin: 0;
}

#add_payment_method #payment div.form-row .check-row,
.woocommerce-cart #payment div.form-row .check-row,
.woocommerce-checkout #payment div.form-row .check-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0.3em 1.55em;
}

#add_payment_method #payment div.form-row .check-row label,
.woocommerce-cart #payment div.form-row .check-row label,
.woocommerce-checkout #payment div.form-row .check-row label {
  display: block;
  text-transform: none;
  font-weight: 400;
  line-height: 1.71;
  padding: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  padding: 0.82em 1em;
  border: 0;
  border-radius: 0;
  background: #023c5b;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: #000;
}

.footer {
  background: #093b5d;
  color: #fff;
}

.footer > .container {
  padding-top: 74px;
  padding-bottom: 52px;
}

.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.footer .col {
  padding: 0 15px;
}

.footer .col.col1 {
  width: 29%;
  padding-right: 60px;
}

.footer .col.col2 {
  width: 46%;
}

.footer .col.col3 {
  width: 25%;
}

.footer .col.col2-1 {
  width: 45%;
}

.footer .col.col2-2 {
  width: 55%;
  padding-right: 35px;
}

.footer .logo {
  margin: -37px 0 18px 45px;
}

.footer h3 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  position: relative;
  padding: 0 0 14px;
  margin: 0 0 34px;
}

.footer h3:after,
.footer-links li:before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  content: "";
  width: 60px;
  height: 1px;
  background: #ddc9a3;
}

.footer p {
  margin-bottom: 1.6rem;
}

.footer .social-links {
  margin: 0 -5px;
  font-size: 22px;
}

.footer .social-links li {
  margin: 0 6px 0 5px;
}

.footer .social-links a {
  border-width: 2px;
  width: 45px;
  height: 45px;
}

.footer .social-links .fa-instagram {
  font-size: 26px;
}

.footer-links {
  font-weight: 700;
  line-height: 1.25;
}

.footer-links li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
}

.footer-links li:before {
  top: 50%;
  width: 30px;
}

.footer h3,
.footer-links a {
  color: inherit;
}

.footer-links a:hover {
  color: #ddc9a3;
}

.footer-links.alt li {
  padding-left: 58px;
  margin-bottom: 17px;
}

.signup-form p {
  margin: 0 0 15px;
}

.signup-form input[type="email"],
.signup-form input[type="text"] {
  width: 100%;
  height: 43px;
  padding: 13px 9px;
  margin: 0;
  border: 0;
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
  color: #999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.signup-form input[type="email"]::-webkit-input-placeholder,
.signup-form input[type="text"]::-webkit-input-placeholder {
  color: #999;
}

.signup-form input[type="email"]:-moz-placeholder,
.signup-form input[type="email"]::-moz-placeholder,
.signup-form input[type="text"]:-moz-placeholder,
.signup-form input[type="text"]::-moz-placeholder {
  color: #999;
}

.signup-form input[type="email"]:-ms-input-placeholder,
.signup-form input[type="text"]:-ms-input-placeholder {
  color: #999;
}

.signup-form .btn {
  margin: 5px 0 0;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.signup-form .btn:hover {
  background: #ddc9a3;
  color: #093b5d;
}

.signup-form .wpcf7-not-valid-tip {
  font-size: 12px;
}

.signup-form .g-recaptcha iframe,
.signup-form .g-recaptcha > div,
.signup-form .rc-anchor-normal,
.signup-form .wpcf7-recaptcha iframe,
.signup-form .wpcf7-recaptcha > div {
  width: 100% !important;
}

.signup-form .rc-anchor-normal .rc-anchor-content {
  width: calc(100% - 70px) !important;
}

.signup-form .rc-anchor-logo-portrait {
  margin: 10px auto !important;
}

.signup-form .rc-anchor-normal .rc-anchor-pt {
  right: 5px !important;
  bottom: 5px !important;
  width: 100% !important;
  margin: 0 !important;
}

.footer-bottom {
  border-top: 1px solid #214d6b;
  padding: 20px 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.newsletter-popup {
  width: 700px;
}

.newsletter-popup.fancybox-content {
  padding: 0;
}

.newsletter-popup_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.newsletter-popup_flex .col {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.newsletter-popup .bg-stretch {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.newsletter-popup .rl-newsletter-form {
  padding: 65px 40px 40px;
}

.newsletter-popup .fancybox-button {
  height: 35px;
  width: 35px;
  opacity: 1;
}

.newsletter-popup .fancybox-button:hover {
  opacity: 0.8;
}

.newsletter-popup .fancybox-button:after {
  content: "X";
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #023c5b;
}

.rl-newsletter-form .headline {
  text-align: center;
  color: #023c5b;
  font: 300 2.5rem/1.2 "Orkney";
  margin-bottom: 32px;
}

.rl-newsletter-form .headline_ttl {
  font-size: 2.6rem;
  color: inherit;
  margin-bottom: 1.19em;
}

.rl-newsletter-form .headline > :last-child {
  margin-bottom: 0;
}

.rl-newsletter-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
}

.rl-newsletter-form .wpcf7-submit-hidden,
.wpcf7-response-output {
  display: none;
}

.rl-newsletter-form .wpcf7-submit-visible {
  text-align: center;
  margin-top: 66px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media (min-width: 30em) {
  .gallery {
    margin: 0 -0.5em;
  }

  .gallery-item {
    padding: 0 0.5em 1.8em;
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

@media (min-width: 667px) {
  .info-section .mob-visible {
    display: none;
  }
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }

  .m-visible {
    display: none;
  }

  .nav-boxes .box:hover .box-hover {
    background: rgba(0, 0, 0, 0.4);
  }

  .nav-boxes .box:hover .ttl:after {
    width: 50px;
  }

  .product-items .item-hover.right {
    padding-left: 40px;
    text-align: right;
  }
}

@media (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

@media (min-width: 812px) and (max-height: 414px) {
  .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (min-width: 1024px) {
  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }

  .admin-bar .header {
    margin-top: 32px;
  }

  .page-scrolled .header-menu-wrapper {
    padding: 14px 0;
  }

  .page-scrolled .header-menu-wrapper .logo {
    max-width: 150px;
  }

  .page-scrolled .nav .btn-lines span {
    padding: 0.9em 1em 0.6em;
    font-size: 18px;
  }
}

@media (min-width: 1366px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

@media (max-width: 1919px) {
  .showcase-section .text-area {
    padding: 48px 50px 0 0;
  }

  .showcase-section h2 {
    margin: 0 0 15px -30px;
  }

  .showcase-section h3 {
    margin: 0 0 60px;
  }

  .showcase-section .row-reverse .text-area {
    padding: 157px 0 0 50px;
  }

  .featured-products h2 {
    right: -150px;
  }

  .info-rienu .img-label {
    max-width: 120px;
  }
}

@media (max-width: 1679px) {
  .about-section .img-area img {
    max-width: 100%;
    margin: -9px 0 9px;
  }

  .nav-boxes .box-hover {
    padding: 80px 20px 30px;
  }

  .info-block1 .image {
    margin: 57px -45px 57px -100px;
  }

  .info-block2 .image {
    margin: 0 -100px 0 0;
  }

  .hero-section {
    padding: 200px 65px 54px;
  }

  .hero-section .logo-img {
    max-width: 350px;
    margin: 0 0 20px;
  }

  .showcase-section .list br {
    display: none;
  }

  .showcase-section .row-reverse .text-area {
    padding: 100px 0 0 80px;
  }

  .showcase-section .row-reverse h3 {
    font-size: 2.2rem;
  }

  .screens-section .decor-stripe {
    margin: -100px 0 0;
  }

  .screens-section .decor-bag {
    margin: -150px auto 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .featured-products h2 {
    right: -30px;
  }

  .info-rienu {
    font-size: 18px;
  }

  .info-rienu .info-area h3 {
    font-size: 30px;
  }

  .info-rienu .info-area .items {
    margin: 0 -20px;
  }

  .info-rienu .info-area .item {
    padding: 0 20px 25px;
  }

  .info-box img {
    left: -5px;
  }

  .contact-block .img {
    margin: -18px 15px 0 -80px;
  }

  .history-section .img23 {
    max-width: 100%;
  }

  .today-info .decor-images.left {
    left: -220px;
  }

  .today-info .decor-images.right {
    right: -220px;
  }

  .today-info .decor-images img {
    max-width: 300px;
  }
}

@media (max-width: 1439px) {
  .products-items .item .holder {
    padding: 2em 6em;
  }

  .logos-slider .slick-arrow.slick-prev {
    left: 15px;
  }

  .logos-slider .slick-arrow.slick-next {
    right: 15px;
  }

  .info-block1 .image {
    margin: 57px -45px 57px -98px;
  }

  .info-block2 .holder {
    margin: 0 0 68px 80px;
  }

  .info-block2 .image {
    margin: 0 -98px 0 0;
  }

  .showcase-section .image-area {
    max-width: 400px;
    margin: 0 180px 0 auto;
  }

  .showcase-section .image-area .img-back {
    width: 70%;
  }

  .showcase-section .row-reverse .image-area {
    margin: 0 0 0 180px;
  }

  .about-us .text-area {
    margin: 0 50px 0 -100px;
  }

  .about-us .text-area h2 {
    margin: 0 -60px 25px;
  }

  .featured-products h2 {
    right: 0;
  }

  .info-rienu .text-area br {
    display: none;
  }

  .contact-block .img {
    margin: -18px 0 0;
  }

  .contact-block .text-area {
    padding: 0 0 0 100px;
  }

  .text-block {
    padding: 90px 0 150px;
  }

  .text-block h2 {
    width: 70%;
    font-size: 40px;
  }

  .visual-section .text-box {
    margin-right: 15px;
  }

  .history-section .img07 {
    margin-left: 0;
  }

  .history-section .img23 {
    max-width: 550px;
    margin-left: 0;
  }

  .today-info .decor-images.left {
    left: -180px;
  }

  .today-info .decor-images.right {
    right: -180px;
  }

  .today-info .decor-images img {
    max-width: 260px;
  }
}

@media (max-width: 1365px) {
  .search-bar {
    margin: 0;
  }

  .header-menu-wrapper .logo {
    max-width: 180px;
    margin: 0 10px 0 0;
  }

  .nav li {
    margin: 0 20px 0 0;
  }

  .nav li:last-child {
    margin-right: 0;
  }

  .intro-image {
    height: 600px;
  }

  .about-section {
    padding: 260px 0 100px;
  }

  .about-section .text-area {
    padding: 26px 34px 33px;
  }

  .nav-boxes .box-hover {
    padding: 60px 5px 5px;
  }

  .features-section {
    padding: 100px 0 150px;
  }

  .features-section .text-area {
    padding: 0 50px 20px;
  }

  .features-section h2 {
    margin: 0 -80px 38px -50px;
  }

  .features-section .img-area img {
    max-width: 100%;
  }

  .testimonials-slider .slick-arrow.slick-prev {
    left: 0;
  }

  .testimonials-slider .slick-arrow.slick-next {
    right: 0;
  }

  .testimonials-slider .slide {
    padding: 90px 20px 62px;
  }

  .products-items .item .holder {
    padding: 1em 2em;
  }

  .logos-slider {
    padding: 0 50px;
  }

  .video-section {
    min-height: 450px;
  }

  .blog-items {
    margin: 0 -10px -30px;
  }

  .blog-items .col {
    padding: 0 10px 30px;
  }

  .blog-items .item-content {
    padding: 12px 15px 15px;
  }

  .info-block1 .image {
    margin: 40px 0 40px -15px;
  }

  .info-block1 .large {
    margin-right: -50px;
  }

  .info-block2 {
    padding: 59px 0 80px 50px;
  }

  .info-block2 .image {
    margin: 0 -15px 0 0;
  }

  .info-block3 {
    margin: 0 0 100px;
  }

  .info-block3 .over-img {
    max-width: 30%;
    right: -10px;
  }

  .info-block3 h3 {
    margin: -24px -2px 28px 0;
  }

  .info-block4 {
    margin: 0 -20px 55px;
  }

  .info-block4 .col {
    padding: 0 20px;
  }

  .info-block4 h3 {
    font-size: 7.4rem;
  }

  .info-block5 .img {
    margin: 28px 0 0;
  }

  .contact-section .image-area {
    padding: 0 30px;
  }

  .map-info {
    left: auto;
    right: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-section {
    padding: 200px 15px 50px;
  }

  .showcase-section {
    padding: 100px 15px 70px;
  }

  .showcase-section .decor-logo {
    max-width: 450px;
  }

  .showcase-section h2 {
    margin: 0 0 15px;
  }

  .showcase-section .list {
    margin: 0;
  }

  .showcase-section .image-area {
    max-width: 300px;
    margin: 0 146px 0 auto;
  }

  .showcase-section .image-area .img-back {
    -webkit-transform: translate(-60px, -50%);
    -ms-transform: translate(-60px, -50%);
    transform: translate(-60px, -50%);
  }

  .showcase-section .img-lines {
    padding: 15px;
  }

  .showcase-section .row-reverse .text-area {
    width: 60%;
    padding: 100px 0 0 50px;
  }

  .showcase-section .row-reverse h2 {
    margin: 0 0 13px;
  }

  .showcase-section .row-reverse h3 {
    margin: 0 0 49px;
  }

  .showcase-section .row-reverse .image-area {
    margin: 0 0 0 146px;
  }

  .showcase-section .row-reverse .image-area .img-back {
    -webkit-transform: translate(60px, -50%);
    -ms-transform: translate(60px, -50%);
    transform: translate(60px, -50%);
  }

  .showcase-section .row-reverse .logo-img {
    max-width: 250px;
  }

  .screens-section .items {
    margin: 0 -15px;
  }

  .screens-section .col {
    padding: 0 15px;
  }

  .laundry-items h3 {
    letter-spacing: 0;
  }

  .laundry-items h3.heading-line span {
    padding-left: 60px;
  }

  .laundry-items h3.heading-line span:after {
    width: 50px;
  }

  .hero-block {
    min-height: 650px;
    height: auto;
  }

  .about-us .container {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .about-us .text-area {
    margin: 0;
    padding: 0 50px 100px 0;
  }

  .about-us .text-area h2 {
    margin: 0 0 25px;
  }

  .about-us .img-over {
    max-width: 80%;
    left: -50px;
  }

  .featured-products h2 {
    right: 80px;
  }

  .featured-products .image-holder {
    margin: 300px 0 350px;
  }

  .featured-products .num {
    margin: 0 0 15px !important;
  }

  .info-box img,
  .info-rienu:before {
    left: -15px;
  }

  .info-rienu .image-area {
    margin: 80px 0 0;
  }

  .info-rienu .img-logo {
    max-width: 50%;
  }

  .info-rienu .img-label {
    margin: 0 15px 40px auto;
  }

  .info-rienu .info-area {
    margin: 0 -15px;
    padding: 0 15px 10px;
  }

  .info-rienu .info-area:after {
    display: none;
  }

  .info-rienu .info-area h2 {
    margin: 0 0 80px;
  }

  .info-box {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: -50px 0 0;
    padding: 80px 10% 80px 50%;
  }

  .testimonials-section {
    padding: 50px 0 280px;
  }

  .contact-block {
    padding: 120px 0;
  }

  .contact-block .img {
    margin: 30px 0 0;
  }

  .contact-block .img:after {
    top: -30px;
    right: -30px;
  }

  .contact-block .text-area {
    padding: 0 0 0 80px;
    font-size: 18px;
  }

  .intro-block {
    padding: 140px 0 80px;
  }

  .intro-block .text-area {
    padding: 50px 50px 80px;
    margin: 80px -60px 30px 0;
  }

  .text-block .image-area {
    margin: 0;
    padding: 0 0 0 20px;
  }

  .text-block h2 {
    left: 100%;
    right: auto;
    margin: 0 0 0 20px;
    text-align: left;
  }

  .text-block .text-area {
    width: 58%;
    padding: 200px 20px 0 50px;
  }

  .info-items .item {
    padding: 0 20px;
  }

  .contact-bar {
    padding: 30px 0;
  }

  .contact-bar .btn-lines {
    margin: 10px 0 -10px 50px;
  }

  .clients-section h2,
  .shipping-section h2 {
    letter-spacing: 1px;
  }

  .history-section .time-item:before {
    margin-left: -75px;
  }

  .history-section .text-area {
    padding: 0 0 0 60px;
  }

  .history-section .img01 {
    margin-right: 0;
    padding-right: 30px;
  }

  .history-section .img06 {
    margin: -80px 0 200px -58px;
  }

  .history-section .img11 {
    max-width: 100%;
    margin: 62px 0 200px -58px;
  }

  .history-section .img14 {
    margin-left: -52px;
  }

  .history-section .img18 {
    margin-left: -55px;
  }

  .history-section .img22 {
    margin-left: -52px;
  }

  .history-section .img23 {
    max-width: 100%;
    margin-right: 0;
    padding-right: 30px;
  }

  .today-info .img-logo {
    max-width: 350px;
  }

  .today-info .decor-images.left {
    left: 0;
  }

  .today-info .decor-images.right {
    right: 0;
  }

  .today-info .decor-images.right img + img {
    margin: -20px 50px 0 0;
  }

  .today-info .decor-images img {
    max-width: 220px;
  }

  .today-info .decor-images img + img {
    margin: -20px 0 0 50px;
  }

  .product-items .col.col-2-3 {
    width: 58.5%;
  }

  .product-items .col.col-1-3 {
    width: 41.5%;
  }

  .woocommerce .product-section div.product .woocommerce-tabs ul.tabs a {
    padding: 0.6em;
  }

  .footer .col.col1 {
    width: 25%;
    padding-right: 30px;
  }

  .footer .col.col2 {
    width: 48%;
  }

  .footer .col.col3 {
    width: 27%;
  }

  .footer .col.col2-1 {
    width: 40% !important;
  }

  .footer .col.col2-2 {
    width: 60% !important;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .product-items .row {
    margin: 0 -8px;
  }

  .product-items .col {
    padding: 0 8px;
  }

  .product-items .item {
    margin-bottom: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 8.5px;
  }
}

@media (max-width: 1023px) {
  .btn-play span {
    width: 140px;
    height: 150px;
    font-size: 40px;
  }

  .h1,
  h1 {
    font-size: 6rem;
  }

  .widget {
    margin-bottom: 2em;
  }

  .widget h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }

  .post-list img {
    min-width: 50px;
    max-width: 50px;
    margin: 0 15px 0 0;
  }

  .post-list h4 {
    font-size: 16px;
  }

  .tagcloud a {
    padding: 6px 8px 7px;
    margin: 0 8px 8px 0;
  }

  .comment-body {
    padding: 30px 20px;
  }

  .divider {
    height: 40px;
  }

  #wpadminbar,
  .nav a:after {
    display: none !important;
  }

  :root {
    margin-top: 0 !important;
  }

  .admin-bar .main-header {
    margin-top: 0 !important;
  }

  .header-menu-wrapper .logo {
    max-width: 150px;
  }

  .nav .has-mega-menu .mega-menu li,
  .nav-opener {
    display: block;
  }

  .nav-drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    max-height: 0;
  }

  .nav-active .nav-drop {
    max-height: 4000px;
  }

  .nav-active .nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .nav {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #093b5d;
  }

  .nav ul {
    color: #fff;
  }

  .nav a {
    padding: 7px 45px 7px 15px;
  }

  .nav a.highlighted .sub-arrow:before {
    content: "-";
  }

  .nav a.has-submenu {
    padding-right: 40px;
  }

  .nav a .sub-arrow {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border: 0;
    font: 700 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: #fff;
    border-radius: 4px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav a .sub-arrow:before {
    content: "+";
  }

  .nav .has-mega-menu .mega-menu .col {
    width: 100%;
  }

  .nav li {
    margin: 0;
  }

  .nav li > ul {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .nav li > ul a {
    padding: 7px 15px;
  }

  .nav li > ul a:hover {
    background: #fff;
    color: #ddc9a3;
  }

  .t-hidden {
    display: none !important;
  }

  .nav ul,
  .t-visible {
    display: block;
  }

  .social-links-alt li {
    margin: 0 10px 0 0;
  }

  .intro-slider {
    margin: 0 0 -100px;
  }

  .intro-image,
  .intro-slider .slide {
    height: 500px;
  }

  .intro-slider .img {
    height: 100%;
  }

  .intro-slider img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    max-width: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .about-section {
    padding: 160px 50px 100px;
  }

  .about-section .container {
    display: block;
  }

  .about-section .img-area,
  .woocommerce .product-section div.product div.summary {
    width: auto;
    padding: 0;
  }

  .about-section .img-area img {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto 50px;
  }

  .about-section .text-area {
    width: auto;
    padding: 26px 34px 30px;
  }

  .nav-boxes .box {
    width: 50%;
    min-height: 50vw;
  }

  .features-section .text-area {
    padding: 0 50px 0 0;
  }

  .features-section h2 {
    font-size: 35px;
    margin: 0 -50px 40px 0;
  }

  .testimonials-slider .slide {
    padding: 80px 20px 50px;
  }

  .testimonials-slider blockquote {
    font-size: 28px;
  }

  .products-top {
    padding: 40px 0 45px;
    font-size: 18px;
  }

  .products-top h2 {
    font-size: 40px;
  }

  .products-items {
    display: block;
  }

  .products-items .col {
    width: 100%;
  }

  .products-items .item {
    height: 30vw !important;
  }

  .products-items .item .holder {
    padding: 1em 5em;
  }

  .video-section {
    min-height: 350px;
  }

  .video-section .text-area {
    padding: 30px 0 0;
  }

  .video-section .btn-play {
    margin: 0 50px;
  }

  .blog-section {
    padding: 50px 0;
  }

  .blog-items .item {
    font-size: 14px;
  }

  .meta-list {
    margin: 0 -10px 8px 0;
  }

  .meta-list li {
    margin: 0 10px 5px 0;
  }

  .intro-section {
    min-height: 400px;
  }

  .info-block1 {
    padding: 0 20px 30px 0;
    font-size: 16px;
  }

  .info-block1 .large {
    margin-right: 0;
    font-size: inherit;
  }

  .info-block2 {
    padding: 40px 0 40px 20px;
  }

  .info-block2 .holder {
    margin: 0 0 40px 30px;
  }

  .info-block2 h3 {
    font-size: 3rem;
  }

  .info-block2 .btn {
    padding: 12px 15px 10px;
    font-size: 18px;
  }

  .info-block3 {
    font-size: 26px;
  }

  .info-block4 {
    margin: 0 -20px 30px;
    font-size: 16px;
    line-height: 1.5;
  }

  .info-block4 .image .img-over {
    max-width: 40%;
  }

  .info-block4 h3 {
    font-size: 5.7rem;
  }

  .info-block4 h3.bottom-left {
    bottom: 3px;
    left: 0;
  }

  .info-block4 h3.top-left {
    top: 0;
    left: -2px;
  }

  .info-block4 h3.top-right {
    top: 0;
    right: -2px;
  }

  .info-block4 .text {
    padding: 15px 20px;
  }

  .info-block5 {
    margin: 0 -13px 50px;
  }

  .contact-form .row {
    margin: 0 -5px;
  }

  .contact-form .row .col {
    padding: 0 5px;
  }

  .contact-form .btn {
    padding: 15px 25px;
  }

  .contact-section .image-area {
    padding: 0 30px 0 20px;
  }

  .showcase-section .decor-stripe {
    top: 20%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .showcase-section .row {
    display: block;
  }

  .showcase-section .row.row-reverse {
    padding-top: 60px;
  }

  .showcase-section .text-area {
    padding: 0 0 50px;
  }

  .showcase-section .image-area {
    margin: 0 auto;
    -webkit-transform: translateX(-65px);
    -ms-transform: translateX(-65px);
    transform: translateX(-65px);
  }

  .showcase-section .row-reverse .text-area {
    width: auto;
    padding: 0 0 50px;
  }

  .showcase-section .row-reverse .image-area {
    margin: 0 auto;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }

  .screens-section h2 {
    font-size: 2.8rem;
  }

  .screens-section .decor-bag {
    max-width: 100%;
    margin: -50px auto 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .form-section .text-area {
    font-size: 14px;
  }

  .contact-bar .btn-lines span,
  .laundry {
    font-size: 19px;
  }

  .laundry-items .col {
    width: 50%;
  }

  .laundry-items h3 {
    font-size: 3rem;
  }

  .hero-block {
    min-height: 500px;
  }

  .about-us .container {
    display: block;
  }

  .about-us .text-area {
    padding: 0 0 50px;
  }

  .about-us .image-area {
    min-width: 0;
    max-width: 300px;
    margin: 0 auto;
  }

  .about-us .img-decor,
  .featured-products .feature-item img,
  .featured-products .feature-item:after {
    display: none;
  }

  .featured-products {
    padding: 80px 0;
  }

  .featured-products h2 {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto 80px;
  }

  .featured-products .image-holder {
    margin: 0;
  }

  .featured-products .img-main {
    margin: 0 0 50px;
  }

  .featured-products .num {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 !important;
    -webkit-transform: translatey(-50%) !important;
    -ms-transform: translatey(-50%) !important;
    transform: translatey(-50%) !important;
  }

  .featured-products .feature-item {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 30px 0 30px 100px !important;
  }

  .info-rienu .row {
    display: block;
  }

  .info-rienu .image-area {
    width: auto;
    padding: 0;
    margin: 30px auto 50px;
  }

  .info-rienu .image-area img {
    width: 100%;
  }

  .info-rienu .img-logo {
    margin: 0 0 -14px;
  }

  .info-rienu .text-area {
    width: auto;
    text-align: center;
  }

  .info-box {
    margin: 0;
    padding: 200px 15% 80px 28%;
  }

  .testimonials-section {
    padding: 50px 0 200px;
  }

  .contact-block .text-area {
    padding: 0 0 0 60px;
  }

  .intro-block {
    padding: 200px 0 80px;
  }

  .intro-block .container,
  .intro-block .img-decor.alt {
    display: block;
  }

  .intro-block .text-area {
    width: auto;
    margin: 0;
    padding: 50px;
  }

  .intro-block .image-area {
    width: auto;
    height: 50vw;
  }

  .intro-block .img-decor {
    display: none;
    top: -40px;
    left: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 80%;
  }

  .text-block {
    padding: 80px 0 100px;
  }

  .text-block h2 {
    width: 80%;
    font-size: 32px;
  }

  .text-block .text-area {
    padding: 180px 0 0 40px;
  }

  .info-items,
  .visual-section {
    padding: 80px 0;
  }

  .visual-section .text-box {
    max-width: 50%;
    padding: 30px;
  }

  .visual-section h3 {
    font-size: 36px;
  }

  .visual-section .btn {
    padding: 14px 25px;
  }

  .info-items .items {
    font-size: 16px;
  }

  .info-items .item {
    padding: 0 15px;
  }

  .info-items h3 {
    font-size: 22px;
  }

  .history-section {
    padding: 120px 0;
  }

  .history-section:after,
  .history-section:before {
    left: 15px;
    margin: 0;
  }

  .history-section .time-item {
    margin: 0 0 200px;
  }

  .history-section .time-item:last-child {
    margin-bottom: 0;
  }

  .history-section .time-item:before {
    left: -15px;
    margin: 81px 0 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 80px;
    height: 22px;
  }

  .history-section .row,
  form.woocommerce-checkout {
    display: block;
  }

  .history-section .col {
    width: auto;
    text-align: left !important;
    padding-left: 16px;
  }

  .history-section .text-area {
    padding: 0 0 0 60px;
  }

  .history-section .img01 {
    margin: 0;
    padding: 50px 0 50px 50px;
  }

  .history-section .img02 {
    margin: 0 0 50px;
  }

  .history-section .img03 {
    display: block;
    margin: 0 auto 50px;
  }

  .history-section .img04 {
    margin: 0;
    padding: 0 0 0 50px;
  }

  .history-section .img06 {
    margin: -150px 0 50px;
  }

  .history-section .img07 {
    margin: 0 0 50px;
  }

  .history-section .img08 {
    display: block;
    margin: 0 0 50px auto;
  }

  .history-section .img09 {
    display: block;
    margin: 0;
  }

  .history-section .img10 {
    margin: 0 0 50px;
  }

  .history-section .img11 {
    margin: 0 0 50px -60px;
  }

  .history-section .img12 {
    margin: 0 0 50px;
  }

  .history-section .img13 {
    display: block;
    margin: 0 auto;
  }

  .history-section .img14 {
    margin: 50px 0 50px -60px;
  }

  .history-section .img15 {
    display: block;
    margin: 0 auto 50px;
  }

  .history-section .img16 {
    margin: 0 0 50px;
  }

  .history-section .img17 {
    display: block;
    margin: 0 0 0 auto;
  }

  .history-section .img18 {
    margin: 20px 0 50px -60px;
  }

  .history-section .img19 {
    margin: 0 0 50px 50px;
  }

  .history-section .img20 {
    display: block;
    margin: 0 0 50px auto;
  }

  .history-section .img22 {
    margin: 50px 0 50px -60px;
  }

  .history-section .img23 {
    display: block;
    margin: 0 auto 50px;
    padding: 0 0 0 15px;
  }

  .history-section .img24 {
    display: block;
    margin: 0 auto;
  }

  .today-info .img-logo {
    max-width: 300px;
  }

  .today-info .decor-images.right img + img {
    margin: -10px 30px 0 0;
  }

  .today-info .decor-images img {
    max-width: 150px;
  }

  .today-info .decor-images img + img {
    margin: -10px 0 0 30px;
  }

  .products-section .products-intro {
    width: 100% !important;
  }

  .product-items .col.col-2 .item-hover {
    padding: 20px 10px 25px;
  }

  .product-items .col.col-2-3 {
    width: 58.8%;
  }

  .product-items .col.col-1-3 {
    width: 41.2%;
  }

  .product-items .item {
    min-height: 400px;
  }

  .product-items .item:hover h3 .end-line:after,
  .product-items .item:hover h3 .start-line:after {
    width: 60px;
  }

  .product-items .item.half-height {
    min-height: 185px;
  }

  .product-items h3 {
    font-size: 3rem;
  }

  .product-items h3 .start-line:after {
    margin-left: -30px;
  }

  .product-items.alt .row {
    margin: 0 -15px;
  }

  .footer .row .row .col,
  .product-items.alt .col {
    padding: 0 15px;
  }

  .product-items.alt .item {
    margin-bottom: 30px;
  }

  .product-section {
    padding: 60px 0;
  }

  .product-gallery {
    float: none;
    width: 100%;
    max-width: 540px;
    margin: 0 auto 50px;
  }

  .related-products {
    padding: 80px 0 0;
  }

  .related-products .product-items h3 {
    font-size: 2.4rem;
  }

  .healthcare-products .product-items .item {
    min-height: 350px;
  }

  form.woocommerce-checkout .left-area {
    width: auto;
    padding: 0 0 50px;
  }

  form.woocommerce-checkout .right-area {
    min-width: 0;
    max-width: 100%;
  }

  .footer > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer .row {
    display: block;
    margin: 0;
  }

  .footer .row .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 50px;
  }

  .footer .col {
    width: auto !important;
    padding: 0;
  }

  .footer .col.col1 {
    text-align: center;
    padding: 0 0 50px;
  }

  .footer .col.col1 p {
    max-width: 500px;
    margin: 0 auto 2.5rem;
  }

  .footer .logo {
    margin: 0 0 25px;
  }

  .footer .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 8px;
  }

  #calendar_wrap table td,
  .h5,
  h5 {
    font-size: 18px;
  }

  blockquote {
    font-size: 16px;
  }
}

@media (max-width: 768px) and (max-width: 375px) {
  #calendar_wrap table td {
    font-size: 15px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  #calendar_wrap table td {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .widget h3 {
    font-size: 24px;
  }

  .widget ul {
    padding-left: 0;
  }

  .post-list img {
    min-width: 70px;
    max-width: 70px;
    margin: 0 20px 0 0;
  }

  .post-list h4 {
    font-size: 18px;
  }

  .navigation .page-numbers,
  .navigation-comments .page-numbers,
  .pagination .page-numbers {
    padding: 8px 15px;
  }

  .navigation .al a,
  .navigation .ar a,
  .navigation .next a,
  .navigation .prev a,
  .navigation-comments .al a,
  .navigation-comments .ar a,
  .navigation-comments .next a,
  .navigation-comments .prev a,
  .pagination .al a,
  .pagination .ar a,
  .pagination .next a,
  .pagination .prev a {
    padding: 10px 15px;
  }

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }

  .posts-list .post {
    margin: 0 0 20px;
  }

  .divider,
  .nav-active .header-top,
  .screens-section h2 br {
    display: none;
  }

  #content,
  #sidebar {
    float: none;
    width: auto;
    padding: 0;
  }

  #sidebar {
    margin: 0 0 20px;
  }

  #content {
    margin: 0 0 50px;
  }

  .nav-drop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 100px 0 0;
    background: #023c5b;
  }

  .nav-active .nav-drop {
    max-height: inherit;
    opacity: 1;
    visibility: visible;
  }

  .nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: 0 0;
    height: 100%;
    overflow-y: auto;
  }

  .intro-image {
    height: 450px;
  }

  .nav-boxes .active {
    background: rgba(0, 0, 0, 0.4);
  }

  .nav-boxes .active .ttl:after {
    width: 50px;
  }

  .nav-boxes .active .draw-wrap .draw:after,
  .nav-boxes .active .draw-wrap .draw:before,
  .nav-boxes .active .draw-wrap:after,
  .nav-boxes .active .draw-wrap:before {
    width: 100%;
    height: 100%;
  }

  .nav-boxes .active .draw-wrap:before {
    border-left-color: #ddc9a3;
    border-bottom-color: #ddc9a3;
    -webkit-transition: height 0.1s linear, width 0.1s linear 0.1s;
    -o-transition: height 0.1s linear, width 0.1s linear 0.1s;
    transition: height 0.1s linear, width 0.1s linear 0.1s;
  }

  .nav-boxes .active .draw-wrap .draw:before,
  .nav-boxes .active .draw-wrap:after {
    border-right-color: #ddc9a3;
    border-top-color: #ddc9a3;
    -webkit-transition: border-color 0s linear 0.2s, height 0.1s linear 0.3s,
      width 0.1s linear 0.5s;
    -o-transition: border-color 0s linear 0.2s, height 0.1s linear 0.3s,
      width 0.1s linear 0.5s;
    transition: border-color 0s linear 0.2s, height 0.1s linear 0.3s,
      width 0.1s linear 0.5s;
  }

  .nav-boxes .active .draw-wrap .draw:before {
    -webkit-transition: width 0.1s linear, height 0.1s linear 0.1s;
    -o-transition: width 0.1s linear, height 0.1s linear 0.1s;
    transition: width 0.1s linear, height 0.1s linear 0.1s;
  }

  .nav-boxes .active .draw-wrap .draw:after {
    border-bottom-color: #ddc9a3;
    border-left-color: #ddc9a3;
    -webkit-transition: border-color 0s linear 0.2s, width 0.1s linear 0.3s,
      height 0.1s linear 0.5s;
    -o-transition: border-color 0s linear 0.2s, width 0.1s linear 0.3s,
      height 0.1s linear 0.5s;
    transition: border-color 0s linear 0.2s, width 0.1s linear 0.3s,
      height 0.1s linear 0.5s;
  }

  .features-section .container {
    display: block;
  }

  .features-section .text-area {
    width: auto;
    padding: 0;
  }

  .features-section h2 {
    font-size: 30px;
    margin: 0 0 40px;
  }

  .features-section .img-area {
    width: auto;
    text-align: center;
    margin: 0 0 80px;
  }

  .features-section .img-area img {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .testimonials .ico-quote {
    top: -18px;
    width: 100px;
    height: 69px;
  }

  .testimonials-slider .slick-arrow {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  .testimonials-slider blockquote {
    font-size: 26px;
  }

  .testimonials-slider blockquote p {
    margin: 0 0 30px;
  }

  .blog-items h3 {
    font-size: 16px;
    margin: 0 0 5px;
  }

  .intro-section {
    min-height: 320px;
    padding: 145px 0 20px;
  }

  .main {
    padding: 60px 0;
  }

  .info-block4 h3 {
    font-size: 5.2rem;
  }

  .contact-form .row,
  .contact-section .container {
    display: block;
  }

  .contact-form .row .col.col2 {
    width: 100%;
  }

  .contact-section {
    padding: 77px 0;
  }

  .contact-section .image-area {
    width: auto;
    text-align: center;
    padding: 0 0 50px;
  }

  .contact-section .image-area .img {
    max-width: 300px;
    margin: 0 auto;
  }

  .contact-section .text-area,
  .map-info {
    width: auto;
  }

  #map {
    height: 300px;
  }

  .map-info {
    position: static;
  }

  .showcase-section .row.row-reverse {
    padding-top: 0;
  }

  .screens-section h2 {
    font-size: 2.5rem;
  }

  .screens-section .col {
    width: 50%;
    padding: 0 15px 30px;
  }

  .form-section .container {
    display: block;
  }

  .form-section .image-area {
    width: auto;
    padding: 0 0 50px;
    text-align: center;
  }

  .form-section .image-area img {
    max-width: 60%;
  }

  .form-section .text-area {
    width: auto;
  }

  .laundry-items h3 {
    font-size: 2.6rem;
  }

  .hero-block {
    min-height: 400px;
  }

  .hero-block .img1 img {
    -o-object-position: 50% 55px;
    object-position: 50% 55px;
  }

  .colors-section .ttl {
    padding: 20px 15px;
  }

  .contact-block .row {
    display: block;
  }

  .contact-block .image-area {
    width: auto;
  }

  .contact-block .img {
    max-width: 300px;
    margin: 0 auto 50px;
  }

  .contact-block .text-area {
    width: auto;
    padding: 0;
  }

  .text-block {
    padding: 30px 0 80px;
    font-size: 16px;
  }

  .text-block h2 {
    font-size: 30px;
  }

  .text-block .img-signature {
    max-width: 70%;
  }

  .visual-section .text-box {
    max-width: 400px;
    margin: 0 auto;
  }

  .info-items .items {
    display: block;
    padding: 40px;
  }

  .info-items .item {
    width: auto;
    padding: 0 0 30px;
  }

  .today-info .decor-images {
    display: none;
  }

  .product-items .col {
    display: block;
    width: 100% !important;
  }

  .product-items .col.col-2-3 {
    width: 59%;
  }

  .product-items .col.col-1-3 {
    width: 41%;
  }

  .product-items .col.col-4 {
    width: 50%;
  }

  .product-items .item {
    min-height: initial;
    padding-top: 50%;
  }

  .product-items .item.half-height {
    min-height: initial;
  }

  .product-items .item-hover.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-items .item-hover.right h3 .end-line:after {
    opacity: 1;
  }

  .product-items .item-hover.right h3 .start-line:after {
    opacity: 0;
  }

  .product-items.alt .item {
    min-height: initial;
    padding-top: 65%;
  }

  .product-section {
    padding: 40px 0;
  }

  .healthcare-products .product-items .item,
  .related-products .product-items .item {
    min-height: initial;
  }

  .related-products .product-items h3 {
    font-size: 2.8rem;
  }

  .newsletter-popup {
    width: auto;
    max-width: 80%;
  }

  .newsletter-popup_flex {
    display: block;
  }

  .newsletter-popup_flex .col {
    width: auto;
  }

  .newsletter-popup_flex .col._image {
    display: none;
  }
}

@media (max-width: 667px) {
  html {
    font-size: 7.5px;
  }

  table th {
    padding: 10px 5px;
  }

  .navigation .page-numbers,
  .navigation-comments .page-numbers,
  .pagination .page-numbers,
  table td {
    padding: 7px 5px;
  }

  input[type="reset"] + input[type="submit"] {
    margin-top: 10px;
  }
}

@media (max-width: 666px) {
  .btn-lg,
  .comment-form input[type="submit"] {
    padding: 15px 30px;
    font-size: 16px;
  }

  .btn-lines._lg span {
    font-size: 16px;
  }

  #wp-calendar,
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  textarea {
    width: 100%;
  }

  .heading-line span {
    padding-left: 50px;
  }

  .heading-line span:after {
    width: 40px;
  }

  .list-custom li {
    padding-left: 40px;
  }

  .footer-links.alt li:before,
  .list-custom li:before {
    width: 30px;
  }

  .comment-form p {
    padding: 0 0 15px;
  }

  .comment-form textarea {
    height: 160px;
  }

  .comment-form .row {
    display: block;
    margin: 0;
  }

  .comment-form .col {
    padding: 0;
    width: auto !important;
  }

  .navigation .al a,
  .navigation .ar a,
  .navigation .next a,
  .navigation .prev a,
  .navigation-comments .al a,
  .navigation-comments .ar a,
  .navigation-comments .next a,
  .navigation-comments .prev a,
  .pagination .al a,
  .pagination .ar a,
  .pagination .next a,
  .pagination .prev a {
    padding: 7px 5px;
  }

  img.alignright {
    float: right;
    margin-left: 10px;
  }

  img.alignleft {
    float: left;
    margin-right: 35px;
  }

  .alignleft,
  .alignright {
    float: none;
    margin: 0 auto 10px;
  }

  .blog-post p img:not(.border),
  .entry p img:not(.border) {
    -webkit-box-shadow: 15px 15px 0 0 #ddc9a3;
    box-shadow: 15px 15px 0 0 #ddc9a3;
  }

  .comment-author {
    padding-right: 60px;
  }

  .comment-body {
    padding: 20px 15px;
  }

  .comment-body .avatar {
    min-width: 50px;
    max-width: 50px;
    margin: 2px 15px 0 0;
  }

  .comment-body .reply {
    top: 20px;
    right: 15px;
  }

  .header-top .ttl {
    display: none;
  }

  .intro-slider {
    margin: 54px 0 -50px;
  }

  .intro-slider .slide {
    height: 300px;
  }

  .intro-image {
    height: 350px;
  }

  .intro-image .bg-stretch .img1 {
    -o-object-position: 76% 25px;
    object-position: 76% 25px;
  }

  .about-section {
    padding: 100px 0;
  }

  .about-section .text-area {
    padding: 20px 25px 25px;
    font-size: 16px;
  }

  .nav-boxes {
    display: block;
  }

  .nav-boxes .box {
    width: auto;
    min-height: 100vw;
  }

  .features-section {
    padding: 100px 0 120px;
  }

  .features-section .text-area {
    font-size: 16px;
  }

  .features-section .img-area {
    margin: 0 0 50px;
  }

  .testimonials .ico-quote {
    width: 75px;
    height: 51px;
    top: 0;
  }

  .testimonials-slider blockquote {
    font-size: 20px;
  }

  .products-top h2 {
    font-size: 30px;
  }

  .products-items .item {
    height: 280px !important;
  }

  .products-items .item .holder {
    padding: 1em 3em;
  }

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

  .video-section .container {
    display: block;
  }

  .video-section .text-area {
    max-width: inherit;
    padding: 0 0 50px;
  }

  .video-section .btn-play {
    margin: 0 60px 0 0;
  }

  .blog-items {
    margin: 0;
  }

  .blog-items .col {
    width: auto !important;
    padding: 0 0 30px;
  }

  .blog-post h2,
  .slider-bottom cite span {
    font-size: 24px;
  }

  .blog-items,
  .info-section .row {
    display: block;
  }

  .info-section .col.col2 {
    width: auto;
  }

  .info-section .mob-hidden {
    display: none;
  }

  .info-block1 {
    width: auto;
    padding: 0 0 30px;
  }

  .info-block1 .image {
    margin: 40px -15px;
  }

  .info-block2 {
    width: auto;
    padding: 0 0 80px;
  }

  .info-block2 .holder {
    margin: 0 0 30px 30px;
  }

  .info-block2 .image {
    margin: 0 -15px;
  }

  .info-block3 {
    margin: 0 0 80px;
    font-size: 20px;
  }

  .info-block3 .over-img {
    max-width: 40%;
    top: -20px;
  }

  .info-block3 h3 {
    font-size: 3.2rem;
    margin: -14px -2px 20px 0;
  }

  .info-block4 {
    margin: 0 -20px 80px;
  }

  .info-block4 .item.reverse {
    display: block;
  }

  .info-block4 h3 {
    font-size: 6rem;
  }

  .info-block4 .text {
    padding: 0;
  }

  .info-block5 .col:not(.contact-col) {
    padding-top: 0;
  }

  .info-block5 .img {
    display: block;
    margin: 0 auto 50px;
  }

  .hero-section {
    padding: 180px 15px 50px;
  }

  .hero-section .logo-img {
    max-width: 60%;
  }

  .hero-section .tel a {
    font-size: 3.5rem;
  }

  .showcase-section {
    padding: 80px 15px;
  }

  .about-us .text-area h2 br,
  .showcase-section .decor-logo,
  .showcase-section .decor-stripe {
    display: none;
  }

  .showcase-section .list {
    font-size: 16px;
  }

  .showcase-section .list li {
    padding: 0 0 15px 20px;
  }

  .showcase-section .image-area {
    max-width: 60%;
    border-width: 1px;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }

  .showcase-section .img-lines {
    padding: 10px;
  }

  .showcase-section .row-reverse .image-area {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
  }

  .screens-section .decor-stripe {
    margin: -50px 0 0;
  }

  .screens-section .decor-bag {
    margin: -30px auto 0;
  }

  .laundry {
    font-size: 17px;
    line-height: 1.4;
  }

  .laundry-items .col {
    width: 100%;
    padding-bottom: 30px;
  }

  .laundry-items h3 {
    font-size: 3.4rem;
  }

  .hero-block {
    min-height: 350px;
  }

  .hero-block .img1 img {
    -o-object-position: 77% 55px;
    object-position: 77% 55px;
  }

  .about-us .container {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .about-us .text-area,
  .contact-bar .btn-lines span,
  .laundry-items .btn-lines span,
  .slider-bottom blockquote,
  .slider-bottom cite {
    font-size: 18px;
  }

  .about-us .text-area h2 {
    font-size: 45px;
  }

  .about-us .img-over {
    left: -20px;
  }

  .featured-products h2 {
    font-size: 60px;
  }

  .featured-products h2:before {
    width: 200px;
    height: 194px;
  }

  .info-rienu {
    font-size: 16px;
  }

  .info-rienu:before {
    width: 50%;
  }

  .info-rienu .image-area {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .info-rienu .info-area h2 {
    font-size: 70px;
    line-height: 0.8;
    margin: 0 0 60px;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
  }

  .colors-section .items,
  .info-rienu .info-area .items {
    display: block;
    margin: 0;
  }

  .info-rienu .info-area .item {
    width: auto;
    padding: 0 0 50px;
  }

  .info-rienu .info-area p.text-right {
    font-size: 14px;
    text-align: center;
  }

  .info-box {
    padding: 250px 5% 80px;
    font-size: 45px;
  }

  .info-box img {
    top: 0;
  }

  .colors-section {
    padding: 50px 0 30px;
    font-size: 16px;
  }

  .colors-section .col {
    width: auto;
    padding: 0 0 30px;
  }

  .testimonials-section {
    padding: 50px 0 100px;
  }

  .testimonials-section:after {
    bottom: 0;
  }

  .slider-top .slick-list {
    margin: 0;
  }

  .slider-top .ava {
    width: 121px;
    height: 121px;
    margin: 0 auto;
  }

  .slider-top .ava:after {
    opacity: 1;
    visibility: visible;
  }

  .contact-block {
    padding: 80px 0;
  }

  .contact-block .img:after {
    top: -20px;
    right: -20px;
  }

  .intro-block .text-area {
    padding: 30px;
    font-size: 16px;
  }

  .intro-block h1 {
    font-size: 5.5rem;
  }

  .intro-block .img-decor {
    top: -25px;
  }

  .text-block .container {
    display: block;
  }

  .text-block .image-area {
    width: auto;
    max-width: 245px;
    margin: 0 auto 50px;
  }

  .text-block h2 {
    position: static;
    width: auto;
    margin: 0 0 30px;
  }

  .text-block .text-area {
    width: auto;
    padding: 0;
  }

  .visual-section .text-box:after {
    top: -10px;
    right: -10px;
  }

  .contact-bar {
    font-size: 20px;
    text-align: center;
  }

  .contact-bar .container {
    display: block;
  }

  .contact-bar .btn-lines {
    display: inline-block;
    vertical-align: top;
    margin: 30px auto 0;
  }

  .clients-section {
    padding: 70px 0;
  }

  .clients-section h2,
  .shipping-section h2 {
    font-size: 4.5rem;
    letter-spacing: 0.5px;
  }

  .history-section .time-item {
    margin: 0 0 150px;
  }

  .history-section .time-item:before {
    margin: 70px 0 0;
    width: 60px;
    height: 17px;
  }

  .history-section .text-area {
    padding: 0 0 0 40px;
  }

  .history-section h2 {
    font-size: 50px;
  }

  .history-section h3 {
    font-size: 30px;
  }

  .history-section .img01 {
    padding: 50px 0 50px 15px;
  }

  .history-section .img03 {
    padding: 0 50px;
  }

  .history-section .img04 {
    padding: 0;
  }

  .history-section .img05 {
    margin: 0 0 0 auto;
    padding: 0 0 50px 50px;
  }

  .history-section .img06 {
    margin: 0 0 50px -40px;
  }

  .history-section .img08 {
    padding-left: 15px;
  }

  .history-section .img11 {
    margin: 0 0 50px -40px;
  }

  .history-section .img12 {
    padding: 0 50px 50px;
    margin: 0;
  }

  .history-section .img14 {
    margin: 50px 0 50px -40px;
  }

  .history-section .img18 {
    margin: 20px 0 50px -40px;
  }

  .history-section .img19 {
    margin: 0 0 50px auto;
  }

  .history-section .img20 {
    margin: 0 0 50px;
    padding-left: 15px;
  }

  .history-section .img22 {
    margin: 50px 0 50px -40px;
  }

  .today-info {
    padding: 80px 0;
  }

  .today-info .img-logo {
    max-width: 250px;
  }

  .product-items .item-hover {
    padding: 20px 25px !important;
  }

  .product-items h3 {
    font-size: 3.6rem;
  }

  .products-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .products-nav li {
    padding-right: 40px;
  }

  .products-nav li:after {
    right: 12px;
  }

  form.woocommerce-checkout .right-area {
    padding: 1em;
  }

  form.woocommerce-checkout h3 {
    font-size: 3rem;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: inherit;
  }

  .woocommerce table.shop_table .woocommerce-shipping-totals th {
    line-height: 1.2;
  }

  .footer .row .row {
    display: block;
    margin: 0;
  }

  .footer .row .row .col {
    padding: 0 0 50px;
  }

  .footer .col.col2-1,
  .footer .col.col2-2 {
    width: auto !important;
  }

  .footer .col.col2-2 {
    padding-right: 0;
  }

  .footer-links.alt li {
    padding-left: 38px;
  }

  .rl-newsletter-form .wpcf7-submit-visible {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .woocommerce .product-section div.product .woocommerce-tabs .panel {
    padding: 2em 1.5em;
  }

  .product-bottom {
    width: 100%;
    max-width: inherit;
    padding: 0 30px;
  }

  .product-bottom .slick-arrow.slick-prev {
    left: 0;
  }

  .product-bottom .slick-arrow.slick-next {
    right: 0;
  }
}

@media (max-width: 478px) {
  img.alignleft,
  img.alignright {
    float: none;
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials .ico-quote {
    width: 60px;
    height: 41px;
    top: 15px;
  }

  .testimonials-slider blockquote {
    font-size: 18px;
  }

  .slick-arrow:before {
    font-size: 35px;
  }

  .newsletter-popup {
    max-width: 90%;
  }
}

@media (max-width: 375px) {
  html {
    overflow-x: hidden;
    font-size: 7px;
  }

  .h5,
  h5 {
    font-size: 17px;
  }

  blockquote {
    font-size: 15px;
  }

  .product-thumb {
    padding: 5px;
  }
}

@media (max-width: 374px) {
  .btn {
    padding: 12px 25px;
    font-size: 16px;
  }

  .intro-slider .slide {
    height: 250px;
  }

  .intro-image {
    height: 300px;
  }

  .intro-image .bg-stretch .img1 {
    -o-object-position: 76% 35px;
    object-position: 76% 35px;
  }

  .about-section h2 {
    font-size: 3rem;
  }

  .features-section h2,
  .text-block h2 {
    font-size: 25px;
  }

  .testimonials .ico-quote {
    top: 0;
  }

  .testimonials-slider .slide {
    padding: 50px 15px;
  }

  .info-block3 h3 {
    font-size: 2.75rem;
    margin: -13px -2px 20px 0;
  }

  .info-block4 h3 {
    font-size: 5.3rem;
  }

  .laundry-items h3 {
    font-size: 2.7rem;
  }

  .laundry-items .btn-lines span {
    font-size: 16px;
  }

  .about-us .img-over {
    left: -10px;
  }

  .info-box {
    padding: 220px 0 80px;
  }

  .text-block .image-area {
    max-width: 210px;
  }

  .history-section .time-item:before {
    margin: 56px 0 0;
  }

  .history-section .text-area {
    font-size: 16px;
  }

  .history-section h2 {
    font-size: 40px;
  }

  .history-section h3 {
    font-size: 24px;
  }

  .product-items .item-hover {
    padding: 15px !important;
  }

  .product-items h3 {
    font-size: 3rem;
  }

  .woocommerce ul#shipping_method {
    min-width: 150px;
  }

  .newsletter-popup .rl-newsletter-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 849px) {
  figure.alignleft {
    float: none;
  }

  figure.alignright {
    float: none;
    margin-left: 0;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 144dpi) {
  .testimonials .ico-quote {
    background-image: url(../img/ico-quote@2x.png);
    background-size: 100%;
  }

  .featured-products .num {
    background-image: url(../img/lines-circle2@2x.png);
    background-size: 100%;
  }

  .featured-products .feature-item.item01:after {
    background-image: url(../img/underline01@2x.png);
    background-size: 100%;
  }

  .featured-products .feature-item.item02:after {
    background-image: url(../img/underline02@2x.png);
    background-size: 100%;
  }

  .featured-products .feature-item.item03:after {
    background-image: url(../img/underline03@2x.png);
    background-size: 100%;
  }

  .featured-products .feature-item.item04:after {
    background-image: url(../img/underline04@2x.png);
    background-size: 100%;
  }

  .info-rienu:before {
    background-image: url(../img/bg-logo-rienu.jpg);
    background-size: 100% auto;
  }

  .testimonials-section:after {
    background-image: url(../img/decor-bottle02.png);
    background-size: 100%;
  }

  .info-items .image:after {
    background-image: url(../img/bg-img01.png);
    background-size: 100%;
  }

  .history-section .time-item:before {
    background-image: url(../img/ico-needle@2x.png);
    background-size: 100%;
  }
}
