/*
Theme Name: rhkbrno
Author: tp
Author URI: http://www.tp.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: rhkbrno
*/
.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 {
  margin: 0;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  color: transparent;
  display: block;
}
.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: 0 0 24px;
}
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;
}
#all {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignnone {
  display: inline-block;
}
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  padding: 0 !important;
  margin: 0 !important;
}
.text--bigger {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
}
.text--big {
  font-size: 23px;
  line-height: 37px;
  font-weight: 500;
}
.block--grey {
  background: #F0F0F0;
}
.ps__rail-x {
  z-index: 99;
}
html {
  font-size: 62.5%;
  font-family: 'Roboto', sans-serif;
}
body {
  font-family: 'Roboto', sans-serif;
}
body {
  font-size: 20px;
  font-size: 2rem;
}
body,
input,
textarea {
  font-weight: 400;
  line-height: 36px;
  line-height: 3.6rem;
  color: #000;
}
.has-medium-font-size {
  font-size: 30px;
  font-size: 3rem;
  line-height: 46px;
  line-height: 4.6rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
a,
input,
textarea,
select,
button {
  outline: none;
}
a {
  color: #000;
  transition: all 0.2s ease;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}
a:focus {
  color: #000;
  outline: none;
}
a:focus-visible {
  color: #000;
  outline-offset: 0;
  border-radius: 2px;
  outline: 2px solid #000;
}
a:hover,
a:active,
a:focus,
a:focus-visible {
  transition: all 0.2s ease 0s;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000;
  margin: 0;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
  color: #D6B47B;
}
h1,
.h1 {
  font-size: 90px;
  font-size: 9rem;
  line-height: 100px;
  line-height: 10rem;
}
h2,
.h2 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  line-height: 5.2rem;
}
h3,
.h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
  line-height: 4rem;
}
h4,
.h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 38px;
  line-height: 3.8rem;
}
h5,
.h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
h6,
.h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
.entry-content h1,
.entry-content .h1 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 48px;
  line-height: 4.8rem;
}
.entry-content h2,
.entry-content .h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
}
.entry-content h3,
.entry-content .h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}
.entry-content h4,
.entry-content .h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
}
.entry-content h5,
.entry-content .h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
.entry-content h6,
.entry-content .h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
p {
  margin: 0 0 40px 0;
  margin: 0 0 4rem 0;
}
p:last-child {
  margin-bottom: 0;
}
p + h1 {
  margin-top: 24px;
  margin-top: 2.4rem;
}
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 24px;
  margin-top: 2.4rem;
}
p + figure {
  margin-top: 24px;
  margin-top: 2.4rem;
}
ul + h1,
ol + h1,
figure + h1,
ul + h2,
ol + h2,
figure + h2,
ul + h3,
ol + h3,
figure + h3,
ul + h4,
ol + h4,
figure + h4,
ul + h5,
ol + h5,
figure + h5,
ul + h6,
ol + h6,
figure + h6 {
  margin-top: 24px;
  margin-top: 2.4rem;
}
blockquote {
  padding: 26px 30px;
  padding: 2.6rem 3rem;
  margin: 0 0 40px 0;
  margin: 0 0 4rem 0;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 6px;
  margin-bottom: .6rem;
  position: relative;
  padding-left: 24px;
  padding-left: 2.4rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin: 0 0 40px;
  margin: 0 0 4rem;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ol ol,
ul ul {
  margin: 0 0 30px;
  margin: 0 0 3rem;
}
ol li ol,
ul li ul {
  margin-top: 16px;
  margin-top: 1.6rem;
}
ul,
ol {
  padding: 0;
  padding-left: 36px;
  padding-left: 3.6rem;
}
ul li,
ol li {
  position: relative;
  padding-left: 0;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
  padding-left: 40px;
  padding-left: 4rem;
}
ul li::before {
  content: "";
  text-align: center;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 10px;
  top: 13px;
  width: 10px;
  height: 10px;
}
ol {
  padding-left: 0;
}
ol ol {
  counter-reset: item;
}
ol > li {
  counter-increment: item;
  list-style: none;
  padding-left: 40px;
  padding-left: 4rem;
}
ol > li::before {
  background-color: #D6B47B;
  color: #fff;
  content: counter(item);
  width: 20px;
  height: 20px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 9px;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
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);
}
.wp-block-table {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
}
table {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.wp-block-table table,
table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-radius: 5px;
  background: var(--ffffff, #FFF);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  border-spacing: 0;
}
.wp-block-table table th,
table th {
  font-family: 'Roboto', sans-serif;
}
.wp-block-table table th,
table th,
.wp-block-table table td,
table td {
  padding: 21px 24px 22px;
  padding: 2.1rem 2.4rem 2.2rem;
  border: 0;
  border-bottom: 1px dotted #F3F3F3;
  color: #000;
  box-sizing: border-box;
  text-align: left;
}
.wp-block-table table th a,
table th a,
.wp-block-table table td a,
table td a {
  color: #000;
}
.wp-block-table table th.has-text-align-center,
table th.has-text-align-center,
.wp-block-table table td.has-text-align-center,
table td.has-text-align-center {
  text-align: center;
}
.wp-block-table table th.has-text-align-right,
table th.has-text-align-right,
.wp-block-table table td.has-text-align-right,
table td.has-text-align-right {
  text-align: right;
}
.wp-block-table table th.has-text-align-left,
table th.has-text-align-left,
.wp-block-table table td.has-text-align-left,
table td.has-text-align-left {
  text-align: left;
}
.wp-block-table table thead tr,
table thead tr {
  border-radius: 5px 5px 0 0;
}
.wp-block-table table thead tr:first-child td:first-child,
table thead tr:first-child td:first-child,
.wp-block-table table thead tr:first-child th:first-child,
table thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
  overflow: hidden;
}
figcaption {
  margin-top: 16px;
  margin-top: 1.6rem;
}
@media screen and (max-width: 99.9375em) {
  h1,
  .h1 {
    font-size: 7rem;
    line-height: 8rem;
  }
  h2,
  .h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media screen and (max-width: 79.9375em) {
  body {
    font-size: 1.6rem;
  }
  .has-medium-font-size {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 2.4rem;
  }
  body,
  input,
  textarea {
    line-height: 2.2rem;
  }
  h1,
  .h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  h2,
  .h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  h3,
  .h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  h4,
  .h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h5,
  .h5 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  h6,
  .h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .wp-block-table table th,
  table th,
  .wp-block-table table td,
  table td {
    padding: 2.2rem 2.4rem 2.6rem;
  }
}
@media screen and (max-width: 47.9375em) {
  body {
    font-size: 1.6rem;
  }
  .has-medium-font-size {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  body,
  input,
  textarea {
    line-height: 2.1rem;
  }
  h1,
  .h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  h2,
  .h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  h4,
  .h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  h5,
  .h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  h6,
  .h6 {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .wp-block-table table th,
  table th,
  .wp-block-table table td,
  table td {
    padding: 2.2rem 2.4rem 2.6rem;
  }
  .wp-block-table {
    overflow: unset;
  }
  .table-wrap {
    margin-bottom: 4rem;
    overflow: auto;
    position: relative;
    width: calc(100% + 1.6rem);
    margin-right: -1.6rem;
  }
  .table-wrap::before {
    position: absolute;
    width: 22px;
    height: 44px;
    content: "";
    background-image: url(../img/svg-min/table-arrow.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    margin-top: -2.2rem;
  }
  .table-wrap table {
    width: 800px;
    margin-bottom: 0;
  }
  .table-wrap--active::before {
    display: none;
  }
}
.page-overlay,
.page-loader {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-position: center center;
  display: none;
}
.page-overlay svg,
.page-loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.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;
}
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 {
  color: #000000;
  background-color: transparent;
  padding: 15px 0 15px;
  padding: 1.5rem 0 1.5rem;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-weight: 400;
  line-height: 28px;
  line-height: 2.8rem;
  font-size: 28px;
}
textarea:autofill,
input[type="text"]:autofill,
input[type="tel"]:autofill,
input[type="email"]:autofill,
input[type="number"]:autofill,
input[type="password"]:autofill,
input[type="search"]:autofill,
input[type="date"]:autofill,
input[type="url"]:autofill,
input[type="file"]:autofill,
select:autofill,
textarea::-internal-autofill-selected,
input[type="text"]::-internal-autofill-selected,
input[type="tel"]::-internal-autofill-selected,
input[type="email"]::-internal-autofill-selected,
input[type="number"]::-internal-autofill-selected,
input[type="password"]::-internal-autofill-selected,
input[type="search"]::-internal-autofill-selected,
input[type="date"]::-internal-autofill-selected,
input[type="url"]::-internal-autofill-selected,
input[type="file"]::-internal-autofill-selected,
select::-internal-autofill-selected {
  background-color: #fff !important;
}
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: #ff0000;
  color: #ff0000;
  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: #929292;
}
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: #929292;
}
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: #929292;
}
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: #929292;
}
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: 1px 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 {
  height: 200px;
  resize: none;
  line-height: 38px;
  line-height: 3.8rem;
}
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"],
input[type="submit"].btn,
button.btn,
.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
  padding: 19px 44px 19px 36px;
  padding: 1.9rem 4.4rem 1.9rem 3.6rem;
  border-radius: 35px;
  background-color: #f0f0f0;
  border: 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .2s ease;
}
input[type="submit"] svg,
input[type="submit"].btn svg,
button.btn svg,
.btn svg {
  fill: currentColor;
  margin-right: 16px;
  margin-right: 1.6rem;
}
input[type="submit"] svg.right-icon,
input[type="submit"].btn svg.right-icon,
button.btn svg.right-icon,
.btn svg.right-icon {
  margin: 0 0 0 21px;
  margin: 0 0 0 2.1rem;
}
input[type="submit"] .btn-loader,
input[type="submit"].btn .btn-loader,
button.btn .btn-loader,
.btn .btn-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: none;
}
input[type="submit"].btn--show-loader,
input[type="submit"].btn.btn--show-loader,
button.btn.btn--show-loader,
.btn.btn--show-loader {
  color: transparent !important;
  transition: none !important;
}
input[type="submit"].btn--show-loader .btn-loader,
input[type="submit"].btn.btn--show-loader .btn-loader,
button.btn.btn--show-loader .btn-loader,
.btn.btn--show-loader .btn-loader {
  fill: #D6B47B;
  display: block;
}
input[type="submit"] > span,
input[type="submit"].btn > span,
button.btn > span,
.btn > span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
input[type="submit"]:hover,
input[type="submit"].btn:hover,
button.btn:hover,
.btn:hover {
  text-decoration: none;
  color: #fff;
}
input[type="submit"]:hover svg,
input[type="submit"].btn:hover svg,
button.btn:hover svg,
.btn:hover svg {
  fill: currentColor;
}
input[type="submit"].btn--black,
input[type="submit"].btn.btn--black,
button.btn.btn--black,
.btn.btn--black {
  background-image: none;
  background-color: #000;
  color: #fff;
}
input[type="submit"].btn--black svg,
input[type="submit"].btn.btn--black svg,
button.btn.btn--black svg,
.btn.btn--black svg {
  fill: currentColor;
}
input[type="submit"].btn--black:hover,
input[type="submit"].btn.btn--black:hover,
button.btn.btn--black:hover,
.btn.btn--black:hover {
  background-color: #D6B47B;
  color: #000;
}
input[type="submit"].btn--bigger,
input[type="submit"].btn.btn--bigger,
button.btn.btn--bigger,
.btn.btn--bigger {
  font-size: 20px;
  font-size: 2rem;
  line-height: 31px;
  line-height: 3.1rem;
  padding: 22px 48px 22px 40px;
  padding: 2.2rem 4.8rem 2.2rem 4rem;
  border-radius: 38px;
}
input[type="submit"].btn--small,
input[type="submit"].btn.btn--small,
button.btn.btn--small,
.btn.btn--small {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.5px;
  padding: 15px 32px 15px;
  padding: 1.5rem 3.2rem 1.5rem;
  text-transform: uppercase;
}
input[type="submit"].btn--small:hover,
input[type="submit"].btn.btn--small:hover,
button.btn.btn--small:hover,
.btn.btn--small:hover {
  padding: 15px 32px 15px;
  padding: 1.5rem 3.2rem 1.5rem;
}
input[type="submit"].btn--loader span,
input[type="submit"].btn.btn--loader span,
button.btn.btn--loader span,
.btn.btn--loader span {
  opacity: 0;
}
input[type="submit"].btn--loader svg.more-h,
input[type="submit"].btn.btn--loader svg.more-h,
button.btn.btn--loader svg.more-h,
.btn.btn--loader svg.more-h {
  opacity: 0;
}
input[type="submit"].btn--loader svg.threedots,
input[type="submit"].btn.btn--loader svg.threedots,
button.btn.btn--loader svg.threedots,
.btn.btn--loader svg.threedots {
  display: block;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
@media screen and (max-width: 79.9375em) {
  input[type="submit"],
  input[type="submit"].btn,
  button.btn,
  .btn {
    padding: 1.2rem 3.9rem 1.4rem 3rem;
  }
  input[type="submit"] svg,
  input[type="submit"].btn svg,
  button.btn svg,
  .btn svg {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    margin-right: 1.1rem;
  }
  input[type="submit"] svg.right-icon,
  input[type="submit"].btn svg.right-icon,
  button.btn svg.right-icon,
  .btn svg.right-icon {
    margin: 0 0 0 1.6rem;
  }
  input[type="submit"].btn--small,
  input[type="submit"].btn.btn--small,
  button.btn.btn--small,
  .btn.btn--small {
    font-size: 12px;
    line-height: 19px;
    padding: 1.4rem 2.6rem 1.4rem;
  }
  input[type="submit"].btn--small:hover,
  input[type="submit"].btn.btn--small:hover,
  button.btn.btn--small:hover,
  .btn.btn--small:hover {
    padding: 1.4rem 2.6rem 1.4rem;
  }
  input[type="submit"].btn--bigger,
  input[type="submit"].btn.btn--bigger,
  button.btn.btn--bigger,
  .btn.btn--bigger {
    font-size: 1.6rem;
    line-height: 3.1rem;
    padding: 1.3rem 3.9rem 1.6rem 3rem;
    border-radius: 38px;
  }
}
@media screen and (max-width: 47.9375em) {
  input[type="submit"],
  input[type="submit"].btn,
  button.btn,
  .btn {
    padding: 1.2rem 3.9rem 1.4rem 3rem;
    font-size: 1.4rem;
  }
  input[type="submit"] svg,
  input[type="submit"].btn svg,
  button.btn svg,
  .btn svg {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    margin-right: .8rem;
  }
  input[type="submit"] svg.right-icon,
  input[type="submit"].btn svg.right-icon,
  button.btn svg.right-icon,
  .btn svg.right-icon {
    margin: 0 0 0 1.2rem;
  }
  input[type="submit"].btn--small,
  input[type="submit"].btn.btn--small,
  button.btn.btn--small,
  .btn.btn--small {
    font-size: 11px;
    line-height: 19px;
    padding: 1.3rem 2.3rem 1.3rem;
  }
  input[type="submit"].btn--small:hover,
  input[type="submit"].btn.btn--small:hover,
  button.btn.btn--small:hover,
  .btn.btn--small:hover {
    padding: 1.3rem 2.3rem 1.3rem;
  }
  input[type="submit"].btn--bigger,
  input[type="submit"].btn.btn--bigger,
  button.btn.btn--bigger,
  .btn.btn--bigger {
    font-size: 1.5rem;
    line-height: 2.7rem;
    padding: 1.3rem 3.6rem 1.4rem 2.4rem;
    border-radius: 38px;
  }
}
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: 18px;
  height: 18px;
  border: 0;
  border-radius: 3px;
  background-color: #e4e4e4;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0 0;
  top: 4px;
}
input[type="checkbox"] + span::before {
  top: 4px;
}
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="checkbox"]:checked + span::before,
input[type="radio"]:checked + span::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI2LjQyNSIgY3k9IjcuMSIgcj0iNi4zIiBmaWxsPSIjRDMyNjAwIi8+PC9zdmc+);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
input[type="checkbox"]:checked + span::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEyIDEwIj48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNC41MzEgNi41TDEuNTMgMy41MDJsLTEuNSAxLjUgNC41MDEgNC41IDcuNS03LjVMMTAuNTMuNXoiLz48L2c+PC9nPjwvc3ZnPg==);
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-color: #D6B47B;
}
.label--checkbox {
  position: relative;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 32px;
  padding: 0 0 0 3.2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  display: block;
}
.check-label-text {
  color: #000;
  z-index: 1;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 10px 8px;
  padding: 1rem 1rem .8rem;
  display: block;
}
.form-col:hover .wpcf7-acceptance label {
  color: #5f5f5f;
}
.form-col .wpcf7-acceptance {
  padding-left: 0;
  display: block;
}
.form-col .wpcf7-acceptance label {
  position: relative;
  left: auto;
  top: 0;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  padding-left: 25px;
  padding-left: 2.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #5f5f5f;
}
.wpcf7-form-control-wrap.your-acceptance .wpcf7-not-valid-tip {
  padding-left: 0;
}
@media screen and (max-width: 79.9375em) {
  .form-row .checkbox-label {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .label--checkbox {
    font-size: 14px;
    padding-left: 3rem;
  }
}
select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw1LjUgNS41TDEwIDEiIHN0cm9rZT0iYmxhY2siLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.3rem) 50%;
  border: 2px solid #F6EFE8;
  background-color: #F6EFE8;
  padding: 10px 14px 10px;
  padding: 1rem 1.4rem 1rem;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* For IE10 */
select::-ms-expand {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  select {
    padding: .9rem 1.5rem 1.1rem;
    font-size: 1.3rem;
  }
}
@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 {
    font-size: 20px;
    padding: 1rem 0 1rem;
  }
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
div.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 1.4rem;
  color: #dc3232;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 30px 0 0;
  margin: 3rem 0 0;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900;
  color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
  color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #fff;
}
.form-row {
  margin: 0 0 40px;
  margin: 0 0 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-row:last-child {
  margin-bottom: 0;
}
[data-class=wpcf7cf_group] .form-row {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
.form-row--btn .btn {
  max-width: 100%;
}
.form-col {
  position: relative;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #303030;
}
.form-col label {
  width: 40%;
  font-size: 19px;
  font-size: 1.9rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 33px;
  line-height: 3.3rem;
  padding: 15px 20px 15px 0;
  padding: 1.5rem 2rem 1.5rem 0;
  box-sizing: border-box;
}
.form-col .wpcf7-form-control-wrap {
  width: 60%;
  box-sizing: border-box;
}
.form-col [data-class=wpcf7cf_group] {
  width: 100%;
}
.form-col .form-col-subitem {
  width: 60%;
  margin: 0 0 0 auto;
}
.form-col .label-text,
.form-col .label-check {
  position: relative;
  left: auto;
  top: auto;
  padding-left: 0;
  margin-bottom: 6px;
  margin-bottom: .6rem;
}
.form-col .label-text:hover,
.form-col .label-check:hover {
  color: #959595;
}
.form-col .label-check,
.form-col .label-text,
.form-col .label-check--rows {
  text-transform: none;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
.form-col .label-check:hover,
.form-col .label-text:hover,
.form-col .label-check--rows:hover {
  color: #000;
}
.form-col .label-text {
  margin-bottom: 0;
}
.form-col:hover > label {
  color: #000;
}
.form-col .wpcf7-checkbox,
.form-col .wpcf7-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-col .wpcf7-checkbox label,
.form-col .wpcf7-radio label {
  position: relative;
  top: auto;
  left: auto;
  padding: 0 0 0 42px;
  padding: 0 0 0 4.2rem;
  letter-spacing: 1.12px;
  cursor: pointer;
  text-transform: none;
  font-weight: normal;
  color: #000;
}
.form-col .wpcf7-checkbox label:after,
.form-col .wpcf7-radio label:after {
  display: none;
}
.form-col .wpcf7-checkbox label:hover input[type="checkbox"] + span::before,
.form-col .wpcf7-radio label:hover input[type="checkbox"] + span::before,
.form-col .wpcf7-checkbox label:hover input[type="radio"] + span::before,
.form-col .wpcf7-radio label:hover input[type="radio"] + span::before {
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
.form-col .wpcf7-checkbox label:hover input[type="checkbox"]:checked + span::before,
.form-col .wpcf7-radio label:hover input[type="checkbox"]:checked + span::before {
  background-color: #D6B47B;
  border: 1px solid #D6B47B;
}
.form-col .wpcf7-checkbox label:focus-visible,
.form-col .wpcf7-radio label:focus-visible {
  outline: 2px solid #fff;
  border-radius: 2px;
}
.form-col .wpcf7-checkbox label:active input[type="radio"] + span::before,
.form-col .wpcf7-radio label:active input[type="radio"] + span::before {
  border: 1px solid #94dbef;
  background-color: #94dbef;
}
.form-col .wpcf7-checkbox .wpcf7-list-item,
.form-col .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 31px 10px 0;
  margin: 0 3.1rem 1rem 0;
  width: 100%;
  margin-right: 0;
}
.form-col .wpcf7-checkbox .wpcf7-list-item label,
.form-col .wpcf7-radio .wpcf7-list-item label {
  width: 100%;
}
.form-col .wpcf7-checkbox .wpcf7-list-item input[type="radio"] + span::before,
.form-col .wpcf7-radio .wpcf7-list-item input[type="radio"] + span::before,
.form-col .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] + span::before,
.form-col .wpcf7-radio .wpcf7-list-item input[type="checkbox"] + span::before {
  top: 8px;
}
.form-row--checks-rows .wpcf7-checkbox,
.form-row--checks-rows .wpcf7-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
.form-row--checks-rows .label-check,
.form-row--checks-rows .label-check--rows {
  text-transform: none;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
.form-col--required label::after {
  content: "*";
}
.form-row--title {
  margin-top: 42px;
  margin-top: 4.2rem;
  margin-bottom: 34px;
  margin-bottom: 3.4rem;
}
.form-row--title .h4 {
  margin-bottom: 0;
}
.form-row--submit {
  -ms-flex-align: center;
      align-items: center;
  margin-top: 70px;
  margin-top: 7rem;
}
.form-row--submit .form-col {
  width: 50%;
  border: 0;
}
.form-col--text {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6d6d6d;
}
.form-col--text a {
  color: #6d6d6d;
}
.form-button {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #F0F0F0;
  background-color: #f0f0f0;
  position: relative;
  margin: 0 0 0 auto;
}
.form-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
.form-col--recaptcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 17px;
  padding-top: 1.7rem;
}
.form-col--active label,
.form-col--some-text label {
  color: #D6B47B;
  font-size: 10px;
  font-weight: 700;
  top: 3px;
  top: .3rem;
  letter-spacing: 0.5px;
  transition: all .2s ease;
}
.form-col--active input[type="text"],
.form-col--some-text input[type="text"],
.form-col--active input[type="tel"],
.form-col--some-text input[type="tel"],
.form-col--active input[type="email"],
.form-col--some-text input[type="email"],
.form-col--active input[type="number"],
.form-col--some-text input[type="number"],
.form-col--active input[type="password"],
.form-col--some-text input[type="password"],
.form-col--active input[type="search"],
.form-col--some-text input[type="search"],
.form-col--active input[type="date"],
.form-col--some-text input[type="date"],
.form-col--active input[type="url"],
.form-col--some-text input[type="url"] {
  padding-top: 21px;
  padding-top: 2.1rem;
  padding-bottom: 7px;
  padding-bottom: 0.7rem;
  background-color: #fff;
  border: 2px solid #000;
}
.form-col--active textarea,
.form-col--some-text textarea {
  padding-top: 29px;
  padding-top: 2.9rem;
  padding-bottom: 9px;
  padding-bottom: 0.9rem;
  background-color: #fff;
  border: 2px solid #000;
}
@media screen and (max-width: 79.9375em) {
  .form-row--text {
    font-size: 14px;
    line-height: 22px;
  }
  .form-col label {
    font-size: 12px;
  }
}
@media screen and (max-width: 47.9375em) {
  .form-row {
    margin-bottom: 4rem;
  }
  .form-row--col2 .form-col {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .form-row--col2 .form-col:last-child {
    margin-bottom: 0;
  }
  .form-col {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #303030;
  }
  .form-col label {
    width: 100%;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 3.3rem;
    padding: 0;
  }
  .form-col .wpcf7-form-control-wrap {
    width: 100%;
  }
  .form-row--text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 2.4rem;
  }
  .form-col--active label,
  .form-col--some-text label {
    color: #959595;
    font-size: 10px;
    font-weight: 700;
    top: .6rem;
    transition: all .2s ease;
  }
  .form-row--submit {
    margin-top: 4rem;
  }
}
.footer {
  background: #303030;
  padding-top: 120px;
  padding-top: 12rem;
}
.footer-partners {
  padding: 120px 0;
  padding: 12rem 0;
}
.footer-partners-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
  margin: 0 -2.5rem;
}
.footer-partners-col {
  width: 50%;
  padding: 0 25px;
  padding: 0 2.5rem;
  box-sizing: border-box;
}
.footer-partners-col__title {
  font-size: 19px;
  color: #979797;
  border-top: 1px solid #979797;
  padding-top: 10px;
  padding-top: 1rem;
}
.footer-partners-col-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 140px 0 -60px;
  margin: 14rem 0 -6rem;
}
.footer-partners-col-logo-item {
  width: 50%;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.footer-partners-col-logo-item img {
  max-height: 106px;
  margin: 0 auto;
}
.footer-partners-col-logo-item__link {
  display: block;
}
.footer-partners-col-logos--our .footer-partners-col-logo-item {
  width: calc(100% / 3);
}
.footer-partners-col-logos--our .footer-partners-col-logo-item img {
  max-height: 60px;
  max-width: 180px;
}
.footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: 16px;
  line-height: 26px;
}
.footer-menu-item {
  width: 200px;
  margin-right: 100px;
  margin-right: 10rem;
}
.footer-menu-item:last-child {
  margin: 0;
}
.footer-menu-item__title {
  font-size: 16px;
  color: #979797;
  padding-top: 10px;
  padding-top: 1rem;
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
}
.footer-menu-item-content {
  color: #fff;
}
.footer-menu-item-content li {
  padding-left: 0;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.footer-menu-item-content li::before {
  display: none;
}
.footer-menu-item-content a {
  color: #fff;
}
.footer-menu-item-socials {
  display: -ms-flexbox;
  display: flex;
}
.footer-menu-item-socials-link {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  margin-right: 10px;
  margin-right: 1rem;
  color: #fff;
}
.footer-menu-item-socials-link svg {
  fill: currentColor;
}
.footer-menu-item-socials-link:last-child {
  margin-right: 0;
}
.footer-menu-item-socials-link:hover {
  color: #D6B47B;
}
@media screen and (max-width: 79.9375em) {
  .footer {
    padding-top: 8rem;
  }
  .footer-partners {
    margin: 0;
  }
  .footer-partners-col-logos {
    margin: 5rem 0 -6rem;
  }
  .footer-partners-cols {
    margin: 0;
  }
  .footer-partners-col {
    width: 100%;
    padding: 0;
    margin-bottom: 8rem;
  }
  .footer-partners-col:last-child {
    margin-bottom: 0;
  }
  .footer-partners-col-logo-item {
    width: calc(100% / 3);
  }
  .footer-menu-item {
    width: calc((100% / 4) - 5rem);
    margin: 0 5rem 0 0 !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .footer-menu-item {
    width: 100%;
    margin: 0 0 3rem 0 !important;
  }
  .footer-menu-item:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer {
    padding-top: 6rem;
  }
  .footer-menu-item {
    width: 100%;
    margin: 0 0 3rem 0 !important;
  }
  .footer-menu-item:last-child {
    margin-bottom: 0 !important;
  }
  .footer-partners-col-logos--general .footer-partners-col-logo-item,
  .footer-partners-col-logos--our .footer-partners-col-logo-item {
    width: calc(50%);
  }
  .footer-partners-col-logos--general .footer-partners-col-logo-item img,
  .footer-partners-col-logos--our .footer-partners-col-logo-item img {
    margin: 0 auto;
    max-height: 60px;
    max-width: 180px;
  }
}
@media screen and (max-width: 29.9375em) {
  .footer-partners-col-logos--general .footer-partners-col-logo-item,
  .footer-partners-col-logos--our .footer-partners-col-logo-item {
    width: calc(100%);
  }
}
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  transition: all .2s ease;
}
.header-assistive-menu {
  position: absolute;
  left: -5000px;
  top: 0;
}
.header-assistive-menu a:focus {
  position: absolute;
  top: 0;
  padding: 5px 20px 5px;
  z-index: 900;
  text-align: center;
  background: #fff;
  left: 5000px;
  white-space: nowrap;
  word-break: keep-all;
}
.admin-bar .main-header {
  top: 32px;
}
.home.main-header--fixed .main-header,
.main-header--fixed .main-header {
  transition: all .2s ease;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}
.home.main-header--fixed .main-header-box,
.main-header--fixed .main-header-box {
  padding: 20px 0 20px;
  padding: 2rem 0 2rem;
  transition: all .2s ease;
  border-bottom: 5px solid #fff;
}
.home.main-header--fixed .main-header-logo,
.main-header--fixed .main-header-logo {
  background: no-repeat url(../img/svg-min/logo-rhkbrno-black.svg) center center;
  width: 271px;
  height: 78px;
  background-size: 271px 78px;
}
.main-header-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 5px solid #fff;
  padding: 60px 0 52px;
  padding: 6rem 0 5.2rem;
  transition: all .2s ease;
}
.main-header-box-right {
  margin: 0 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
  display: none;
}
.main-header-logo {
  background: no-repeat url(../img/svg-min/logo-rhkbrno-black.svg) center center;
  display: block;
  width: 375px;
  height: 108px;
  background-size: cover;
}
.home .main-header-logo {
  background: no-repeat url(../img/svg-min/logo-rhkbrno.svg) center center;
}
.header--black .main-header-logo {
  background: no-repeat url(../img/svg-min/logo-rhkbrno-black.svg) center center;
}
.header--black .main-header-box {
  border-bottom: 5px solid #000;
}
.main-header-logo-text {
  margin: 0;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  color: transparent;
  display: block;
}
.main-header-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 100%;
  z-index: 10;
  display: none;
}
.main-header-search-box {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.search-form-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.search-form-content__input[type="search"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 10px 0;
  padding: 1rem 0;
  font-size: 36px;
  width: calc(100% - 6rem - 4.4rem - 6rem - 2.4rem);
}
.search-form-content__btn {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  margin: 0 0 0 44px;
  margin: 0 0 0 4.4rem;
  cursor: pointer;
}
.search-form-content__btn svg {
  fill: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  stroke: #000;
}
.search-form-content__btn:hover {
  border: 1px solid #303030;
  background-color: #303030;
}
.search-form-content__btn:hover svg {
  stroke: #fff;
}
.search-form-content__btn:focus-visible {
  color: #000;
  outline-offset: 0;
  border-radius: 50%;
  outline: 2px solid #000;
}
.search-form-content__btn--close {
  margin-left: 24px;
  margin-left: 2.4rem;
}
@media screen and (max-width: 79.9375em) {
  .main-header-logo {
    width: 271px;
    height: 78px;
    background-size: 271px 78px !important;
    z-index: 9;
  }
  .main-header-box {
    padding: 3rem 0 !important;
  }
  .show-menu .main-header-logo {
    background: no-repeat url(../img/svg-min/logo-rhkbrno-black.svg) center center !important;
    width: 271px;
    height: 78px;
    background-size: 271px 78px !important;
  }
}
@media screen and (max-width: 59.9375em) {
  .search-form-content__input[type="search"] {
    font-size: 2rem;
  }
  .search-form-content__input[type="search"] {
    width: calc(100% - 3rem - 1.5rem - 3rem - 1.5rem);
  }
  .search-form-content__btn {
    width: 30px;
    height: 30px;
    margin: 0 0 0 1.5rem;
  }
  .search-form-content__btn svg {
    width: 14px !important;
    height: 14px !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-header-logo {
    width: 191px !important;
    height: 55px !important;
    background-size: 191px 55px !important;
  }
  .main-header-box {
    padding: 1.2rem 0 !important;
    border-width: 2px !important;
  }
  .show-menu .main-header-logo {
    background: no-repeat url(../img/svg-min/logo-rhkbrno-black.svg) center center !important;
    width: 191px;
    height: 55px;
    background-size: 191px 55px !important;
  }
}
.copyright {
  background: #303030;
  padding-top: 100px;
  padding-top: 10rem;
  padding-bottom: 70px;
  padding-bottom: 7rem;
}
.copyright-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.copyright-text {
  color: #979797;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.copyright-logo {
  background: no-repeat url(../img/svg-min/logo-rhkbrno.svg) center center;
  display: block;
  width: 375px;
  height: 108px;
  background-size: cover;
  transition: all .2s ease;
  margin: 0 0 0 auto;
}
.copyright-logo-text {
  margin: 0;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  color: transparent;
  display: block;
}
@media screen and (max-width: 79.9375em) {
  .copyright-logo {
    width: 271px;
    height: 78px;
    background-size: 271px 78px !important;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .copyright {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .copyright-text {
    width: 100%;
    text-align: center;
  }
  .copyright-logo {
    width: 191px !important;
    height: 55px !important;
    background-size: 191px 55px !important;
    margin: 2rem auto 0;
  }
}
.container {
  max-width: 1698px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 118.6875em) {
  .container {
    padding: 0 6rem;
    max-width: none;
  }
}
@media screen and (max-width: 99.9375em) {
  .container {
    padding: 0 4rem;
    max-width: none;
  }
}
@media screen and (max-width: 79.9375em) {
  .container {
    padding: 0 3rem;
  }
  .container--p50 {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .container {
    padding: 0 1.6rem;
  }
  .container--p50 {
    padding: 0 1.6rem;
  }
}
.main-menu {
  margin: 0 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.main-menu-navigation {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.menu-item {
  padding: 0;
  margin: 0 76px 0 0;
  margin: 0 7.6rem 0 0;
}
.menu-item:last-child {
  margin-right: 0;
}
.menu-item::before {
  display: none;
}
.menu-item a {
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  line-height: 3.1rem;
  text-decoration: none;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
.menu-item a:hover {
  color: #D6B47B;
}
.main-menu-toggle-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 76px;
  margin-left: 7.6rem;
  cursor: pointer;
  color: #000;
}
.main-menu-toggle-search svg {
  fill: none;
  stroke: currentColor;
}
.main-menu-toggle-search:hover {
  color: #D6B47B;
}
.current-menu-item a {
  color: #D6B47B;
}
.home .menu-item a {
  color: #fff;
}
.home .menu-item a:hover {
  color: #D6B47B;
}
.home .current-menu-item a {
  color: #D6B47B;
}
.home .main-menu-toggle-search {
  color: #fff;
}
.home .main-menu-toggle-search:hover {
  color: #D6B47B;
}
.main-header--fixed .menu-item a,
.header--black .menu-item a {
  color: #000;
}
.main-header--fixed .menu-item a:hover,
.header--black .menu-item a:hover {
  color: #D6B47B;
}
.main-header--fixed .current-menu-item a,
.header--black .current-menu-item a {
  color: #D6B47B;
}
.main-header--fixed .main-menu-toggle-search,
.header--black .main-menu-toggle-search {
  color: #000;
}
.main-header--fixed .main-menu-toggle-search:hover,
.header--black .main-menu-toggle-search:hover {
  color: #D6B47B;
}
.main-menu-switcher {
  padding: 0;
  display: none;
  margin: 0 0 0 auto;
  z-index: 9;
  text-decoration: none;
}
.main-menu-switcher .main-menu--switcher__icon {
  width: 25px;
  position: relative;
  height: 22px;
}
.main-menu-switcher .main-menu--switcher__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  padding-right: 18px;
  padding-right: 1.8rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.7px;
}
.main-menu-switcher span {
  background: #D6B47B repeat scroll 0 0;
  border-radius: 2px;
  display: block;
  height: 3px;
  left: 0px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%;
  opacity: 1;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.main-menu-switcher span:nth-child(2) {
  top: 9px;
}
.main-menu-switcher span:nth-child(3) {
  top: 9px;
}
.main-menu-switcher span:nth-child(4) {
  top: 18px;
}
.main-menu-switcher.menu-switcher--open span:nth-child(1),
.main-menu-switcher.menu-switcher--open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
.main-menu-switcher.menu-switcher--open span:nth-child(2) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.main-menu-switcher.menu-switcher--open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.main-menu-search-box {
  display: none;
}
@media screen and (max-width: 106.1875em) {
  .menu-item {
    margin-right: 6rem;
  }
  .main-menu-search {
    margin-left: 64px;
  }
  .main-menu-toggle-search {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 93.6875em) {
  .menu-item {
    margin-right: 4.8rem;
  }
  .main-menu-search {
    margin-left: 54px;
  }
  .main-menu-toggle-search {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 87.4375em) {
  .menu-item {
    margin-right: 3rem;
  }
  .main-menu-search {
    margin-left: 39px;
  }
  .main-menu-toggle-search {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 80em) {
  .main-menu {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 79.9375em) {
  .main-menu-switcher {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .main-menu-toggle-search {
    margin: 0 0 0 auto;
  }
  .main-menu-toggle-search {
    display: none;
  }
  .main-header-box-right {
    display: -ms-flexbox;
    display: flex;
  }
  .main-header-box-right .main-menu-toggle-search {
    display: -ms-flexbox;
    display: flex;
    margin-right: 2rem;
  }
  .main-menu-navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .main-menu {
    width: 100%;
    padding: 14.3rem 0 7.2rem;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: calc(100vh);
    box-sizing: border-box;
    display: none;
    overflow: auto;
  }
  .menu-item {
    width: 100%;
    text-align: center;
    margin: 0 0 3.8rem;
  }
  .menu-item:last-child {
    margin-bottom: 0;
  }
  .menu-item a {
    color: #000 !important;
  }
}
/* Images */
.entry__content img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  height: auto;
  display: block;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
  max-width: 100%;
}
img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry__content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
img.alignright {
  float: right;
  margin: 0 0 20px 40px;
  margin: 0 0 2rem 4rem;
}
img.alignleft {
  float: left;
  margin: 0 40px 20px 0;
  margin: 0 4rem 2rem 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
.wp-caption img {
  display: block;
  margin: -2px 0 0 -2px;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
}
.wp-block-separator {
  border-top: 1px solid;
  margin: 40px 0;
  margin: 4rem 0;
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
  margin: 0 -18px 20px;
  margin: 0 -1.8rem 2rem;
}
.gallery-item {
  position: relative;
  float: left;
  display: block;
  padding: 0;
  box-sizing: border-box;
  line-height: 0;
  margin: 0;
  padding: 0 18px;
  padding: 0 1.8rem;
}
.gallery-item .gallery-icon {
  border: 1px solid #dedede;
  padding: 10px;
  padding: 1rem;
}
.gallery-item a {
  background-color: #000;
  display: block;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-item:hover .gallery-icon {
  border: 1px solid #228ceb;
}
.gallery-item:hover img {
  opacity: 0.3;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 48%;
  width: calc(50%);
}
.gallery-columns-3 .gallery-item {
  width: 32%;
  width: calc(33.3%);
}
.gallery-columns-4 .gallery-item {
  width: 23%;
  width: calc(25%);
}
.gallery-columns-5 .gallery-item {
  width: 19%;
  width: calc(20%);
}
.gallery-columns-6 .gallery-item {
  width: 15%;
  width: calc(16.7%);
}
.gallery-columns-7 .gallery-item {
  width: 13%;
  width: calc(14.28%);
}
.gallery-columns-8 .gallery-item {
  width: 11%;
  width: calc(12.5%);
}
.gallery-columns-9 .gallery-item {
  width: 9%;
  width: calc(11.1%);
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
@media screen and (max-width: 43.75em) {
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 25%;
    width: calc(25%);
  }
}
@media screen and (max-width: 40.625em) {
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 33%;
    width: calc(33.3%);
  }
}
@media screen and (max-width: 28.125em) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 50%;
    width: calc(50%);
  }
}
@media screen and (max-width: 21.875em) {
  .entry__content .gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-item {
    float: none;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 100%;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.wp-block-image {
  margin-bottom: 120px;
  margin-bottom: 12rem;
}
.wp-block-image .wp-element-caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin: 23px 0 0;
  margin: 2.3rem 0 0;
}
.block-background-grey {
  background-color: #F8F8F8;
}
.block-title {
  border-top: 1px solid #303030;
  text-transform: uppercase;
  font-size: 19px;
  padding-top: 12px;
  padding-top: 1.2rem;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-weight: normal;
}
.block-accordion {
  margin-bottom: 62px;
  margin-bottom: 6.2rem;
}
.block-faq-items {
  margin-bottom: 0;
}
.block-accordion-row {
  background: #FFF;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #989898;
}
.block-accordion-row:last-child {
  margin-bottom: 0;
}
.block-accordion-row-title {
  margin-bottom: 0;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  padding: 26px 62px 26px 0;
  padding: 2.6rem 6.2rem 2.6rem 0;
  position: relative;
}
.block-accordion-row-title svg {
  position: absolute;
  right: 0;
  -ms-transform: rotate(0);
      transform: rotate(0);
  right: 28px;
  right: 2.8rem;
  top: 38px;
  transition: all .2s ease;
  fill: currentColor;
}
.block-accordion-row-title--clickable {
  cursor: pointer;
  transition: all .2s ease;
}
.block-accordion-row-title--clickable:hover {
  fill: currentColor;
  transition: all .2s ease;
}
.block-accordion-row--open .block-accordion-row-title--clickable svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: all .2s ease;
}
.block-accordion-row-text {
  display: none;
  padding: 7px 32px 24px 0;
  padding: .7rem 3.2rem 2.4rem 0;
}
@media screen and (max-width: 79.9375em) {
  .block-accordion-row {
    margin-bottom: 1.6rem;
  }
  .block-accordion-row-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 2.2rem 7.5rem 2.4rem 2.5rem;
  }
  .block-accordion-row-title svg {
    width: 18px;
    height: 11px;
    right: 2.3rem;
    top: 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-accordion-row-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 1.5rem 6.5rem 1.7rem 1.6rem;
  }
  .block-accordion-row-title svg {
    width: 16px;
    height: 10px;
    right: 2.2rem;
    top: 22px;
  }
}
.block-banner {
  padding: 120px 0;
  padding: 12rem 0;
}
.block-banner-box-link {
  max-width: 1300px;
  max-width: 130rem;
  position: relative;
  display: block;
  margin: 0 auto;
}
.block-banner-box-link__more {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  position: absolute;
  bottom: 40px;
  bottom: 4rem;
  right: 40px;
  right: 4rem;
}
.block-banner-box-link__more svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
.block-banner-box-link__more:hover {
  border: 1px solid #303030;
  background-color: #303030;
}
.block-banner-box-link__more:hover svg {
  fill: #fff;
}
@media screen and (max-width: 79.9375em) {
  .block-banner {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-banner {
    padding: 5rem 0;
  }
}
.block-contacts {
  padding-bottom: 100px;
  padding-bottom: 10rem;
}
.block-contacts:last-child {
  padding-bottom: 0;
}
.block-contacts-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 68px -16px -32px;
  margin: 6.8rem -1.6rem -3.2rem;
  -ms-flex-pack: center;
      justify-content: center;
}
.block-contacts-item {
  width: 25%;
  padding: 0 16px 32px;
  padding: 0 1.6rem 3.2rem;
  box-sizing: border-box;
  text-align: center;
}
.block-contacts-item__photo {
  margin: 0 auto 35px;
  margin: 0 auto 3.5rem;
  width: 200px;
  width: 20rem;
  height: 200px;
  height: 20rem;
  border-radius: 50%;
  background-color: #979797;
  overflow: hidden;
  display: block;
}
.block-contacts-item__photo img {
  margin: 0 auto;
}
.block-contacts-item__name {
  text-align: center;
  margin-bottom: 6px;
  margin-bottom: .6rem;
  text-decoration: none;
}
.block-contacts-item__name h4 {
  text-align: center;
  margin-bottom: 6px;
  margin-bottom: .6rem;
}
.block-contacts-item__function {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
.block-contacts-item-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.block-contacts-item__phone {
  margin-bottom: 4px;
}
.block-contacts-item__email {
  margin-top: 4px;
}
@media screen and (max-width: 79.9375em) {
  .block-contacts {
    padding: 6.2rem 0 7.1rem;
  }
  .block-contacts:first-of-type {
    padding-top: 5.5rem;
  }
  .block-contacts-items {
    margin-bottom: -4.7rem;
  }
  .block-contacts-item {
    width: 50%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-contacts {
    padding: 3.2rem 0 4.4rem;
  }
  .block-contacts:first-of-type {
    padding-top: 5.5rem;
  }
  .block-contacts-items {
    margin: 3.2rem -1.6rem 0;
  }
  .block-contacts-item {
    width: 100%;
    margin-bottom: 3.2rem;
    padding-bottom: 0;
  }
  .block-contacts-item:last-child {
    margin-bottom: 0;
  }
  .block-contacts-item__photo {
    margin-bottom: 2rem;
    width: 150px;
    height: 150px;
  }
  .block-contacts-item__photo img {
    width: 150px;
  }
  .block-contacts-item__function {
    margin-bottom: 1rem;
  }
  .block-contacts-item-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.block-contact-form {
  background: #D9D9D9;
  padding: 55px 0 100px;
  padding: 5.5rem 0 10rem;
}
.block-contact-form-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-contact-form-box-left {
  width: 530px;
  width: 53rem;
}
.block-contact-form-box-right {
  width: calc(100% - 53rem);
}
.btn.load-contact-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (max-width: 79.9375em) {
  .block-contact-form-box-left {
    width: 33rem;
  }
  .block-contact-form-box-right {
    width: calc(100% - 33rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .block-contact-form-box-left {
    width: 100%;
  }
  .block-contact-form-box-right {
    width: 100%;
  }
}
.block-header {
  position: relative;
  box-sizing: border-box;
}
.block-header-slide {
  height: 1200px;
  height: 120rem;
  z-index: 1;
  opacity: 0;
}
.block-header-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(186deg, rgba(214, 180, 123, 0) 57.95%, rgba(214, 180, 123, 0.2) 94.92%), radial-gradient(61.93% 49.14% at 56.81% 37.28%, rgba(0, 0, 0, 0) 33.5%, rgba(0, 0, 0, 0.6) 100%);
  background-blend-mode: normal, multiply, normal, normal;
  z-index: 1;
}
.block-header-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  max-width: none;
  min-width: 100%;
}
.block-header-slide.swiper-slide-active {
  z-index: 9;
  opacity: 1;
}
.header--black .block-header-slider-pagination-item::after {
  background-color: #000;
}
.header--black .block-header-slider-pagination-item--active::before {
  background-color: #000;
}
.header--black .block-header-slide-box__title {
  padding: 30px 0 0 40px;
  padding: 3rem 0 0 4rem;
}
.header--black .block-header-slide-box-image {
  height: 820px;
  height: 82rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.header--black .block-header-slide-box-image img {
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  margin-top: 0;
}
.block-header-slide--white::before {
  display: none;
}
.block-header-slide-box {
  padding-top: 255px;
  position: relative;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
}
.block-header-slide-box .container {
  height: 100%;
}
.block-header-slide-box__title {
  color: #fff;
  position: relative;
  z-index: 1;
}
.block-header-slide-box-bottom {
  position: absolute;
  bottom: 145px;
  bottom: 14.5rem;
  right: 50px;
  right: 5rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
}
.block-header-slide-box-bottom__perex {
  font-size: 24px;
  font-weight: 500;
  line-height: 37px;
  /* 154.424% */
  letter-spacing: -0.24px;
  color: #fff;
  max-width: 700px;
  max-width: 70rem;
  margin-right: 72px;
  margin-right: 7.2rem;
}
.block-header-slide-box-bottom__link a {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.block-header-slide-box-bottom__link a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #fff;
}
.block-header-slider-pagination {
  position: absolute;
  bottom: 48px;
  bottom: 4.8rem;
  z-index: 1;
  width: 100%;
}
.block-header-slider-pagination-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.block-header-slider-pagination-button {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 46px;
  margin-right: 4.6rem;
  position: relative;
}
.block-header-slider-pagination-button-icon {
  width: 14px;
  width: 1.4rem;
  height: 14px;
  height: 1.4rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.block-header-slider-pagination-button--play .block-header-slider-pagination-button-icon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #fff;
  background-color: transparent;
  -ms-transform: rotate(0deg) translate(-50%, -50%);
      transform: rotate(0deg) translate(-50%, -50%);
}
.block-header-slider-pagination-items {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -23px;
  margin: 0 -2.3rem;
  width: calc(100% - 4.6rem - 5rem) !important;
}
.block-header-slider-pagination-item {
  width: calc(100% / 3);
  height: 9px;
  margin: 0 23px;
  margin: 0 2.3rem;
  position: relative;
  cursor: pointer;
}
.block-header-slider-pagination-item::after {
  top: 4px;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
}
.block-header-slider-pagination-item--active::before {
  content: "";
  position: absolute;
  top: 2px;
  height: 5px;
  border-radius: 3px;
  width: 100%;
  background-color: #fff;
}
.block-header-slider--run-timer .block-header-slider-pagination-item--active::before {
  animation-name: mymove;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@keyframes mymove {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (max-width: 79.9375em) {
  .block-header-slide {
    height: 72rem;
  }
  .block-header-slide-box {
    padding-top: 18rem;
  }
  .block-header-slide-box-bottom {
    width: calc(100% - 6rem);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    right: auto;
    left: 3rem;
    max-width: none;
    -ms-flex-pack: start;
        justify-content: flex-start;
    bottom: 12rem;
  }
  .block-header-slide-box-bottom__perex {
    width: calc(100% - 6rem);
    max-width: none;
    box-sizing: border-box;
    padding-right: 4rem;
    margin: 0;
  }
  .block-header-slider-pagination {
    bottom: 5rem;
  }
  .block-header-slider-pagination-items {
    margin: 0 -1.5rem;
    width: calc(100% + 3rem) !important;
  }
  .block-header-slider-pagination-item {
    margin: 0 1.5rem;
  }
  .header--black .block-header-slide-box-image {
    height: 45rem;
  }
  .header--black .block-header-slide-box-image img {
    min-height: 100%;
    max-height: 100%;
    max-width: none;
    min-width: 100%;
    margin-top: 0;
    object-fit: cover;
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-header-slide {
    height: 50rem;
  }
  .block-header-slide-box {
    padding-top: 10rem;
  }
  .block-header-slide-box-bottom {
    left: 1.6rem;
    max-width: calc(100% - 3.2rem);
    bottom: auto;
  }
  .block-header-slide-box-bottom__perex {
    width: 100%;
    margin: 0 0 3rem;
  }
  .block-header-slider-pagination {
    position: absolute;
    bottom: 3.2rem;
  }
  .block-header-slider-pagination-items {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
    width: calc(100% + 2rem) !important;
  }
  .block-header-slider-pagination-item {
    margin: 0 1rem;
  }
  .header--black .block-header-slide-box-image {
    height: 35rem;
  }
}
.block-gallery {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.block-gallery:last-child {
  margin-bottom: 0;
}
.block-gallery-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
  margin: 0 -1rem -2rem;
}
.block-gallery-item {
  width: 25%;
  padding: 0 10px;
  padding: 0 1rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.block-gallery-items--1 .block-gallery-item {
  width: calc(100% / 1);
}
.block-gallery-items--2 .block-gallery-item {
  width: calc(100% / 2);
}
.block-gallery-items--3 .block-gallery-item {
  width: calc(100% / 3);
}
.block-gallery-items--4 .block-gallery-item {
  width: calc(100% / 4);
}
.block-gallery-items--5 .block-gallery-item {
  width: calc(100% / 5);
}
.block-gallery-items--6 .block-gallery-item {
  width: calc(100% / 6);
}
.block-gallery-items--7 .block-gallery-item {
  width: calc(100% / 7);
}
.block-gallery-items--8 .block-gallery-item {
  width: calc(100% / 8);
}
.block-members-catalog {
  margin-bottom: 120px;
  margin-bottom: 12rem;
}
.block-members-catalog-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
  padding: 2rem 0;
}
.block-members-catalog-row-value {
  width: 20%;
  padding-right: 10px;
  padding-right: 1rem;
  box-sizing: border-box;
}
.block-members-catalog-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 80px;
  margin-top: 8rem;
}
.block-members-catalog-pagination-link {
  margin: 0 30px;
  margin: 0 3rem;
}
.block-members-catalog-pagination-link--prev {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.block-members-catalog-pagination-link__icon {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #F0F0F0;
  background-color: #f0f0f0;
  position: relative;
}
.block-members-catalog-pagination-link__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
.block-news {
  background-color: #f0f0f0;
  padding: 66px 0;
  padding: 6.6rem 0;
}
.block-news--list {
  padding-bottom: 180px;
  padding-bottom: 18rem;
}
.block-news-wrapper {
  position: relative;
  overflow: auto;
  margin-left: calc((100% - 1698px) / 2);
}
.block-news-items {
  width: -webkit-max-content;
  width: max-content;
  display: -ms-flexbox;
  display: flex;
}
.block-news-items .news-item-box {
  width: 524px;
}
.block-news-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  margin-top: 120px;
  margin-top: 12rem;
}
.block-news-filters-item {
  box-sizing: border-box;
  margin-right: 30px;
  margin-right: 3rem;
}
.block-news-filters-item select {
  background-color: transparent;
  padding: 10px 60px 10px 20px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 28px;
  line-height: 2.8rem;
  border: 1px solid #000;
}
.block-news-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px -60px;
  margin: 0 -2.5rem -6rem;
}
.block-news-grid .news-item {
  width: 33.333%;
  padding: 0 25px;
  padding: 0 2.5rem;
  margin: 0 0 60px;
  margin: 0 0 6rem;
  box-sizing: border-box;
}
.block-news-grid .news-item-image img {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.news-item {
  margin-right: 25px;
}
.news-item-box {
  padding: 26px 24px;
  padding: 2.6rem 2.4rem;
  background-color: #fff;
  display: block;
  text-decoration: none;
  width: auto;
  height: 750px;
  height: 75rem;
  box-sizing: border-box;
  position: relative;
}
.news-item-box:hover .news-item__title,
.news-item-box:hover .news-item-more-link__title {
  text-decoration: underline;
}
.news-item-box:focus-visible {
  color: #000;
  outline-offset: 0;
  border-radius: 2px;
  outline: 2px solid transparent;
}
.news-item-box:focus-visible .news-item__title,
.news-item-box:focus-visible .news-item-more-link__title {
  text-decoration: underline;
}
.news-item-box:focus-visible::after {
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.news-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-item-image img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.news-item--halfwhite .news-item-box,
.news-item--halfblack .news-item-box,
.news-item--halfgold .news-item-box {
  padding: 0;
}
.news-item--halfwhite .news-item-top,
.news-item--halfblack .news-item-top,
.news-item--halfgold .news-item-top {
  top: 26px;
  top: 2.6rem;
  left: 24px;
  left: 2.4rem;
  position: absolute;
  width: calc(100% - 4.8rem);
  z-index: 1;
  box-sizing: border-box;
}
.news-item--halfwhite .news-item-image,
.news-item--halfblack .news-item-image,
.news-item--halfgold .news-item-image {
  position: relative;
  height: 375px;
}
.news-item--halfwhite .news-item-bottom,
.news-item--halfblack .news-item-bottom,
.news-item--halfgold .news-item-bottom {
  position: relative;
  bottom: auto;
  width: 100%;
  padding: 26px 24px;
  padding: 2.6rem 2.4rem;
  box-sizing: border-box;
  top: auto;
  margin: 0;
  min-height: calc(50%);
}
.news-item--halfwhite .news-item__more,
.news-item--halfblack .news-item__more,
.news-item--halfgold .news-item__more {
  right: 24px;
  right: 2.4rem;
}
.news-item-top {
  border-top: 5px solid #000;
  padding-top: 17px;
  padding-top: 1.7rem;
  position: relative;
  z-index: 2;
}
.news-item-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
.news-item__title {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  border-top: 2px solid #303030;
  padding-top: 32px;
  padding-top: 3.2rem;
  margin-bottom: 0;
}
.news-item-bottom {
  top: 50%;
  position: absolute;
  width: calc(100% - 4.8rem);
  margin-top: 26px;
  margin-top: 2.6rem;
  min-height: calc(50% - 2.6rem);
  z-index: 2;
}
.news-item__more {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
  position: relative;
  margin: 0 0 0 auto;
  position: absolute;
  bottom: 26px;
  bottom: 2.6rem;
  right: 0;
}
.news-item__more svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
.news-item--halfblack .news-item-box,
.news-item--black .news-item-box {
  background-color: #000;
}
.news-item--halfblack .news-item-top,
.news-item--black .news-item-top {
  border-top: 5px solid #fff;
}
.news-item--halfblack .news-item__title,
.news-item--black .news-item__title {
  color: #fff;
  border-top: 2px solid #fff;
}
.news-item--halfblack .news-item-date,
.news-item--black .news-item-date {
  color: #fff;
}
.news-item--black .news-item-box {
  background-color: #fff;
}
.news-item--black .news-item-image::before {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.news-item--halfgold .news-item-box,
.news-item--gold .news-item-box {
  background-color: #D6B47B;
}
.news-item--more .news-item-box {
  background-color: transparent;
}
.news-item--more .news-item-bottom {
  min-height: auto;
  top: auto;
  bottom: 26px;
  bottom: 2.6rem;
}
.news-item--more .news-item__more {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  position: relative;
  bottom: auto;
  right: auto;
}
.news-item-more-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.news-item-more-link .news-item__more {
  margin: 0 0 0 20px;
  margin: 0 0 0 2rem;
}
.news-item-more-link__title {
  margin: 0;
}
.block-news-more-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  margin-top: 200px;
  margin-top: 20rem;
}
.block-news-more-link span {
  font-size: 41px;
  line-height: 46px;
  /* 102.1% */
  letter-spacing: -0.414px;
}
.block-news-more-link__icon {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  position: relative;
  margin: 0 0 0 44px;
  margin: 0 0 0 4.4rem;
}
.block-news-more-link__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
@media screen and (max-width: 118.6875em) {
  .block-news-wrapper {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 99.9375em) {
  .block-news-wrapper {
    margin-left: 4rem;
  }
  .block-news-grid {
    margin: 0 -1.2rem -2.4rem;
  }
  .block-news-grid .news-item {
    padding: 0 1.2rem;
    margin: 0 0 2.4rem;
  }
}
@media screen and (max-width: 79.9375em) {
  .block-news-wrapper {
    margin-left: 3rem;
  }
  .block-news-items .news-item-box {
    width: 420px;
  }
  .news-item-box {
    height: 60.1rem;
  }
  .news-item--halfwhite .news-item-image,
  .news-item--halfblack .news-item-image,
  .news-item--halfgold .news-item-image {
    height: 301px;
  }
}
@media screen and (max-width: 63.9375em) {
  .block-news-wrapper {
    margin-left: 4rem;
  }
  .block-news-grid .news-item {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-news-wrapper {
    margin-left: 1.6rem;
  }
  .block-news-grid {
    margin: 0 -0.6rem -1.8rem;
  }
  .block-news-grid .news-item {
    padding: 0 .6rem;
    margin: 0 0 1.8rem;
  }
}
@media screen and (max-width: 37.4375em) {
  .block-news-grid .news-item {
    width: 100%;
  }
}
.block-events {
  margin: 55px 0 180px;
  margin: 5.5rem 0 18rem;
}
.block-events__title {
  margin: 100px 0;
  margin: 10rem 0;
}
.block-events-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
}
.block-events-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-events-search {
  margin: 0 0 0 auto;
  display: -ms-flexbox;
  display: flex;
}
.block-events-search-type {
  margin-right: 30px;
  margin-right: 3rem;
}
.block-events-search-type select {
  background-color: #fff;
  padding: 10px 60px 10px 20px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 28px;
  line-height: 2.8rem;
  border: 1px solid #000;
}
.block-events-search-wrap {
  position: relative;
  width: 270px;
  width: 27rem;
}
.block-events-search-wrap input[type="search"] {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  background-color: transparent;
  border: 1px solid #000;
  padding: 10px 60px 10px 20px;
  border-radius: 25px;
}
.block-events-search-wrap button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  width: 5rem;
  height: 50px;
  height: 5rem;
  border: 0;
  background-color: transparent;
}
.block-events-search-wrap button svg {
  fill: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.block-events-filter-item {
  margin-right: 40px;
  margin-right: 4rem;
}
.block-events-filter-item select {
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 25px;
}
.block-events-filter-item-link {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: #000;
  opacity: .5;
  text-decoration: none;
}
.block-events-filter-item-link--active {
  opacity: 1;
}
.block-events-more {
  text-align: center;
}
.block-events-more-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  margin-top: 200px;
  margin-top: 20rem;
}
.block-events-more-link h4 {
  font-size: 41px;
  line-height: 46px;
  /* 102.1% */
  letter-spacing: -0.414px;
  margin: 0;
  font-weight: 400;
}
.block-events-more-link:hover h4 {
  text-decoration: underline;
}
.block-events-more-link:hover .block-events-more-link__icon {
  border: 1px solid #D6B47B;
  background-color: #D6B47B;
}
.block-events-more-link__icon {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #F0F0F0;
  background-color: #f0f0f0;
  position: relative;
  margin: 0 0 0 44px;
  margin: 0 0 0 4.4rem;
}
.block-events-more-link__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
.event-item-box {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 60px 0 40px;
  padding: 6rem 0 4rem;
}
.event-item-box:hover .event-item-title h2,
.event-item-box:hover .event-item-title h3 {
  color: #D6B47B;
  text-decoration: underline;
}
.event-item-box:hover .event-item-link {
  border: 1px solid #D6B47B;
  background-color: #D6B47B;
}
.event-item-box:hover .event-item-link svg {
  fill: #fff;
}
.event-item-date {
  width: 300px;
  width: 30rem;
}
.event-item-date-box {
  display: -ms-flexbox;
  display: flex;
}
.event-item-date__day {
  font-size: 94px;
  font-weight: 300;
  line-height: 100px;
  letter-spacing: -6.561px;
  color: #808080;
}
.event-item-date-more {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  line-height: 20px;
  line-height: 2rem;
  margin-left: -11px;
  margin-top: 3px;
}
.event-item-title {
  max-width: calc(100% - 300px - 60px - 360px);
  width: 100%;
}
.event-item-title h2,
.event-item-title h3 {
  margin: 0;
  font-size: 34px;
  line-height: 46px;
  padding-right: 60px;
  padding-right: 6rem;
}
.event-item-place {
  width: 300px;
  color: #303030;
  font-size: 25px;
  line-height: 31px;
  line-height: 3.1rem;
  font-weight: 400;
  letter-spacing: -0.25px;
  opacity: .5;
  margin-right: 60px;
  margin-right: 6rem;
}
.event-item-link {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #F0F0F0;
  background-color: #f0f0f0;
  position: relative;
  margin: 0 0 0 auto;
}
.event-item-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
@media screen and (max-width: 99.9375em) {
  .block-events {
    margin-bottom: 10rem;
  }
  .block-events__title {
    margin: 10rem 0;
  }
  .block-events-more-link {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 79.9375em) {
  .event-item-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3rem 0 2rem;
  }
  .event-item-date {
    width: 25rem;
    margin-bottom: 1rem;
  }
  .event-item-title {
    width: 100%;
    max-width: none;
    margin-bottom: 1rem;
  }
  .event-item-place {
    width: calc(100% - 6rem);
    margin: 0;
    padding-right: 4rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-events {
    margin-bottom: 5rem;
  }
  .block-events__title {
    margin: 5rem 0;
  }
  .event-item-title h2,
  .event-item-title h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .event-item-place {
    font-size: 18px;
    line-height: 24px;
  }
  .block-events-more-link {
    margin-top: 5rem;
  }
  .block-events-more-link span {
    font-size: 20px;
    line-height: 28px;
  }
  .block-events-more-link__icon {
    width: 30px;
    height: 30px;
    margin: 0 0 0 1.4rem;
  }
  .block-events-more-link__icon svg {
    width: 15px;
    height: 15px;
  }
  .event-item-link {
    width: 30px;
    height: 30px;
  }
  .event-item-link svg {
    width: 15px;
    height: 15px;
  }
}
.block-why {
  background: #D6B47B;
  padding: 55px 0 100px;
  padding: 5.5rem 0 10rem;
}
.block-why-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 200px -25px 0;
  margin: 20rem -2.5rem 0;
}
.block-why-col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 25px;
  padding: 0 2.5rem;
}
.block-why-title {
  border-bottom: 1px solid #837256;
  padding-bottom: 7px;
  padding-bottom: .7rem;
}
.block-why-item {
  border-bottom: 1px solid #837256;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-top: 45px;
  padding-top: 4.5rem;
  padding-bottom: 14px;
  padding-bottom: 1.4rem;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
.block-why-item:last-child {
  margin-bottom: 0;
}
.block-why-item-text__title {
  margin-bottom: 8px;
  margin-bottom: .8rem;
}
.block-why-item-text__desc {
  font-size: 18px;
  font-size: 1.8rem;
}
.block-why-item-link {
  margin: 0 0 0 auto;
}
.block-why-item-link a {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #e0ccaa;
  background-color: #e0ccaa;
  position: relative;
}
.block-why-item-link a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
.block-why-item-link a:hover {
  border: 1px solid #303030;
  background-color: #303030;
}
.block-why-item-link a:hover svg {
  fill: #fff;
}
@media screen and (max-width: 99.9375em) {
  .block-why-cols {
    margin: 10rem -2.5rem 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .block-why-col {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-why {
    padding: 5rem 0 6rem;
  }
  .block-why-cols {
    margin: 5rem 0 0;
  }
  .block-why-col {
    width: 100%;
    padding: 0;
  }
  .block-why-item {
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
  .block-why-item-link a {
    width: 30px;
    height: 30px;
  }
  .block-why-item-link a svg {
    width: 15px;
    height: 15px;
  }
}
.block-newsletter {
  padding: 55px 0 100px;
  padding: 5.5rem 0 10rem;
  position: relative;
}
.block-newsletter-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 160px;
  margin-top: 16rem;
}
.block-newsletter-content__title {
  width: 520px;
  margin-bottom: 0;
  position: relative;
  top: 28px;
}
.block-newsletter-content-form {
  width: calc(100% - 520px - 300px);
  padding-right: 50px;
  box-sizing: border-box;
}
.block-newsletter-content-form form {
  display: -ms-flexbox;
  display: flex;
}
.block-newsletter-content-form input[type="email"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 10px 0;
  padding: 1rem 0;
  font-size: 36px;
  width: calc(100% - 6rem - 4.4rem);
}
.block-newsletter-content-form button {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  margin: 0 0 0 44px;
  margin: 0 0 0 4.4rem;
}
.block-newsletter-content-form button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
.block-newsletter-content-form button:hover {
  border: 1px solid #303030;
  background-color: #303030;
}
.block-newsletter-content-form button:hover svg {
  fill: #fff;
}
.block-newsletter-content__info {
  width: 300px;
  font-size: 15px;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: -0.15px;
}
@media screen and (max-width: 99.9375em) {
  .block-newsletter-content {
    margin-top: 10rem;
  }
  .block-newsletter-content__title {
    width: 420px;
    top: 28px;
  }
  .block-newsletter-content-form {
    width: calc(100% - 420px - 300px);
    padding-right: 50px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 79.9375em) {
  .block-newsletter-content__title {
    width: 100%;
    margin-bottom: 6rem;
  }
  .block-newsletter-content-form {
    width: calc(100% - 250px);
  }
  .block-newsletter-content__info {
    width: 25rem;
  }
}
@media screen and (max-width: 59.9375em) {
  .block-newsletter-content-form {
    width: calc(100%);
    padding-right: 0;
  }
  .block-newsletter-content-form input[type="email"] {
    font-size: 20px;
  }
  .block-newsletter-content__info {
    width: 100%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-newsletter-content {
    margin-top: 6rem;
  }
}
.main-page.main-page--404 {
  padding: 0 0 124px 0;
  padding: 0 0 12.4rem 0;
}
.block-header--404 {
  padding: 116px 0 137px;
  padding: 11.6rem 0 13.7rem;
}
.block-header--404 img {
  opacity: 0.3;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
}
@media screen and (max-width: 79.9375em) {
  .block-header--404 {
    padding: 6.9rem 0 8.3rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-header--404 {
    padding: 2.9rem 0 4.3rem;
  }
}
.block-search {
  background: #F8F8F8;
  padding: 73px 0 120px;
  padding: 7.3rem 0 12rem;
}
.search-item {
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
  background-repeat: no-repeat;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, transparent 4px, transparent 8px), repeating-linear-gradient(90deg, transparent, transparent 4px, transparent 4px, transparent 8px), repeating-linear-gradient(180deg, transparent, transparent 4px, transparent 4px, transparent 8px), repeating-linear-gradient(270deg, #DBDBDB, #DBDBDB 4px, transparent 4px, transparent 8px);
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 52px;
  padding-bottom: 5.2rem;
  margin-bottom: 53px;
  margin-bottom: 5.3rem;
}
.search-item-link {
  text-decoration: none;
}
.search-item-text__title {
  margin-bottom: 0;
}
.search-item-perex {
  margin-top: 24px;
  margin-top: 2.4rem;
}
.search-item-in {
  margin-top: 32px;
  margin-top: 3.2rem;
  color: #929292;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.search-item-in a {
  color: #D6B47B;
}
@media screen and (max-width: 74.9375em) {
  .search-item {
    padding-bottom: 3.1rem;
    margin-bottom: 3.2rem;
  }
  .search-item-perex {
    margin-top: 1.4rem;
  }
  .search-item-in {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-search {
    padding: 2.8rem 0 4.2rem;
  }
}
.post-items-no-result {
  padding-top: 60px;
  padding-top: 6rem;
}
.block-single-header {
  padding-top: 340px;
  padding-top: 34rem;
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
.block-single-header-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  border-bottom: 1px solid #989898;
  padding-bottom: 26px;
  padding-bottom: 2.6rem;
}
.block-single-header-top-to-content {
  width: 60px;
  width: 6rem;
  margin: 0 0 20px auto;
  margin: 0 0 2rem auto;
}
.block-single-header-top-to-content a {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
}
.block-single-header-top-to-content a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg);
  fill: #000;
}
.block-single-header-top__title {
  max-width: 1160px;
  margin-bottom: 0;
}
.block-single-header-meta {
  padding: 14px 0;
  padding: 1.4rem 0;
}
.block-single-header-meta-item {
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 19px;
}
.block-single-header-meta-item__label {
  margin-right: 5px;
}
.block-single-header-menu {
  padding: 0;
  position: relative;
}
.block-single-header-menu-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #989898;
}
.block-single-header-menu-items .menu-item {
  margin-right: 0;
  position: initial;
  margin-bottom: 0;
}
.block-single-header-menu-items .menu-item a {
  padding: 26px 20px;
  padding: 2.6rem 2rem;
  display: block;
}
.block-single-header-menu-items .menu-item:hover .sub-menu {
  display: -ms-flexbox;
  display: flex;
}
.block-single-header-menu-items .menu-item:hover a {
  background-color: #000;
  color: #fff;
}
.block-single-header-menu-items .current-menu-item a {
  background-color: #000;
  color: #fff;
}
.block-single-header-menu-items .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background-color: #000;
  margin: 0;
  padding: 0;
}
.block-single-header-menu-items .sub-menu .current-menu-item a {
  color: #fff;
  text-decoration: underline;
}
.block-content-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 120px -25px 110px;
  margin: 12rem -2.5rem 11rem;
}
.block-content-cols iframe {
  width: 100%;
  min-height: 170px;
}
.block-content-col {
  width: 50%;
  padding: 0 25px;
  padding: 0 2.5rem;
  box-sizing: border-box;
}
.block-content-col--full {
  width: 100%;
}
.entry-content {
  margin-bottom: 110px;
  margin-bottom: 11rem;
}
.block-newsletter-post .wp-block-table table,
.entry-content--newsletter .wp-block-table table,
.block-newsletter-post table,
.entry-content--newsletter table {
  box-shadow: none;
  width: revert-layer;
}
.block-newsletter-post .wp-block-table table tr,
.entry-content--newsletter .wp-block-table table tr,
.block-newsletter-post table tr,
.entry-content--newsletter table tr {
  text-align: left;
}
.block-newsletter-post .wp-block-table table td,
.entry-content--newsletter .wp-block-table table td,
.block-newsletter-post table td,
.entry-content--newsletter table td,
.block-newsletter-post .wp-block-table table th,
.entry-content--newsletter .wp-block-table table th,
.block-newsletter-post table th,
.entry-content--newsletter table th {
  padding: 0;
  border: 0;
  text-align: left;
}
.block-newsletter-post .wp-block-table table table,
.entry-content--newsletter .wp-block-table table table,
.block-newsletter-post table table,
.entry-content--newsletter table table {
  margin: 0 auto;
}
.block-single-header-menu-toggle {
  width: 25px;
  position: relative;
  height: 22px;
  margin: 20px auto 20px;
  margin: 2rem auto 2rem;
  display: none;
}
.block-single-header-menu-toggle span {
  background: #000 repeat scroll 0 0;
  border-radius: 2px;
  display: block;
  height: 3px;
  left: 0px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%;
  opacity: 1;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.block-single-header-menu-toggle span:nth-child(2) {
  top: 9px;
}
.block-single-header-menu-toggle span:nth-child(3) {
  top: 9px;
}
.block-single-header-menu-toggle span:nth-child(4) {
  top: 18px;
}
.block-single-header-menu--open .block-single-header-menu-toggle span:nth-child(1),
.block-single-header-menu--open .block-single-header-menu-toggle span:nth-child(4) {
  width: 0%;
  left: 50%;
}
.block-single-header-menu--open .block-single-header-menu-toggle span:nth-child(2) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.block-single-header-menu--open .block-single-header-menu-toggle span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.block-single-header-menu--open .block-single-header-menu-items {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.block-single-header-menu--open .block-single-header-menu-items .menu-item {
  display: block;
}
.event-content-info-box-motto-author {
  font-style: italic;
}
.block-single-share {
  margin-bottom: 120px;
  margin-bottom: 12rem;
}
.block-single-share-items {
  display: -ms-flexbox;
  display: flex;
}
.block-single-share-item-link {
  display: block;
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
  line-height: 40px;
  line-height: 4rem;
  margin-right: 15px;
  margin-right: 1.5rem;
}
.block-single-share-item-link svg {
  transition: all .2s ease;
}
.block-single-share-item-link:last-child {
  margin: 0;
}
.block-single-share-item-link:hover svg {
  fill: #D6B47B;
  transition: all .2s ease;
}
@media screen and (max-width: 99.9375em) {
  .block-single-header {
    padding-top: 24rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 79.9375em) {
  .block-single-header {
    padding-top: 18rem;
    margin-bottom: 8rem;
  }
  .block-single-header-menu-toggle {
    display: block;
  }
  .block-single-header-menu-items {
    padding: 0;
  }
  .block-single-header-menu-items .menu-item {
    margin-right: 0;
    position: initial;
    margin-bottom: 2rem;
    display: none;
  }
  .block-single-header-menu-items .menu-item:last-child {
    margin-bottom: 0;
  }
  .block-single-header-menu-items .menu-item a {
    padding: 0 2rem;
    display: block;
    font-size: 1.8rem;
  }
  .block-single-header-menu-items .sub-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    padding-top: 1rem;
  }
  .block-single-header-menu-items .sub-menu .menu-item {
    margin-bottom: 1rem;
  }
  .block-single-header-menu-items .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
  .block-single-header-menu-items .sub-menu a {
    color: #000;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-single-header {
    padding-top: 10rem;
    margin-bottom: 6rem;
  }
  .block-content-cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 6rem 0 5rem;
  }
  .block-content-col {
    width: 100%;
    padding: 0;
    margin-bottom: 5rem;
  }
  .block-content-col:last-child {
    margin-bottom: 0;
  }
}
.event-content {
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
.event-content-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event-content-main {
  width: 66%;
  padding-right: 300px;
  padding-right: 30rem;
  box-sizing: border-box;
}
.event-content-sidebar {
  width: 34%;
  margin: 0 0 0 auto;
}
.event-content-info-box {
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
.event-content-info-box:last-child {
  margin-bottom: 0;
}
.event-content-info-box__title {
  border-top: 1px solid #989898;
  padding-top: 14px;
  padding-top: 1.4rem;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
.event-content-info-box-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  border-top: 1px solid #989898;
  padding: 18px 0 12px;
  padding: 1.8rem 0 1.2rem;
}
.event-content-info-box-list-item__label {
  font-size: 19px;
  text-transform: uppercase;
}
.event-content-info-box-list-item__value {
  margin: 0 0 0 auto;
  font-weight: 500;
}
.event-content-info-box-partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: -50px;
  margin-bottom: -5rem;
}
.event-content-info-box-partner-item {
  width: 50%;
  padding: 0 25px;
  padding: 0 2.5rem;
  box-sizing: border-box;
  margin: 0 0 50px;
  margin: 0 0 5rem;
}
.event-content-info-box-partner-item img {
  mix-blend-mode: screen;
}
.event-content-info-box-button {
  display: block;
  border-radius: 16px;
  background: #D6B47B;
  text-decoration: none;
  padding: 42px 24px 32px;
  padding: 4.2rem 2.4rem 3.2rem;
}
.event-content-info-box-button-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 5px solid #000;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}
.event-content-info-box-button-title {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  line-height: 5.2rem;
}
.event-content-info-box-button-box-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 0 auto;
}
.event-content-info-box-button-price {
  margin-right: 32px;
  margin-right: 3.2rem;
}
.event-content-info-box-button-link {
  width: 60px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0;
  position: relative;
}
.event-content-info-box-button-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
@media screen and (max-width: 99.9375em) {
  .event-content-main {
    width: calc(100% - 50rem);
    padding-right: 15rem;
  }
  .event-content-sidebar {
    width: 50rem;
  }
}
@media screen and (max-width: 79.9375em) {
  .event-content {
    margin-bottom: 8rem;
  }
  .event-content-main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10rem;
  }
  .event-content-sidebar {
    width: 100%;
  }
  .event-content-info-box {
    margin-bottom: 6rem;
  }
  .event-content-info-box-button {
    padding: 3.2rem 1.6rem 2.2rem;
  }
  .event-content-info-box-button-title {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.page-header__title--contacts {
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
}
.content--contacts {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.contacts-list {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
.contacts-list-items {
  border: 1px solid #d6eaeb;
  background-color: #f1f9f9;
  padding: 32px 20px;
  padding: 3.2rem 2rem;
}
.contacts-list-items .section--holiday {
  margin-top: 21px;
  margin-top: 2.1rem;
  margin-bottom: -10px;
  margin-bottom: -1rem;
}
.contacts-list-items .container--thin {
  width: 100%;
}
.contacts-list-items .holiday-content {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  box-shadow: 0 3px 7px rgba(125, 169, 169, 0.11);
  border: 1px solid #d6eaeb;
  background-color: #ffffff;
  padding: 18px 20px 19px 70px;
  padding: 1.8rem 2rem 1.9rem 7rem;
  background-position: 22px 12px;
  background-position: 2.2rem 1.2rem;
}
.contacts-list-item {
  font-size: 20px;
  font-size: 2rem;
  line-height: 34px;
  line-height: 3.4rem;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 49px;
  padding-left: 4.9rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.contacts-list-item:last-child {
  margin-bottom: 0;
}
.contacts-list-item--email {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.contacts-list-item__title {
  font-weight: 700;
}
.contacts {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
.contacts-row {
  margin-bottom: 37px;
  margin-bottom: 3.7rem;
}
.contacts-row:last-child {
  margin-bottom: 0;
}
.contacts-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.contacts-address,
.contacts-bank {
  float: left;
  width: 50%;
}
.contacts-map {
  margin-bottom: 43px;
  margin-bottom: 4.3rem;
}
.contact-map-box {
  height: 548px;
  background-color: #e3dfde;
}
@media screen and (max-width: 47.9375em) {
  .content--contacts {
    margin-bottom: 3rem;
  }
  .contacts-list-item {
    font-size: 1.4rem;
  }
  .contacts-list-item--email .contacts-list-item__title {
    display: none;
  }
  .contacts-list {
    margin-bottom: 3.7rem;
  }
  .contacts-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .contacts-address {
    float: none;
    width: 100%;
    margin-bottom: 3.7rem;
  }
  .contacts-bank {
    float: none;
    width: 100%;
  }
  .contact-map-box {
    height: 274px;
    background-color: #e3dfde;
  }
}
.entry-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 120px -25px 110px;
  margin: 12rem -2.5rem 11rem;
}
.entry-product-image {
  width: 50%;
  padding: 0 25px;
  padding: 0 2.5rem;
  box-sizing: border-box;
}
.entry-product-summary {
  width: 50%;
  padding: 0 25px;
  padding: 0 2.5rem;
  box-sizing: border-box;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}
.products li::before {
  display: none;
}
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  height: auto !important;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
  height: auto !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 1em .5em !important;
  height: 66px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #D6B47B;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #D6B47B;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 10px;
  margin-top: 1rem;
}
.woocommerce ul.products li.product .button {
  margin-top: 10px;
  margin-top: 1rem;
}
.woocommerce a.added_to_cart {
  color: #000 !important;
  font-weight: 700;
  margin-left: 10px;
  margin-left: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce a.added_to_cart:hover {
  color: #D6B47B !important;
}
.woocommerce-product-details__short-description {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.woocommerce div.product form.cart {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  margin-bottom: 110px;
  margin-bottom: 11rem;
}
.woocommerce #content div.product .woocommerce-tabs::before,
.woocommerce div.product .woocommerce-tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs::before,
.woocommerce-page div.product .woocommerce-tabs::before {
  border-bottom: 1px solid #989898;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #989898;
  border-bottom-color: #fff;
  border-radius: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce .quantity .qty {
  border: 1px solid #989898;
}
.woocommerce div.product form.cart .button {
  background-color: #D6B47B !important;
  color: #000 !important;
  height: 65px;
}
.woocommerce span.onsale {
  background-color: #D6B47B;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background-color: #D6B47B;
  color: #000;
}
.entry .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 25px;
  padding-right: 2.5rem;
}
.entry .wc-block-components-sidebar {
  padding-left: 25px;
  padding-left: 2.5rem;
}
.entry .is-large.wc-block-cart .wc-block-cart-items {
  box-shadow: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
}
.rhk-product-row-box {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 60px 0 40px;
  padding: 6rem 0 4rem;
}
.rhk-product-row-box .woocommerce-loop-product__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  width: calc(100% - 200px);
}
.rhk-product-row-box .woocommerce-loop-product__link > img {
  width: 150px;
  height: auto;
  margin-right: 150px;
  margin-right: 15rem;
}
.rhk-product-row-box .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  text-decoration: underline;
}
.rhk-product-row-box .woocommerce-loop-product__title {
  margin-bottom: 0 !important;
  font-size: 34px;
  line-height: 46px;
  padding-right: 60px;
  padding-right: 6rem;
}
.rhk-product-row-box span.price {
  margin: 0 0 0 auto !important;
  font-size: 34px !important;
  line-height: 46px !important;
  padding-right: 150px !important;
  padding-right: 15rem !important;
  font-weight: 700;
}
.rhk-product-row-box-add-cart {
  margin: 0 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 230px;
}
.woocommerce-page input[type=checkbox],
.woocommerce-page input[type="radio"] {
  clip: auto;
}
.woocommerce-page input[type=checkbox] {
  position: relative !important;
}
.woocommerce-page .woocommerce form .form-row {
  padding: 0;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  border-bottom: 1px solid #000;
}
.woocommerce-page .woocommerce form .form-row label {
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-page .woocommerce form .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
}
.woocommerce-page .wc-block-cart__submit-container {
  text-align: center;
}
.woocommerce-page .wc-block-components-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
  padding: 19px 44px 19px 36px;
  padding: 1.9rem 4.4rem 1.9rem 3.6rem;
  border-radius: 35px;
  background-color: #D6B47B;
  border: 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .2s ease;
  max-width: -webkit-fit-content;
  max-width: fit-content;
}
.woocommerce-page .rhk-checkout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-page .rhk-checkout #payment {
  border-radius: 0;
  background-color: #f0f0f0;
}
.woocommerce-page .rhk-checkout #payment ul.payment_methods li {
  padding-left: 0;
}
.woocommerce-page .rhk-checkout #payment ul.payment_methods li::before {
  display: none;
}
.woocommerce-page .rhk-checkout #payment label {
  padding-left: 40px;
  padding-left: 4rem;
}
.woocommerce-page .rhk-checkout #payment input[type="radio"] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
.woocommerce-page .rhk-checkout #payment input[type="radio"] + label::before,
.woocommerce-page .rhk-checkout #payment input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0 0;
  top: 8px;
}
.woocommerce-page .rhk-checkout #payment input[type="checkbox"]:checked + label::before,
.woocommerce-page .rhk-checkout #payment input[type="radio"]:checked + label::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48dGl0bGU+VHZhciA0MDwvdGl0bGU+PHBhdGggZD0iTTYgMGMzLjMxMyAwIDYgMi42OSA2IDZzLTIuNjg3IDYtNiA2Yy0zLjMxNCAwLTYtMi42OS02LTZzMi42ODYtNiA2LTZ6Ii8+PC9zdmc+);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.woocommerce-page .rhk-checkout #payment .place-order {
  border: 0;
}
.woocommerce-page .rhk-checkout #payment #place_order {
  float: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
  padding: 19px 44px 19px 36px;
  padding: 1.9rem 4.4rem 1.9rem 3.6rem;
  border-radius: 35px;
  background-color: #D6B47B;
  border: 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .2s ease;
  margin: 0 auto;
}
.woocommerce-page .rhk-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.woocommerce-page .wc-bacs-bank-details li::before,
.woocommerce-page .woocommerce-thankyou-order-details li::before {
  display: none !important;
}
.woocommerce-page .woocommerce-terms-and-conditions {
  margin: 20px 0 0;
  margin: 2rem 0 0;
}
.woocommerce-page .rhk-checkout #payment .woocommerce-terms-and-conditions-wrapper label {
  padding: 10px 0;
  padding: 1rem 0;
}
.rhk-checkout-customer {
  width: 60%;
  padding-right: 50px;
  padding-right: 5rem;
  box-sizing: border-box;
}
.rhk-checkout-order {
  width: 40%;
  box-sizing: border-box;
}
.rhk-checkout-order table.shop_table {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  margin: 0 0 30px;
  margin: 0 0 3rem;
}
.rhk-checkout-order table.shop_table th,
.rhk-checkout-order table.shop_table td {
  border: 0;
  padding: 16px 0;
}
.rhk-checkout-order table.shop_table .order-total {
  font-size: 25px;
}
.rhk-woo-detail-price {
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 3.6rem;
}
.rhk-woo-detail-price span {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
  line-height: 4rem;
}
.rhk-woo-detail-price-member {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.rhk-woo-detail-price--member {
  margin-bottom: 0;
}
.woocommerce-NoticeGroup {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.woocommerce-NoticeGroup ul li::before {
  display: none;
}
@media screen and (max-width: 106.1875em) {
  .rhk-product-row-box .woocommerce-loop-product__link > img {
    margin-right: 10rem;
  }
  .rhk-product-row-box span.price {
    padding-right: 10rem !important;
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .rhk-product-row-box {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .rhk-product-row-box .woocommerce-loop-product__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rhk-product-row-box .woocommerce-loop-product__link > img {
    margin-right: 4rem;
    width: 8rem;
  }
  .rhk-product-row-box .woocommerce-loop-product__title {
    width: calc(100% - 12rem);
  }
  .rhk-product-row-box span.price {
    margin: 2rem 12rem 0 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .rhk-product-row-box {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 0;
  }
  .rhk-product-row-box .woocommerce-loop-product__link {
    width: 100%;
  }
  .rhk-product-row-box .woocommerce-loop-product__link > img {
    margin-right: 3rem;
    width: 6rem;
  }
  .rhk-product-row-box .woocommerce-loop-product__title {
    font-size: 24px;
    line-height: 32px;
    width: calc(100% - 9rem);
  }
  .rhk-product-row-box-add-cart {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .entry-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0 5rem;
  }
  .entry-product-image {
    width: 100%;
    padding: 0;
  }
  .entry-product-summary {
    width: 100%;
    padding: 0;
  }
}
.page-breadcrumbs {
  padding: 28px 0 0;
  padding: 2.8rem 0 0;
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
}
.breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.breadcrumbs a {
  position: relative;
  color: #9c9897;
  font-weight: 400;
  margin-right: 10px;
  margin-right: 1rem;
  text-decoration: none;
}
.breadcrumbs a::after {
  content: ">";
  position: absolute;
  right: -9px;
}
@media screen and (max-width: 79.9375em) {
  .page-breadcrumbs {
    margin-bottom: .9rem;
    padding-bottom: 1.2rem;
  }
  .page-breadcrumbs--single {
    padding-bottom: .5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .page-breadcrumbs {
    margin-bottom: 0;
    padding: 1rem 0 .4rem;
  }
  .page-breadcrumbs a,
  .page-breadcrumbs span {
    line-height: 1.6rem;
    text-shadow: 0 1px #fafafa;
    color: #000;
  }
  .page-header--with-banner .page-breadcrumbs {
    margin-bottom: 0;
    padding: 1rem 1.5rem .4rem;
  }
  .page-breadcrumbs--single {
    padding-bottom: 1.2rem;
  }
}
.navigation {
  text-align: center;
  border: 1px solid #e2e2e2;
  background-color: #f3f1f5;
  margin-bottom: 0;
  margin-top: 41px;
  margin-top: 4.1rem;
  padding-top: 13px;
  padding-top: 1.3rem;
  padding-bottom: 6px;
  padding-bottom: .6rem;
}
.news-pagination--references {
  margin-bottom: 38px;
  margin-bottom: 3.8rem;
}
.navigation-list {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.page-numbers {
  display: block;
  padding: 0;
  float: left;
  margin: 0;
  width: 30px;
  width: 3rem;
  text-align: center;
  margin: 0 5px;
  margin: 0 .5rem;
}
.page-numbers::before {
  display: none;
}
.page-numbers a,
.page-numbers span {
  display: block;
  box-shadow: inset 0 0 1px 1px #d7d7d7;
  border-radius: 3px;
  border: 1px solid #ababab;
  background-color: #e3dfde;
  background-image: linear-gradient(to top, #e2e2e2 0%, #f1f1f1 100%);
  line-height: 30px;
  line-height: 3rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}
.page-numbers a:hover {
  color: #000;
  background-color: #1e7000;
}
.page-numbers a:hover svg {
  fill: #000;
  transition: all .2s ease;
}
.page-numbers .prev-arrow,
.page-numbers .next-arrow {
  position: relative;
}
.page-numbers .prev-arrow i,
.page-numbers .next-arrow i {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -5px;
  width: 6px;
  height: 11px;
}
.page-numbers .prev-arrow svg,
.page-numbers .next-arrow svg {
  display: block;
  width: 6px;
  height: 11px;
  fill: #D6B47B;
}
.page-numbers span.next-arrow svg,
.page-numbers span.prev-arrow svg {
  fill: #000;
}
.page-numbers .active {
  color: #000;
  font-weight: 700;
}
.page-numbers .prev-arrow {
  padding: 0 10px 0 26px;
}
.page-numbers .prev-arrow i {
  left: 14px;
  left: 1.4rem;
}
.page-numbers .next-arrow {
  padding: 0 26px 0 10px;
}
.page-numbers .next-arrow i {
  right: 14px;
  right: 1.4rem;
}
.page-numbers--next,
.page-numbers--prev {
  width: auto;
}
.btn-load-more-news {
  display: none;
}
.page-slider {
  height: 422px;
  margin-top: -50px;
  margin-top: -5rem;
}
.page-slider::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.slider {
  height: 422px;
  position: relative;
  background-color: #fff;
  top: -42px;
  top: -4.2rem;
}
.slide {
  height: 422px;
  background-size: cover;
  background-position: center center;
}
.slide-content {
  width: 1120px;
  margin: 0 auto;
  height: 100%;
  padding-top: 74px;
  padding-top: 7.4rem;
  box-sizing: border-box;
}
.slide-department {
  display: -ms-flexbox;
  display: flex;
  height: 67px;
  width: 260px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 72px;
  padding-left: 7.2rem;
  padding-right: 20px;
  padding-right: 2rem;
  text-decoration: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: left;
      justify-content: left;
  position: relative;
  background-color: #000;
  border: 2px solid #000;
  transition: all .2s ease;
}
.slide-department i {
  display: block;
  width: 38px;
  height: 38px;
  left: 19px;
  top: 50%;
  margin-top: -19px;
  position: absolute;
}
.slide-department svg {
  display: block;
  width: 38px;
  height: 38px;
  fill: #fff;
  transition: all .2s ease;
}
.slide-department:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  transition: all .2s ease;
}
.slide-department:hover svg {
  fill: #000;
  transition: all .2s ease;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 22px;
  bottom: 2.2rem;
  left: 0;
  z-index: 90;
  text-align: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 3px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  position: relative;
  background-color: #fff;
}
.slide-department-socials {
  margin-top: 20px;
  margin-top: 2rem;
}
.department-social-link {
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin-right: 20px;
  margin-right: 2rem;
}
.department-social-link:last-child {
  margin-right: 0;
}
.department-social-link i {
  display: block;
  width: 41px;
  height: 41px;
  border: 2px solid #fff;
  transition: all .2s ease;
}
.department-social-link svg {
  background-color: #fff;
  fill: #000;
  width: 41px;
  height: 41px;
  display: block;
  transition: all .2s ease;
}
.department-social-link:hover i {
  border: 2px solid #fff;
  transition: all .2s ease;
}
.department-social-link:hover svg {
  background-color: #000;
  fill: #fff;
  transition: all .2s ease;
}
.slide-department-content {
  position: absolute;
  top: 70px;
  top: 7rem;
  left: 0;
  z-index: 1;
  width: 1120px;
  left: 50%;
  margin-left: -560px;
}
.slider-nav-btn {
  display: block;
  width: 33px;
  height: 62px;
  background-size: 33px 62px;
  background-position: center center;
  position: absolute;
  top: 117px;
  top: 11.7rem;
  cursor: pointer;
}
.slider-nav-btn.swiper-button-disabled {
  cursor: not-allowed;
  opacity: .4;
}
.slider-nav-btn--prev {
  left: -84px;
  left: -8.4rem;
}
.slider-nav-btn--next {
  right: -84px;
  right: -8.4rem;
}
@media screen and (max-width: 79.9375em) {
  .slide-department-content {
    left: 4rem;
    margin-left: 0;
  }
  .slide-content {
    width: 100%;
    padding-left: 4rem;
  }
  .slider-nav-btn--prev {
    left: -6.4rem;
  }
  .slider-nav-btn--next {
    right: -6.4rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .page-slider {
    margin-top: 0;
    height: 337px;
  }
  .slider {
    top: auto;
    height: 337px;
  }
  .slide {
    height: 337px;
  }
  .slide-content {
    padding-top: 2rem;
    padding-left: 1.8rem;
  }
  .slide-department-content {
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 2rem;
    padding-left: 1.8rem;
  }
}
.search-popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  top: -200vh;
  left: 0;
  z-index: 100000;
}
.search-popup--show {
  top: 0;
}
.search-popup-wrapp {
  position: absolute;
  width: 100%;
  max-width: 1080px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 100001;
  max-height: calc(100vh - 12rem);
  overflow: auto;
}
.search-popup-close {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 32px;
  right: 3.2rem;
  height: 16px;
  width: 16px;
  cursor: pointer;
  color: #000;
}
.search-popup-close svg {
  fill: currentColor;
}
.search-popup-box {
  padding: 26px 12px;
  padding: 2.6rem 1.2rem;
}
.search-popup-box .search-form-content__input[type="search"] {
  color: #929292;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  border: 0 !important;
  background-color: transparent !important;
  font-family: 'Roboto', sans-serif;
  padding: 15px 40px 15px 19px !important;
  padding: 1.5rem 4rem 1.5rem 1.9rem !important;
}
.search-popup-box .search-form-content-btn__wrapper {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .search-popup-wrapp {
    padding: 44px 10px 10px;
  }
  .search-popup-box {
    padding: 2.4rem 2rem 1.6rem;
  }
}
.newsletter-popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  top: -200vh;
  left: 0;
  z-index: 100000;
}
.newsletter-popup--show {
  top: 0;
}
.newsletter-popup-wrapp {
  position: absolute;
  width: 100%;
  max-width: 1082px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 100001;
  max-height: calc(100vh - 12rem);
  overflow: auto;
}
.newsletter-popup-close {
  position: absolute;
  top: 34px;
  top: 3.4rem;
  right: 23px;
  right: 2.3rem;
  height: 21px;
  width: 21px;
  cursor: pointer;
  color: #D6B47B;
}
.newsletter-popup-close svg {
  fill: currentColor;
}
.newsletter-popup-box {
  padding: 54px 24px 44px;
  padding: 5.4rem 2.4rem 4.4rem;
}
.newsletter-popup-box__title {
  text-align: center;
}
.newsletter-popup-box__subtitle {
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
  text-align: center;
}
.newsletter-popup-box-code {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 47.9375em) {
  .newsletter-popup-wrapp {
    padding: 44px 10px 10px;
  }
  .newsletter-popup-box {
    padding: 2.4rem 2rem 1.6rem;
  }
}
@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;
  }
}