/*
Theme Name: italskydesign
Author: Matosoft
Author URI: http://www.matosoft.cz/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: italskydesign
*/
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.cf {
  display: inline-block;
}
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/* close commented backslash hack */
.hideText {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  color: transparent;
}
.transitionAll {
  transition: all .2s ease;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
body {
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}
body {
  overflow: hidden;
  transition: all .2s ease;
  background: #CB6B4D;
}
video,
img {
  display: block;
  max-width: 100%;
  height: auto;
}
html {
  font-size: 62.5%;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
body,
input,
textarea {
  font-weight: 400;
  line-height: 1.5;
  color: #FBE8D8;
}
a,
input,
textarea,
select,
button {
  outline: none;
}
a {
  color: #FBE8D8;
  transition: all 0.2s ease;
  position: relative;
  word-wrap: break-word;
}
a:hover {
  color: #FBE8D8;
  text-decoration: none;
}
a:focus {
  color: #FBE8D8;
  text-decoration: none;
  outline: none;
}
a:focus-visible {
  outline: 2px solid #c1c1c1;
}
a:active {
  color: #FBE8D8;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  transition: all 0.2s ease 0s;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #FBE8D8;
  margin: 0;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
h1,
.h1 {
  font-size: 62px;
  font-size: 6.2rem;
  text-align: center;
}
h2,
.h2 {
  font-size: 48px;
  font-size: 4.8rem;
}
h3,
.h3 {
  font-size: 40px;
  font-size: 4rem;
}
h4,
.h4 {
  font-size: 35px;
  font-size: 3.5rem;
}
h5,
.h5 {
  font-size: 22px;
  font-size: 2.2rem;
}
h6,
.h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
p {
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
}
p:last-child {
  margin-bottom: 0;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 28px;
  margin-top: 2.8rem;
}
blockquote {
  background-color: #fff;
  padding: 0 0 0 53px;
  padding: 0 0 0 5.3rem;
  margin: 0 0 16px 0;
  margin: 0 0 1.6rem 0;
}
blockquote p {
  margin-bottom: 6px;
  margin-bottom: .6rem;
  position: relative;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote cite {
  color: #aeb1bc;
  font-style: normal;
}
blockquote cite::before {
  content: "— ";
}
ul,
ol {
  margin: 0 0 30px;
  margin: 0 0 3rem;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ol ol,
ul ul {
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
}
ol li ol,
ul li ul,
ul li ol,
ol li ul {
  margin: 16px 0 !important;
  margin: 1.6rem 0 !important;
}
ul,
ol {
  padding: 0;
  padding-left: 15px;
  padding-left: 1.5rem;
}
ul li,
ol li {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
  padding-left: 44px;
  padding-left: 4.4rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
ul li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url(../img/ul-line.svg);
  background-size: 20px 20px;
}
ol {
  padding-left: 0;
}
ol ol {
  counter-reset: item;
}
ol > li {
  counter-increment: item;
  list-style: none;
  padding-left: 44px;
  padding-left: 4.4rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
ol > li::before {
  content: counter(item);
  background-image: url(../img/ol-line.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 12px;
  position: absolute;
  left: 0;
  top: 0;
  color: #78be5a;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  width: 30px;
}
ol li {
  content: counter(subitem);
}
ol li li {
  content: counter(subsubitem);
}
ol[style="list-style-type: upper-alpha;"] > li::before {
  content: counter(item, upper-alpha) ".";
}
ol[style="list-style-type: upper-alpha;"] > li::before li {
  content: counter(subitem, upper-alpha) ".";
}
ol[style="list-style-type: upper-alpha;"] > li::before li li {
  content: counter(subsubitem, upper-alpha) ".";
}
ol[style="list-style-type: lower-alpha;"] > li::before {
  content: counter(item, lower-alpha) ".";
}
ol[style="list-style-type: lower-alpha;"] > li::before li {
  content: counter(subitem, lower-alpha) ".";
}
ol[style="list-style-type: lower-alpha;"] > li::before li li {
  content: counter(subsubitem, lower-alpha) ".";
}
ol[style="list-style-type: lower-greek;"] > li::before {
  content: counter(item, lower-greek);
}
ol[style="list-style-type: lower-greek;"] > li::before li {
  content: counter(subitem, lower-greek);
}
ol[style="list-style-type: lower-greek;"] > li::before li li {
  content: counter(subsubitem, lower-greek);
}
ol[style="list-style-type: lower-roman;"] > li::before {
  content: counter(item, lower-roman);
}
ol[style="list-style-type: lower-roman;"] > li::before li {
  content: counter(subitem, lower-roman);
}
ol[style="list-style-type: lower-roman;"] > li::before li li {
  content: counter(subsubitem, lower-roman);
}
ol[style="list-style-type: upper-roman;"] > li::before {
  content: counter(item, upper-roman);
}
ol[style="list-style-type: upper-roman;"] > li::before li {
  content: counter(subitem, upper-roman);
}
ol[style="list-style-type: upper-roman;"] > li::before li li {
  content: counter(subsubitem, upper-roman);
}
table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 15px 32px 16px;
  padding: 1.5rem 3.2rem 1.6rem;
  border: 1px solid #fff;
}
table tr:first-child td,
table th td {
  background-color: #fff !important;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #78be5a;
}
table td {
  box-sizing: border-box;
  text-align: left;
  color: #FBE8D8;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff !important;
}
table td a {
  color: #FBE8D8;
}
hr {
  border: 0;
  border-top: 1px solid #e4e6e9;
  margin: 42px 0 38px;
  margin: 4.2rem 0 3.8rem;
}
.title-copyright {
  font-size: 58%;
}
@media screen and (max-width: 79.9375em) {
  body {
    font-size: 1.4rem;
  }
  h1,
  .h1 {
    font-size: 5.2rem;
    line-height: 6.2rem;
  }
  h2,
  .h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-bottom: 2rem;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 1.9rem;
  }
  h4 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 2rem;
  }
  h5 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 1.6rem;
  }
  h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 1.6rem;
  }
  p + h1,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  h1,
  .h1 {
    font-size: 3.6rem;
    line-height: normal;
  }
  h2,
  .h2 {
    font-size: 2.8rem;
    line-height: normal;
    margin-bottom: 2rem;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
    line-height: normal;
    margin-bottom: 2.2rem;
  }
  h4 {
    font-size: 2.2rem;
    line-height: normal;
    margin-bottom: 2.4rem;
  }
  h5 {
    font-size: 1.8rem;
    line-height: normal;
    margin-bottom: 2.4rem;
  }
  h6 {
    font-size: 1.8rem;
    line-height: normal;
    margin-bottom: 1.6rem;
  }
  p + h1,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6 {
    margin-top: 2rem;
  }
}
[class*="icon-"] {
  background-repeat: no-repeat;
}
.page-overlay,
.page-loader {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-size: 120px 30px;
  background-position: center center;
  display: none;
}
.page-overlay svg,
.page-loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #FBE8D8;
  width: 120px;
  height: 30px;
  margin-left: -60px;
  margin-top: -15px;
}
.page-overlay .page-loader__text,
.page-loader .page-loader__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-weight: 700;
  display: none;
}
.show-overlay .page-overlay {
  display: block;
}
.show-loader .page-loader {
  display: block;
}
.only--mobile {
  display: none !important;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="submit"],
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input:-webkit-autofill {
  background-color: #fff !important;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="url"],
input[type="file"],
select {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 12px 14px 10px;
  padding: 1.2rem 1.4rem 1rem;
  background-color: transparent;
  color: #FBE8D8;
  border-radius: 24px;
  border: 2px solid #FBE8D8;
  box-sizing: border-box;
}
textarea.wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="file"].wpcf7-not-valid,
select.wpcf7-not-valid {
  border-color: #e13b3b;
  color: #e13b3b;
  transition: all .2s ease;
}
textarea:hover,
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="date"]:hover,
input[type="url"]:hover,
input[type="file"]:hover,
select:hover {
  border: 2px solid #FBE8D8;
  transition: all .2s ease;
}
textarea.has-error,
input[type="text"].has-error,
input[type="tel"].has-error,
input[type="email"].has-error,
input[type="number"].has-error,
input[type="password"].has-error,
input[type="search"].has-error,
input[type="date"].has-error,
input[type="url"].has-error,
input[type="file"].has-error,
select.has-error {
  border: 2px solid #e13b3b;
  transition: all .2s ease;
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FBE8D8;
  font-weight: 300;
}
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #FBE8D8;
  font-weight: 300;
}
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  color: #FBE8D8;
  font-weight: 300;
}
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #FBE8D8;
  font-weight: 300;
}
textarea.error-text,
input[type="text"].error-text,
input[type="tel"].error-text,
input[type="email"].error-text,
input[type="number"].error-text,
input[type="password"].error-text,
input[type="search"].error-text,
input[type="date"].error-text,
input[type="url"].error-text,
input[type="file"].error-text,
select.error-text {
  border: 2px solid #D22718;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-clear-button {
  display: none;
}
input[type="number"] {
  padding-right: 0;
}
textarea {
  padding-top: 6px;
  padding-top: .6rem;
  line-height: 24px;
  line-height: 2.4rem;
  min-height: 386px;
  min-height: 38.6rem;
  height: 200px;
  height: 20rem;
  resize: none;
}
label {
  display: inline-block;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}
.alert {
  position: relative;
  padding: 10px 30px;
  padding: 1rem 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border: 1px solid transparent;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
.alert--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
input[type="submit"].btn,
button.btn,
.btn {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 22px;
  padding: 12px 40px 10px 40px;
  padding: 1.2rem 4rem 1rem 4rem;
  background-color: transparent;
  color: #FBE8D8;
  border-radius: 35px;
  border: 2px solid #FBE8D8;
  text-decoration: none;
  text-align: center;
  transition: all .2s ease;
  position: relative;
  text-transform: lowercase;
  min-width: 295px;
  min-width: 29.5rem;
}
input[type="submit"].btn:hover,
button.btn:hover,
.btn:hover {
  transition: all 0.2s ease-in;
  background-color: #FBE8D8;
  text-decoration: none;
  color: #CB6B4D;
}
input[type="submit"].btn:hover svg,
button.btn:hover svg,
.btn:hover svg {
  fill: #CB6B4D;
}
@media screen and (max-width: 79.9375em) {
  input[type="submit"].btn,
  button.btn,
  .btn {
    min-width: 0;
    line-height: 2rem;
  }
}
input[type="checkbox"] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
input[type="radio"] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
input[type="radio"] + span::before,
input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 2px solid #FBE8D8;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0 0;
  transition: background .2s ease;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTEgOSI+PGc+PGcgb3BhY2l0eT0iMSI+PHBhdGggZmlsbD0iIzMzNjNhYiIgZD0iTTguODczLjc1M0ExLjIgMS4yIDAgMCAxIDEwLjYgMi40MmwtLjAzLjAzLTYuNTMgNi41M0wuNDA5IDUuMzQ4QTEuMiAxLjIgMCAwIDEgMi4wNzUgMy42MmwuMDMuMDNMNC4wNCA1LjU4NnoiLz48L2c+PC9nPjwvc3ZnPg==);
}
input[type="checkbox"].valid + span {
  display: inline !important;
}
input[type="checkbox"].error-text + span::before {
  border: 3px solid #D22718;
}
input[type="radio"] + span::before {
  border-radius: 50%;
  background-size: 0 0;
}
input[type="radio"]:checked + span::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGcgZGF0YS1uYW1lPSJWcnN0dmEgMiI+PGc+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNmZmUwMGYiIGRhdGEtbmFtZT0ib2JzYWgga29waWUgNyIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center center;
}
input[type="checkbox"]:checked + span::before {
  content: "";
  background-size: 20px 20px;
  transition: background .2s ease;
}
.checkbox-label {
  position: relative;
  padding-left: 34px !important;
  padding-left: 3.4rem !important;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.check-label-text {
  color: #000000;
  z-index: 1;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 10px 8px;
  padding: 1rem 1rem .8rem;
  display: block;
}
.wpcf7-acceptance {
  padding-left: 35px;
  padding-left: 3.5rem;
  display: block;
}
.wpcf7-form-control-wrap.your-acceptance .wpcf7-not-valid-tip {
  padding-left: 35px;
  padding-left: 3.5rem;
}
select {
  background-image: url(../img/arrow-menu-black.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 9px 16px;
  padding: .9rem 1.6rem;
}
/* For IE10 */
select::-ms-expand {
  display: none;
}
.section-title {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.section-title--small {
  font-size: 36px;
  line-height: 42px;
}
@media screen and (max-width: 63.9375em) {
  .section-title {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .section-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 47.9375em) {
  textarea,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="date"],
  input[type="url"],
  input[type="file"],
  select {
    padding: 1rem 1.3rem .9rem;
  }
}
.form-box {
  max-width: 860px;
  max-width: 86rem;
  margin: 0 auto;
}
.form-box-section {
  margin: 0 auto 40px;
  margin: 0 auto 4rem;
  text-align: center;
}
.form-box-section:last-child {
  margin-bottom: 0;
}
.form-box-section--thin {
  max-width: 380px;
  max-width: 38rem;
}
.form-box-section__title {
  text-align: center;
  margin-bottom: 29px;
  margin-bottom: 2.9rem;
  display: inline-block;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
}
.form-box-section__text {
  color: #fff;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.form-box-section__subtitle {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.form-box-section__title--required {
  padding-right: 12px;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: 100% 12px;
}
.form-row {
  margin: 0 -12px 20px;
  margin: 0 -1.2rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row label {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  display: inline-block;
}
.form-row--col2 .form-col {
  width: 50%;
}
.form-row--col3 .form-col {
  width: 33.333%;
}
.form-row--btn {
  padding-top: 6px;
  padding-top: .6rem;
}
.form-row--btn .btn {
  max-width: 100%;
  min-width: 194px;
  min-width: 19.4rem;
}
.form-col {
  position: relative;
  text-align: left;
  padding: 0 12px;
  padding: 0 1.2rem;
  box-sizing: border-box;
  width: 100%;
}
.form-col__info {
  text-align: left;
  margin-bottom: 5px;
}
.form-col__info img {
  margin-bottom: 5px;
}
.form-col--left {
  text-align: left;
}
.form-col--required label {
  position: relative;
  padding-right: 13px;
  padding-right: 1.3rem;
}
.form-col--required label::before {
  content: "*";
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  z-index: 9;
  color: #c70000;
}
.form-col--required-brs::before {
  right: 42px;
  right: 4.2rem;
}
.form-row--text {
  font-size: 16px;
  padding-top: 11px;
  padding-top: 1.1rem;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
.form-row--text a {
  color: #fff;
  text-decoration: underline;
}
.form-row--text a:hover {
  color: #fff;
  text-decoration: none;
}
.form-row--text a:active {
  opacity: .6;
}
.form-col--center {
  text-align: center;
}
.form-col--button {
  text-align: center;
  padding-top: 17px;
  padding-top: 1.7rem;
}
.form-col--recaptcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 17px;
  padding-top: 1.7rem;
}
.form-col--text {
  color: #fff;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.form-col--text a {
  color: #fff;
  text-decoration: underline;
}
.form-col--text a:hover {
  color: #8BBA1E;
}
@media screen and (max-width: 79.9375em) {
  .form-row {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .form-box-section__title {
    margin-bottom: 1.5rem;
  }
  .form-row--col2 .form-col,
  .form-row--col3 .form-col {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .form-row--col2 .form-col:last-of-type,
  .form-row--col3 .form-col:last-of-type {
    margin-bottom: 0;
  }
  .form-row {
    margin-bottom: 1.2rem;
  }
  .form-row:last-of-type {
    margin-bottom: 0;
  }
  .form-row label {
    margin-bottom: 1.1rem;
  }
  .form-row--text {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: .6rem .5rem;
  }
  .form-row--btn .btn {
    min-width: 18.8rem;
  }
}
.footer {
  color: #fff;
  font-size: 12px;
  position: relative;
}
.footer a {
  color: #fff;
}
.footer ul {
  padding-right: 40px;
  padding-right: 4rem;
}
.footer ul li {
  padding: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.footer ul li::before {
  display: none;
}
.footer ul a {
  text-decoration: none;
}
.footer ul a:hover {
  text-decoration: underline;
}
.footer-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-col {
  min-width: 295px;
  min-width: 29.5rem;
  margin-right: 20px;
  margin-right: 2rem;
}
.footer-col--right {
  margin: 0 0 0 auto;
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.socials-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0 !important;
  margin: 0;
}
.socials-menu-link {
  width: 25px;
  height: 25px;
  display: block;
  margin-left: 13px;
  margin-left: 1.3rem;
}
.socials-menu-link span {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  color: transparent;
}
.socials-menu-link--ig {
  background-image: url(../img/ig.png);
}
.socials-menu-link--fb {
  background-image: url(../img/fb.png);
}
.socials-menu-link--in {
  background-image: url(../img/in.png);
}
@media screen and (max-width: 63.9375em) {
  .footer {
    padding: 3.8rem 0 5.3rem;
  }
  .footer-cols {
    margin-bottom: 0;
  }
  .footer-col {
    width: calc(33.333%);
    margin: 0;
    min-width: 0;
  }
  .footer-col--right {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer {
    padding: 2.2rem 0 2.2rem;
  }
  .footer-col {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .footer-col--right {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .socials-menu-link {
    margin: 0 1.3rem 0 0;
  }
}
.header {
  padding: 20px 0 18px;
  padding: 2rem 0 1.8rem;
  transition: all .2s ease;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
.header-box {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 118.6875em) {
  .header-box {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.copyright {
  font-size: 12px;
  padding: 16px 0;
  padding: 1.6rem 0;
}
.copyright-box {
  display: -ms-flexbox;
  display: flex;
}
.copyright-text {
  margin: 0 auto 0 0;
}
.copyright-author {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 47.9375em) {
  .copyright-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .copyright-text,
  .copyright-author {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.container {
  max-width: 1200px;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.container--full {
  max-width: 1920px;
  padding: 0 25px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 79.9375em) {
  .container {
    padding: 0 2.5rem;
    max-width: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .container {
    padding: 0 2.5rem;
  }
}
.main-menu-navigation {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.main-menu-navigation .menu-item {
  margin: 0 110px 0 0;
  margin: 0 11rem 0 0;
  padding: 0;
}
.main-menu-navigation .menu-item::before {
  display: none;
}
.main-menu-navigation .menu-item:last-child {
  margin-right: 0;
}
.main-menu-navigation .menu-item > a {
  text-decoration: none;
  display: block;
  padding: 0;
  color: #FBE8D8;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: 'Poppins', sans-serif;
  position: relative;
}
.main-menu-navigation .menu-item > a:hover {
  color: #FBE8D8;
}
.sidebar-menu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CB6B4D;
  padding: 24px 24px 26px;
  padding: 2.4rem 2.4rem 2.6rem;
  box-sizing: border-box;
}
.sidebar-menu ul li::before {
  display: none;
}
.sidebar-menu-box {
  width: 212px;
  padding-right: 22px;
  padding-right: 2.2rem;
  padding-bottom: 26px;
  padding-bottom: 2.6rem;
  padding-top: 24px;
  padding-top: 2.4rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 10;
  transition: all .2s linear;
  opacity: 0;
  padding-top: 63px;
  background-color: #CB6B4D;
  left: -212px;
  padding-left: 24px;
}
.sidebar-menu--open .sidebar-menu-box {
  transition: all .2s linear;
  left: 0;
  opacity: 1;
}
.sidebar-menu-navigation {
  margin-bottom: 19px;
  margin-bottom: 1.9rem;
}
.sidebar-menu-navigation .menu-item {
  padding: 0;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}
.sidebar-menu-navigation .menu-item:last-child {
  margin-bottom: 0;
}
.sidebar-menu-navigation a {
  text-decoration: none;
}
.sidebar-menu-navigation--bottom-line {
  border-bottom: 1px solid #FBE8D8;
  padding-bottom: 23px;
  padding-bottom: 2.3rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.sidebar-menu-socials {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.sidebar-menu-socials li {
  margin: 0 13px 0 0;
  margin: 0 1.3rem 0 0;
  padding-left: 0;
}
.sidebar-menu-socials .socials-menu-link {
  margin: 0;
}
.sidebar-menu-toggle {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  z-index: 11;
}
.sidebar-menu-toggle span {
  background-color: #FBE8D8;
  border-radius: 0;
  display: block;
  height: 2px;
  left: 0px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%;
  opacity: 1;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  z-index: 1;
}
.sidebar-menu-toggle span:nth-child(2) {
  top: 6px;
}
.sidebar-menu-toggle span:nth-child(3) {
  top: 6px;
}
.sidebar-menu-toggle span:nth-child(4) {
  top: 12px;
}
.sidebar-menu-toggle.sidebar-menu-toggle--open span:nth-child(1),
.sidebar-menu-toggle.sidebar-menu-toggle--open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
.sidebar-menu-toggle.sidebar-menu-toggle--open span:nth-child(2) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.sidebar-menu-toggle.sidebar-menu-toggle--open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
@media screen and (max-width: 79.9375em) {
  .main-menu-navigation .menu-item {
    margin: 0 6rem 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-menu-navigation .menu-item {
    margin: 0 3rem 0 0;
  }
  .main-menu-navigation .menu-item a {
    font-size: 12px;
  }
}
.single {
  max-height: 100vh;
}
.single-wrap {
  overflow: hidden;
  box-sizing: border-box;
}
.single-wrap > .container {
  max-width: none;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.single-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
  width: 100%;
  padding: 25px 15px 25px 25px;
  padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  box-sizing: border-box;
}
.single-box-sidebar {
  width: 340px;
  padding-top: 5px;
  padding-top: .5rem;
  position: absolute;
  left: -240px;
  left: -24rem;
  top: 0;
  z-index: 9;
  background-color: #CB6B4D;
  padding-left: 25px;
  padding-left: 2.5rem;
  height: 100%;
  box-sizing: border-box;
  padding-top: 62px;
  transition: all .2s linear;
}
.single-box-sidebar-box {
  opacity: 0;
  padding-top: 27px;
  padding-top: 2.7rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  overflow-y: auto;
  max-height: calc(100% - 75px - 25px - 25px);
}
.single-box-sidebar--open {
  transition: all .2s linear;
  left: 0;
}
.single-box-sidebar--open .single-box-sidebar-box {
  opacity: 1;
}
.single-box-sidebar--open .single-box-sidebar-toggle {
  width: auto;
  margin: 0;
  display: inline-block;
  transition: all .2s linear;
}
.single-box-sidebar--open .single-box-sidebar-back {
  width: auto;
  right: auto;
  left: 25px;
  left: 2.5rem;
  transition: all .2s linear;
}
.single-box-sidebar-toggle {
  cursor: pointer;
  width: 75px;
  margin: 0 0 0 auto;
  transition: all .2s linear;
}
.single-box-sidebar-back {
  text-decoration: none;
  position: absolute;
  bottom: 22px;
  bottom: 2.2rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  width: 75px;
  right: 0;
  display: inline-block;
  transition: all .2s linear;
}
.single-box-sidebar__title {
  text-align: left;
  line-height: 100%;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}
.single-box-sidebar__text {
  font-size: 10px;
  font-style: normal;
}
.single-box-sidebar-request {
  margin-top: 45px;
  margin-top: 4.5rem;
}
.single-box-sidebar-request-top {
  font-size: 10px;
  font-style: normal;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
.single-box-sidebar-request-btn {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.single-box-sidebar-request-bottom {
  font-size: 10px;
  font-style: normal;
}
.single-box-content {
  padding: 0 10px 0 100px;
  padding: 0 1rem 0 10rem;
  width: calc(100% - 453px);
  box-sizing: border-box;
}
.single-box-slider {
  height: 100%;
  width: 100%;
}
.single-box-slider--overlay .single-box-slider-prev {
  left: 240px;
}
.swiper-slide {
  width: 100%;
  display: none;
}
.swiper-slide:first-child {
  display: block;
}
.swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  min-height: 100%;
  width: auto;
  object-fit: cover;
  min-width: 100%;
}
.single-box-slider-slide__title {
  color: #FAF4ED;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  position: absolute;
  z-index: 2;
  top: 44px;
  top: 4.4rem;
  right: 0;
  width: 138px;
}
.swiper-initialized .swiper-slide {
  display: block;
}
.swiper-initialized .swiper-slide.swiper-slide-active {
  z-index: 9;
}
.single-box-slider-next,
.single-box-slider-prev {
  position: absolute;
  width: 28px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
  z-index: 1;
  cursor: pointer;
  transition: all .2s ease;
}
.single-box-slider-next svg,
.single-box-slider-prev svg {
  stroke: #FBE8D8;
  transition: all .2s ease;
}
.single-box-slider-next:hover svg,
.single-box-slider-prev:hover svg {
  stroke: #CB6B4D;
  transition: all .2s ease;
}
.single-box-slider-next {
  right: 25px;
}
.single-box-slider-prev {
  left: 25px;
}
.single-box-gallery {
  width: 453px;
}
.single-box-gallery-wrap {
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  overflow-x: hidden;
}
.single-box-gallery-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-box-gallery-item {
  box-sizing: border-box;
  width: 33.333%;
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
  cursor: pointer;
}
.single-box-gallery-item-box {
  position: relative;
  padding: 0 10px;
  padding: 0 1rem;
}
.single-box-gallery-item--active .single-box-gallery-item__image::before {
  opacity: 1;
  transition: opacity .2s linear;
}
.single-box-gallery-item__image {
  position: relative;
}
.single-box-gallery-item__image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: rgba(39, 28, 26, 0.45);
  content: "";
  opacity: 0;
  transition: opacity .2s linear;
}
.single-box-gallery-item__title {
  text-align: center;
  font-size: 10px;
  line-height: normal;
  margin-top: 7px;
  margin-top: .7rem;
}
.single-box-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: absolute;
  bottom: 30px;
  bottom: 3rem;
  right: 25px;
  right: 2.5rem;
}
.single-box-socials-title {
  font-size: 10px;
}
.single-box-socials-links {
  display: -ms-flexbox;
  display: flex;
}
.single-box-socials-links li {
  margin: 0 0 0 13px;
  margin: 0 0 0 1.3rem;
  padding: 0;
}
.single-box-socials-link {
  width: 25px;
  height: 25px;
  display: block;
}
.single-box-socials-link span {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  color: transparent;
}
@media screen and (max-width: 106.1875em) {
  .single-box-content {
    width: 75%;
  }
  .single-box-gallery {
    width: 25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .single {
    max-height: none;
  }
  .single-box {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .single-box-sidebar {
    width: 100%;
    left: auto;
    position: relative;
    top: auto;
    height: auto;
    padding-left: 0;
  }
  .single-box-sidebar-box {
    opacity: 1;
    max-height: none;
    padding: 0;
  }
  .single-box-sidebar-toggle {
    display: none;
  }
  .single-box-sidebar-back {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 2rem;
  }
  .single-box-sidebar-request {
    margin-top: 2.5rem;
  }
  .single-box-content {
    width: 100%;
    padding: 0;
    margin-top: 4rem;
  }
  .swiper-slide img {
    position: relative;
    -ms-transform: none;
        transform: none;
    top: auto;
    left: auto;
  }
  .single-box-slider-slide__title {
    font-size: 12px;
    top: 2.4rem;
    width: 108px;
  }
  .single-box-slider-next,
  .single-box-slider-prev {
    width: 18px;
    height: 34px;
  }
  .single-box-slider-next svg,
  .single-box-slider-prev svg {
    width: 100%;
    height: 100%;
  }
  .single-box-slider-next {
    right: 15px;
  }
  .single-box-slider-prev {
    left: 15px;
  }
  .single-box-gallery {
    width: 100%;
  }
  .single-box-gallery-wrap {
    margin: 0 -1rem 0;
  }
  .single-box-gallery-items {
    margin: 2rem 0 0;
  }
  .single-box-gallery-item {
    width: 20%;
    padding: 0 1rem;
  }
  .single-box-gallery-item-box {
    padding: 0;
  }
  .single-box-socials {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 42.4375em) {
  .single-box-gallery-item {
    width: 25%;
  }
}
@media screen and (max-width: 29.9375em) {
  .single-box-gallery-item {
    width: 50%;
  }
  .single-box-gallery-item__image img {
    min-width: 100%;
  }
}
@media screen and (max-width: 22.4375em) {
  .single-box-gallery-item {
    width: 50%;
  }
}
.products-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin: 0 -1rem;
}
.product-item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  padding: 0 1rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.product-item-box {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-item-box img {
  transition: all .2s linear;
}
.product-item-box:hover img {
  -ms-transform: scale(1.01);
      transform: scale(1.01);
  transition: all .2s linear;
}
.product-item-box__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .product-item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.news-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -25px;
  margin: 0 -1rem -2.5rem;
}
.news-item {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 10px;
  padding: 0 1rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.news-item-box {
  display: block;
  position: relative;
  text-align: center;
}
.news-item-box a {
  text-decoration: none;
}
.news-item-box__image {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
  display: block;
}
.news-item-box__title {
  text-align: center;
}
.news-item-box__title h3 {
  margin-bottom: 0;
}
.news-item-box-perex {
  margin-top: 19px;
  margin-top: 1.9rem;
  padding: 0 30px;
  padding: 0 3rem;
}
.news-item-box__btn {
  margin-top: 15px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 79.9375em) {
  .news-item-box-perex {
    margin-top: .9rem;
    padding: 0 ;
  }
}
@media screen and (max-width: 47.9375em) {
  .news-item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.block-featured {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 800px;
  height: 80rem;
}
.block-featured__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-featured__image img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  min-width: 100%;
}
.block-featured-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-top: 1.2rem;
}
.block-featured-text__title {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.block-featured-arrow {
  width: 137px;
  height: 70px;
  position: absolute;
  bottom: 25px;
  bottom: 2.5rem;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  cursor: pointer;
}
.block-about-text {
  padding: 86px 0 86px;
  padding: 8.6rem 0 8.6rem;
}
.block-about-text-content {
  max-width: 800px;
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
  line-height: 201%;
}
.block-products {
  padding: 46px 0 75px;
  padding: 4.6rem 0 7.5rem;
}
.block-products .section-title {
  margin-bottom: 44px;
  margin-bottom: 4.4rem;
}
.block-news {
  padding: 46px 0 46px;
  padding: 4.6rem 0 4.6rem;
}
.block-newsletter {
  padding: 103px 0 116px;
  padding: 10.3rem 0 11.6rem;
  position: relative;
  overflow: hidden;
}
.block-newsletter-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-newsletter-image img {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
  min-width: 100%;
  max-width: none;
  height: auto;
  transition: all .2s ease;
}
.block-newsletter-box {
  background-color: rgba(211, 211, 211, 0.5);
  max-width: 970px;
  max-width: 97rem;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 22px;
  padding: 21px 26px 54px;
  padding: 2.1rem 2.6rem 5.4rem;
}
.block-newsletter-box__title {
  text-align: center;
}
.block-newsletter-box__info {
  margin-top: 50px;
  margin-top: 5rem;
}
.block-newsletter-box-form {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-top: 2.4rem;
}
.block-newsletter-box-form__input {
  margin-right: 17px;
  margin-right: 1.7rem;
  width: 100%;
}
.block-contact {
  padding: 157px 0 92px;
  padding: 15.7rem 0 9.2rem;
}
.block-contact-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 34px;
  margin-top: 3.4rem;
}
.block-contact-box-form {
  width: 456px;
  width: 45.6rem;
}
.block-contact-box-row {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.block-contact-box-form__input {
  width: 100%;
}
.block-contact-box-map {
  width: calc(100% - 45.6rem);
  padding-left: 17px;
  padding-left: 1.7rem;
  box-sizing: border-box;
}
.block-contact-box-map iframe {
  width: 100%;
  height: 100%;
  max-height: 665px;
}
@media screen and (max-width: 79.9375em) {
  .block-about-text {
    padding: 6.6rem 0 6.6rem;
  }
  .block-products {
    padding: 3.6rem 0 5.5rem;
  }
  .block-news {
    padding: 3.6rem 0 3.6rem;
  }
  .block-contact {
    padding: 10.7rem 0 5.2rem;
  }
  .block-contact-box-form,
  .block-contact-box-map {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-featured {
    height: 50rem;
  }
  .block-featured-text {
    text-align: center;
  }
  .block-featured-arrow {
    width: 90px;
    height: 46px;
  }
  .block-featured-arrow svg {
    width: 100%;
    height: 100%;
  }
  .block-newsletter {
    padding: 6rem 0;
  }
  .block-newsletter-box-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-newsletter-box-form__input {
    width: 100%;
    margin: 0 0 1rem;
  }
  .block-newsletter-box-form__btn {
    width: 100%;
  }
  .block-contact {
    padding: 6.5rem 0 5rem;
  }
  .block-contact-box-form,
  .block-contact-box-map {
    width: 100%;
    padding: 0;
  }
  .block-contact-box-map {
    height: 30rem;
  }
}
.about {
  max-height: 100vh;
}
.about-wrap {
  overflow: hidden;
  box-sizing: border-box;
}
.about-wrap > .container {
  max-width: none;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.about-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
  width: 100%;
  padding: 25px 15px 25px 25px;
  padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  box-sizing: border-box;
}
.about-box-sidebar {
  width: 453px;
  padding-top: 5px;
  padding-top: .5rem;
  z-index: 9;
  background-color: #CB6B4D;
  box-sizing: border-box;
  padding-top: 16px;
  padding-top: 1.6rem;
  transition: all .2s linear;
  position: relative;
}
.about-box-sidebar-wrap {
  height: calc(100vh - 7.8rem - 12.5rem);
  overflow-y: auto;
}
.about-box-sidebar-box {
  padding-top: 27px;
  padding-top: 2.7rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  max-width: 320px;
  box-sizing: border-box;
}
.about-box-sidebar__title {
  text-align: left;
  line-height: 100%;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}
.about-box-sidebar__text {
  font-size: 10px;
  font-style: normal;
  text-align: justify;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.about-box-sidebar__text p {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
.about-box-sidebar__text p:last-child {
  margin-bottom: 0;
}
.about-box-sidebar__address {
  font-size: 10px;
}
.about-box-sidebar-footer {
  bottom: 0;
  position: absolute;
}
.about-box-sidebar-footer-links {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}
.about-box-sidebar-footer-links li {
  margin: 0 13px 0 0;
  margin: 0 1.3rem 0 0;
  padding: 0;
}
.about-box-sidebar-footer-links li:last-child {
  margin: 0;
}
.about-box-sidebar-footer-menu {
  font-size: 12px;
}
.about-box-sidebar-footer-menu li {
  padding: 0;
  margin: 0;
}
.about-box-sidebar-footer-menu li:last-child {
  margin: 0;
}
.about-box-sidebar-footer-menu a {
  text-decoration: none;
}
.about-box-content {
  padding: 0 25px 0;
  padding: 0 2.5rem 0;
  width: calc(100% - 453px - 453px);
  box-sizing: border-box;
}
.about-box-content-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-box-content-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  min-height: 100%;
  width: auto;
  object-fit: cover;
  min-width: 100%;
}
.about-box-gallery {
  width: 453px;
}
.about-box-gallery-wrap {
  max-height: calc(100vh);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.about-box-gallery-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  height: calc(100vh - 7.5rem);
}
.about-box-gallery-item {
  box-sizing: border-box;
  width: 100%;
  height: 50%;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.about-box-gallery-item:last-child {
  margin-bottom: 0;
}
.about-box-gallery-item-box {
  position: relative;
}
.about-box-gallery-item__image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.about-box-gallery-item__image img {
  position: absolute;
  min-height: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: auto;
}
@media screen and (max-width: 106.1875em) {
  .about-box-sidebar {
    width: 25%;
  }
  .about-box-content {
    width: 50%;
  }
  .about-box-gallery {
    width: 25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .about {
    max-height: none;
  }
  .about-box {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .about-box-sidebar {
    width: 100%;
    margin-bottom: 4rem;
  }
  .about-box-sidebar-footer {
    position: relative;
    bottom: auto;
    margin-top: 4rem;
  }
  .about-box-content {
    width: 100%;
    padding: 0;
  }
  .about-box-content-image img {
    position: relative;
    min-height: 100%;
    max-width: 100%;
    top: auto;
    left: auto;
    -ms-transform: none;
        transform: none;
    width: auto;
  }
  .about-box-gallery {
    width: 100%;
  }
  .about-box-sidebar-wrap {
    height: auto;
  }
  .about-box-sidebar-box {
    max-width: none;
  }
  .about-box-gallery-items {
    margin: 2rem -1rem -2rem;
  }
  .about-box-gallery-item {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .about-box-gallery-item__image {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .about-box-gallery-item__image img {
    position: relative;
    min-height: 100%;
    max-width: 100%;
    top: auto;
    left: auto;
    -ms-transform: none;
        transform: none;
    width: auto;
  }
  .about-box-gallery-wrap {
    max-height: none;
    height: auto;
    overflow: hidden;
  }
  .about-box-gallery-items {
    height: auto;
  }
}
@media print {
  html {
    font-size: 62.5%;
  }
  body {
    font: 15px Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #000;
  }
  .wf-active body {
    font: 15px Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #000;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  body > header {
    padding-top: 0px;
    box-sizing: border-box;
    height: auto;
    display: none;
  }
  footer {
    display: none;
  }
  .entry__content h1,
  .entry__content h2,
  .entry__content h3,
  .entry__content h4,
  .entry__content h5,
  .entry__content h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
  }
  .entry__content h1 {
    font-size: 2rem;
  }
  .entry__content h2 {
    font-size: 1.8rem;
  }
  .entry__content h3 {
    font-size: 1.6rem;
  }
  .entry__content h4 {
    font-size: 1.4rem;
  }
  .entry__content h5 {
    font-size: 1.2rem;
  }
  .entry__content h6 {
    font-size: 1rem;
  }
  .entry__content ul {
    margin-left: 2em;
    padding-left: 0;
  }
  .entry__content ul li {
    margin: 0;
    padding: 0;
    list-style: disc;
  }
  .entry__content ul li:before {
    display: none;
  }
  .entry__content table th,
  .entry__content table td {
    padding: 4px 6px;
    color: #000;
  }
  .entry__content table th a,
  .entry__content table td a {
    color: #000;
  }
  .entry__content table th {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1rem;
    font-weight: bold;
    background: transparent;
  }
  .entry__content table td {
    background: transparent;
  }
  .entry__content p a[href^="http://"]:after,
  .entry__content a[href^="https://"]:after {
    content: " (" attr(href) ")";
  }
  .entry__content p a {
    word-wrap: break-word;
  }
  .entry__content q:after {
    content: " (Zdroj: " attr(cite) ")";
  }
  .btn {
    text-decoration: underline;
    color: #000;
  }
  .container {
    width: 100%;
  }
  .main-header,
  .main-menu {
    display: none;
  }
  .slider {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .news-more {
    display: none;
  }
  .perexies-box {
    margin: 0;
  }
  .page-banner {
    background-image: none !important;
  }
  .page-header__title {
    color: #000;
  }
  .perexies-item__title {
    color: #000;
  }
  .page-content-title {
    color: #000;
  }
  .news-content-item-text__title {
    color: #000;
  }
  .news-content-item-text__title h2 {
    color: #000;
  }
  .more-department-link {
    color: #000;
  }
  .contacts-info-map {
    display: none;
  }
  .contacts-list-title {
    color: #000;
  }
  .contacts-list-header-item {
    width: 25% !important;
  }
  .contacts-list-item--title {
    width: 50% !important;
  }
  .contacts-list-item--title .contacts-list-item {
    width: 50% !important;
  }
  .contacts-list-item--contacts {
    width: 50% !important;
  }
  .contacts-list-item--contacts .contacts-list-item {
    width: 50% !important;
  }
  .contacts-teachers .contacts-list-header-item {
    width: 20% !important;
  }
  .contacts-teachers .contacts-list-item--title {
    width: 40% !important;
  }
  .contacts-teachers .contacts-list-item--title .contacts-list-item {
    width: 50% !important;
  }
  .contacts-teachers .contacts-list-item--contacts {
    width: 60% !important;
  }
  .contacts-teachers .contacts-list-item--contacts .contacts-list-item {
    width: 33.333% !important;
  }
  .photogallery-detail,
  .photogallery {
    margin-left: 0;
    margin-right: 0;
  }
}