/* line 1, privacy-page.scss */
.pricacy {
  display: flex;
  flex-direction: column;
  max-width: 1110px;
  margin: 0 auto;
  min-height: 70vh; }
  @media screen and (max-width: 1160px) {
    /* line 1, privacy-page.scss */
    .pricacy {
      padding: 0 10px; } }
  /* line 13, privacy-page.scss */
  .pricacy h1 {
    font-size: 50px;
    font-family: "Cormorant", serif;
    font-weight: 700;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media screen and (max-width: 767.98px) {
      /* line 13, privacy-page.scss */
      .pricacy h1 {
        font-size: 40px;
        line-height: 51px; } }
    @media screen and (max-width: 550px) {
      /* line 13, privacy-page.scss */
      .pricacy h1 {
        font-size: 20px;
        margin-top: 31px;
        line-height: 24px; } }
  /* line 32, privacy-page.scss */
  .pricacy h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: inherit; }
    @media screen and (max-width: 900px) {
      /* line 32, privacy-page.scss */
      .pricacy h2 {
        font-size: 16px; } }
  /* line 43, privacy-page.scss */
  .pricacy p {
    font-size: 16px;
    font-weight: 400;
    color: #959595;
    margin: 8px 0; }
  /* line 50, privacy-page.scss */
  .pricacy > img {
    margin-bottom: 40px; }
    @media screen and (max-width: 500px) {
      /* line 50, privacy-page.scss */
      .pricacy > img {
        height: 100px;
        object-fit: cover; } }
  /* line 60, privacy-page.scss */
  .pricacy .spoiler .spoiler-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid #959595;
    cursor: pointer; }
    @media (max-width: 550px) {
      /* line 60, privacy-page.scss */
      .pricacy .spoiler .spoiler-header {
        padding: 11px 0px; } }
    /* line 72, privacy-page.scss */
    .pricacy .spoiler .spoiler-header .spoiler-collapse {
      display: block;
      transition: transform ease 0.35s; }
    /* line 77, privacy-page.scss */
    .pricacy .spoiler .spoiler-header h2 {
      font-size: 20px;
      font-weight: 600; }
      @media screen and (max-width: 600px) {
        /* line 77, privacy-page.scss */
        .pricacy .spoiler .spoiler-header h2 {
          font-size: 16px;
          text-transform: uppercase; } }
    /* line 87, privacy-page.scss */
    .pricacy .spoiler .spoiler-header img {
      width: 22px;
      margin-right: 16px; }
      @media (max-width: 550px) {
        /* line 87, privacy-page.scss */
        .pricacy .spoiler .spoiler-header img {
          margin-right: 0; } }
  /* line 99, privacy-page.scss */
  .pricacy .spoiler.spoiler--collapsed .spoiler-header .spoiler-collapse {
    transform: rotateX(180deg); }
  /* line 105, privacy-page.scss */
  .pricacy .spoiler:last-child {
    border-bottom: 1px solid #959595; }

/* line 110, privacy-page.scss */
#oferta li {
  color: #959595;
  margin-left: 15px;
  margin-top: 10px; }

/* line 116, privacy-page.scss */
#oferta p strong {
  margin-top: 25px;
  display: block; }

/* line 121, privacy-page.scss */
#oferta p {
  margin-top: 15px; }

/* line 125, privacy-page.scss */
#oferta a {
  text-decoration: underline;
  color: #959595; }

/* line 130, privacy-page.scss */
#privacy li {
  color: #959595;
  margin-left: 15px;
  margin-top: 10px; }

/* line 136, privacy-page.scss */
#privacy p strong {
  margin-top: 25px;
  display: block; }

/* line 141, privacy-page.scss */
#privacy p {
  margin-top: 15px; }
  @media (max-width: 550px) {
    /* line 141, privacy-page.scss */
    #privacy p {
      margin-top: 0; } }

/* line 148, privacy-page.scss */
#privacy a {
  text-decoration: underline;
  color: #959595; }
