/* Стилі для politics сторінки */

.policy {
  padding-bottom: 40px; }
  
/* Стилі для h1 з span всередині fragment-title */
.fragment-title h1 {
  font-family: "OfficinaSans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #2B2323;
  margin: 0;
}

.fragment-title h1 span {
  display: block;
  color: #E55725;
}

@media only screen and (max-width: 720px) {
  .fragment-title h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

/* Стилі для politics всередині documents-content */
.documents-content .fragment-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px; }
  .documents-content .fragment-title h1 {
    line-height: 1.3; }
  .documents-content .fragment-title span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #E55725;
    margin: 0 auto; }
  @media only screen and (max-width: 720px) {
    .documents-content .fragment-title {
      font-size: 28px; } }

/* .documents-content .policy {
  padding: 100px 0; }
  @media only screen and (max-width: 980px) {
    .documents-content .policy {
      padding: 70px 0; } }
  @media only screen and (max-width: 720px) {
    .documents-content .policy {
      padding: 50px 0; } } */

.documents-content .policy-title {
  font-size: 40px;
  text-align: center; }
  .documents-content .policy-title h1 {
    line-height: 1.3; }
  .documents-content .policy-title span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #E55725;
    margin: 0 auto; }
  @media only screen and (max-width: 720px) {
    .documents-content .policy-title {
      font-size: 28px; } }

.documents-content .policy-list {
  margin-top: 40px; }

.documents-content .policy-item {
  margin-bottom: 40px; }
  .documents-content .policy-item h3 {
    display: flex;
    align-items: center;
    font-family: "OfficinaSans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: rgb(65, 65, 65);
    margin: 0 0 15px 0;
    box-sizing: content-box; }
  .documents-content .policy-item p {
    font-family: "OfficinaSans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgb(43, 35, 35);
    margin: 0 0 10px 0;
    box-sizing: content-box; }
  .documents-content p {
    margin: 0 0 0 0; }
  .documents-content .policy-item a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .documents-content .policy-item a:hover {
      color: #E55725; }

.documents-content .policy-btn {
  max-width: 100%;
  width: 300px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background: #E55725;
  font: 500 18px "OfficinaSans", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin: 0 auto; }
  .documents-content .policy-btn input {
    display: none; }
  .documents-content .policy-btn::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .documents-content .policy-btn::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .documents-content .policy-btn *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .documents-content .policy-btn *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .documents-content .policy-btn:hover {
    background: #0A3EB5; }
