

/* Start:/local/templates/tvoy-sexshop-2022/components/custom/empty/page-contacts/style.css?16986581624816*/
.contacts-page {
  position: relative;
}

.contacts-wrapper {
  display: grid;
  grid-template-columns: 4fr 8fr;
  color: white;
  font-size: 24px;
  line-height: 100%;
  gap: 30px;
  margin: 60px 0 120px;
}

.contacts-text {
  display: flex;
  flex-direction: column;
}

.contacts-text a {
  color: white;
  text-decoration: none;
}

.contacts-title {
  position: relative;
}

.contacts-title h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 57px;
}

.contacts-phone {
  margin-top: auto;
}

.contacts-email,
.contacts-time,
.contacts-address {
  margin-top: 40px;
}

.contacts-phone div:last-child,
.contacts-email div:last-child,
.contacts-time div:last-child,
.contacts-address div:last-child {
  font-size: 40px;
  line-height: 100%;
  margin-top: 4px;
  font-family: "Alice", sans-serif;
}

.contacts-map {
  border: 10px solid #DD3D6B;
  border-radius: 20px;
  max-height: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.contacts-map iframe {
  width: 100%;
  height: 100%;
}

.contacts-ellipse-violet {
  width: 2500px;
  height: 1000px;
  background: #60487A;
  transform: rotate(3deg);
  border-radius: 100%/100%;
  position: absolute;
  top: 2%;
  left: -1000px;
  z-index: -2;
}

.contacts-ellipse-pink {
  width: 2500px;
  height: 950px;
  background: linear-gradient(262.16deg, #E9ABB3 24.14%, rgba(255, 255, 255, 0) 80.36%), #F14358;
  transform: rotate(-5.57deg);
  border-radius: 100%/100%;
  position: absolute;
  top: -3%;
  right: -50%;
  z-index: -3;
}

.contacts-circle {
  position: absolute;
  top: 0;
  left: -120px;
  z-index: -1;
  width: 231px;
}

.contacts-circle img {
  width: 100%;
}

.contacts-ellipse-white {
  display: none;
}

@media (max-width: 1440px) {
  .contacts-wrapper {
    grid-template-columns: 5fr 7fr;
    margin: 45px 0 80px;
  }
  .contacts-circle {
    width: 208px;
    top: -30px;
    left: -150px;
  }
  .contacts-ellipse-violet {
    width: 1600px;
    height: 550px;
    transform: rotate(3deg);
    border-radius: 100%/100%;
    top: 0;
    left: -500px;
  }
  .contacts-ellipse-pink {
    width: 2500px;
    height: 950px;
    background: linear-gradient(262.16deg, #E9ABB3 24.14%, rgba(255, 255, 255, 0) 80.36%), #F14358;
    transform: rotate(-5.57deg);
    border-radius: 100%/100%;
    position: absolute;
    top: 1%;
    right: -30%;
    z-index: -3;
  }
}
@media (max-width: 1400px) {
  .contacts-phone div:last-child,
.contacts-email div:last-child,
.contacts-time div:last-child,
.contacts-address div:last-child {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .contacts-title h1 {
    font-size: 40px;
    line-height: 120%;
  }
  .contacts-email,
.contacts-time,
.contacts-address {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .contacts-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto 60vw;
    margin: 80px 0 60px;
    gap: 40px;
  }
  .contacts-title h1 {
    font-size: 30px;
    line-height: 120%;
    text-align: left;
  }
  .contacts-phone,
.contacts-email,
.contacts-time,
.contacts-address {
    font-size: 20px;
    line-height: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .contacts-map {
    max-height: 423px;
    max-width: calc(100vw - 30px);
  }
  .contacts-circle {
    width: 208px;
    top: -30px;
    left: -150px;
  }
  .contacts-ellipse-violet {
    width: 1000px;
    height: 1000px;
    transform: rotate(3deg);
    border-radius: 50%/50%;
    top: -20px;
    left: -300px;
  }
  .contacts-ellipse-pink {
    width: 1500px;
    height: 1200px;
    background: linear-gradient(262.16deg, #E9ABB3 24.14%, rgba(255, 255, 255, 0) 80.36%), #F14358;
    transform: rotate(-5.57deg);
    border-radius: 100%/100%;
    position: absolute;
    top: -3%;
    right: -60%;
    z-index: -3;
  }
  .contacts-ellipse-white {
    display: block;
    width: 1500px;
    height: 1200px;
    background: #F8D2CB;
    transform: rotate(-5.57deg);
    border-radius: 100%/100%;
    position: absolute;
    bottom: -90%;
    right: -20%;
    z-index: -5;
  }
}
@media (max-width: 768px) {
  .contacts-wrapper {
    grid-template-rows: auto auto;
    margin: 30px 0 30px;
  }
  .contacts-phone,
.contacts-email,
.contacts-time,
.contacts-address {
    font-size: 16px;
    line-height: 100%;
  }
  .contacts-phone div:last-child,
.contacts-email div:last-child,
.contacts-time div:last-child,
.contacts-address div:last-child {
    font-size: 24px;
  }
  .contacts-map {
    max-height: 600px;
    height: 110vw;
  }
  .contacts-ellipse-violet {
    top: 0;
    width: 750px;
    height: 450px;
  }
  .contacts-ellipse-pink {
    top: 0;
    width: 1100px;
    height: 600px;
    border-radius: 70%/100%;
  }
  .contacts-ellipse-white {
    bottom: -50%;
  }
}
@media (max-width: 576px) {
  .contacts-ellipse-white {
    bottom: -80%;
    right: -100%;
  }
}
/* End */
/* /local/templates/tvoy-sexshop-2022/components/custom/empty/page-contacts/style.css?16986581624816 */
