@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Regular"), url("../font/arsenal/arsenal-regular.woff2") format("woff2"), url("../font/arsenal/arsenal-regular.woff") format("woff"), url("../font/arsenal/arsenal-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Italic"), url("../font/arsenal/arsenal-italic.woff2") format("woff2"), url("../font/arsenal/arsenal-italic.woff") format("woff"), url("../font/arsenal/arsenal-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Bold"), url("../font/arsenal/arsenal-bold.woff2") format("woff2"), url("../font/arsenal/arsenal-bold.woff") format("woff"), url("../font/arsenal/arsenal-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-BoldItalic"), url("../font/arsenal/arsenal-bolditalic.woff2") format("woff2"), url("../font/arsenal/arsenal-bolditalic.woff") format("woff"), url("../font/arsenal/arsenal-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

.page-title {
  max-width: 880px;
}

.page-title__h1 {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 4px;
}

.page-title__subtitle {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 70px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.page-title__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: #FFFFFF;
  color: #304049;
  height: 63px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 35px;
}

.page-title__btn:hover {
  background: #f0e3d9;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 768px) {
  .page-title__btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

.page-title__quote {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 40px;
}

.page-title__quote span {
  font-family: "Arsenal";
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 200% */
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .page-title__h1 {
    font-size: 10.9375vw;
    line-height: 12.5vw;
    margin-bottom: 3.4375vw;
  }
  .page-title__subtitle {
    font-size: 5.625vw;
    line-height: 7.8125vw;
    margin-bottom: 6.875vw;
  }
  .page-title__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: #FFFFFF;
    color: #304049;
    height: 19.6875vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
  }
  .page-title__btn:hover {
    background: #f0e3d9;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page-title__btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .page-title__quote {
    font-size: 5.625vw;
    line-height: 7.8125vw;
    margin-top: 3.4375vw;
    margin-bottom: 7.5vw;
  }
  .page-title__quote span {
    display: block;
    font-size: 4.375vw;
    line-height: 8.75vw;
  }
}

.article {
  margin-top: 34px;
}

.article .container {
  position: relative;
}

.article h1 {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 55px;
}

.article__date {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 55px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #304049;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  position: absolute;
  top: 15px;
  left: 0;
}

.article__body {
  width: calc(100% / 12 * 8);
  margin: 0 auto;
}

.article__body .article__date {
  all: unset;
  display: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.article__body .article__img,
.article__body img,
.article__body video,
.article__body iframe {
  width: 100%;
  height: auto;
  margin-bottom: 57px;
}

.article__body iframe {
  height: 441.5625px;
}

.article__body p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 25px;
}

.article__body h2 {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 70px;
  /* identical to box height, or 175% */
  letter-spacing: -0.02em;
  margin-top: 52px;
  margin-bottom: 31px;
}

.article__body ul,
.article__body ol {
  padding-left: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.article__body ul li {
  position: relative;
  padding-left: 24px;
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  color: #000000;
}

.article__body ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #DBBAA2;
  position: absolute;
  left: 0;
  top: 5px;
}

.article__body ol {
  list-style: none;
  counter-reset: counter01;
}

.article__body ol li {
  counter-increment: counter01;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  color: #000000;
  padding-left: 20px;
  position: relative;
}

.article__body ol li::before {
  content: counter(counter01) ". ";
  font-family: "Arsenal";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #DBBAA2;
  position: absolute;
  left: 0;
}

.article__bottom {
  width: calc(100% / 12 * 8);
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 100px;
  border-top: 1px solid #DBBAA2;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article__return-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #DBBAA2;
  color: #304049;
  height: 52px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 35px;
}

.article__return-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #DBBAA2;
}

@media screen and (max-width: 768px) {
  .article__return-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

.article__share-block, .article__share-block--sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__share-block--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  right: 0;
  margin-left: -40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px;
      grid-template-columns: 40px;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-bottom: calc((40px * 4 + 10px * 4 + 90px) * -1);
  display: none;
}

.article__share-block--sticky .article__share-block__legend {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin: 0;
  padding-right: 45px;
  height: 90px;
}

.article__share-block--sticky .article__share-block__item {
  margin-bottom: 10px;
}

.article__share-block__legend {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 55px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #636C72;
  margin-right: 15px;
}

.article__share-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #DBBAA2;
  border-radius: 50%;
  margin-right: 10px;
  padding-top: 2px;
}

.article__share-block__item img {
  max-width: 25px;
  max-height: 25px;
}

.article__share-block__item:hover {
  background: #e6d0bf;
}

.info-article {
  padding-bottom: 100px;
}
.info-article--payment .form__contact{
  margin: 0 auto;
}
#liqpay_checkout{
  margin-top: 30px;
}
.info-article--payment .input:not(:last-child){
  margin-bottom: 20px;
}
.info-article--payment .input select{
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

.info-article--payment .submit-btn{
  margin: 30px auto 0;
}

.info-article .article__body {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .article__share-block--sticky {
    display: none;
  }
  .article__body {
    width: calc(100% / 12 * 9.5);
    margin: 0 auto;
  }
  .article__bottom {
    width: calc(100% / 12 * 9.5);
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .article__return-btn {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .article {
    margin-top: 34px;
  }
  .article h1 {
    font-size: 10.9375vw;
    line-height: 12.5vw;
    margin-bottom: 14.0625vw;
  }
  .article__date {
    display: none;
  }
  .article__body {
    width: 100%;
    margin: 0 auto;
  }
  .article__body .article__date {
    display: block;
    font-size: 4.375vw;
    line-height: 17.1875vw;
    margin-bottom: 2.5vw;
    margin-top: -14.0625vw;
  }
  .article__body .article__img,
  .article__body img,
  .article__body video,
  .article__body iframe {
    width: calc(100% + 2 * 20 / 3.2 * 1vw);
    height: auto;
    margin-bottom: 11.5625vw;
    margin-left: -6.25vw;
  }
  .article__body iframe {
    height: 56.25vw;
  }
  .article__body p {
    font-size: 5vw;
    line-height: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
  .article__body h2 {
    font-size: 9.375vw;
    line-height: 10.9375vw;
    margin-top: 15vw;
    margin-bottom: 9.375vw;
  }
  .article__body ul,
  .article__body ol {
    padding-left: 1vw;
    margin-top: 9.375vw;
    margin-bottom: 9.375vw;
  }
  .article__body ul li {
    padding-left: 6.25vw;
    font-size: 5vw;
    line-height: 7.8125vw;
    margin-bottom: 4.6875vw;
  }
  .article__body ul li::before {
    width: 1.875vw;
    height: 1.875vw;
    top: 1.875vw;
  }
  .article__body ol li {
    font-size: 5vw;
    line-height: 7.8125vw;
    margin-bottom: 4.6875vw;
    padding-left: 6.25vw;
  }
  .article__body ol li::before {
    font-size: 6.25vw;
    line-height: 7.8125vw;
  }
  .article__bottom {
    width: 100%;
    margin-top: 18.75vw;
    margin-bottom: 60/3.2;
    padding-top: 7.8125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .article__return-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #DBBAA2;
    color: #304049;
    height: 15.625vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .article__return-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #DBBAA2;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .article__return-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

@media screen and (max-width: 768px) {
  .article__share-block, .article__share-block--sticky {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 15.625vw;
  }
  .article__share-block--sticky {
    display: none;
  }
  .article__share-block__legend {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-right: 0;
    margin-bottom: 2.8125vw;
    width: 100%;
    text-align: left;
  }
  .article__share-block__item {
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 3.125vw;
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article__share-block__item img {
    width: 6.5625vw;
    height: 6.5625vw;
  }
  .info-article {
    padding-bottom: 100px;
  }
  .info-article .article__body {
    margin-left: 0;
  }
}
/*# sourceMappingURL=info.css.map */