/*------------------------------------------------------*/
/*------------------------ FOOTER ---------------------*/
.footer_hidden {
  display: none; }

.contact_block_with_logo {
  background-image: linear-gradient(to top, #ffffff, rgba(158, 210, 125, 0.15));
  box-shadow: inset 0 -9px 23px 0 rgba(128, 190, 121, 0.15); }
  .contact_block_with_logo.contact_without_bg {
    background-image: none;
    box-shadow: none; }
  .contact_block_with_logo .contact_block_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
    box-sizing: border-box;
    padding: 50px 0;
    margin: 0 auto; }
    .contact_block_with_logo .contact_block_container .contact_text_block {
      display: flex; }
      .contact_block_with_logo .contact_block_container .contact_text_block .first_contact, .contact_block_with_logo .contact_block_container .contact_text_block .second_contact {
        display: flex;
        margin-right: 60px; }
        .contact_block_with_logo .contact_block_container .contact_text_block .first_contact .icon i, .contact_block_with_logo .contact_block_container .contact_text_block .second_contact .icon i {
          font-size: 60px;
          color: var(--c-primary);
          margin-right: 25px; }
        .contact_block_with_logo .contact_block_container .contact_text_block .first_contact .info, .contact_block_with_logo .contact_block_container .contact_text_block .second_contact .info {
          font-size: 14px;
          line-height: 1.71;
          margin: 0;
          color: #888888; }
    .contact_block_with_logo .contact_block_container .title {
      font-size: 20px;
      font-weight: bold;
      margin: 0;
      color: var(--c-aditional); }

.contact_logo {
  max-width: 180px;
  width: 100%; }
  .contact_logo img {
    width: 100%;
    height: auto; }

@media (max-width: 1200px) {
  .contact_block_with_logo .contact_block_container {
    padding: 40px 20px; }
    .contact_block_with_logo .contact_block_container .contact_text_block .first_contact .icon i, .contact_block_with_logo .contact_block_container .contact_text_block .second_contact .icon i {
      font-size: 40px;
      margin-right: 15px; }
    .contact_block_with_logo .contact_block_container .contact_text_block .first_contact .info, .contact_block_with_logo .contact_block_container .contact_text_block .second_contact .info {
      font-size: 12px;
      line-height: 1.5; }
    .contact_block_with_logo .contact_block_container .title {
      font-size: 18px; } }
@media (max-width: 991px) {
  .contact_block_with_logo .contact_block_container {
    padding: 20px;
    flex-wrap: wrap; }

  .contact_logo {
    max-width: 140px; } }
@media (max-width: 768px) {
  .contact_block_with_logo .contact_block_container {
    justify-content: center; }
    .contact_block_with_logo .contact_block_container .contact_text_block {
      width: 100%;
      justify-content: center;
      margin-top: 20px; }
      .contact_block_with_logo .contact_block_container .contact_text_block .first_contact, .contact_block_with_logo .contact_block_container .contact_text_block .second_contact {
        margin: 0 10px; }
        .contact_block_with_logo .contact_block_container .contact_text_block .first_contact .icon i, .contact_block_with_logo .contact_block_container .contact_text_block .second_contact .icon i {
          font-size: 30px;
          margin-right: 10px; } }
@media (max-width: 425px) {
  .contact_block_with_logo .contact_block_container .contact_text_block {
    flex-wrap: wrap; }
    .contact_block_with_logo .contact_block_container .contact_text_block .first_contact, .contact_block_with_logo .contact_block_container .contact_text_block .second_contact {
      margin: 10px auto; } }
#footer.simple {
  padding: 30px 15px;
  background-color: var(--c-aditional); }
  #footer.simple.no-footer {
    padding: 0; }
  #footer.simple .copyright {
    color: #888888;
    font-size: 15px; }
    #footer.simple .copyright a {
      text-decoration: none;
      color: #888888;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }
      #footer.simple .copyright a:hover {
        color: #ffffff; }
  #footer.simple .col-xs-12:not(.col-sm-6) {
    width: 100%; }
  #footer.simple .wpcf7 {
    display: inline-block; }
  #footer.simple form {
    width: 400px; }
    #footer.simple form .email {
      position: relative; }
      #footer.simple form .email::after {
        content: "\f119";
        font-family: Ionicons, sans-serif;
        font-size: 20px;
        color: #ffffff;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    #footer.simple form input {
      width: 100%;
      background-color: transparent;
      border: 0;
      outline: none;
      padding: 10px 0;
      color: #ffffff;
      border-bottom: 2px solid rgba(255, 255, 255, 0.2);
      -webkit-transition: border-color .35s ease;
      -o-transition: border-color .35s ease;
      transition: border-color .35s ease; }
      #footer.simple form input::-webkit-input-placeholder {
        color: #ffffff; }
      #footer.simple form input::-moz-placeholder {
        color: #ffffff; }
      #footer.simple form input:-ms-input-placeholder {
        color: #ffffff; }
      #footer.simple form input::-ms-input-placeholder {
        color: #ffffff; }
      #footer.simple form input::placeholder {
        color: #ffffff; }
      #footer.simple form input:focus {
        border-color: #fff; }
  #footer.simple span.wpcf7-not-valid-tip {
    position: absolute; }
  #footer.simple div.wpcf7-validation-errors, #footer.simple div.wpcf7-acceptance-missing {
    border: 1px solid #eee;
    margin-top: 25px;
    max-width: 400px;
    color: #888888;
    margin-left: auto; }
  #footer.simple.-light .copyright {
    color: #222; }
    #footer.simple.-light .copyright a {
      color: #222; }
      #footer.simple.-light .copyright a:hover {
        color: #888; }
  #footer.simple.-light form .email::after {
    color: #222; }
  #footer.simple.-light form input {
    color: #222;
    border-color: rgba(34, 34, 34, 0.2); }
    #footer.simple.-light form input::-webkit-input-placeholder {
      color: #222; }
    #footer.simple.-light form input::-moz-placeholder {
      color: #222; }
    #footer.simple.-light form input:-ms-input-placeholder {
      color: #222; }
    #footer.simple.-light form input::-ms-input-placeholder {
      color: #222; }
    #footer.simple.-light form input::placeholder {
      color: #222; }
    #footer.simple.-light form input:focus {
      border-color: #222; }

@media only screen and (max-width: 1024px) {
  #footer.simple form {
    max-width: 100%;
    width: auto; } }
@media only screen and (max-width: 576px) {
  #footer.simple form p {
    margin-bottom: 0; }
  #footer.simple .copyright,
  #footer.simple .footer-form-wrap {
    text-align: center; }
  #footer.simple .copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    #footer.simple .copyright:not(:last-child) {
      margin-top: 20px; } }
#footer.classic {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #footer.classic::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    z-index: -1; }
  #footer.classic .footer-simple-title {
    margin-top: 200px;
    max-width: 780px;
    color: #ffffff;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.3; }
  #footer.classic .info .title {
    color: #f2f2f2;
    font-size: 18px;
    font-weight: bold; }
  #footer.classic .info .text {
    margin-top: 35px;
    color: #f2f2f2;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3; }
  #footer.classic .footer-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 200px; }
    #footer.classic .footer-contacts .info {
      max-width: 300px; }
      #footer.classic .footer-contacts .info:not(:last-of-type) {
        margin-right: 65px; }
  #footer.classic .contacts-wrap {
    padding: 0 100px 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #footer.classic .socials-wrap {
    padding: 100px 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 33%;
    background-color: #000000; }
    #footer.classic .socials-wrap .info {
      margin-bottom: 10px; }
      #footer.classic .socials-wrap .info:last-child {
        margin-bottom: 0; }
  #footer.classic .social-title {
    margin-bottom: 60px;
    color: #f2f2f2;
    font-size: 18px;
    font-weight: bold; }
  #footer.classic .social {
    color: #f2f2f2;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease; }
    #footer.classic .social:hover {
      color: #888888; }

@media only screen and (max-width: 1200px) {
  #footer.classic .socials-wrap {
    padding: 50px; }
  #footer.classic .contacts-wrap {
    padding: 0 50px 50px; }
  #footer.classic .footer-simple-title {
    margin-top: 70px; }
  #footer.classic .footer-contacts {
    margin-top: 120px; }
  #footer.classic .social-title {
    margin-bottom: 45px; } }
@media only screen and (max-width: 1024px) {
  #footer.classic .socials-wrap {
    padding: 30px; }
  #footer.classic .contacts-wrap {
    padding: 0 30px 30px; }
  #footer.classic .footer-simple-title {
    font-size: 32px; }
  #footer.classic .social {
    font-size: 28px; }
  #footer.classic .social-title {
    margin-bottom: 35px; } }
@media only screen and (max-width: 768px) {
  #footer.classic {
    min-height: auto; }
    #footer.classic .socials-wrap {
      padding: 30px 15px 20px;
      width: 43%; }
    #footer.classic .contacts-wrap {
      padding: 0 15px 30px; }
    #footer.classic .footer-simple-title {
      margin-top: 50px;
      font-size: 27px; }
    #footer.classic .footer-contacts {
      margin-top: 70px; }
      #footer.classic .footer-contacts .info:not(:last-of-type) {
        margin-right: 20px; }
    #footer.classic .social {
      font-size: 18px; }
    #footer.classic .social-title {
      margin-bottom: 25px;
      font-size: 16px; }
    #footer.classic .info {
      max-width: 230px; }
      #footer.classic .info .title {
        font-size: 16px; }
      #footer.classic .info .text {
        margin-top: 20px;
        font-size: 18px; } }
@media only screen and (max-width: 576px) {
  #footer.classic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #footer.classic .socials-wrap {
      width: 100%;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
    #footer.classic .footer-simple-title {
      margin-top: 30px;
      font-size: 22px;
      max-width: 100%; }
    #footer.classic .footer-contacts {
      margin-top: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #footer.classic .footer-contacts .info {
        max-width: 100%; }
        #footer.classic .footer-contacts .info:not(:last-of-type) {
          margin-right: 0;
          margin-bottom: 20px; }
        #footer.classic .footer-contacts .info .text {
          margin-top: 15px; } }
#footer.modern {
  background-color: #f8f6f5; }
  #footer.modern .inner-wrap {
    max-width: 1595px;
    margin: 0 auto;
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #footer.modern .footer-bottom {
    width: 33.3333%; }
    #footer.modern .footer-bottom-logo {
      text-align: center; }
      #footer.modern .footer-bottom-logo .footer-item {
        max-width: 120px;
        margin: 0 auto; }
      #footer.modern .footer-bottom-logo img {
        display: block;
        max-width: 100%;
        height: auto; }
    #footer.modern .footer-bottom-phone {
      text-align: right; }
  #footer.modern .title {
    color: #b9a893;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px; }
  #footer.modern .text {
    margin-top: 15px;
    color: var(--c-aditional);
    font-size: 24px;
    font-style: italic;
    letter-spacing: 1px; }

@media only screen and (max-width: 1600px) {
  #footer.modern .inner-wrap {
    max-width: 1170px; } }
@media only screen and (max-width: 1200px) {
  #footer.modern .inner-wrap {
    padding: 30px 0;
    max-width: 1050px; } }
@media only screen and (max-width: 1024px) {
  #footer.modern .inner-wrap {
    max-width: 100%;
    padding: 30px; }
  #footer.modern .footer-bottom-logo .footer-item {
    max-width: 80px; }
  #footer.modern .text {
    margin-top: 10px;
    font-size: 20px; } }
@media only screen and (max-width: 768px) {
  #footer.modern .footer-bottom-logo {
    width: 20%; }
  #footer.modern .footer-bottom-address, #footer.modern .footer-bottom-phone {
    width: 40%; }
  #footer.modern .text {
    font-size: 18px; } }
@media only screen and (max-width: 576px) {
  #footer.modern .inner-wrap {
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  #footer.modern .footer-bottom {
    width: 100%;
    text-align: left; }
    #footer.modern .footer-bottom-logo {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    #footer.modern .footer-bottom-address {
      margin-top: 25px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    #footer.modern .footer-bottom-phone {
      margin-top: 25px;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
  #footer.modern .text {
    font-size: 18px; } }
#footer [class*='sidebar-'] ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  #footer [class*='sidebar-'] ul li:not(:last-child) {
    margin-bottom: 10px; }
  #footer [class*='sidebar-'] ul li li {
    margin-left: 10px; }
  #footer [class*='sidebar-'] ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #footer [class*='sidebar-'] ul li a:hover {
      text-decoration: none;
      color: #fff;
      opacity: 1; }
#footer [class*='sidebar-'].widget_recent_entries li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px; }
  #footer [class*='sidebar-'].widget_recent_entries li .post-date {
    font-size: 10px;
    color: #fd8558;
    font-weight: bold;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-transform: uppercase; }
  #footer [class*='sidebar-'].widget_recent_entries li > a {
    display: inline-block;
    font-weight: 600; }
    #footer [class*='sidebar-'].widget_recent_entries li > a:not(:hover) {
      color: #aaa; }
#footer [class*='sidebar-'] h5,
#footer [class*='sidebar-'] h4,
#footer [class*='sidebar-'] .insta-title {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600; }
  #footer [class*='sidebar-'] h5 a.rsswidget,
  #footer [class*='sidebar-'] h4 a.rsswidget,
  #footer [class*='sidebar-'] .insta-title a.rsswidget {
    opacity: 1; }
#footer [class*='sidebar-'].sidebar-item--title-h4 h4,
#footer [class*='sidebar-'].sidebar-item--title-h4 .insta-title {
  font-size: 26px;
  font-weight: 700; }
#footer [class*='sidebar-'] a, #footer [class*='sidebar-'] label, #footer [class*='sidebar-'] p, #footer [class*='sidebar-'] strong, #footer [class*='sidebar-'] span, #footer [class*='sidebar-'] caption, #footer [class*='sidebar-'] .rssSummary {
  color: #999;
  text-decoration: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  line-height: 2; }
#footer [class*='sidebar-'] .rsswidget {
  padding-right: 10px; }
#footer [class*='sidebar-'] a:hover {
  color: #fff; }
#footer [class*='sidebar-'] .images-wrap {
  margin: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px; }
  #footer [class*='sidebar-'] .images-wrap a {
    width: 83px;
    padding-bottom: 83px;
    margin: 5px;
    display: block; }
#footer [class*='sidebar-'] .instagram-text {
  display: none; }
#footer [class*='sidebar-'] img {
  max-width: 100%;
  height: auto; }
#footer [class*='sidebar-'] .textwidget p {
  margin-bottom: 0;
  word-break: break-word; }
#footer [class*='sidebar-'] a.rsswidget, #footer [class*='sidebar-'].widget_rss cite {
  color: #fff; }
#footer [class*='sidebar-'] a.rsswidget:hover {
  opacity: .7; }
#footer [class*='sidebar-'] select {
  color: #222;
  width: 100%; }
#footer [class*='sidebar-'].widget_product_search .searchform, #footer [class*='sidebar-'].widget_search .searchform {
  position: relative; }
#footer [class*='sidebar-'].widget_product_search input[type="search"],
#footer [class*='sidebar-'].widget_product_search input[type="text"], #footer [class*='sidebar-'].widget_search input[type="search"],
#footer [class*='sidebar-'].widget_search input[type="text"] {
  background-color: transparent;
  padding: 11px 15px;
  width: 100%; }
#footer [class*='sidebar-'].widget_product_search input[type="submit"], #footer [class*='sidebar-'].widget_search input[type="submit"] {
  background: transparent;
  border: 0;
  color: transparent;
  text-indent: -999px;
  overflow: hidden;
  width: 50px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  outline: none; }
  #footer [class*='sidebar-'].widget_product_search input[type="submit"]:hover, #footer [class*='sidebar-'].widget_search input[type="submit"]:hover {
    opacity: 1; }
#footer .widget_calendar table {
  width: 100%;
  text-align: center;
  color: #fff; }
#footer .widget_calendar caption {
  text-align: center; }
#footer .widget_calendar td,
#footer .widget_calendar th {
  border: 1px solid #888;
  padding: 3px; }
#footer .widget_calendar td {
  color: #888; }
#footer.-light [class*='sidebar-'] ul li a:hover {
  color: #222; }
#footer.-light [class*='sidebar-'].widget_recent_entries li .post-date {
  color: #fd8558; }
#footer.-light [class*='sidebar-'].widget_recent_entries li > a:not(:hover) {
  color: #222; }
#footer.-light [class*='sidebar-'] h5,
#footer.-light [class*='sidebar-'] h4,
#footer.-light [class*='sidebar-'] .insta-title {
  color: #222; }
#footer.-light [class*='sidebar-'] a, #footer.-light [class*='sidebar-'] label, #footer.-light [class*='sidebar-'] p, #footer.-light [class*='sidebar-'] strong, #footer.-light [class*='sidebar-'] span, #footer.-light [class*='sidebar-'] caption, #footer.-light [class*='sidebar-'] .rssSummary {
  color: #999; }
#footer.-light [class*='sidebar-'] a:hover {
  color: #222; }
#footer.-light [class*='sidebar-'] a.rsswidget, #footer.-light [class*='sidebar-'].widget_rss cite {
  color: #222; }
#footer.-light [class*='sidebar-'] select {
  color: #222; }
#footer.-light .widget_calendar table {
  color: #222; }

@media (max-width: 991px) {
  #footer .sidebar-item[class*='sidebar-'].sidebar-item--title-h4 h4,
  #footer .sidebar-item[class*='sidebar-'].sidebar-item--title-h4 .insta-title {
    font-size: 20px; } }
@media (max-width: 767px) {
  #footer .sidebar-item[class*='sidebar-'] ul li {
    margin-bottom: 5px; }
  #footer .sidebar-item[class*='sidebar-'] h5,
  #footer .sidebar-item[class*='sidebar-'] .insta-title {
    margin-bottom: 20px; } }
@media (max-width: 575px) {
  #footer .sidebar-item[class*='sidebar-'] {
    min-width: auto;
    width: 100%;
    max-width: 400px; }
    #footer .sidebar-item[class*='sidebar-'] .images-wrap {
      max-width: 280px; } }
#footer.creative {
  background-color: var(--c-aditional); }
  #footer.creative .footer-top-wrap {
    padding: 100px 0 90px; }
    #footer.creative .footer-top-wrap:not(:last-child) {
      padding-bottom: 50px; }
  #footer.creative .sidebar-item[class*='sidebar-'] {
    margin-bottom: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: -webkit-calc((100% - 299px) / 2);
    min-width: calc((100% - 299px) / 2); }
    #footer.creative .sidebar-item[class*='sidebar-'].SativakaInstagramWidget {
      min-width: 299px; }
  #footer.creative .footer-bottom-wrap {
    padding: 30px 0; }
  #footer.creative .footer-menu ul {
    margin: -5px -10px; }
    #footer.creative .footer-menu ul li {
      display: inline-block;
      margin: 5px 10px; }
      #footer.creative .footer-menu ul li a {
        color: #999;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none; }
        #footer.creative .footer-menu ul li a:hover {
          color: #fff; }
  #footer.creative .copyright {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; }
    #footer.creative .copyright a {
      color: #fff;
      text-decoration: none; }
      #footer.creative .copyright a:hover {
        color: #999; }
  #footer.creative .footer-info {
    width: 28%;
    padding-left: 15px;
    padding-right: 15px; }
    #footer.creative .footer-info--mobile {
      display: none; }
    #footer.creative .footer-info .footer-title {
      font-size: 30px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 24px; }
    #footer.creative .footer-info .footer-description {
      color: #999;
      font-size: 14px;
      font-weight: 500;
      line-height: 26px; }
      #footer.creative .footer-info .footer-description a {
        color: #fff;
        text-decoration: none; }
        #footer.creative .footer-info .footer-description a:hover {
          color: #999; }
  #footer.creative .footer-widget {
    width: 72%;
    padding-left: 70px;
    margin-bottom: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #footer.creative.-light .footer-menu ul li a:hover {
    color: #222; }
  #footer.creative.-light .copyright a {
    color: #222; }
    #footer.creative.-light .copyright a:hover {
      color: #999; }
  #footer.creative.-light .footer-info .footer-title {
    color: #222; }
  #footer.creative.-light .footer-info .footer-description a {
    color: #222; }
    #footer.creative.-light .footer-info .footer-description a:hover {
      color: #999; }

@media (max-width: 1200px) {
  #footer.creative .footer-top-wrap {
    padding: 80px 0 70px; }
    #footer.creative .footer-top-wrap:not(:last-child) {
      padding-bottom: 40px; }
  #footer.creative .footer-info {
    width: 25%; }
  #footer.creative .footer-widget {
    width: 75%;
    padding-left: 40px;
    margin-bottom: -40px; } }
@media (max-width: 991px) {
  #footer.creative .footer-top-wrap {
    padding: 60px 0 50px; }
    #footer.creative .footer-top-wrap:not(:last-child) {
      padding-bottom: 30px; }
  #footer.creative .footer-info {
    width: 100%;
    margin-bottom: 25px; }
  #footer.creative .footer-widget {
    width: 100%;
    padding-left: 0;
    margin-bottom: -35px; }
  #footer.creative .sidebar-item[class*='sidebar-'] {
    min-width: 33.33%;
    margin-bottom: 35px; }
    #footer.creative .sidebar-item[class*='sidebar-'].SativakaInstagramWidget {
      min-width: 33.33%; } }
@media (max-width: 767px) {
  #footer.creative .footer-info {
    width: 50%;
    margin-bottom: 30px; }
    #footer.creative .footer-info--desktop {
      display: none; }
    #footer.creative .footer-info--mobile {
      display: block; }
    #footer.creative .footer-info:not(:last-child) {
      margin-bottom: 30px; }
    #footer.creative .footer-info .footer-title {
      margin-bottom: 20px; }
  #footer.creative .footer-widget {
    width: 100%;
    margin-bottom: -30px; }
  #footer.creative .sidebar-item[class*='sidebar-'] {
    min-width: 50%;
    margin-bottom: 30px; }
    #footer.creative .sidebar-item[class*='sidebar-'].SativakaInstagramWidget {
      min-width: 50%; } }
@media (max-width: 575px) {
  #footer.creative .footer-top-wrap {
    padding: 30px 0 25px; }
    #footer.creative .footer-top-wrap:not(:last-child) {
      padding-bottom: 25px; }
  #footer.creative .footer-info {
    width: 100%;
    max-width: 400px; }
  #footer.creative .footer-widget {
    display: block; }
  #footer.creative .footer-menu {
    text-align: left; }
    #footer.creative .footer-menu:not(:last-child) {
      margin-bottom: 15px; }
  #footer.creative .copyright {
    text-align: left; } }
#footer.center {
  background-color: var(--c-aditional);
  padding: 100px 0;
  text-align: center;
  overflow: hidden; }
  #footer.center .footer-bg {
    -webkit-text-stroke: 1px #2d2d2d;
    font-size: 20vw;
    font-weight: bold;
    color: transparent;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 100px; }
    #footer.center .footer-bg ~ * {
      position: relative; }
  #footer.center .socials-wrap {
    margin-top: 30px; }
    #footer.center .socials-wrap ul {
      list-style-type: none;
      font-size: 0;
      margin: -5px; }
    #footer.center .socials-wrap li {
      margin: 5px;
      display: inline-block; }
      #footer.center .socials-wrap li a {
        width: 60px;
        height: 60px;
        display: block;
        line-height: 60px;
        background-color: #303030;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 14px;
        color: #878787;
        text-decoration: none; }
        #footer.center .socials-wrap li a:hover {
          color: #fff;
          background-color: #fd8558; }
  #footer.center .footer-text {
    font-size: 14px;
    color: #7f7f7f; }
    #footer.center .footer-text h1,
    #footer.center .footer-text h2,
    #footer.center .footer-text h3,
    #footer.center .footer-text h4,
    #footer.center .footer-text h5,
    #footer.center .footer-text h6 {
      color: #fff;
      margin-bottom: 12px; }
    #footer.center .footer-text h1 {
      font-size: 60px; }
    #footer.center .footer-text h2 {
      font-size: 50px; }
    #footer.center .footer-text h3 {
      font-size: 40px; }
    #footer.center .footer-text a {
      text-decoration: none;
      color: #7f7f7f;
      font-weight: 600; }
      #footer.center .footer-text a:hover {
        color: #fd8558; }
    #footer.center .footer-text p {
      margin-bottom: 0; }
  #footer.center.-light .footer-bg {
    -webkit-text-stroke: 1px #888; }
  #footer.center.-light .socials-wrap li a {
    background-color: #fff;
    color: #222; }
    #footer.center.-light .socials-wrap li a:hover {
      color: #fff;
      background-color: #fd8558; }
  #footer.center.-light .footer-text {
    color: #222; }
    #footer.center.-light .footer-text h1,
    #footer.center.-light .footer-text h2,
    #footer.center.-light .footer-text h3,
    #footer.center.-light .footer-text h4,
    #footer.center.-light .footer-text h5,
    #footer.center.-light .footer-text h6 {
      color: #222; }
    #footer.center.-light .footer-text a {
      color: #222; }
      #footer.center.-light .footer-text a:hover {
        color: #fd8558; }

@media (max-width: 991px) {
  #footer.center {
    padding: 80px 0; }
    #footer.center .footer-bg {
      font-size: 50vw; } }
@media (max-width: 767px) {
  #footer.center {
    padding: 50px 0; }
    #footer.center .socials-wrap li a {
      width: 40px;
      height: 40px;
      line-height: 40px; } }
#footer.construct {
  position: relative;
  padding: 65px 0;
  overflow: hidden;
  background-size: cover; }
  #footer.construct .footer_overlay {
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  #footer.construct .container {
    max-width: 1200px; }
    #footer.construct .container .footer_top {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px; }
      #footer.construct .container .footer_top .widget_nav_menu {
        padding: 0 20px 0 0;
        box-sizing: border-box;
        max-width: none;
        flex: auto; }
      #footer.construct .container .footer_top h4 {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 30px; }
      #footer.construct .container .footer_top ul {
        padding: 0; }
        #footer.construct .container .footer_top ul li {
          margin-left: 0;
          margin-bottom: 0; }
          #footer.construct .container .footer_top ul li a {
            opacity: 0.6;
            font-size: 15px;
            line-height: 1.73;
            color: #ffffff;
            transition: .5s;
            margin-bottom: 11px;
            display: table; }
            #footer.construct .container .footer_top ul li a:hover {
              color: var(--c-primary);
              opacity: 1; }
    #footer.construct .container .light_hr {
      border: none;
      height: 1px;
      opacity: .1;
      background-color: #fff; }
    #footer.construct .container .footer_bottom {
      display: flex;
      margin-top: 45px; }
      #footer.construct .container .footer_bottom .footer_text {
        width: 50%; }
        #footer.construct .container .footer_bottom .footer_text .footer-text {
          font-size: 26px;
          font-weight: bold;
          color: #ffffff; }
          #footer.construct .container .footer_bottom .footer_text .footer-text i {
            color: var(--c-primary);
            font-style: normal; }
      #footer.construct .container .footer_bottom .footer_form {
        width: 50%;
        padding-left: 15px; }
        #footer.construct .container .footer_bottom .footer_form h3 {
          font-size: 20px;
          font-weight: bold;
          color: #ffffff; }
        #footer.construct .container .footer_bottom .footer_form form p {
          display: flex;
          margin: 0;
          align-items: flex-end; }
          #footer.construct .container .footer_bottom .footer_form form p .ajax-loader {
            display: none; }
          #footer.construct .container .footer_bottom .footer_form form p .wpcf7-form-control-wrap {
            width: 100%; }
        #footer.construct .container .footer_bottom .footer_form input:not([type="submit"]) {
          border: none;
          margin-right: 15px;
          max-width: 500px;
          width: 97%;
          border-bottom: 2px solid rgba(255, 255, 255, 0.4);
          background-color: #ffffff00;
          font-size: 15px;
          line-height: 1.73;
          color: #fff;
          padding: 12px 0;
          outline-width: 0; }
          #footer.construct .container .footer_bottom .footer_form input:not([type="submit"])::placeholder {
            opacity: .95; }
        #footer.construct .container .footer_bottom .footer_form ul {
          margin: 15px 0 0 0;
          padding: 0;
          display: flex; }
          #footer.construct .container .footer_bottom .footer_form ul li {
            margin: 5px 20px 0 0;
            list-style: none; }
            #footer.construct .container .footer_bottom .footer_form ul li a {
              opacity: 0.5;
              font-size: 14px;
              line-height: 1.71;
              color: #ffffff;
              text-decoration: none;
              transition: .5s; }
              #footer.construct .container .footer_bottom .footer_form ul li a:hover {
                opacity: 1; }
  #footer.construct .socials-wrap {
    margin-top: 20px; }
    #footer.construct .socials-wrap ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style-type: none; }
    #footer.construct .socials-wrap li {
      margin-right: 20px;
      margin-bottom: 30px;
      margin-left: 5px; }
      #footer.construct .socials-wrap li a {
        font-size: 16px;
        color: #fff;
        text-decoration: none; }
        #footer.construct .socials-wrap li a:hover {
          color: var(--c-primary); }
  #footer.construct .footer-bg {
    font-size: 14px;
    line-height: 1.71;
    color: #888888; }
    #footer.construct .footer-bg a {
      color: #fff; }

@media (max-width: 1300px) {
  #footer.construct {
    padding: 80px 40px; } }
@media (max-width: 991px) {
  #footer.construct .container .footer_top {
    flex-wrap: wrap; }
    #footer.construct .container .footer_top .widget_nav_menu {
      max-width: 50%; }
      #footer.construct .container .footer_top .widget_nav_menu h4 {
        margin-top: 30px;
        margin-bottom: 10px; }
  #footer.construct .container .footer_bottom .footer_text .footer-text {
    font-size: 22px; } }
@media (max-width: 767px) {
  #footer.construct {
    padding: 50px 20px; }
    #footer.construct .container .light_hr {
      margin: 0 0 15px; }
    #footer.construct .container .footer_top {
      margin-bottom: 0; }
      #footer.construct .container .footer_top .widget_nav_menu {
        margin-bottom: 10px; }
        #footer.construct .container .footer_top .widget_nav_menu h4 {
          margin-top: 0; }
      #footer.construct .container .footer_top ul li a {
        margin-bottom: 5px; }
    #footer.construct .container .footer_bottom {
      margin-top: 0;
      flex-wrap: wrap; }
      #footer.construct .container .footer_bottom .footer_text {
        width: 100%; }
      #footer.construct .container .footer_bottom .footer_form {
        width: 100%;
        padding-left: 0;
        margin-top: 20px; }
    #footer.construct .socials-wrap {
      margin-top: 5px; }
      #footer.construct .socials-wrap li {
        margin-bottom: 5px; } }
@media (max-width: 425px) {
  #footer.construct {
    padding: 20px 0; }
    #footer.construct .container .footer_top .widget_nav_menu {
      max-width: 100%; }
    #footer.construct .container .footer_bottom .footer_form form p input[type=submit] {
      padding: 8px 15px; } }
.main-wrapper.footer-parallax {
  background-color: #fff;
  position: relative;
  z-index: 3; }

#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2; }
  #footer.footer-parallax {
    position: fixed; }
  #footer.fix-bottom {
    position: fixed;
    background-color: transparent; }

/*# sourceMappingURL=footer.css.map */
