@charset "UTF-8";
:root {
  --swiper-pagination-bullet-horizontal-gap: 0;
}

@media (max-width: 400px) {
  @font-face {
    font-weight: 300;
    font-family: Bookman;
    src: url("../../fonts/BOOKOS.ttf");
  }
  @font-face {
    font-weight: 300;
    font-family: Roboto;
    src: url("../../fonts/Roboto-Light.ttf");
  }
  @font-face {
    font-weight: 400;
    font-family: Roboto;
    src: url("../../fonts/Roboto-Regular.ttf");
  }
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    background: #f6dafb;
    font-family: Bookman, sans-serif;
    font-size: 14px;
    line-height: 1.17;
    color: #2e2931;
  }
  h2 {
    font-size: 24px;
    line-height: 1.17;
    font-weight: 300;
    text-transform: uppercase;
  }
  .container {
    width: calc(100vw - 30px);
    margin: 0 auto;
  }
  .border-avatar {
    width: 43px;
    height: 43px;
    margin-top: 10px;
  }
  .border-avatar .avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
  }
  .border-avatar::before {
    content: url("../../images/border.png");
    position: absolute;
  }
  .h3 {
    text-transform: uppercase;
    margin: 8px 0;
  }
  .bg-purple {
    background: linear-gradient(172.1deg, #B48BCA 0.43%, rgba(194, 139, 211, 0.816979) 28.08%, rgba(199, 139, 215, 0.740909) 39.57%, rgba(202, 139, 216, 0.711658) 43.98%, rgba(205, 139, 218, 0.672655) 49.87%, rgba(209, 139, 221, 0.61232) 58.99%, rgba(218, 139, 228, 0.48717) 77.89%, rgba(228, 138, 234, 0.365568) 96.25%, rgba(231, 138, 236, 0.321846) 102.86%, rgba(255, 138, 252, 0) 151.47%);
  }
  .pt-41 {
    padding-top: 41px;
  }
  .pt-100 {
    padding-top: 100px;
  }
  h1 {
    font-size: 34px;
    line-height: 1.17;
    text-transform: uppercase;
    font-weight: 300;
  }
  .present {
    position: relative;
  }
  .present .master {
    -webkit-mask-image: url(https://i.ibb.co/876wzwc/Mask.png);
    mask-image: url(https://i.ibb.co/876wzwc/Mask.png);
  }
  .present::before {
    position: absolute;
    width: 245px;
    font-size: 34px;
    line-height: 1.17;
    color: #1d191f;
    bottom: 10px;
    left: 10px;
    text-align: left;
    content: "Я - ФУДИНА ВЕРА";
  }
  .mt-10 {
    margin-top: 10px;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .roboto-300 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
  }
  .font-400 {
    font-weight: 400;
  }
  .ptb-60 {
    padding: 60px 0;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .slide {
    -webkit-mask-image: url(https://i.ibb.co/Qnx2fBY/Mask-group.png);
    mask-image: url(https://i.ibb.co/Qnx2fBY/Mask-group.png);
  }
  .swiper-pagination,
  .swiper-pagination-2 {
    position: static;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
  }
  .swiper-pagination .swiper-pagination-bullet,
  .swiper-pagination-2 .swiper-pagination-bullet {
    background: #7e678b;
    transform: matrix(1, 0, 0, -1, 0, 0);
    opacity: unset;
    width: 7px;
    height: 7px;
  }
  .swiper-pagination .swiper-pagination-bullet-active,
  .swiper-pagination-2 .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .border::before {
    display: block;
    width: 195px;
    margin: 0 auto;
    border-top: 2px solid #7e678b;
    content: "";
  }
  .grid-row {
    display: grid;
    grid-template-rows: 3;
    row-gap: 40px;
  }
  .font-gray {
    color: #7e678b;
  }
  .grid-info {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-template-rows: repeat(3, max-content);
  }
  .grid-info li {
    line-height: 33.6px;
    list-style-position: inside;
  }
  .pl-10 {
    padding-left: 10px;
  }
  .price .font-size-40 {
    font-size: 40px;
    line-height: 1.17;
    text-transform: none;
  }
  .price p {
    font-size: 18px;
    line-height: 1.4;
  }
  .price .btn {
    text-decoration: none;
    display: flex;
    height: 118px;
    background: #b48bca;
    color: #2e2931;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
    align-items: center;
    justify-content: center;
  }
}

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