/*------------------------------------------------------*/
/*------------------------ FOOTER ---------------------*/
#footer.simple {
  padding: 30px 15px;
  background-color: var(--dark-color);
}
#footer.simple.no-footer {
  padding: 0;
}
#footer.simple .copyright {
  color: var(--grey-color);
  font-size: 15px;
}
#footer.simple .copyright a {
  text-decoration: none;
  color: var(--grey-color);
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}
#footer.simple .copyright a:hover {
  color: var(--light-color);
}
#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: var(--light-color);
  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: var(--light-color);
  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: var(--light-color);
}
#footer.simple form input::-moz-placeholder {
  color: var(--light-color);
}
#footer.simple form input:-ms-input-placeholder {
  color: var(--light-color);
}
#footer.simple form input::-ms-input-placeholder {
  color: var(--light-color);
}
#footer.simple form input::placeholder {
  color: var(--light-color);
}
#footer.simple form input:focus {
  border-color: var(--light-color);
}
#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: var(--grey-color);
  margin-left: auto;
}
#footer.simple.-light .copyright {
  color: var(--dark-color);
}
#footer.simple.-light .copyright a {
  color: var(--dark-color);
}
#footer.simple.-light .copyright a:hover {
  color: var(--grey-color);
}
#footer.simple.-light form .email::after {
  color: var(--dark-color);
}
#footer.simple.-light form input {
  color: var(--dark-color);
  border-color: rgba(34, 34, 34, 0.2);
}
#footer.simple.-light form input::-webkit-input-placeholder {
  color: var(--dark-color);
}
#footer.simple.-light form input::-moz-placeholder {
  color: var(--dark-color);
}
#footer.simple.-light form input:-ms-input-placeholder {
  color: var(--dark-color);
}
#footer.simple.-light form input::-ms-input-placeholder {
  color: var(--dark-color);
}
#footer.simple.-light form input::placeholder {
  color: var(--dark-color);
}
#footer.simple.-light form input:focus {
  border-color: var(--dark-color);
}
#footer .top-footer {
  width: 100%;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 20px;
}

@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;
  }
}
.main-wrapper.footer-parallax {
  background-color: var(--light-color);
  position: relative;
  z-index: 31;
}

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

#footer.information {
  background-image: radial-gradient(circle at 49% 42%, rgba(34, 34, 34, 0.9), var(--dark-color));
}
#footer.information .footer-menu {
  margin-bottom: 50px;
  text-align: left;
}
#footer.information .footer-menu ul {
  list-style: none;
}
#footer.information .footer-menu ul a {
  text-decoration: none;
  display: inline-block;
}
#footer.information .footer-menu .anchor-navigation {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px 0px 15px;
}
@media (max-width: 991px) {
  #footer.information .footer-menu .anchor-navigation {
    justify-content: space-around;
    padding: 0px 40px;
  }
}
@media (max-width: 450px) {
  #footer.information .footer-menu .anchor-navigation {
    padding: 0px;
  }
}
#footer.information .footer-menu .anchor-navigation .menu-item-has-children {
  width: 25%;
}
@media (max-width: 991px) {
  #footer.information .footer-menu .anchor-navigation .menu-item-has-children {
    padding: 0px 15px 20px;
    width: 50%;
  }
}
#footer.information .footer-menu .anchor-navigation .menu-item-has-children > a {
  font-size: 20px;
  font-weight: bold;
  color: var(--light-color);
  margin-bottom: 30px;
}
#footer.information .footer-menu .anchor-navigation .menu-item-has-children .sub-menu li a {
  opacity: 0.6;
  font-size: 15px;
  line-height: 1.73;
  color: var(--light-color);
  margin-bottom: 10px;
}
#footer.information .footer-menu .anchor-navigation .menu-item-has-children .sub-menu li a:hover {
  color: var(--green-color);
}
#footer.information .left-content-footer .footer-text {
  font-size: 26px;
  font-weight: bold;
  color: var(--light-color);
  max-width: 300px;
}
#footer.information .left-content-footer .footer-text i {
  color: var(--green-color);
  font-style: normal;
}
#footer.information .left-content-footer .socials-wrap ul {
  list-style: none;
  display: flex;
  margin: 25px 0;
}
#footer.information .left-content-footer .socials-wrap ul li a {
  color: var(--light-color);
  font-size: 20px;
  text-decoration: none;
  margin-right: 25px;
}
#footer.information .left-content-footer .copyright {
  font-size: 14px;
  line-height: 1.71;
  color: rgba(var(--light-color-a), 0.5);
  font-style: normal;
  text-align: left;
}
#footer.information .left-content-footer .copyright i {
  color: var(--grey-color);
}
#footer.information .left-content-footer .copyright a {
  color: rgba(var(--light-color-a), 0.5);
  text-decoration: none;
}
#footer.information .left-content-footer .copyright a:hover {
  color: var(--green-color);
}
#footer.information .right-content-footer .title-item {
  font-size: 20px;
  font-weight: bold;
  color: var(--light-color);
  font-style: normal;
  text-align: left;
  padding-top: 5px;
}
#footer.information .right-content-footer form {
  display: flex;
  padding: 15px 0px;
  /*------------------------------------------------------*/
  /*------------------------ FOOTER ---------------------*/
}
@media (max-width: 1024px) {
  #footer.information .right-content-footer form {
    margin-top: 10px;
    padding: 0px;
  }
}
#footer.information .right-content-footer form input:not([type="submit"]) {
  border: none;
  color: white;
  font-size: 15px;
  max-width: 300px;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid #ffffff1a;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  padding: 10px 0;
}
@media (max-width: 991px) {
  #footer.information .right-content-footer form input:not([type="submit"]) {
    margin-bottom: 10px;
  }
}
#footer.information .right-content-footer form input:not([type="submit"]):focus {
  border-color: white;
}
#footer.information .right-content-footer form input[type="submit"] {
  color: white;
  padding: 15px 33px;
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  position: relative;
  z-index: 1;
  background: var(--yellow-color);
  border: none;
  cursor: pointer;
  margin-left: 10px;
}
#footer.information .right-content-footer form div.wpcf7-mail-sent-ok {
  border: 2px solidvar(--green-color);
  color: var(--light-color);
}
#footer.information .right-content-footer form div.wpcf7-response-output {
  margin: 2em 0.5em 0em;
}
#footer.information .right-content-footer form #footer.simple {
  padding: 30px 15px;
  background-color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.simple.no-footer {
  padding: 0;
}
#footer.information .right-content-footer form #footer.simple .copyright {
  color: var(--grey-color);
  font-size: 15px;
}
#footer.information .right-content-footer form #footer.simple .copyright a {
  text-decoration: none;
  color: var(--grey-color);
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}
#footer.information .right-content-footer form #footer.simple .copyright a:hover {
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer.simple .col-xs-12:not(.col-sm-6) {
  width: 100%;
}
#footer.information .right-content-footer form #footer.simple .wpcf7 {
  display: inline-block;
}
#footer.information .right-content-footer form #footer.simple form {
  width: 400px;
}
#footer.information .right-content-footer form #footer.simple form .email {
  position: relative;
}
#footer.information .right-content-footer form #footer.simple form .email::after {
  content: "\f119";
  font-family: Ionicons, sans-serif;
  font-size: 20px;
  color: var(--light-color);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer.information .right-content-footer form #footer.simple form input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 10px 0;
  color: var(--light-color);
  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.information .right-content-footer form #footer.simple form input::-webkit-input-placeholder {
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer.simple form input::-moz-placeholder {
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer.simple form input:-ms-input-placeholder {
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer.simple form input::-ms-input-placeholder {
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer.simple form input::placeholder {
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer.simple form input:focus {
  border-color: var(--light-color);
}
#footer.information .right-content-footer form #footer.simple span.wpcf7-not-valid-tip {
  position: absolute;
}
#footer.information .right-content-footer form #footer.simple div.wpcf7-validation-errors, #footer.information .right-content-footer form #footer.simple div.wpcf7-acceptance-missing {
  border: 1px solid #eee;
  margin-top: 25px;
  max-width: 400px;
  color: var(--grey-color);
  margin-left: auto;
}
#footer.information .right-content-footer form #footer.simple.-light .copyright {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.simple.-light .copyright a {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.simple.-light .copyright a:hover {
  color: var(--grey-color);
}
#footer.information .right-content-footer form #footer.simple.-light form .email::after {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.simple.-light form input {
  color: var(--dark-color);
  border-color: rgba(34, 34, 34, 0.2);
}
#footer.information .right-content-footer form #footer.simple.-light form input::-webkit-input-placeholder {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.simple.-light form input::-moz-placeholder {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.simple.-light form input:-ms-input-placeholder {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.simple.-light form input::-ms-input-placeholder {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.simple.-light form input::placeholder {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.simple.-light form input:focus {
  border-color: var(--dark-color);
}
@media only screen and (max-width: 1024px) {
  #footer.information .right-content-footer form #footer.simple form {
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 576px) {
  #footer.information .right-content-footer form #footer.simple form p {
    margin-bottom: 0;
  }
  #footer.information .right-content-footer form #footer.simple .copyright,
  #footer.information .right-content-footer form #footer.simple .footer-form-wrap {
    text-align: center;
  }
  #footer.information .right-content-footer form #footer.simple .copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #footer.information .right-content-footer form #footer.simple .copyright:not(:last-child) {
    margin-top: 20px;
  }
}
#footer.information .right-content-footer form #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.information .right-content-footer form #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.information .right-content-footer form #footer.classic .footer-simple-title {
  margin-top: 200px;
  max-width: 780px;
  color: var(--light-color);
  font-size: 37px;
  font-weight: 600;
  line-height: 1.3;
}
#footer.information .right-content-footer form #footer.classic .info .title {
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
}
#footer.information .right-content-footer form #footer.classic .info .text {
  margin-top: 35px;
  color: #f2f2f2;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
#footer.information .right-content-footer form #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.information .right-content-footer form #footer.classic .footer-contacts .info {
  max-width: 300px;
}
#footer.information .right-content-footer form #footer.classic .footer-contacts .info:not(:last-of-type) {
  margin-right: 65px;
}
#footer.information .right-content-footer form #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.information .right-content-footer form #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: var(--black-color);
}
#footer.information .right-content-footer form #footer.classic .socials-wrap .info {
  margin-bottom: 10px;
}
#footer.information .right-content-footer form #footer.classic .socials-wrap .info:last-child {
  margin-bottom: 0;
}
#footer.information .right-content-footer form #footer.classic .social-title {
  margin-bottom: 60px;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
}
#footer.information .right-content-footer form #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.information .right-content-footer form #footer.classic .social:hover {
  color: var(--grey-color);
}
@media only screen and (max-width: 1200px) {
  #footer.information .right-content-footer form #footer.classic .socials-wrap {
    padding: 50px;
  }
  #footer.information .right-content-footer form #footer.classic .contacts-wrap {
    padding: 0 50px 50px;
  }
  #footer.information .right-content-footer form #footer.classic .footer-simple-title {
    margin-top: 70px;
  }
  #footer.information .right-content-footer form #footer.classic .footer-contacts {
    margin-top: 120px;
  }
  #footer.information .right-content-footer form #footer.classic .social-title {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer.information .right-content-footer form #footer.classic .socials-wrap {
    padding: 30px;
  }
  #footer.information .right-content-footer form #footer.classic .contacts-wrap {
    padding: 0 30px 30px;
  }
  #footer.information .right-content-footer form #footer.classic .footer-simple-title {
    font-size: 32px;
  }
  #footer.information .right-content-footer form #footer.classic .social {
    font-size: 28px;
  }
  #footer.information .right-content-footer form #footer.classic .social-title {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  #footer.information .right-content-footer form #footer.classic {
    min-height: auto;
  }
  #footer.information .right-content-footer form #footer.classic .socials-wrap {
    padding: 30px 15px 20px;
    width: 43%;
  }
  #footer.information .right-content-footer form #footer.classic .contacts-wrap {
    padding: 0 15px 30px;
  }
  #footer.information .right-content-footer form #footer.classic .footer-simple-title {
    margin-top: 50px;
    font-size: 27px;
  }
  #footer.information .right-content-footer form #footer.classic .footer-contacts {
    margin-top: 70px;
  }
  #footer.information .right-content-footer form #footer.classic .footer-contacts .info:not(:last-of-type) {
    margin-right: 20px;
  }
  #footer.information .right-content-footer form #footer.classic .social {
    font-size: 18px;
  }
  #footer.information .right-content-footer form #footer.classic .social-title {
    margin-bottom: 25px;
    font-size: 16px;
  }
  #footer.information .right-content-footer form #footer.classic .info {
    max-width: 230px;
  }
  #footer.information .right-content-footer form #footer.classic .info .title {
    font-size: 16px;
  }
  #footer.information .right-content-footer form #footer.classic .info .text {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  #footer.information .right-content-footer form #footer.classic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer.information .right-content-footer form #footer.classic .socials-wrap {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #footer.information .right-content-footer form #footer.classic .footer-simple-title {
    margin-top: 30px;
    font-size: 22px;
    max-width: 100%;
  }
  #footer.information .right-content-footer form #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.information .right-content-footer form #footer.classic .footer-contacts .info {
    max-width: 100%;
  }
  #footer.information .right-content-footer form #footer.classic .footer-contacts .info:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #footer.information .right-content-footer form #footer.classic .footer-contacts .info .text {
    margin-top: 15px;
  }
}
#footer.information .right-content-footer form #footer.modern {
  background-color: #f8f6f5;
}
#footer.information .right-content-footer form #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.information .right-content-footer form #footer.modern .footer-bottom {
  width: 33.3333%;
}
#footer.information .right-content-footer form #footer.modern .footer-bottom-logo {
  text-align: center;
}
#footer.information .right-content-footer form #footer.modern .footer-bottom-logo .footer-item {
  max-width: 120px;
  margin: 0 auto;
}
#footer.information .right-content-footer form #footer.modern .footer-bottom-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
#footer.information .right-content-footer form #footer.modern .footer-bottom-phone {
  text-align: right;
}
#footer.information .right-content-footer form #footer.modern .title {
  color: #b9a893;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
}
#footer.information .right-content-footer form #footer.modern .text {
  margin-top: 15px;
  color: var(--dark-color);
  font-size: 24px;
  font-style: italic;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1600px) {
  #footer.information .right-content-footer form #footer.modern .inner-wrap {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1200px) {
  #footer.information .right-content-footer form #footer.modern .inner-wrap {
    padding: 30px 0;
    max-width: 1050px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer.information .right-content-footer form #footer.modern .inner-wrap {
    max-width: 100%;
    padding: 30px;
  }
  #footer.information .right-content-footer form #footer.modern .footer-bottom-logo .footer-item {
    max-width: 80px;
  }
  #footer.information .right-content-footer form #footer.modern .text {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #footer.information .right-content-footer form #footer.modern .footer-bottom-logo {
    width: 20%;
  }
  #footer.information .right-content-footer form #footer.modern .footer-bottom-address, #footer.information .right-content-footer form #footer.modern .footer-bottom-phone {
    width: 40%;
  }
  #footer.information .right-content-footer form #footer.modern .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  #footer.information .right-content-footer form #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.information .right-content-footer form #footer.modern .footer-bottom {
    width: 100%;
    text-align: left;
  }
  #footer.information .right-content-footer form #footer.modern .footer-bottom-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #footer.information .right-content-footer form #footer.modern .footer-bottom-address {
    margin-top: 25px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #footer.information .right-content-footer form #footer.modern .footer-bottom-phone {
    margin-top: 25px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #footer.information .right-content-footer form #footer.modern .text {
    font-size: 18px;
  }
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] ul li:not(:last-child) {
  margin-bottom: 10px;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] ul li li {
  margin-left: 10px;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] ul li a:hover {
  text-decoration: none;
  color: var(--light-color);
  opacity: 1;
}
#footer.information .right-content-footer form #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.information .right-content-footer form #footer [class*='sidebar-'].widget_recent_entries li .post-date {
  font-size: 10px;
  color: var(--green-color);
  font-weight: bold;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-transform: uppercase;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'].widget_recent_entries li > a {
  display: inline-block;
  font-weight: 600;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'].widget_recent_entries li > a:not(:hover) {
  color: #aaa;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] h5,
#footer.information .right-content-footer form #footer [class*='sidebar-'] h4,
#footer.information .right-content-footer form #footer [class*='sidebar-'] .insta-title {
  color: var(--light-color);
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] h5 a.rsswidget,
#footer.information .right-content-footer form #footer [class*='sidebar-'] h4 a.rsswidget,
#footer.information .right-content-footer form #footer [class*='sidebar-'] .insta-title a.rsswidget {
  opacity: 1;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'].sidebar-item--title-h4 h4,
#footer.information .right-content-footer form #footer [class*='sidebar-'].sidebar-item--title-h4 .insta-title {
  font-size: 26px;
  font-weight: 700;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] a, #footer.information .right-content-footer form #footer [class*='sidebar-'] label, #footer.information .right-content-footer form #footer [class*='sidebar-'] p, #footer.information .right-content-footer form #footer [class*='sidebar-'] strong, #footer.information .right-content-footer form #footer [class*='sidebar-'] span, #footer.information .right-content-footer form #footer [class*='sidebar-'] caption, #footer.information .right-content-footer form #footer [class*='sidebar-'] .rssSummary {
  color: #999;
  text-decoration: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  line-height: 2;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] .rsswidget {
  padding-right: 10px;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] a:hover {
  color: var(--light-color);
}
#footer.information .right-content-footer form #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.information .right-content-footer form #footer [class*='sidebar-'] .images-wrap a {
  width: 83px;
  padding-bottom: 83px;
  margin: 5px;
  display: block;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] .instagram-text {
  display: none;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] img {
  max-width: 100%;
  height: auto;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] .textwidget p {
  margin-bottom: 0;
  word-break: break-word;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] a.rsswidget, #footer.information .right-content-footer form #footer [class*='sidebar-'].widget_rss cite {
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] a.rsswidget:hover {
  opacity: .7;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'] select {
  color: var(--dark-color);
  width: 100%;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'].widget_product_search .searchform, #footer.information .right-content-footer form #footer [class*='sidebar-'].widget_search .searchform {
  position: relative;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'].widget_product_search input[type="search"],
#footer.information .right-content-footer form #footer [class*='sidebar-'].widget_product_search input[type="text"], #footer.information .right-content-footer form #footer [class*='sidebar-'].widget_search input[type="search"],
#footer.information .right-content-footer form #footer [class*='sidebar-'].widget_search input[type="text"] {
  background-color: transparent;
  padding: 11px 15px;
  width: 100%;
}
#footer.information .right-content-footer form #footer [class*='sidebar-'].widget_product_search input[type="submit"], #footer.information .right-content-footer form #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.information .right-content-footer form #footer [class*='sidebar-'].widget_product_search input[type="submit"]:hover, #footer.information .right-content-footer form #footer [class*='sidebar-'].widget_search input[type="submit"]:hover {
  opacity: 1;
}
#footer.information .right-content-footer form #footer .widget_calendar table {
  width: 100%;
  text-align: center;
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer .widget_calendar caption {
  text-align: center;
}
#footer.information .right-content-footer form #footer .widget_calendar td,
#footer.information .right-content-footer form #footer .widget_calendar th {
  border: 1px solidvar(--grey-color);
  padding: 3px;
}
#footer.information .right-content-footer form #footer .widget_calendar td {
  color: var(--grey-color);
}
#footer.information .right-content-footer form #footer.-light [class*='sidebar-'] ul li a:hover {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.-light [class*='sidebar-'].widget_recent_entries li .post-date {
  color: var(--green-color);
}
#footer.information .right-content-footer form #footer.-light [class*='sidebar-'].widget_recent_entries li > a:not(:hover) {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.-light [class*='sidebar-'] h5,
#footer.information .right-content-footer form #footer.-light [class*='sidebar-'] h4,
#footer.information .right-content-footer form #footer.-light [class*='sidebar-'] .insta-title {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.-light [class*='sidebar-'] a, #footer.information .right-content-footer form #footer.-light [class*='sidebar-'] label, #footer.information .right-content-footer form #footer.-light [class*='sidebar-'] p, #footer.information .right-content-footer form #footer.-light [class*='sidebar-'] strong, #footer.information .right-content-footer form #footer.-light [class*='sidebar-'] span, #footer.information .right-content-footer form #footer.-light [class*='sidebar-'] caption, #footer.information .right-content-footer form #footer.-light [class*='sidebar-'] .rssSummary {
  color: #999;
}
#footer.information .right-content-footer form #footer.-light [class*='sidebar-'] a:hover {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.-light [class*='sidebar-'] a.rsswidget, #footer.information .right-content-footer form #footer.-light [class*='sidebar-'].widget_rss cite {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.-light [class*='sidebar-'] select {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.-light .widget_calendar table {
  color: var(--dark-color);
}
@media (max-width: 991px) {
  #footer.information .right-content-footer form #footer .sidebar-item[class*='sidebar-'].sidebar-item--title-h4 h4,
  #footer.information .right-content-footer form #footer .sidebar-item[class*='sidebar-'].sidebar-item--title-h4 .insta-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #footer.information .right-content-footer form #footer .sidebar-item[class*='sidebar-'] ul li {
    margin-bottom: 5px;
  }
  #footer.information .right-content-footer form #footer .sidebar-item[class*='sidebar-'] h5,
  #footer.information .right-content-footer form #footer .sidebar-item[class*='sidebar-'] .insta-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  #footer.information .right-content-footer form #footer .sidebar-item[class*='sidebar-'] {
    min-width: auto;
    width: 100%;
    max-width: 400px;
  }
  #footer.information .right-content-footer form #footer .sidebar-item[class*='sidebar-'] .images-wrap {
    max-width: 280px;
  }
}
#footer.information .right-content-footer form #footer.creative {
  background-color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.creative .footer-top-wrap {
  padding: 100px 0 90px;
}
#footer.information .right-content-footer form #footer.creative .footer-top-wrap:not(:last-child) {
  padding-bottom: 50px;
}
#footer.information .right-content-footer form #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.information .right-content-footer form #footer.creative .sidebar-item[class*='sidebar-'].CurantisInstagramWidget {
  min-width: 299px;
}
#footer.information .right-content-footer form #footer.creative .footer-bottom-wrap {
  padding: 30px 0;
}
#footer.information .right-content-footer form #footer.creative .footer-menu ul {
  margin: -5px -10px;
}
#footer.information .right-content-footer form #footer.creative .footer-menu ul li {
  display: inline-block;
  margin: 5px 10px;
}
#footer.information .right-content-footer form #footer.creative .footer-menu ul li a {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
#footer.information .right-content-footer form #footer.creative .footer-menu ul li a:hover {
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer.creative .copyright {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
#footer.information .right-content-footer form #footer.creative .copyright a {
  color: var(--light-color);
  text-decoration: none;
}
#footer.information .right-content-footer form #footer.creative .copyright a:hover {
  color: #999;
}
#footer.information .right-content-footer form #footer.creative .footer-info {
  width: 28%;
  padding-left: 15px;
  padding-right: 15px;
}
#footer.information .right-content-footer form #footer.creative .footer-info--mobile {
  display: none;
}
#footer.information .right-content-footer form #footer.creative .footer-info .footer-title {
  font-size: 30px;
  color: var(--light-color);
  font-weight: bold;
  margin-bottom: 24px;
}
#footer.information .right-content-footer form #footer.creative .footer-info .footer-description {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
#footer.information .right-content-footer form #footer.creative .footer-info .footer-description a {
  color: var(--light-color);
  text-decoration: none;
}
#footer.information .right-content-footer form #footer.creative .footer-info .footer-description a:hover {
  color: #999;
}
#footer.information .right-content-footer form #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.information .right-content-footer form #footer.creative.-light .footer-menu ul li a:hover {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.creative.-light .copyright a {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.creative.-light .copyright a:hover {
  color: #999;
}
#footer.information .right-content-footer form #footer.creative.-light .footer-info .footer-title {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.creative.-light .footer-info .footer-description a {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.creative.-light .footer-info .footer-description a:hover {
  color: #999;
}
@media (max-width: 1200px) {
  #footer.information .right-content-footer form #footer.creative .footer-top-wrap {
    padding: 80px 0 70px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-top-wrap:not(:last-child) {
    padding-bottom: 40px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-info {
    width: 25%;
  }
  #footer.information .right-content-footer form #footer.creative .footer-widget {
    width: 75%;
    padding-left: 40px;
    margin-bottom: -40px;
  }
}
@media (max-width: 991px) {
  #footer.information .right-content-footer form #footer.creative .footer-top-wrap {
    padding: 60px 0 50px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-top-wrap:not(:last-child) {
    padding-bottom: 30px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-info {
    width: 100%;
    margin-bottom: 25px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-widget {
    width: 100%;
    padding-left: 0;
    margin-bottom: -35px;
  }
  #footer.information .right-content-footer form #footer.creative .sidebar-item[class*='sidebar-'] {
    min-width: 33.33%;
    margin-bottom: 35px;
  }
  #footer.information .right-content-footer form #footer.creative .sidebar-item[class*='sidebar-'].CurantisInstagramWidget {
    min-width: 33.33%;
  }
}
@media (max-width: 767px) {
  #footer.information .right-content-footer form #footer.creative .footer-info {
    width: 50%;
    margin-bottom: 30px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-info--desktop {
    display: none;
  }
  #footer.information .right-content-footer form #footer.creative .footer-info--mobile {
    display: block;
  }
  #footer.information .right-content-footer form #footer.creative .footer-info:not(:last-child) {
    margin-bottom: 30px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-info .footer-title {
    margin-bottom: 20px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-widget {
    width: 100%;
    margin-bottom: -30px;
  }
  #footer.information .right-content-footer form #footer.creative .sidebar-item[class*='sidebar-'] {
    min-width: 50%;
    margin-bottom: 30px;
  }
  #footer.information .right-content-footer form #footer.creative .sidebar-item[class*='sidebar-'].CurantisInstagramWidget {
    min-width: 50%;
  }
}
@media (max-width: 575px) {
  #footer.information .right-content-footer form #footer.creative .footer-top-wrap {
    padding: 30px 0 25px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-top-wrap:not(:last-child) {
    padding-bottom: 25px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-info {
    width: 100%;
    max-width: 400px;
  }
  #footer.information .right-content-footer form #footer.creative .footer-widget {
    display: block;
  }
  #footer.information .right-content-footer form #footer.creative .footer-menu {
    text-align: left;
  }
  #footer.information .right-content-footer form #footer.creative .footer-menu:not(:last-child) {
    margin-bottom: 15px;
  }
  #footer.information .right-content-footer form #footer.creative .copyright {
    text-align: left;
  }
}
#footer.information .right-content-footer form #footer.center {
  background-color: var(--dark-color);
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
#footer.information .right-content-footer form #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.information .right-content-footer form #footer.center .footer-bg ~ * {
  position: relative;
}
#footer.information .right-content-footer form #footer.center .socials-wrap {
  margin-top: 30px;
}
#footer.information .right-content-footer form #footer.center .socials-wrap ul {
  list-style-type: none;
  font-size: 0;
  margin: -5px;
}
#footer.information .right-content-footer form #footer.center .socials-wrap li {
  margin: 5px;
  display: inline-block;
}
#footer.information .right-content-footer form #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.information .right-content-footer form #footer.center .socials-wrap li a:hover {
  color: var(--light-color);
  background-color: var(--green-color);
}
#footer.information .right-content-footer form #footer.center .footer-text {
  font-size: 14px;
  color: #7f7f7f;
}
#footer.information .right-content-footer form #footer.center .footer-text h1,
#footer.information .right-content-footer form #footer.center .footer-text h2,
#footer.information .right-content-footer form #footer.center .footer-text h3,
#footer.information .right-content-footer form #footer.center .footer-text h4,
#footer.information .right-content-footer form #footer.center .footer-text h5,
#footer.information .right-content-footer form #footer.center .footer-text h6 {
  color: var(--light-color);
  margin-bottom: 12px;
}
#footer.information .right-content-footer form #footer.center .footer-text h1 {
  font-size: 60px;
}
#footer.information .right-content-footer form #footer.center .footer-text h2 {
  font-size: 50px;
}
#footer.information .right-content-footer form #footer.center .footer-text h3 {
  font-size: 40px;
}
#footer.information .right-content-footer form #footer.center .footer-text a {
  text-decoration: none;
  color: #7f7f7f;
  font-weight: 600;
}
#footer.information .right-content-footer form #footer.center .footer-text a:hover {
  color: var(--green-color);
}
#footer.information .right-content-footer form #footer.center .footer-text p {
  margin-bottom: 0;
}
#footer.information .right-content-footer form #footer.center.-light .footer-bg {
  -webkit-text-stroke: 1 pxvar(--grey-color);
}
#footer.information .right-content-footer form #footer.center.-light .socials-wrap li a {
  background-color: var(--light-color);
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.center.-light .socials-wrap li a:hover {
  color: var(--light-color);
  background-color: var(--green-color);
}
#footer.information .right-content-footer form #footer.center.-light .footer-text {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.center.-light .footer-text h1,
#footer.information .right-content-footer form #footer.center.-light .footer-text h2,
#footer.information .right-content-footer form #footer.center.-light .footer-text h3,
#footer.information .right-content-footer form #footer.center.-light .footer-text h4,
#footer.information .right-content-footer form #footer.center.-light .footer-text h5,
#footer.information .right-content-footer form #footer.center.-light .footer-text h6 {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.center.-light .footer-text a {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.center.-light .footer-text a:hover {
  color: var(--green-color);
}
@media (max-width: 991px) {
  #footer.information .right-content-footer form #footer.center {
    padding: 80px 0;
  }
  #footer.information .right-content-footer form #footer.center .footer-bg {
    font-size: 50vw;
  }
}
@media (max-width: 767px) {
  #footer.information .right-content-footer form #footer.center {
    padding: 50px 0;
  }
  #footer.information .right-content-footer form #footer.center .socials-wrap li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
#footer.information .right-content-footer form #footer.construct {
  background-color: var(--dark-color);
  padding: 100px 0;
  overflow: hidden;
}
#footer.information .right-content-footer form #footer.construct .footer-bg {
  -webkit-text-stroke: 1px #2d2d2d;
  font-size: 20vw;
  font-weight: bold;
  color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 100px;
  pointer-events: none;
}
#footer.information .right-content-footer form #footer.construct .footer-bg ~ * {
  position: relative;
}
#footer.information .right-content-footer form #footer.construct .footer-col {
  padding-left: 15px;
  padding-right: 15px;
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text {
  font-size: 14px;
  color: #7f7f7f;
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h1,
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h2,
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h3,
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h4,
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h5,
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h6 {
  color: var(--light-color);
  margin-bottom: 30px;
  margin-top: 10px;
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h1 {
  font-size: 60px;
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h2 {
  font-size: 50px;
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h3 {
  font-size: 40px;
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h4 {
  font-size: 35px;
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h5 {
  font-size: 26px;
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text h6 {
  font-size: 20px;
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text a {
  text-decoration: none;
  color: #7f7f7f;
  font-weight: 600;
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text a:hover {
  color: var(--green-color);
}
#footer.information .right-content-footer form #footer.construct .footer-col .footer-text p:last-child {
  margin-bottom: 0;
}
#footer.information .right-content-footer form #footer.construct .socials-wrap {
  margin-top: 20px;
}
#footer.information .right-content-footer form #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-left: -8px;
  margin-right: -8px;
  margin-bottom: -8px;
  list-style-type: none;
}
#footer.information .right-content-footer form #footer.construct .socials-wrap li {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
#footer.information .right-content-footer form #footer.construct .socials-wrap li a {
  font-size: 14px;
  color: #c2c2c2;
  text-decoration: none;
}
#footer.information .right-content-footer form #footer.construct .socials-wrap li a:hover {
  color: var(--green-color);
}
#footer.information .right-content-footer form #footer.construct .container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer.information .right-content-footer form #footer.construct .footer-col {
  width: 30%;
}
#footer.information .right-content-footer form #footer.construct .footer-widget {
  width: 70%;
  padding-left: 30px;
  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.information .right-content-footer form #footer.construct [class*='sidebar-'] {
  margin-bottom: 50px;
}
#footer.information .right-content-footer form #footer.construct.-light .footer-bg {
  -webkit-text-stroke: 1 pxvar(--grey-color);
}
#footer.information .right-content-footer form #footer.construct.-light .footer-col .footer-text {
  color: var(--grey-color);
}
#footer.information .right-content-footer form #footer.construct.-light .footer-col .footer-text h1,
#footer.information .right-content-footer form #footer.construct.-light .footer-col .footer-text h2,
#footer.information .right-content-footer form #footer.construct.-light .footer-col .footer-text h3,
#footer.information .right-content-footer form #footer.construct.-light .footer-col .footer-text h4,
#footer.information .right-content-footer form #footer.construct.-light .footer-col .footer-text h5,
#footer.information .right-content-footer form #footer.construct.-light .footer-col .footer-text h6 {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.construct.-light .footer-col .footer-text a {
  color: var(--grey-color);
}
#footer.information .right-content-footer form #footer.construct.-light .footer-col .footer-text a:hover {
  color: var(--green-color);
}
#footer.information .right-content-footer form #footer.construct.-light .socials-wrap li a {
  color: var(--dark-color);
}
#footer.information .right-content-footer form #footer.construct.-light .socials-wrap li a:hover {
  color: var(--green-color);
}
@media (max-width: 1200px) {
  #footer.information .right-content-footer form #footer.construct {
    padding: 80px 0;
  }
  #footer.information .right-content-footer form #footer.construct .footer-widget {
    margin-bottom: -40px;
  }
  #footer.information .right-content-footer form #footer.construct [class*='sidebar-'] {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  #footer.information .right-content-footer form #footer.construct {
    padding: 60px 0;
  }
  #footer.information .right-content-footer form #footer.construct .footer-bg {
    font-size: 40vw;
  }
  #footer.information .right-content-footer form #footer.construct .footer-widget {
    padding-left: 0;
    margin-bottom: -30px;
  }
  #footer.information .right-content-footer form #footer.construct [class*='sidebar-'] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #footer.information .right-content-footer form #footer.construct {
    padding: 50px 0;
  }
  #footer.information .right-content-footer form #footer.construct [class*='sidebar-'] {
    min-width: 50%;
  }
  #footer.information .right-content-footer form #footer.construct .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer.information .right-content-footer form #footer.construct .footer-col {
    margin-bottom: 30px;
  }
  #footer.information .right-content-footer form #footer.construct .footer-col,
  #footer.information .right-content-footer form #footer.construct .footer-widget {
    width: 100%;
  }
  #footer.information .right-content-footer form #footer.construct .sidebar-item {
    margin-bottom: 20px;
  }
}
#footer.information .right-content-footer form .main-wrapper.footer-parallax {
  background-color: var(--light-color);
  position: relative;
  z-index: 31;
}
#footer.information .right-content-footer form #footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 30;
}
#footer.information .right-content-footer form #footer.footer-parallax {
  position: fixed;
}
#footer.information .right-content-footer form #footer.fix-bottom {
  position: fixed;
  background-color: transparent;
}
#footer.information .right-content-footer form #footer.information {
  background-image: radial-gradient(circle at 49% 42%, rgba(34, 34, 34, 0.9), var(--dark-color));
  padding-bottom: 40px;
}
#footer.information .right-content-footer form #footer.information .footer-menu {
  padding: 80px 0 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ffffff1a;
  text-align: left;
}
#footer.information .right-content-footer form #footer.information .footer-menu ul {
  list-style: none;
}
#footer.information .right-content-footer form #footer.information .footer-menu ul a {
  text-decoration: none;
  display: inline-block;
}
#footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 15px;
}
@media (max-width: 991px) {
  #footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation {
    justify-content: space-around;
    padding: 0px 40px;
  }
}
@media (max-width: 450px) {
  #footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation {
    padding: 0px;
  }
}
#footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation .menu-item-has-children {
  width: 25%;
}
@media (max-width: 991px) {
  #footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation .menu-item-has-children {
    padding: 0px 15px 20px;
    width: 50%;
  }
}
@media (max-width: 450px) {
  #footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation .menu-item-has-children {
    width: 100%;
  }
}
#footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation .menu-item-has-children > a {
  font-size: 20px;
  font-weight: bold;
  color: var(--light-color);
  margin-bottom: 30px;
}
#footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation .menu-item-has-children .sub-menu li a {
  opacity: 0.6;
  font-size: 15px;
  line-height: 1.73;
  color: var(--light-color);
  margin-bottom: 10px;
}
#footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation .menu-item-has-children .sub-menu li a:hover {
  color: var(--green-color);
}
#footer.information .right-content-footer form #footer.information .left-content-footer .footer-text {
  font-size: 26px;
  font-weight: bold;
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer.information .left-content-footer .footer-text i {
  color: var(--green-color);
  font-style: normal;
}
#footer.information .right-content-footer form #footer.information .left-content-footer .socials-wrap ul {
  list-style: none;
  display: flex;
  margin: 30px 0;
}
#footer.information .right-content-footer form #footer.information .left-content-footer .socials-wrap ul li a {
  color: var(--light-color);
  font-size: 20px;
  text-decoration: none;
  margin-right: 25px;
}
#footer.information .right-content-footer form #footer.information .left-content-footer .copyright {
  font-size: 14px;
  line-height: 1.71;
  color: var(--light-color);
  font-style: normal;
  text-align: left;
}
#footer.information .right-content-footer form #footer.information .left-content-footer .copyright i {
  color: var(--grey-color);
}
#footer.information .right-content-footer form #footer.information .left-content-footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}
#footer.information .right-content-footer form #footer.information .right-content-footer .title-item {
  font-size: 20px;
  font-weight: bold;
  color: var(--light-color);
  font-style: normal;
  text-align: left;
  padding-top: 5px;
}
#footer.information .right-content-footer form #footer.information .right-content-footer form {
  display: flex;
}
#footer.information .right-content-footer form #footer.information .right-content-footer form input:not([type="submit"]) {
  border: none;
  color: white;
  font-size: 15px;
  max-width: 300px;
  width: 100%;
  margin-bottom: 25px;
  background: transparent;
  border-bottom: 2px solid #ffffff1a;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  padding: 10px 0;
}
#footer.information .right-content-footer form #footer.information .right-content-footer form input:not([type="submit"]):focus {
  border-color: white;
}
#footer.information .right-content-footer form #footer.information .right-content-footer form input[type="submit"] {
  color: white;
  padding: 15px 33px;
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  position: relative;
  z-index: 1;
  background: var(--yellow-color);
  border: none;
  cursor: pointer;
  margin-left: 10px;
}
#footer.information .right-content-footer form #footer.information .right-content-footer form div.wpcf7-mail-sent-ok {
  border: 2px solidvar(--green-color);
  color: var(--light-color);
}
#footer.information .right-content-footer form #footer.information .right-content-footer form div.wpcf7-response-output {
  margin: 2em 0.5em 0em;
}
@media (max-width: 991px) {
  #footer.information .right-content-footer form #footer.information .right-content-footer form div.wpcf7-response-output {
    margin: 0em 0.5em 1.5em;
  }
}
#footer.information .right-content-footer form #footer.information .footer-bottom-menu {
  padding-left: 0px;
}
#footer.information .right-content-footer form #footer.information .footer-bottom-menu .menu {
  display: flex;
}
#footer.information .right-content-footer form #footer.information .footer-bottom-menu .menu .menu-item {
  margin: 5px 20px 0 0;
  list-style: none;
}
#footer.information .right-content-footer form #footer.information .footer-bottom-menu .menu .menu-item a {
  opacity: 0.5;
  font-size: 14px;
  line-height: 1.71;
  color: var(--light-color);
  text-decoration: none;
  transition: .5s;
}
@media (max-width: 1200px) {
  #footer.information .right-content-footer form #footer.information {
    padding-bottom: 30px;
  }
  #footer.information .right-content-footer form #footer.information .footer-menu {
    padding: 60px 0 30px;
    margin-bottom: 40px;
  }
  #footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation .menu-item-has-children > a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation .menu-item-has-children .sub-menu li a {
    opacity: 0.6;
    font-size: 14px;
    line-height: 1.3;
    color: var(--light-color);
    margin-bottom: 10px;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer {
    margin-top: -40px;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .footer-text {
    font-size: 22px;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .socials-wrap ul {
    margin: 25px 0;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .copyright {
    font-size: 14px;
    line-height: 1.71;
    color: var(--light-color);
    font-style: normal;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .copyright i {
    color: var(--grey-color);
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer {
    margin-top: 0;
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer .title-item {
    padding-top: 2px;
  }
}
@media (max-width: 991px) {
  #footer.information .right-content-footer form #footer.information {
    padding-bottom: 25px;
  }
  #footer.information .right-content-footer form #footer.information .footer-menu {
    padding: 40px 0 0px;
    margin-bottom: 30px;
  }
  #footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation .menu-item-has-children > a {
    margin-bottom: 15px;
  }
  #footer.information .right-content-footer form #footer.information .footer-menu .anchor-navigation .menu-item-has-children .sub-menu li a {
    line-height: 1.3;
    margin-bottom: 5px;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer {
    margin-top: 0;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .footer-text {
    text-align: center;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .socials-wrap ul {
    margin: 20px 0;
    justify-content: center;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .copyright {
    text-align: center;
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer .title-item {
    margin-bottom: 15px;
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #footer.information .right-content-footer form #footer.information {
    padding: 25px;
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer .title-item {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #footer.information .right-content-footer form #footer.information {
    padding: 25px;
  }
  #footer.information .right-content-footer form #footer.information .footer-menu {
    padding: 15px 0 0px;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .footer-text {
    font-size: 18px;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .socials-wrap ul {
    margin: 10px 0;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .socials-wrap ul li a {
    font-size: 18px;
    margin: 0 10px;
  }
  #footer.information .right-content-footer form #footer.information .left-content-footer .copyright {
    font-size: 12px;
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer {
    max-width: 100%;
    order: 1;
    text-align: center;
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer .title-item {
    font-size: 18px;
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer form {
    flex-wrap: wrap;
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer form > p {
    flex: 1 0 100%;
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer form input:not([type="submit"]) {
    margin: 0;
  }
  #footer.information .right-content-footer form #footer.information .right-content-footer form input[type="submit"] {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  #footer.information .right-content-footer form div.wpcf7-response-output {
    margin: 0em 0.5em 1.5em;
  }
}
#footer.information .footer-bottom-menu {
  padding-left: 0px;
  margin-bottom: 0px;
}
#footer.information .footer-bottom-menu .menu {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  #footer.information .footer-bottom-menu .menu {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #footer.information .footer-bottom-menu .menu {
    justify-content: flex-start;
    padding-top: 15px;
  }
}
#footer.information .footer-bottom-menu .menu .menu-item {
  margin: 0 20px 0 0;
  list-style: none;
}
#footer.information .footer-bottom-menu .menu .menu-item a {
  font-size: 14px;
  line-height: 1.71;
  color: rgba(var(--light-color-a), 0.5);
  text-decoration: none;
  transition: .5s;
}
#footer.information .footer-bottom-menu .menu .menu-item a:hover {
  color: var(--green-color);
}
#footer.information.information-light .footer-menu .anchor-navigation .menu-item-has-children > a {
  color: var(--dark-color);
}
#footer.information.information-light .footer-menu .anchor-navigation .menu-item-has-children .sub-menu li a {
  color: var(--dark-color);
}
#footer.information.information-light .left-content-footer .footer-text {
  color: var(--dark-color);
}
#footer.information.information-light .left-content-footer .socials-wrap ul li a {
  color: var(--dark-color);
}
#footer.information.information-light .left-content-footer .copyright {
  color: var(--dark-color);
}
#footer.information.information-light .right-content-footer .title-item {
  color: var(--dark-color);
}
#footer.information.information-light .right-content-footer form input[type="submit"] {
  color: var(--dark-color);
}
#footer.information.information-light .right-content-footer form input:not([type="submit"]) {
  color: var(--dark-color);
}
#footer.information.information-light .right-content-footer form input:not([type="submit"]):focus {
  border-color: var(--dark-color);
}
#footer.information.information-light .footer-bottom-menu .menu .menu-item a {
  color: var(--dark-color);
}

@media (max-width: 1200px) {
  #footer.information {
    padding-bottom: 20px;
  }
  #footer.information .footer-menu .anchor-navigation .menu-item-has-children > a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #footer.information .footer-menu .anchor-navigation .menu-item-has-children .sub-menu li a {
    opacity: 0.6;
    font-size: 14px;
    line-height: 1.3;
    color: var(--light-color);
    margin-bottom: 10px;
  }
  #footer.information .left-content-footer .footer-text {
    font-size: 22px;
  }
  #footer.information .left-content-footer .socials-wrap ul {
    margin: 25px 0;
  }
  #footer.information .left-content-footer .copyright {
    font-size: 14px;
    line-height: 1.71;
    color: var(--light-color);
    font-style: normal;
  }
  #footer.information .left-content-footer .copyright i {
    color: var(--grey-color);
  }
  #footer.information .left-content-footer {
    margin-top: 10px;
  }
  #footer.information .right-content-footer {
    margin-top: 10px;
  }
  #footer.information .right-content-footer .title-item {
    padding-top: 2px;
  }
}
@media (max-width: 1024px) {
  #footer.information .right-content-footer .ajax-loader {
    position: absolute;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 991px) {
  #footer.information {
    padding-bottom: 25px;
  }
  #footer.information .footer-menu .anchor-navigation .menu-item-has-children > a {
    margin-bottom: 15px;
  }
  #footer.information .footer-menu .anchor-navigation .menu-item-has-children .sub-menu li a {
    line-height: 1.3;
    margin-bottom: 5px;
  }
  #footer.information .left-content-footer {
    margin-top: 0;
  }
  #footer.information .left-content-footer .footer-text {
    max-width: 100%;
  }
  #footer.information .left-content-footer .socials-wrap ul {
    margin: 20px 0;
  }
  #footer.information .right-content-footer {
    margin-top: 0px;
  }
  #footer.information .right-content-footer .title-item {
    margin-bottom: 0px;
  }
  #footer.information .right-content-footer p {
    margin-bottom: 0px;
  }
  #footer.information .right-content-footer form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #footer.information .right-content-footer .title-item {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #footer.information {
    padding: 25px 0;
  }
  #footer.information .footer-menu {
    padding: 15px 0 0px;
  }
  #footer.information .left-content-footer .footer-text {
    font-size: 18px;
  }
  #footer.information .left-content-footer .socials-wrap ul {
    margin: 20px 0;
  }
  #footer.information .left-content-footer .socials-wrap ul li a {
    font-size: 18px;
    margin: 0 10px;
  }
  #footer.information .right-content-footer {
    max-width: 100%;
    order: 1;
    text-align: center;
  }
  #footer.information .right-content-footer .title-item {
    font-size: 18px;
  }
  #footer.information .right-content-footer form {
    flex-wrap: wrap;
  }
  #footer.information .right-content-footer form > p {
    flex: 1 0 100%;
  }
  #footer.information .right-content-footer form input:not([type="submit"]) {
    margin: 0;
  }
  #footer.information .right-content-footer form input[type="submit"] {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 20px;
  }
}

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