/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-footer.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-footer {
  position: relative;
  z-index: 0;
  background-color: #131313;
}
.m-footer__top {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 14px;
  padding: 45px 0;
}
@media (max-width: 992px) {
  .m-footer__top {
    padding: 20px 0;
  }
}
.m-footer__top button {
  border: none;
  height: 38px;
}
@media (max-width: 992px) {
  .m-footer__top button {
    font-size: 10px;
    padding: 10px 20px;
    height: 35px;
  }
}
.m-footer__bottom {
  background-color: #232323;
  padding: 65px 0;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .m-footer__bottom {
    padding: 0;
  }
}

.f-top__right {
  float: right;
}
.f-top__right .form__check {
  margin-top: 0;
}
.f-top__left {
  display: flex;
  flex-wrap: wrap;
  float: left;
}
.f-top__left > div {
  margin-right: 40px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 13px;
}
@media (max-width: 992px) {
  .f-top__left > div {
    margin-right: 15px;
    font-size: 1.2rem;
    line-height: 12px;
  }
}
@media (max-width: 576px) {
  .f-top__left > div {
    margin-right: 10px;
    font-size: 1rem;
    line-height: 10px;
  }
  .f-top__left > div:first-child {
    display: block;
    width: 100%;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .f-top__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-top__form {
  width: 210px;
  position: relative;
  height: 38px;
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .f-top__form {
    width: 250px;
    margin-right: 20px;
    height: 35px;
  }
}
@media (max-width: 576px) {
  .f-top__form {
    margin-right: 10px;
    width: 60%;
  }
}
.f-top__form--arch {
  width: 100%;
  margin-right: 0;
  margin-top: 30px;
}
.f-top__form--arch input:-webkit-autofill,
.f-top__form--arch input:-webkit-autofill:hover,
.f-top__form--arch input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}
.f-top__form .error {
  position: absolute;
  top: 50px;
}
.f-top__input, .f-top__label {
  position: absolute;
  top: 0;
  left: 0;
}
.f-top__input {
  background: none;
  border: none;
  z-index: 2;
  border-bottom: 1px solid rgba(234, 234, 234, 0.45);
  border-radius: 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 18px;
  width: 100%;
  height: 100%;
  text-indent: 5px;
  outline: none;
}
.f-top__input:focus + label, .f-top__input:valid + label {
  top: -10px;
  left: 0;
  font-size: 1rem;
  line-height: 10px;
  max-width: none;
}
.f-top__input:required {
  box-shadow: none;
}
@media (max-width: 992px) {
  .f-top__input {
    font-size: 1rem;
    line-height: 10px;
  }
}
.f-top__form--arch .f-top__input {
  border-bottom: 1px solid #fff;
  padding-right: 80px;
}
.f-top__input--dark {
  color: #333333;
  border-bottom: 1px solid #9d9d9d;
}
.f-top input:-webkit-autofill,
.f-top input:-webkit-autofill:hover,
.f-top input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}
.f-top__label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: rgba(234, 234, 234, 0.45);
  top: 5px;
  left: 5px;
  transition: all 0.3s cubic-bezier(0.66, 0.32, 0.22, 0.96);
}
@media (max-width: 992px) {
  .f-top__label {
    font-size: 1rem;
    line-height: 10px;
  }
}
.f-top__form--arch .f-top__label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  line-height: 20px;
  line-height: 1.4em;
  left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1420px) {
  .f-top__form--arch .f-top__label {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .f-top__form--arch .f-top__label {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .f-top__form--arch .f-top__label {
    font-size: 1.6rem;
    line-height: 16px;
    left: 10px;
    max-width: calc(100% - 90px);
  }
}
.f-top__label--dark {
  color: #9d9d9d;
  top: 0;
  left: 10px;
}
@media (max-width: 992px) {
  .f-top__label--dark {
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 28px;
  }
}
.f-top__submit {
  vertical-align: top;
}
.f-top__right {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  line-height: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  width: calc(100% - 500px);
  letter-spacing: 1px;
}
.f-top__right p {
  padding-left: 30px;
}
.f-top__right .form__check__lab {
  font-size: 10px;
  line-height: 13px;
}
.f-top__right .clauseFoot {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.025em;
  position: relative;
}
.f-top__right .clauseFoot p {
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}
.f-top__right .clauseFoot__check__agree {
  max-height: 2.7rem;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 0px;
  margin-bottom: 10px;
}
.f-top__right .clauseFoot__check__btn {
  color: #eaeaea;
  box-shadow: inset 0px 0px 1px #333333;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  position: absolute;
  right: 0;
  padding-right: 0px;
  cursor: pointer;
  z-index: 0;
  padding: 2px 3px;
}
.f-top__right .clauseFoot__check__btn--less {
  display: none;
}
.f-top__right .clauseFoot__check__btn:before {
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.66, 0.32, 0.22, 0.96);
  z-index: -1;
}
.f-top__right .clauseFoot__check__btn.hoverAvailable:hover {
  color: #000;
}
.f-top__right .clauseFoot__check__btn.hoverAvailable:hover:before {
  width: 100%;
}
.f-top__right .open .clauseFoot__check__agree {
  max-height: none;
}
.f-top__right .open .clauseFoot__check__btn--more {
  display: none;
}
.f-top__right .open .clauseFoot__check__btn--less {
  display: initial;
}
@media (max-width: 992px) {
  .f-top__right {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.f-top__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .f-top__wrapper {
    flex-direction: column;
  }
}

.f-bottom__menu {
  display: flex;
  color: #9d9d9d;
}
@media (max-width: 992px) {
  .f-bottom__menu {
    flex-direction: column-reverse;
    padding: 30px 0;
    padding-bottom: 0;
  }
}
.f-bottom__col {
  flex-basis: 33.3%;
  display: inline-block;
  vertical-align: top;
  color: #eaeaea;
}
@media (max-width: 992px) {
  .f-bottom__col {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
.f-bottom__col:nth-of-type(1) {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #9d9d9d;
}
.f-bottom__col:nth-of-type(1) a {
  position: relative;
}
@media (min-width: 992px) {
  .f-bottom__col:nth-of-type(1) a {
    padding-right: 25px;
  }
}
.f-bottom__col:nth-of-type(1) a::before {
  content: "";
  display: none;
  position: absolute;
  width: 9px;
  height: 5px;
  background-image: url("/Assets/images/footer-arrow-down.png");
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.f-bottom__col:nth-of-type(2), .f-bottom__col:nth-of-type(3) {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.66);
}
.f-bottom__col li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .f-bottom__col li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.f-bottom__col a {
  transition: color 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.f-bottom__left {
  width: 775px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: normal;
}
@media (max-width: 992px) {
  .f-bottom__left {
    width: 100%;
    text-align: center;
  }
}
.f-bottom__right {
  width: 595px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .f-bottom__right {
    width: 100%;
  }
}
.f-bottom__right .f-social {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .f-bottom__right .f-social {
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 3.2rem;
  }
}
.f-bottom__right .f-social li {
  position: relative;
}
.f-bottom__right .f-social li:not(:first-of-type) {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .f-bottom__right .f-social li:not(:first-of-type) {
    margin-left: 0;
  }
}
.f-bottom__right .f-social li .f-bottom__icon--fincircle,
.f-bottom__right .f-social li .f-bottom__icon--cameraincircle,
.f-bottom__right .f-social li .f-bottom__icon--ytcircle,
.f-bottom__right .f-social li .f-bottom__icon--linkedincircle,
.f-bottom__right .f-social li .f-bottom__icon--pincircle {
  opacity: 1;
}
.f-bottom__right .f-social li:hover .f-bottom__icon--fincircle,
.f-bottom__right .f-social li:hover .f-bottom__icon--cameraincircle,
.f-bottom__right .f-social li:hover .f-bottom__icon--ytcircle,
.f-bottom__right .f-social li:hover .f-bottom__icon--linkedincircle,
.f-bottom__right .f-social li:hover .f-bottom__icon--pincircle {
  opacity: 0;
}
.f-bottom__right .f-social li:hover .f-bottom__icon--fincircle-active,
.f-bottom__right .f-social li:hover .f-bottom__icon--cameraincircle-active,
.f-bottom__right .f-social li:hover .f-bottom__icon--ytcircle-active,
.f-bottom__right .f-social li:hover .f-bottom__icon--linkedincircle-active,
.f-bottom__right .f-social li:hover .f-bottom__icon--pincircle-active {
  opacity: 1;
}
.f-bottom__right .f-social span {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center;
  background-size: cover;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.f-bottom__right .f-social span.f-bottom__icon--fincircle-active, .f-bottom__right .f-social span.f-bottom__icon--cameraincircle-active, .f-bottom__right .f-social span.f-bottom__icon--ytcircle-active, .f-bottom__right .f-social span.f-bottom__icon--linkedincircle-active, .f-bottom__right .f-social span.f-bottom__icon--pincircle-active {
  opacity: 0;
}
.f-bottom__contactul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .f-bottom__contactul {
    width: auto;
    flex-direction: column;
  }
}
.f-bottom__contactul li {
  margin-bottom: 40px;
}
.f-bottom__copyright {
  color: #eaeaea;
  font-size: 1.2rem;
  line-height: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .f-bottom__copyright {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-end;
  }
}
.f-bottom__contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .f-bottom__contact {
    flex-direction: column;
    align-items: center;
  }
}
.f-bottom__icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  margin-bottom: 20px;
  width: 52px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.f-bottom__icon--tel {
  background-image: url("/Assets/images/phone.png");
}
.f-bottom__icon--mail {
  background-image: url("/Assets/images/mail.png");
}
.f-bottom__icon--cart {
  background-image: url("/Assets/images/cart_footer.png");
}
.f-bottom__icon--fincircle, .f-bottom__icon--fincircle-active, .f-bottom__icon--cameraincircle, .f-bottom__icon--cameraincircle-active, .f-bottom__icon--pincircle, .f-bottom__icon--pincircle-active, .f-bottom__icon--linkedincircle, .f-bottom__icon--linkedincircle-active, .f-bottom__icon--ytcircle, .f-bottom__icon--ytcircle-active {
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.f-bottom__icon--fincircle-active, .f-bottom__icon--cameraincircle-active, .f-bottom__icon--pincircle-active, .f-bottom__icon--linkedincircle-active, .f-bottom__icon--ytcircle-active {
  position: absolute;
  left: 0;
}
.f-bottom__icon--fincircle {
  background-image: url("/Assets/images/facebook-logo-button.svg");
}
.f-bottom__icon--fincircle-active {
  background-image: url("/Assets/images/facebook-logo-button-active.svg");
}
.f-bottom__icon--cameraincircle {
  background-image: url("/Assets/images/instagram-logo.svg");
}
.f-bottom__icon--cameraincircle-active {
  background-image: url("/Assets/images/instagram-logo-active.svg");
}
.f-bottom__icon--pincircle {
  background-image: url("/Assets/images/pinterest-logo-button.svg");
}
.f-bottom__icon--pincircle-active {
  background-image: url("/Assets/images/pinterest-logo-button-active.svg");
}
.f-bottom__icon--ytcircle {
  background-image: url("/Assets/images/youtube-logo-button.svg");
}
.f-bottom__icon--ytcircle-active {
  background-image: url("/Assets/images/youtube-logo-button-active.svg");
}
.f-bottom__icon--linkedincircle {
  background-image: url("/Assets/images/likedIn-logo.svg");
}
.f-bottom__icon--linkedincircle-active {
  background-image: url("/Assets/images/likedIn-logo-active.svg");
}
.f-bottom__details {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
}
.f-bottom__details p {
  color: #9d9d9d;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.f-bottom__details a {
  display: block;
  transition: color 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}

@media (max-width: 992px) {
  .fb-copyright {
    padding-bottom: 30px;
  }
}
.fb-copyright__col {
  display: inline-block;
}
.fb-copyright__col:nth-of-type(1) {
  margin-right: 20px;
}
.fb-copyright__col:nth-of-type(1) .fb-copyright__icon {
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .fb-copyright__col:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .fb-copyright__col {
    text-align: right;
  }
}
.fb-copyright__icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.hoverAvailable .f-bottom__details a:hover {
  color: #b31764;
}
.hoverAvailable .f-bottom__col a:hover {
  color: white;
}
