@charset "UTF-8";
/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-480*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

html,
body {
  min-height: 100%; }

body {
  color: #535353;
  font: 17px/22px "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fffdf6; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0.1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  .wrapper.wrapper_ready-load {
    opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 24px;
  font-weight: 400;
  color: #535353; }

h1,
.h1,
.headline {
  color: #bd965c;
  font-size: 30px;
  line-height: 35px; }

h2,
.h2 {
  font-size: 22px;
  line-height: 30px; }

h3,
.h3 {
  font-size: 24px;
  line-height: 36px; }

h4,
.h4 {
  font-size: 20px;
  line-height: 28px; }

h5,
.h5 {
  font-size: 16px;
  line-height: 24px; }

h6,
.h6 {
  font-size: 14px;
  line-height: 24px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #434343; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    text-decoration: underline; }

strong {
  font-weight: 600; }

a {
  text-decoration: none;
  color: #bd965c; }
  a:hover {
    text-decoration: underline; }

ul, p, ol {
  padding: 0;
  margin-bottom: 20px; }
  ul:last-child, p:last-child, ol:last-child {
    margin-bottom: 0; }

p:empty {
  display: none; }

ul,
ol {
  margin-left: 24px; }
  ul ul, ul ol,
  ol ul,
  ol ol {
    margin: 8px 0 8px 24px; }
  ul li,
  ol li {
    margin: 0 0 8px; }

img {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed; }
  table tr:hover td, table tr:hover th {
    background-color: #ffffff; }
  table td, table th {
    border-bottom: 1px solid #DEE0E3;
    border-top: 1px solid #DEE0E3;
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    font-weight: 400;
    text-align: left;
    padding: 16px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  table th {
    padding: 16px;
    font-weight: 600; }

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px; }

blockquote,
blockquote {
  margin-left: 32px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 2px solid #bd965c; }

q,
.q {
  quotes: "\00ab" "\00bb";
  margin-bottom: 24px;
  display: block; }
  q q,
  .q q {
    quotes: "\201e" "\201c"; }

.container {
  width: 900px;
  max-width: calc(100% - 32px);
  margin: 0 auto; }
  .container.container_secondary {
    width: 980px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px; }

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col.col-1 {
    width: 8.3333%; }
  .col.col-2 {
    width: 16.666%; }
  .col.col-3 {
    width: 25%; }
  .col.col-4 {
    width: 33.3%; }
  .col.col-5 {
    width: 41.666667%; }
  .col.col-6 {
    width: 50%; }
  .col.col-7 {
    width: 58.333333%; }
  .col.col-8 {
    width: 66.666667%; }
  .col.col-9 {
    width: 75%; }
  .col.col-10 {
    width: 83.333333%; }
  .col.col-11 {
    width: 91.666667%; }
  .col.col-12 {
    width: 100%; }
  @media (max-width: 1400px) {
    .col.col-big-desktop-2 {
      width: 16.66%; }
    .col.col-big-desktop-3 {
      width: 25%; }
    .col.col-big-desktop-4 {
      width: 33.3%; }
    .col.col-big-desktop-5 {
      width: 41.666667%; }
    .col.col-big-desktop-6 {
      width: 50%; }
    .col.col-big-desktop-7 {
      width: 58.333333%; }
    .col.col-big-desktop-8 {
      width: 66.666667%; }
    .col.col-big-desktop-9 {
      width: 75%; }
    .col.col-big-desktop-10 {
      width: 83.333333%; }
    .col.col-big-desktop-11 {
      width: 91.666667%; }
    .col.col-big-desktop-12 {
      width: 100%; } }
  @media (max-width: 1200px) {
    .col.col-desktop-2 {
      width: 16.66%; }
    .col.col-desktop-3 {
      width: 25%; }
    .col.col-desktop-4 {
      width: 33.3%; }
    .col.col-desktop-5 {
      width: 41.666667%; }
    .col.col-desktop-6 {
      width: 50%; }
    .col.col-desktop-7 {
      width: 58.333333%; }
    .col.col-desktop-8 {
      width: 66.666667%; }
    .col.col-desktop-9 {
      width: 75%; }
    .col.col-desktop-10 {
      width: 83.333333%; }
    .col.col-desktop-11 {
      width: 91.666667%; }
    .col.col-desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .col.col-tab-3 {
      width: 25%; }
    .col.col-tab-4 {
      width: 33.3%; }
    .col.col-tab-5 {
      width: 41.666667%; }
    .col.col-tab-6 {
      width: 50%; }
    .col.col-tab-7 {
      width: 58.333333%; }
    .col.col-tab-8 {
      width: 66.666667%; }
    .col.col-tab-9 {
      width: 75%; }
    .col.col-tab-10 {
      width: 83.333333%; }
    .col.col-tab-11 {
      width: 91.666667%; }
    .col.col-tab-12 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .col.col-mob-3 {
      width: 25%; }
    .col.col-mob-4 {
      width: 33.3%; }
    .col.col-mob-6 {
      width: 50%; }
    .col.col-mob-8 {
      width: 66.666667%; }
    .col.col-mob-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .col.col-mob-p-12 {
      width: 100%; } }

.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-list .social-list__item {
    margin: 0 0 0 5px; }
    .social-list .social-list__item:first-child {
      margin-left: 0; }
  .social-list .social-list__link {
    display: block;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .social-list .social-list__link:hover {
      opacity: .5; }
    .social-list .social-list__link svg {
      width: 28px;
      height: 28px; }

.main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .main-banner .container {
    width: 980px; }

form input:not([type="submit"]),
form textarea {
  border: 1px solid #7d7d7d;
  padding: 5px 10px;
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  line-height: 20px;
  background-color: #ffffff;
  margin: 0;
  font-family: "Arial", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  form input:not([type="submit"]):hover,
  form textarea:hover {
    border-color: #434343; }
  form input:not([type="submit"]):focus,
  form textarea:focus {
    border-color: #535353;
    background-color: #ffffff; }
    form input:not([type="submit"]):focus + label.error,
    form textarea:focus + label.error {
      opacity: 0;
      visibility: hidden;
      margin-left: 35px; }
      @media screen and (max-width: 991px) {
        form input:not([type="submit"]):focus + label.error,
        form textarea:focus + label.error {
          display: none !important; } }
  form input:not([type="submit"]):disabled,
  form textarea:disabled {
    border-color: #DEE0E3; }
  form input:not([type="submit"]).error,
  form textarea.error {
    border-color: #bd965c; }

form textarea {
  height: 96px;
  resize: none; }

form sup {
  color: #bd965c; }

label.error {
  position: absolute;
  background-color: #bd965c;
  color: #ffffff;
  padding: 10px 15px;
  top: 20px;
  left: 100%;
  width: 340px;
  margin-left: 35px;
  z-index: 2;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  @media screen and (max-width: 991px) {
    label.error {
      margin: 0;
      top: calc(100% + 1px);
      width: 100%;
      height: auto;
      left: 0; }
      label.error:hover {
        display: none; } }
  label.error:before {
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid #bd965c;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 991px) {
      label.error:before {
        border: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #bd965c;
        top: auto;
        bottom: 100%;
        left: 30px;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }

.form_error label.error {
  margin-left: 15px;
  opacity: 1;
  visibility: visible; }
  @media screen and (max-width: 991px) {
    .form_error label.error {
      margin-left: 0; } }

.form-field {
  position: relative;
  margin-bottom: 10px; }
  .form-field .label-wrap {
    display: block;
    height: 100%; }
    .form-field .label-wrap .form-item__title {
      display: block;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0;
      cursor: pointer;
      color: #434343;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .form-field .label-wrap .form-item__title:hover {
        color: #bd965c; }

.custom-check {
  position: relative;
  display: inline-block; }
  .custom-check label.error {
    top: -7px; }
    @media screen and (max-width: 991px) {
      .custom-check label.error {
        display: none !important; } }
  .custom-check .custom-check__input {
    position: absolute;
    opacity: 0; }
    .custom-check .custom-check__input.error ~ .custom-check__text:after {
      border-color: #bd965c; }
    .custom-check .custom-check__input:checked ~ .custom-check__text:before {
      opacity: 1; }
    .custom-check .custom-check__input:checked ~ .custom-check__text:after {
      border-color: #bd965c; }
    .custom-check .custom-check__input:disabled ~ .custom-check__text {
      color: #4f413f; }
      .custom-check .custom-check__input:disabled ~ .custom-check__text:after {
        border-color: #DEE0E3; }
      .custom-check .custom-check__input:disabled ~ .custom-check__text:hover:after {
        border-color: #DEE0E3; }
  .custom-check .custom-check__text {
    position: relative;
    padding-left: 24px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px; }
    .custom-check .custom-check__text:before, .custom-check .custom-check__text:after {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .custom-check .custom-check__text:before {
      opacity: 0; }
    .custom-check .custom-check__text:after {
      width: 15px;
      height: 15px;
      border-radius: 0;
      border: 1px solid #7d7d7d;
      background-color: #ffffff; }
    .custom-check .custom-check__text:hover:after {
      border-color: #bd965c; }
  .custom-check input[type='checkbox'] ~ .custom-check__text:before {
    content: "\2713";
    background: #bd965c;
    color: #ffffff;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .custom-check input[type='radio'] ~ .custom-check__text:before, .custom-check input[type='radio'] ~ .custom-check__text:after {
    border-radius: 50%; }
  .custom-check input[type='radio'] ~ .custom-check__text:before {
    width: 10px;
    height: 10px;
    background: #bd965c;
    opacity: 0;
    top: 7px;
    left: 5px; }

.jcf-select,
select {
  height: 50px;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #434343;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .jcf-select.jcf-drop-active .jcf-select-text,
  select.jcf-drop-active .jcf-select-text {
    background-color: #ffffff; }
  .jcf-select.jcf-drop-active .jcf-select-opener,
  select.jcf-drop-active .jcf-select-opener {
    background-color: #ffffff; }
    .jcf-select.jcf-drop-active .jcf-select-opener:after,
    select.jcf-drop-active .jcf-select-opener:after {
      margin-top: 6px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .jcf-select.jcf-disabled,
  select.jcf-disabled {
    opacity: .3; }
  .jcf-select .jcf-select-opener,
  select .jcf-select-opener {
    width: 48px;
    height: 48px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .jcf-select .jcf-select-opener:after,
    select .jcf-select-opener:after {
      display: block;
      border-right: 1px solid #434343;
      border-top: 1px solid #434343;
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .jcf-select .jcf-select-text,
  select .jcf-select-text {
    color: #434343;
    font-size: 16px;
    line-height: 48px;
    width: 100%;
    padding: 0 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.jcf-select-drop {
  position: absolute;
  top: calc(100% + 2px);
  left: -1px;
  z-index: 3; }

.jcf-select-drop-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 12px rgba(2, 21, 51, 0.1);
          box-shadow: 0 8px 12px rgba(2, 21, 51, 0.1); }
  .jcf-select-drop-content ul {
    margin: 0;
    list-style: none; }
  .jcf-select-drop-content li {
    margin: 0; }
  .jcf-select-drop-content .jcf-option {
    padding: 12px 16px;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .jcf-select-drop-content .jcf-option:hover {
      background-color: #f4f4f1; }
    .jcf-select-drop-content .jcf-option.jcf-selected {
      background-color: #bd965c; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #434343; }

@-webkit-keyframes autofill {
  to {
    background: transparent; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #f8f8f8; }

::-webkit-scrollbar-thumb {
  background-color: #ccc; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #888; }

.btn,
button,
input[type="submit"],
input[type="reset"] {
  color: #bd965c;
  font-size: 16px;
  cursor: pointer;
  line-height: 20px;
  padding: 5px 10px;
  border: 1px solid #bd965c;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fffdf6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    color: #fffdf6;
    text-decoration: none;
    background: #bd965c;
    border-color: #bd965c; }
  .btn:disabled,
  button:disabled,
  input[type="submit"]:disabled,
  input[type="reset"]:disabled {
    border-color: #4f413f;
    background-color: #4f413f; }
  .btn.btn_secondary,
  button.btn_secondary,
  input[type="submit"].btn_secondary,
  input[type="reset"].btn_secondary {
    color: #ffffff;
    border-color: #bd965c;
    background-color: #bd965c; }
    .btn.btn_secondary:hover,
    button.btn_secondary:hover,
    input[type="submit"].btn_secondary:hover,
    input[type="reset"].btn_secondary:hover {
      color: #bd965c;
      border-color: #bd965c;
      background-color: #fffdf6; }
    .btn.btn_secondary:disabled,
    button.btn_secondary:disabled,
    input[type="submit"].btn_secondary:disabled,
    input[type="reset"].btn_secondary:disabled {
      border-color: #DEE0E3;
      color: #DEE0E3; }

.wysiwyg.wysiwyg_with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 991px) {
    .wysiwyg.wysiwyg_with-sidebar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .wysiwyg.wysiwyg_with-sidebar .wysiwyg__media {
    width: 455px;
    min-width: 455px;
    max-width: 100%;
    margin: 0 25px 25px 0; }
    @media screen and (max-width: 991px) {
      .wysiwyg.wysiwyg_with-sidebar .wysiwyg__media {
        min-width: 0; } }

.wysiwyg img {
  display: block;
  margin: 0 auto 24px; }

.wysiwyg ul, .wysiwyg ol {
  margin-left: 0; }
  .wysiwyg ul li, .wysiwyg ol li {
    margin-bottom: 8px; }
    @media screen and (max-width: 991px) {
      .wysiwyg ul li, .wysiwyg ol li {
        padding-left: 24px; } }

.wysiwyg ul {
  list-style: none; }
  .wysiwyg ul ul {
    margin-left: 0; }
  .wysiwyg ul li {
    position: relative;
    padding-left: 40px; }
    .wysiwyg ul li:before {
      content: "—";
      left: 8px;
      top: -2px;
      position: absolute;
      color: #bd965c; }
      @media screen and (max-width: 991px) {
        .wysiwyg ul li:before {
          top: 0;
          left: 0; } }

.site-header {
  padding: 30px 0 45px;
  position: relative;
z-index: 3;}
  @media screen and (max-width: 991px) {
    .site-header {
      padding: 0;
      height: 105px; } }
  .site-header.site-header_menu-active .nav {
    right: 0; }
  .site-header.site-header_menu-active .nav-toggle .nav-toggle__link {
    display: none; }
    .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(1), .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(3) {
      display: block;
      margin: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(3) {
      margin-top: -2px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.site-logo {
  margin: 0 auto 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 991px) {
    .site-logo {
      margin: 0; } }
  .site-logo .site-logo__link {
    height: 100%;
    display: block; }
  @media screen and (max-width: 991px) {
    .site-logo svg {
      height: 100px; } }

.nav-toggle {
  display: none;
  width: 32px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  position: absolute;
  top: 15px;
  right: 15px; }
  @media screen and (max-width: 991px) {
    .nav-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .nav-toggle .nav-toggle__link {
    width: 100%;
    display: block;
    background: #535353;
    height: 2px;
    margin: 2px 0;
    clear: both;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

@media screen and (max-width: 991px) {
  .nav {
    right: -100%;
    width: 300px;
    height: auto;
    background: #DEE0E3;
    padding: 20px 0;
    top: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; } }

@media screen and (max-width: 479px) {
  .nav {
    width: 100%; } }

.nav .nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 991px) {
    .nav .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.nav .nav__item {
  margin: 0; }
  .nav .nav__item.nav__item_mobile {
    display: none; }
    @media screen and (max-width: 991px) {
      .nav .nav__item.nav__item_mobile {
        display: block; } }
  .nav .nav__item.current-menu-item .nav__link, .nav .nav__item:hover .nav__link {
    color: #bd965c; }
  @media screen and (max-width: 991px) {
    .nav .nav__item {
      margin: 0 0 1px; } }

.nav .nav__link {
  display: block;
  color: #434343;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 991px) {
    .nav .nav__link {
      padding: 9px 40px 9px 24px; } }




.dropdown {
  position: relative; }
@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown__list {
    visibility: visible;
    opacity: 1; } }
@media screen and (max-width: 991px) {
  .dropdown.dropdown_active .dropdown__list {
    visibility: visible;
    opacity: 1;
    max-height: 9999px; }
  .dropdown.dropdown_active .dropdown__icon:before {
    content: "-";
    position: relative;
    top: -3px; }
  .dropdown.dropdown_active .dropdown__item {
    left: 0;
    opacity: 1; } }
.dropdown .dropdown__icon {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 36px;
  display: none;
  z-index: 10;
  background-color: transparent; }
.dropdown .dropdown__icon:before {
  display: block;
  border: 4px solid transparent;
  border-top: 4px solid #1f6c40;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
@media screen and (max-width: 991px) {
  .dropdown .dropdown__icon {
    right: 5px;
    top: 5px;
    height: 30px;
    display: block;
    width: 30px;
    background-color: #c9a67e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .dropdown .dropdown__icon:before {
    color: #ffffff;
    border: 0;
    font-weight: 300;
    font-size: 40px;
    content: "+"; } }
.dropdown .dropdown__list {
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  background-color: #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
@media screen and (max-width: 991px) {
  .dropdown .dropdown__list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 0; } }
.dropdown .dropdown__item {
  margin: 0; }
@media screen and (max-width: 991px) {
  .dropdown .dropdown__item {
    position: relative;
    left: -20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; } }
.dropdown .dropdown__link {
  padding: 8px 16px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #ccc; }
@media screen and (max-width: 991px) {
  .dropdown .dropdown__link {
    padding: 8px 24px; } }

.dropdown .dropdown__item:hover .dropdown__link,
.dropdown .dropdown__item.current-menu-item .dropdown__link{
  color: #000;
  background-color: #aeaeb2;
}













.sidebar {
  position: relative;
  opacity: 0;
  padding: 96px 32px;
  left: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .sidebar .sidebar-item {
    margin-bottom: 24px; }
  .sidebar .sidebar-item__title .title-text {
    margin-bottom: 0; }
  .sidebar a {
    color: #434343;
    text-decoration: none; }
    .sidebar a:hover {
      color: #bd965c; }
  .sidebar .map-init {
    color: #bd965c; }
    .sidebar .map-init:hover {
      text-decoration: underline; }

.wrapper_ready-load .sidebar {
  left: 0;
  opacity: 1; }
  .wrapper_ready-load .sidebar:before {
    height: 100%; }

.site-main__content {
  padding: 35px 0 60px; }
  @media screen and (max-width: 991px) {
    .site-main__content.site-main__content_secondary {
      padding-bottom: 0; } }
  .site-main__content.site-main__content_pt-0 {
    padding-top: 0; }
    @media screen and (max-width: 991px) {
      .site-main__content.site-main__content_pt-0 {
        padding-top: 35px; } }

.site-footer {
  font-size: 16px;
  line-height: 19px;
  margin-top: auto;
  padding-top: 30px;
  background-color: #f4f4f1; }
  .site-footer p {
    margin-bottom: 15px; }
    .site-footer p:last-child {
      margin-bottom: 0; }
  .site-footer a {
    color: #434343;
    text-decoration: underline; }
    .site-footer a:hover {
      text-decoration: none; }
  .site-footer .footer-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap;*/
    margin: 0 -40px; }

@media screen and (max-width: 980px) {
  .site-footer .footer-widgets {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  }
}

    @media screen and (max-width: 767px) {
      .site-footer .footer-widgets {
        margin: 0 -10px; } }
    .site-footer .footer-widgets .footer-widget {
      padding: 0 40px;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .site-footer .footer-widgets .footer-widget {
          padding: 0 10px; } }
      @media (max-width: 1200px) {
        .site-footer .footer-widgets .footer-widget {
          width: 50%; } }
      @media screen and (max-width: 479px) {
        .site-footer .footer-widgets .footer-widget {
          width: 100%; } }
      .site-footer .footer-widgets .footer-widget.footer-widget_with-border {
        position: relative; }
        .site-footer .footer-widgets .footer-widget.footer-widget_with-border:before {
          position: absolute;
          content: "";
          width: 1px;
          height: 170px;
          background-color: #7d7d7d;
          top: -12px;
          right: 0; }
          @media screen and (max-width: 767px) {
            .site-footer .footer-widgets .footer-widget.footer-widget_with-border:before {
              display: none; } }
    .site-footer .footer-widgets .wysiwyg {
      width: 320px; }
      @media screen and (max-width: 767px) {
        .site-footer .footer-widgets .wysiwyg {
          width: auto;
          font-size: 14px;
          line-height: 16px; } }
      @media screen and (max-width: 479px) {
        .site-footer .footer-widgets .wysiwyg {
          font-size: 16px;
          line-height: 19px; } }
    @media screen and (max-width: 767px) {
      .site-footer .footer-widgets .custom-check .custom-check__text {
        font-size: 12px; } }
    @media screen and (max-width: 479px) {
      .site-footer .footer-widgets .custom-check .custom-check__text {
        font-size: 14px;
        line-height: 20px; } }
    .site-footer .footer-widgets .newsletter .newsletter__title {
      text-transform: uppercase;
      color: #bd965c;
      margin-bottom: 10px; }
    .site-footer .footer-widgets .newsletter .newsletter__action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media screen and (max-width: 479px) {
        .site-footer .footer-widgets .newsletter .newsletter__action {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .site-footer .footer-widgets .bottom-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      .site-footer .footer-widgets .bottom-info .social-list {
        margin-right: 10px; }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1200px) {
    .footer-nav {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .footer-nav .footer-nav__list {
    margin: 0;
    padding: 0 0 0 50px;
    list-style: none; }
    @media (max-width: 1200px) {
      .footer-nav .footer-nav__list {
        padding: 0; } }
  .footer-nav .footer-nav__item {
    margin: 0; }
    .footer-nav .footer-nav__item:hover .footer-nav__link,
    .footer-nav .footer-nav__item .footer-nav__item_active .footer-nav__link {
      color: #bd965c; }
  .footer-nav .footer-nav__link {
    color: #434343;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.wrapper_scroll .scroll-top {
  opacity: 1; }

.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 30px;
  height: 30px;
  z-index: 3;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 991px) {
    .scroll-top {
      right: 16px;
      bottom: 16px; } }
  .scroll-top:hover .scroll-top__link {
    opacity: .5; }
  .scroll-top .scroll-top__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }


.categories .categories_wysiwyg {
  text-align: center;
  margin-bottom: 32px; }

.categories .categories__titles {
  margin-bottom: 18px; }
  .categories .categories__titles .categories__title {
    margin-bottom: 0; }
  .categories .categories__titles .categories__sub-title {
    margin-bottom: 0; }

.categories .categories__text {
  font-style: italic;
  font-size: 16px;
  line-height: 22px; }

.categories .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.categorien-item {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .categorien-item .categorien-item__media {
    margin-bottom: 6px; }
  .categorien-item .categorien-item__link {
    display: block;
    height: 100%; }
  .categorien-item .categorien-item__description {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    .categorien-item .categorien-item__description .categorien-item__text {
      margin-bottom: 20px;
      font-size: 15px;
      line-height: 20px; }
    .categorien-item .categorien-item__description .categorien-item__title {
      margin-bottom: 6px; }
      .categorien-item .categorien-item__description .categorien-item__title .categorien-item__link {
        color: #434343;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .categorien-item .categorien-item__description .categorien-item__title .categorien-item__link:hover {
          color: #bd965c; }
    .categorien-item .categorien-item__description .categorien-item__action {
      margin-top: auto; }
      .categorien-item .categorien-item__description .categorien-item__action .btn {
        margin-bottom: 0; }

.contact__text {
  margin-bottom: 24px; }

.formular-content {
  max-width: 500px; }
  .formular-content .capcha .capcha__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .formular-content .capcha .capcha__text {
    margin-right: 16px; }
  .formular-content .capcha .capcha__key {
    margin-right: 8px; }
  .formular-content .capcha .capcha__value {
    width: auto; }
  .formular-content .capcha label.error {
    top: -12px; }
    @media screen and (max-width: 991px) {
      .formular-content .capcha label.error {
        display: none !important; } }

.testimonials .testimonial {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #a7a7a7; }
  .testimonials .testimonial .testimonial__header {
    margin-bottom: 15px; }
    .testimonials .testimonial .testimonial__header .testimonial__title {
      color: #bd965c;
      margin: 0; }
    .testimonials .testimonial .testimonial__header .testimonial__date {
      font-size: 13px;
      line-height: 20px;
      text-transform: uppercase; }
  .testimonials .testimonial .testimonial__content {
    margin-bottom: 20px; }
  .testimonials .testimonial .testimonial__action .tesimonial__detail {
    text-transform: uppercase; }
    .testimonials .testimonial .testimonial__action .tesimonial__detail:hover {
      text-decoration: underline; }
  .testimonials .testimonial .testimonial__author .testimonial__name {
    display: block;
    margin-bottom: 15px; }

.testimonials__sidebar {
  padding: 85px 0 0 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .site-footer .newsletter input{
      text-align: center;
    }
    .categorien-item .categorien-item__media{text-align: center}
    .testimonials__sidebar {
      padding: 20px 0 0 0; }

    .site-footer{
      text-align: center;
    }
    .site-footer .footer-widgets .newsletter .newsletter__action,
    .site-footer .footer-widgets .bottom-info{
      justify-content: center;
    }
    .footer-nav .footer-nav__list{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }




  }
  .testimonials__sidebar .sidebar__title {
    font-size: 18px;
    line-height: 24px;
    color: #bd965c;
    margin-bottom: 5px; }
  .testimonials__sidebar .sidebar__item {
    border-bottom: 1px dotted #a7a7a7; }
  .testimonials__sidebar .sidebar__link {
    font-size: 15px;
    line-height: 20px;
    display: block;
    padding: 15px 0;
    color: #434343;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .testimonials__sidebar .sidebar__link:hover {
      color: #bd965c;
      text-decoration: none; }
.site-main__back-link{
  padding: 20px 0;
}
    .site-main__back-link a{
      padding: 20px 0;
      display: block;
      text-transform: uppercase;
      border-top: 1px dotted #a7a7a7;
      border-bottom: 1px dotted #a7a7a7;
    }

    .decoration{
      text-decoration: underline;
    }

    .secondary-link{
      color: #000;
      text-decoration: none;
    }
.secondary-link:hover{
  color: #bd965c;

}
.pre-price{
  display: inline-block;
  min-width: 120px;
}
.price-title{
  display: inline-block;
  min-width: 60px;
}


.testimonials .testimonial .testimonial__preview{margin-bottom: 20px}
.testimonials .testimonial .testimonial__content{
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.testimonials .testimonial.testimonial_active .testimonial__content{
  max-height: 9999px;
  opacity: 1;
}
.testimonials .testimonial.active .testimonial__content{
  max-height: 9999px;
  opacity: 1;
}
.testimonials .testimonial .testimonial__action .tesimonial__detail{
  color: #bd965c;
  cursor: pointer;
}
.newsletter label.error{
  display: none!important;
}
.newsletter .error{
  border-color: #ff0000!important;
}
.newsletter .custom-check__input.error ~ .custom-check__text:after{
  border-color: #ff0000!important;
}

.site-footer a{
  text-decoration: none;
}
.copyright{
  white-space: nowrap;
}



.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #F3F3F3;
}
.switch .switch__content {
    margin-right: 1rem;
}
.switch .switch__action .switch-action__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.switch .switch__action .switch-action__input {
    position: absolute;
    left: -9999px;
}
.switch .switch__action .switch-action__input:checked ~ .switch-action__text:after {
    background-color: #013220;
}
.switch .switch__action .switch-action__input:checked ~ .switch-action__text:before {
    right: 0.125rem;
}
.switch .switch__action .switch-action__text {
    padding-right: 6rem;
    font-size: 1rem;
    line-height: 2.5rem;
}
.switch .switch__action .switch-action__text:before, .switch .switch__action .switch-action__text:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.switch .switch__action .switch-action__text:after {
    width: 4.75rem;
    height: 2.5rem;
    border-radius: 2rem;
    background-color: #cc0000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.switch .switch__action .switch-action__text:before {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #FFFFFF;
    border-radius: 50%;
    top: 0.125rem;
    right: 2.35rem;
    z-index: 2;
    opacity: 1;
}



.cookie {
  background-color: #bd965c;
  color: #ffffff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  padding: 1rem 1.5rem;
  text-align: center;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .cookie {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.cookie .cookie__content {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 992px) {
  .cookie .cookie__content {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
.cookie .cookie__content a {
  color: #fff;
  text-decoration: underline;
}
.cookie .cookie__content a:hover {
  text-decoration: none;
}
.cookie .cookie__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 577px) {
  .cookie .cookie__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cookie .cookie__action .btn {margin: 0;}
@media screen and (min-width: 577px) {
  .cookie .cookie__action .btn {
    min-width: 8rem;
  }
}
.cookie .cookie__action .btn:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 577px) {
  .cookie .cookie__action .btn:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}


.cookie .cookie__action .btn {
  float: left;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  text-align: center;
  margin-left: 10px;
  border-radius: 0;
  font-size: 14px;
  cursor: pointer;
  line-height: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1; }
.cookie .cookie__content p{margin: 0;}
.cookie .cookie__action .btn.cookie-close-js {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.cookie .cookie__action .btn.cookie-close-js:hover {
  background-color: #bd965c;
  color: #ffffff;
  border: 1px solid #fff;
}
.cookie .cookie__action .btn.btn_secondary {
  background-color: #bd965c;
  color: #ffffff;
  border: 1px solid #fff;
}
.cookie .cookie__action .btn.btn_secondary:hover {
  background-color: #bd965c;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 992px) {
  .cookie .cookie__action .btn {
    float: none;
    min-width: 200px;
    margin: 0 auto; } }
.cookie .cookie__content a {
  color: #ffffff;
  display: inline-block;
  position: relative;
}
