.fix {
  position: fixed;
  max-width: 1240px;
  padding-inline: 70px;
  margin: 0 auto;
  height: 100vh;
  max-width: 1360px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .fix {
    padding-inline: 10px;
  }
}

.fixedLinks,
.fixWrapper {
  cursor: pointer;
  z-index: 100;
  position: fixed;
  background-color: #f5f5dc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 60px;
  right: 150px;
  transition: all 0.3s ease;
}
.fixedLinks:hover,
.fixWrapper:hover {
  background-color: rgb(202, 202, 178);
}
.fixedLinks-list,
.fixWrapper-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.fixedLinks-list img,
.fixWrapper-list img {
  width: 45px;
  height: 45px;
}
.fixedLinks li,
.fixWrapper li {
  transition: all 0.3s ease;
  position: absolute;
  margin: 0;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.fixedLinks li a:hover,
.fixWrapper li a:hover {
  transform: scale(1.2);
}
.fixedLinks li a,
.fixWrapper li a {
  transition: all 0.3s ease;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1100px) {
  .fixedLinks,
  .fixWrapper {
    right: 80px;
  }
}
@media only screen and (max-width: 764px) {
  .fixedLinks,
  .fixWrapper {
    right: 40px;
  }
}
@media only screen and (max-width: 670px) {
  .fixedLinks,
  .fixWrapper {
    right: 15px;
    bottom: 10px;
  }
}

.open li {
  border-radius: 50%;
}
.open li:nth-child(1) {
  transform: translateY(-70px) translateX(0%);
}
.open li:nth-child(2) {
  transform: translateY(-140px) translateX(0%);
}
.open li:nth-child(3) {
  transform: translateY(-210px) translateX(0%);
}
.open li:nth-child(4) {
  transform: translateY(-280px) translateX(0%);
}
.open li:nth-child(5) {
  transform: translateY(-350px) translateX(0%);
}
.open li:nth-child(6) {
  transform: translateY(-420px) translateX(0%);
}
.open li:nth-child(7) {
  transform: translateY(-490px) translateX(0%);
}
.open li:nth-child(8) {
  transform: translateY(-560px) translateX(0%);
}
.open li:nth-child(9) {
  transform: translateY(-630px) translateX(0%);
}

.fixWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.fixWrapper .arrow,
.fixWrapper .arrowOpen {
  width: 60%;
  height: 60%;
  transition: all 0.3s ease;
}
.fixWrapper .arrow:hover,
.fixWrapper .arrowOpen:hover {
  transform: scale(1.15);
}

.hide {
  display: none;
}

.close {
  content: url("../assets/imgs/fixedlinks/close.png");
}

.chat {
  content: url("../assets/imgs/fixedlinks/chat.png");
}

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