@-webkit-keyframes naviscrolled {
  from {
    top: -100px; }
  to {
    top: 0; } }

@keyframes naviscrolled {
  from {
    top: -100px; }
  to {
    top: 0; } }

/*mediaWidthFullHdDesktop-1700*/
/*mediaWidthHdDesktop-1520*/
/*mediaWidthBigDesktop-1400*/
/*mediaWidthDesktop -1200*/
/*WidthTabletLand-1024*/
/*WidthTabletLand-992*/
/*WidthTabletLand-768*/
/*WidthTabletLand-580*/
/*WidthTabletLand-420*/
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: #fff;
  background-color: #000000;
  font: 18px/24px "Arial", sans-serif;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 992px) {
    body {
      font-size: 18px;
      line-height: 28px; } }

.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;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.main {
  text-align: center;
  width: 1150px;
  max-width: 100%;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 24px;
  font-weight: 400;
  color: #b48f57; }

h1,
.h1 {
  font-size: 35px;
  line-height: 40px; }

h2,
.h2 {
  font-size: 30px;
  line-height: 35px; }

h3,
.h3 {
  font-size: 25px;
  line-height: 30px; }

h4,
.h4 {
  font-size: 18px;
  line-height: 25px; }

h5,
.h5 {
  font-size: 18px;
  line-height: 25px; }

h6,
.h6 {
  font-size: 18px;
  line-height: 25px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #b48f57; }
  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: #b48f57; }
  a:hover {
    text-decoration: underline; }

ul, p, ol {
  padding: 0;
  margin-bottom: 0; }
  ul:not(:last-child), p:not(:last-child), ol:not(:last-child) {
    margin-bottom: 25px; }


.check-list {
  margin: 0;
  padding-left: 1.2rem;
}
.space-list1 {
  margin: 0;
  padding-left: 1.2rem;
}

.check-list li {
    position: relative;
    list-style-type: none;
    text-align: left;
}
.space-list1 li {
    position: relative;
    list-style-type: none;
    text-align: left;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #b48f57;
    transform-origin: bottom left;
    transform: rotate(45deg);
}
.space-list1 li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #1C1C1C;
    transform-origin: bottom left;
    transform: rotate(45deg);
}


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

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: 2; }

ul {
  margin-left: 0; }

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: 25px;
  table-layout: fixed; }
  table td, table th {
    border-bottom: 1px solid #1b1b1b;
    border-top: 1px solid #1b1b1b;
    text-align: left;
    padding: 8px 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 992px) {
      table td, table th {
        padding: 16px 24px; } }
  table th {
    font-weight: 600;
    color: #b48f57;
    background-color: #1b1b1b; }

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px; }

blockquote {
  padding-left: 16px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 2px solid #b48f57; }
  @media screen and (min-width: 992px) {
    blockquote {
      margin-left: 32px; } }

q,
.q {
  quotes: "\00ab" "\00bb";
  margin-bottom: 24px;
  display: block; }
  q q,
  .q q {
    quotes: "\201e" "\201c"; }

.container {
  width: 1248px;
  max-width: calc(100% - 30px);
  margin: 0 auto; }
  .container.container_secondary {
    width: 940px; }
  .container.container_tertiary {
    width: 780px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 50px);
  margin: 0 -25px; }
  .row.row_secondary {
    width: calc(100% + 6px);
    margin: 0 -3px; }
    .row.row_secondary .col {
      padding: 0 3px; }
  .row.row_justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: unset;
          flex-direction: unset;
  padding: 0 25px;
  -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: 1519px) {
    .col.col_hd-desktop-2 {
      width: 16.66%; }
    .col.col_hd-desktop-3 {
      width: 25%; }
    .col.col_hd-desktop-4 {
      width: 33.3%; }
    .col.col_hd-desktop-5 {
      width: 41.666667%; }
    .col.col_hd-desktop-6 {
      width: 50%; }
    .col.col_hd-desktop-7 {
      width: 58.333333%; }
    .col.col_hd-desktop-8 {
      width: 66.666667%; }
    .col.col_hd-desktop-9 {
      width: 75%; }
    .col.col_hd-desktop-10 {
      width: 83.333333%; }
    .col.col_hd-desktop-11 {
      width: 91.666667%; }
    .col.col_hd-desktop-12 {
      width: 100%; } }
  @media (max-width: 1399px) {
    .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 screen and (max-width: 1023px) {
    .col.col_middle-desktop-2 {
      width: 16.66%; }
    .col.col_middle-desktop-3 {
      width: 25%; }
    .col.col_middle-desktop-4 {
      width: 33.3%; }
    .col.col_middle-desktop-5 {
      width: 41.666667%; }
    .col.col_middle-desktop-6 {
      width: 50%; }
    .col.col_middle-desktop-7 {
      width: 58.333333%; }
    .col.col_middle-desktop-8 {
      width: 66.666667%; }
    .col.col_middle-desktop-9 {
      width: 75%; }
    .col.col_middle-desktop-10 {
      width: 83.333333%; }
    .col.col_middle-desktop-11 {
      width: 91.666667%; }
    .col.col_middle-desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .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: 579px) {
    .col.col_mob-p-12 {
      width: 100%; } }

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

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

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

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

.content-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.content-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.cookie-section {
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 24px;
  background-color: #000000;
  color: #fff;
  width: 100%;
  z-index: 11;
  padding: 16px 24px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media screen and (max-width: 991px) {
    .cookie-section {
      text-align: center; } }
  .cookie-section.cookie-section_visual {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  .cookie-section .container {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 991px) {
      .cookie-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cookie-section .text {
    margin-right: 20px; }
    @media screen and (max-width: 991px) {
      .cookie-section .text {
        margin-bottom: 10px; } }
  .cookie-section .btns-wrap {
    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: 768px) {
      .cookie-section .btns-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .cookie-section .btns-wrap .btn {
      margin: 0; }
      .cookie-section .btns-wrap .btn:first-child {
        margin-bottom: 15px; }
        @media screen and (min-width: 768px) {
          .cookie-section .btns-wrap .btn:first-child {
            margin-right: 15px; } }

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form textarea {
  color: #fff;
  padding: 5px 12px;
  font-size: 15px;
  width: 100%;
  border-radius: 0;
  line-height: 23px;
  background-color: transparent;
  border: 1px solid #808080;
  margin: 0;
  font-family: "Arial", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  form input[type="text"]:hover,
  form input[type="password"]:hover,
  form input[type="tel"]:hover,
  form input[type="email"]:hover,
  form textarea:hover {
    border-color: #fff; }
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus,
  form textarea:focus {
    border-color: #fff; }
  form input[type="text"]:disabled,
  form input[type="password"]:disabled,
  form input[type="tel"]:disabled,
  form input[type="email"]:disabled,
  form textarea:disabled {
    opacity: .5; }
  form input[type="text"].error, form input[type="text"].wpcf7-not-valid,
  form input[type="password"].error,
  form input[type="password"].wpcf7-not-valid,
  form input[type="tel"].error,
  form input[type="tel"].wpcf7-not-valid,
  form input[type="email"].error,
  form input[type="email"].wpcf7-not-valid,
  form textarea.error,
  form textarea.wpcf7-not-valid {
    border-color: #F24B4B; }

form textarea {
  width: 100%;
  height: 85px;
  resize: none; }

.form-field {
  margin-bottom: 20px;
  position: relative;
  text-align: left; }
  .form-field .label-wrap {
    display: block;
    height: 100%; }

label.error,
.wpcf7-not-valid-tip {
  display: none !important; }

.custom-check {
  display: block;
  position: relative; }
  .custom-check .custom-check__input {
    position: absolute;
    opacity: 0; }
    .custom-check .custom-check__input:checked ~ .custom-check__text:before {
      opacity: 1; }
    .custom-check .custom-check__input:checked ~ .custom-check__text:after {
      border-color: #fff; }
    .custom-check .custom-check__input.error ~ .custom-check__text:after {
      border-color: #F24B4B; }
  .custom-check .custom-check__text {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding-left: 45px;
    display: block;
    cursor: pointer; }
    .custom-check .custom-check__text:before, .custom-check .custom-check__text:after {
      content: '';
      position: absolute;
      left: 10px;
      top: 2px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -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: 20px;
      height: 20px;
      border: 1px solid #808080; }
    .custom-check .custom-check__text:hover:after {
      border-color: #fff; }
  .custom-check input[type='checkbox'] ~ .custom-check__text:before {
    font-size: 12px;
    content: "\2713";
    top: 4px;
    left: 16px;
    z-index: 2;
    color: #fff; }

.jcf-focus {
  border-color: #1b1b1b; }

.jcf-select,
select {
  height: 35px;
  width: 100%;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid #808080; }
  .jcf-select:hover,
  select:hover {
    border-color: #fff; }
  .jcf-select.jcf-drop-active,
  select.jcf-drop-active {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    .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: 35px;
    height: 35px;
    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 #fff;
      border-top: 1px solid #fff;
      content: "";
      width: 6px;
      height: 6px;
      -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: #fff;
    font-size: 15px;
    line-height: 23px;
    width: 100%;
    padding: 6px 12px;
    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 .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-select-drop-content ul {
  margin: 0;
  list-style: none; }

.jcf-select-drop-content li {
  margin: 0; }

.jcf-select-drop-content .jcf-option {
  padding: 6px 12px;
  font-size: 15px;
  line-height: 23px;
  color: #1b1b1b;
  background-color: #fff;
  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 {
    color: #b48f57; }
  .jcf-select-drop-content .jcf-option.jcf-selected {
    color: #b48f57; }

.ui-widget-content {
  border: 0; }

.ui-datepicker {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  width: 264px;
  background-color: #fff; }
  .ui-datepicker .ui-datepicker-header {
    font-size: 17px;
    color: #b48f57;
    position: relative;
    padding: 0;
    border: 0;
    background-color: transparent; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    height: 8px;
    width: 8px;
    left: auto;
    right: 0;
    text-indent: -99999px;
    cursor: pointer;
    background: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 8px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 4px;
    border-left: 8px solid #b48f57; }
    .ui-datepicker .ui-datepicker-prev .ui-icon,
    .ui-datepicker .ui-datepicker-next .ui-icon {
      display: none; }
  .ui-datepicker .ui-datepicker-prev {
    right: 52px;
    left: auto;
    border: 8px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 4px;
    border-right: 8px solid #b48f57; }
  .ui-datepicker .ui-datepicker-title {
    color: #b48f57;
    font-weight: 400;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .ui-datepicker table {
    width: 100%;
    border-collapse: collapse; }
    .ui-datepicker table th,
    .ui-datepicker table td {
      text-align: center;
      border: 0;
      padding: 0;
      background-color: #fff; }
      .ui-datepicker table th span,
      .ui-datepicker table th a,
      .ui-datepicker table td span,
      .ui-datepicker table td a {
        font-size: 17px;
        line-height: 20px;
        font-family: "Arial", sans-serif;
        font-weight: 400;
        height: 30px;
        width: 30px;
        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;
        text-decoration: none;
        border: 0;
        text-align: center;
        color: #1b1b1b; }
        .ui-datepicker table th span.ui-state-active,
        .ui-datepicker table th a.ui-state-active,
        .ui-datepicker table td span.ui-state-active,
        .ui-datepicker table td a.ui-state-active {
          color: #b48f57; }
    .ui-datepicker table th {
      color: #1b1b1b; }
    .ui-datepicker table td span,
    .ui-datepicker table td a {
      color: #1b1b1b; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #fff; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #1b1b1b; }

::-webkit-scrollbar-thumb {
  background-color: #b48f57; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #1b1b1b; }

.btn,
button,
input[type="submit"],
input[type="reset"] {
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  line-height: 19px;
  padding: 7px 20px;
  border: 1px solid #b48f57;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  font-weight: 400;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  background-color: #b48f57;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 992px) {
    .btn,
    button,
    input[type="submit"],
    input[type="reset"] {
      font-size: 18px;
      padding: 11px 24px; } }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    color: #b48f57;
    text-decoration: none;
    background: #fff;
    border-color: #b48f57; }
  .btn:disabled,
  button:disabled,
  input[type="submit"]:disabled,
  input[type="reset"]:disabled {
    opacity: .5; }
  .btn.btn_secondary,
  button.btn_secondary,
  input[type="submit"].btn_secondary,
  input[type="reset"].btn_secondary {
    color: #fff;
    border-color: #fff;
    background-color: transparent; }
    .btn.btn_secondary:hover,
    button.btn_secondary:hover,
    input[type="submit"].btn_secondary:hover,
    input[type="reset"].btn_secondary:hover {
      color: #b48f57;
      border-color: #fff;
      background-color: #fff; }

.wysiwyg .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wysiwyg img {
  display: block;
  margin: 0 auto 25px; }

.wysiwyg ul {
  list-style: none; }
  .wysiwyg ul ul {
    margin-left: 0; }
  .wysiwyg ul li {
    position: relative;
    padding-left: 12px;
    text-align: left; }
    .wysiwyg ul li:before {
      content: "-";
      left: 0;
      top: -2px;
      position: absolute; }
      @media screen and (max-width: 991px) {
        .wysiwyg ul li:before {
          top: 0;
          left: 0; } }

.wysiwyg i {
  font-style: italic; }

.wysiwyg br {
  display: none; }
  @media screen and (min-width: 992px) {
    .wysiwyg br {
      display: inline-block; } }

.slick-slider {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
  cursor: -webkit-grab;
  cursor: grab; }
  .slick-slider img {
    display: block;
    width: 100%; }
  .slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto; }
  .slick-slider.slider__secondary-pagination .slick-dots {
    bottom: -40px; }
  .slick-slider .slick-slide {
    display: inline-block;
    height: 100%;
    z-index: 2 !important;
    margin: 0;
    min-height: 1px; }
    .slick-slider .slick-slide.slick-current {
      z-index: 3 !important; }
  .slick-slider .slick-list {
    overflow: hidden; }
  .slick-slider .slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 3;
    top: 180px;
    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;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slick-slider .slick-arrow:hover path {
      fill: #b48f57; }
    .slick-slider .slick-arrow.slick-prev {
      left: 40px;
      right: auto; }
    .slick-slider .slick-arrow.slick-next {
      left: auto;
      right: 40px; }
    .slick-slider .slick-arrow.slick-disabled {
      opacity: .8;
      pointer-events: none; }
    .slick-slider .slick-arrow path {
      fill: #fff;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 16px;
  width: 100%; }
  .slick-dots li {
    margin: 0;
    font-size: 8px;
    line-height: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slick-dots li:not(:last-child) {
      margin-right: 4px; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background-color: #000000; }
    .slick-dots li:only-child {
      display: none; }
  .slick-dots button {
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #1b1b1b;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.slick-loading .slick-slide {
  visibility: hidden; }

.tabs .tabs-header {
  border-bottom: 1px solid #000000;
  margin-bottom: 24px;
  background-color: #1b1b1b;
  display: block; }
  @media screen and (min-width: 992px) {
    .tabs .tabs-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: transparent; } }
  .tabs .tabs-header .tabs-header__item.tabs-header__item_active .tabs-header__text {
    color: #fff;
    background-color: #1b1b1b; }
  .tabs .tabs-header .tabs-header__text {
    display: block;
    cursor: pointer;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
    text-align: center;
    position: relative;
    background-color: #1b1b1b;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .tabs .tabs-header .slick-next,
  .tabs .tabs-header .slick-prev {
    width: 40px;
    height: 40px; }
    .tabs .tabs-header .slick-next.slick-disabled,
    .tabs .tabs-header .slick-prev.slick-disabled {
      opacity: .5; }
    .tabs .tabs-header .slick-next i,
    .tabs .tabs-header .slick-prev i {
      font-size: 15px;
      color: #1b1b1b; }

.tabs .tabs-body .tabs-body__item {
  width: 100%;
  display: none; }
  .tabs .tabs-body .tabs-body__item.tabs-body__item_active {
    display: block; }

.accordion-item {
  margin-bottom: 16px; }
  .accordion-item.accordion-item_active .accordion-item__header {
    margin-bottom: 16px;
    background-color: #1b1b1b;
    color: #fff; }
    .accordion-item.accordion-item_active .accordion-item__header:after {
      border-color: #fff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: 8px; }
  .accordion-item.accordion-item_active .accordion-item__body {
    display: block; }
  .accordion-item .accordion-item__header {
    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;
    cursor: pointer;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
    background-color: #1b1b1b;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 580px) {
      .accordion-item .accordion-item__header .title-text {
        margin-right: 16px; } }
    @media screen and (min-width: 580px) {
      .accordion-item .accordion-item__header:after {
        border-right: 1px solid #1b1b1b;
        border-top: 1px solid #1b1b1b;
        content: "";
        width: 8px;
        min-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; } }
  .accordion-item .accordion-item__body {
    display: none;
    margin-bottom: 16px; }

.category__list {
  margin-bottom: -70px; }

.category__item {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #1b1b1b; }
  .category__item .category-item__media {
    position: relative;
    border-radius: 50%;
    border: 15px solid #000000;
    margin: 0 auto 20px;
    width: 350px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .category__item .category-item__media:before {
      content: "";
      position: absolute;
      bottom: 50%;
      background-color: #000000;
      width: calc(100% + 30px);
      height: 100%;
      left: -15px; }
    .category__item .category-item__media img {
      position: relative;
      width: calc(100% + 4px);
      max-width: calc(100% + 4px);
      height: calc(100% + 4px);
      max-height: calc(100% + 4px);
      z-index: 2;
      top: -2px;
      left: -2px;
      border-radius: 50%; }
    .category__item .category-item__media .label {
      font-size: 24px;
      line-height: 35px;
      color: #fff;
      background-color: #b48f57;
      position: absolute;
      top: 50px;
      left: -85px;
      width: 100%;
      z-index: 3;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .category__item .category-item__content {
    padding: 5px 25px 20px; }
.category__item .category-item__content1 {
    padding: 5px 25px 135px;
}
    .category__item .category-item__content .category-item__title {
      margin-bottom: 15px; }
      .category__item .category-item__content .category-item__title .title-text {
        font-size: 29px;
        line-height: 35px;
        color: #b48f57; }
    .category__item .category-item__content .product__title {
      margin-bottom: 0; }

      .category__item .category-item__content .product__title .title-text {
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700; text-align: left;
		  padding-left: 20px;}

.category__item .category-item__content .product__title .title-text_italic{
  font-style: italic;
}

    .category__item .category-item__content .product__description {
      font-size: 16px;
      margin-bottom: 25px; }
      .category__item .category-item__content .product__description ul {
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: left;
            -ms-flex-align: left;
                align-items: left; }
        .category__item .category-item__content .product__description ul li {
          position: ;
          padding-left: 20px; 
		  padding-bottom: 2px;}
          .category__item .category-item__content .product__description ul li:before {
            
            left: 0;
            top: -2px;
            position: absolute; }
            @media screen and (max-width: 991px) {
              .category__item .category-item__content .product__description ul li:before {
                top: 0;
                left: 0; } }
    .category__item .category-item__content .product__price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .category__item .category-item__content .product__price .old-price {
        font-size: 22px;
        line-height: 30px;
	text-align: left;
    padding-left: 20px;
}
.category__item .category-item__content .product__price .mobil-price {
        font-size: 15px;
        line-height: 30px;text-align: left;
    padding-left: 20px;
}
      .category__item .category-item__content .product__price .new-price {
        font-size: 15px;
        line-height: 20px;
        color: #b48f57;
		  text-align: left;
    padding-left: 20px;
}

.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.site-header.site-header_menu-active {
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }
  .site-header.site-header_menu-active .site-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible; }
  .site-header.site-header_menu-active .nav-toggle .nav-toggle__link {
    width: 30px;
    margin-bottom: 0; }
    .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(2) {
      display: none; }
    .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(3) {
      margin-top: -4px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .site-header.site-header_menu-active ~ * {
    opacity: .1; }

.site-header__top {
  padding: 25px 0 40px; }
  @media screen and (min-width: 991px) {
    .site-header__top {
      padding: 40px 0; } }
  .site-header__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 991px) {
      .site-header__top .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .site-header__top .site-header__top-links {
    margin-bottom: auto;
    width: auto; }
    @media screen and (max-width: 991px) {
      .site-header__top .site-header__top-links {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 100%;
        margin-bottom: 20px; } }
    .site-header__top .site-header__top-links .top-links__link {
      color: #fff;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      opacity: 1;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .site-header__top .site-header__top-links .top-links__link:hover {
        opacity: .5; }
      @media screen and (min-width: 992px) {
        .site-header__top .site-header__top-links .top-links__link {
          width: auto; } }
      .site-header__top .site-header__top-links .top-links__link .top-links__ico path {
        fill: #fff; }

@media screen and (max-width: 991px) {
  .site-header__contact {
    position: absolute;
    top: calc(100% + 35px);
    right: 0;
    z-index: 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 991px) {
  .site-header__top {
   padding: 25px 0; } }

.site-header__logo .logo__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-header__logo .site-logo__img {
  height: 120px;
  width: auto; }
  @media screen and (min-width: 992px) {
    .site-header__logo .site-logo__img {
      height: 200px; } }

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10;
  position: absolute;
  top: -9px;
  right: 0px; }
  @media screen and (min-width: 992px) {
    .nav-toggle {
      display: none; } }
  .nav-toggle .nav-toggle__link {
    width: 32px;
    background-color: #fff;
    height: 4px;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .nav-toggle .nav-toggle__link:nth-child(1) {
      width: 40px; }
    .nav-toggle .nav-toggle__link:nth-child(2) {
      width: 30px; }
    .nav-toggle .nav-toggle__link:nth-child(3) {
      width: 20px; }
    .nav-toggle .nav-toggle__link:not(:last-child) {
      margin-bottom: 4px; }
      @media screen and (min-width: 580px) {
        .nav-toggle .nav-toggle__link:not(:last-child) {
          margin-bottom: 9px; } }

.site-header__bottom {
  background-color: #b48f57;
  padding: 5px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none; }
  @media screen and (min-width: 580px) {
    .site-header__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 991px) {
    .site-header__bottom {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: auto;
      background: #000000;
      z-index: 3;
      overflow: auto;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; } }
  .site-header__bottom .site-header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .site-header__bottom .site-header__navigation {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .site-header__bottom .nav__list {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .site-header__bottom .nav__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: auto; } }
  .site-header__bottom .nav__item {
    margin: 0;
    position: relative; }
    @media screen and (min-width: 992px) {
      .site-header__bottom .nav__item:not(:last-child):before {
        position: absolute;
        content: "";
        width: 1px;
        height: 24px;
        background-color: #fff;
        top: 0;
        right: 0; } }
    .site-header__bottom .nav__item.current-menu-item .nav__link, .site-header__bottom .nav__item:hover .nav__link {
      color: #b48f57; }
      @media screen and (min-width: 992px) {
        .site-header__bottom .nav__item.current-menu-item .nav__link, .site-header__bottom .nav__item:hover .nav__link {
          color: #000000; } }
  .site-header__bottom .nav__link {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 25px;
    padding: 8px 24px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 992px) {
      .site-header__bottom .nav__link {
        padding: 0 14px;
        color: #fff;
        text-align: left; } }

.site-footer {
  font-size: 14px;
  line-height: 20px;
  margin-top: auto;
  padding: 30px 0;
  text-align: center;
  background-color: #1b1b1b; }

.socials {
  margin-bottom: 15px; }
  .socials .socials__list {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .socials .socials__item {
    margin: 0; }
    .socials .socials__item:not(:last-child) {
      margin-right: 8px; }
  .socials .socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-decoration: none; }

.site-footer__links {
  margin-bottom: 15px; }
  .site-footer__links .links__list {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .site-footer__links .links__item {
    margin: 0;
    position: relative; }
    .site-footer__links .links__item.links__item_active .links__link, .site-footer__links .links__item:hover .links__link {
      color: #b48f57; }
    .site-footer__links .links__item:not(:last-child) {
      margin-right: 25px; }
      .site-footer__links .links__item:not(:last-child):before {
        content: "";
        position: absolute;
        height: 13px;
        width: 1px;
        top: 4px;
        left: calc(100% + 12px);
        background-color: #fff; }
  .site-footer__links .links__link {
    color: #fff;
    text-decoration: none; }

.wrapper_scroll .scroll-top {
  opacity: 1; }

.scroll-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .scroll-top:hover .scroll-top__link {
    opacity: #ffba00; }
  .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%;
    background-color: #b48f57;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.section {
  padding: 25px 0; }
  .section.section_secondary-bg {
    background-color: #1b1b1b; }
  .section.section_tiny {
    padding: 40px 0; }
    @media screen and (max-width: 991px) {
      .section.section_tiny {
        padding: 24px 0 12px; } }

.contact__content {
  margin-bottom: 40px; }
  @media screen and (min-width: 992px) {
    .contact__content {
      margin-bottom: 0; } }

.contact__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 992px) {
    .contact__address {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .contact__address img {
    min-width: 59px;
    margin: 0 0 20px; }
    @media screen and (min-width: 992px) {
      .contact__address img {
        margin: 0;
        margin-left: 20px; } }

@media screen and (min-width: 992px) {
  .contact__formular {
    text-align: left; } }

.contact__formular input[type="submit"] {
  margin: 0 auto;
  display: block;
  padding: 7px 40px; }
  @media screen and (min-width: 580px) {
    .contact__formular input[type="submit"] {
      padding: 7px 20px; } }
  @media screen and (min-width: 992px) {
    .contact__formular input[type="submit"] {
      margin: 0;
      display: inline-block; } }

.banner {
  position: relative;
  margin-bottom: 15px; }
.banner .banner__media{
  width: 100%;
  height: auto;
}
.banner .banner__img{
  width: 100%;
  height: auto;
}
.banner .container{
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .banner .container {
    bottom: 85px;
  }
}
.banner .banner__title {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 992px) {
      .banner .banner__title {

        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .banner .banner__title .title-text {
      font-size: 20px;
      line-height: 25px;
      font-weight: 700;
      font-style: italic;
      text-align: center;
      text-shadow: 0 0 5px black; }
      @media screen and (min-width: 580px) {
        .banner .banner__title .title-text {
          font-size: 30px;
          line-height: 35px; } }
      @media screen and (min-width: 992px) {
        .banner .banner__title .title-text {
          font-size: 40px;
          line-height: 45px; } }
.site-footer .socials__ico{
  width: 25px;
  height: 25px;
}