html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  background-color: #efae76;
}

::selection {
  background-color: #efae76;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 0;
  clip: rect(0 0 0 0);
}

.static {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}

body {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(241, 241, 241);
}
@media (min-width: 991px) {
  body {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  body {
    line-height: 1.563rem;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

a {
  text-underline-position: under;
}

textarea {
  resize: vertical;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.text-crop-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text-crop-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 767px) {
  .text-crop-2 {
    -webkit-line-clamp: 2;
  }
}

.text-crop-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.captcha-code-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.captcha-code {
  border: 1px solid rgb(218, 218, 218);
  border-radius: 10px;
}
.captcha-code img {
  display: block;
  margin: -1px;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  70% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  90% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  70% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  90% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes show-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes show-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/OpenSans/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/OpenSansCondensed/OpenSansCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "Verdana";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Verdana/Verdana-Bold.woff") format("woff");
}
@font-face {
  font-family: "Verdana";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Verdana/Verdana.woff") format("woff");
}
.popUp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.popUp__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px);
  pointer-events: auto;
}
.popUp__container {
  position: relative;
  z-index: 11;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.popUp__wrapper {
  pointer-events: auto;
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cb333b;
  background-color: rgba(255, 255, 255, 0.6);
}
.loading__spin {
  display: inline-block;
  width: 50px;
  height: 50px;
}
@media (min-width: 767px) {
  .loading__spin {
    width: 100px;
    height: 100px;
  }
}
.loading svg {
  display: block;
  width: 50px;
  height: 50px;
}
@media (min-width: 767px) {
  .loading svg {
    width: 100px;
    height: 100px;
  }
}
.loading svg path,
.loading svg rect {
  fill: currentcolor;
}
.validator__error-container .validator__error {
  display: block;
}
.validator__error {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  display: none;
  margin: 0;
  color: rgb(203, 51, 59);
  visibility: visible;
  pointer-events: none;
}
.validator__input--error {
  border-color: rgb(203, 51, 59) !important;
}
.validator__input--error + input, .validator__input--error + textarea, .validator__input--error + .checkbox__box {
  border-color: rgb(203, 51, 59) !important;
}
.validator__input--error .choices__list--single {
  border-color: rgb(203, 51, 59) !important;
}
.validator__description {
  margin: 0;
}
.validator__description--error {
  color: rgb(203, 51, 59) !important;
}
.validator__eye svg:last-child {
  display: none;
}
.validator__eye--open svg:first-child {
  display: none;
}
.validator__eye--open svg:last-child {
  display: inline;
  display: initial;
}
.validator__countries {
  width: 45px;
  height: 18px;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.validator__countries[data-type*=select-one] .choices__inner {
  width: 100%;
  height: 100%;
  min-height: 0;
  min-height: initial;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-radius: initial;
  background-color: transparent;
}
.validator__countries[data-type*=select-one] .choices__inner .choices__list--single {
  display: block;
}
.validator__countries .choices__inner {
  margin: 0;
  padding: 0;
}
.validator__countries .choices__inner .choices__list {
  margin: 0;
  padding: 0;
}
.validator__countries .choices__inner .choices__item {
  position: relative;
  width: 18px;
  height: 18px;
  padding-left: 18px;
  font-size: 0;
}
.validator__countries .choices__list {
  z-index: 15;
  width: 280px;
}
.validator__countries .choices__list--dropdown .choices__item {
  padding-left: 24px;
}
.validator__countries .choices__list--dropdown .choices__item .choices__flag {
  left: 4px;
}
.validator__countries .choices__flag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.validator__file-input {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.validator__country-masks {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.validator__submit--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.file-loader {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.file-loader__label {
  display: none;
}
.file-loader__old-files {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  padding: 0;
  border: 0;
  grid-gap: 10px;
  gap: 10px;
}

.filepond--panel-root {
  background: 0;
}

.filepond--drop-label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: none;
}

.filepond--drop-label.filepond--drop-label label {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-align: left;
  color: rgb(203, 51, 59);
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  cursor: pointer;
  pointer-events: auto;
}
@media (min-width: 991px) {
  .filepond--drop-label.filepond--drop-label label:hover {
    opacity: 0.8;
  }
}
.filepond--drop-label.filepond--drop-label label:active {
  color: rgb(203, 51, 59);
  opacity: 1;
}
.filepond--drop-label.filepond--drop-label label svg {
  margin-bottom: auto;
  fill: currentcolor;
}

.filepond--root {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  height: auto !important;
  height: initial !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  contain: unset;
  gap: 20px;
}

.filepond--root .filepond--list-scroller {
  margin: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.filepond--action-remove-item {
  cursor: pointer;
}

.filepond--file {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  padding-right: 30px;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.filepond--file-info .filepond--file-info-sub {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  opacity: 1;
}

.filepond--file-info .filepond--file-info-sub:before {
  content: "(";
}

.filepond--file-info .filepond--file-info-sub:after {
  content: ")";
}

.filepond--file-action-button.filepond--file-action-button {
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background: 0;
}

.filepond--file-action-button.filepond--file-action-button svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  stroke: currentColor;
}

.filepond--file-action-button.filepond--action-remove-item {
  right: 0;
  color: rgb(17, 17, 17);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
@media (min-width: 991px) {
  .filepond--file-action-button.filepond--action-remove-item:not(:disabled):hover {
    color: rgb(203, 51, 59);
  }
}
.filepond--file-action-button.filepond--action-remove-item:not(:disabled):active {
  color: rgb(203, 51, 59);
}

.filepond--item-panel {
  background: 0;
}

.filepond--file-info {
  display: block;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}

.filepond--file-info .filepond--file-info-main {
  margin-right: 5px;
  font: inherit;
  color: rgb(203, 51, 59);
  white-space: normal;
  word-wrap: break-word;
}

.filepond--item > .filepond--panel .filepond--panel-bottom {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

[data-filepond-item-state*=invalid] .filepond--file-info {
  margin: 0;
}

[data-filepond-item-state*=error] .filepond--item-panel,
[data-filepond-item-state*=invalid] .filepond--item-panel {
  display: none;
}

.filepond--file .filepond--file-status {
  display: none;
  margin: 0;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  text-align: left;
  -ms-flex-negative: initial;
      flex-shrink: initial;
}

.filepond--file-status * {
  white-space: normal;
}

.filepond--file-status-sub {
  display: none;
}

.filepond--panel,
.filepond--drip-blob,
.filepond--drop-label,
.filepond--item,
.filepond--list-scroller,
.filepond--list.filepond--list {
  position: static;
  position: initial;
  height: auto !important;
  height: initial !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transform: initial !important;
          transform: initial !important;
}

.filepond--list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.filepond--root .filepond--drop-label {
  min-height: 0;
  min-height: initial;
}

.filepond--item {
  height: auto !important;
  height: initial !important;
  margin: 0;
}

.filepond--browser.filepond--browser {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 0;
  clip: rect(0 0 0 0);
}

.filepond--browser.validator__input--error + .validator__error {
  display: block;
}

[data-filepond-item-state*=error] .filepond--file-wrapper,
[data-filepond-item-state*=error] .filepond--panel,
[data-filepond-item-state*=invalid] .filepond--file-wrapper,
[data-filepond-item-state*=invalid] .filepond--panel {
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  -webkit-transition: initial;
  transition: initial;
  -webkit-animation: none 0s ease 0s 1 normal none running;
          animation: none 0s ease 0s 1 normal none running;
  -webkit-animation: initial;
          animation: initial;
}
[data-filepond-item-state*=error] .filepond--file-wrapper .filepond--file-info .filepond--file-info-main,
[data-filepond-item-state*=error] .filepond--panel .filepond--file-info .filepond--file-info-main,
[data-filepond-item-state*=invalid] .filepond--file-wrapper .filepond--file-info .filepond--file-info-main,
[data-filepond-item-state*=invalid] .filepond--panel .filepond--file-info .filepond--file-info-main {
  color: rgb(17, 17, 17);
}
[data-filepond-item-state*=error] .filepond--file-wrapper .filepond--file .filepond--file-status,
[data-filepond-item-state*=error] .filepond--panel .filepond--file .filepond--file-status,
[data-filepond-item-state*=invalid] .filepond--file-wrapper .filepond--file .filepond--file-status,
[data-filepond-item-state*=invalid] .filepond--panel .filepond--file .filepond--file-status {
  color: rgb(17, 17, 17);
}

.filepond--file-action-button.filepond--file-action-button:after {
  content: normal;
  content: initial;
}

.filepond--panel[data-scalable=true] {
  display: none;
}
.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 0;
  border-radius: 15px;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  gap: 10px;
}
@media (min-width: 767px) {
  .alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) {
    gap: 15px;
  }
}
.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show):before {
  position: relative;
  width: 28px;
  height: 28px;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
}
@media (min-width: 767px) {
  .alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show):before {
    width: 38px;
    height: 38px;
  }
}
.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__container {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__container p {
  margin: 0;
}
.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__container b {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}
@media (min-width: 991px) {
  .alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__container b {
    line-height: 1.563rem;
  }
}
.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__container a {
  text-decoration: underline;
  color: rgb(203, 51, 59);
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
@media (min-width: 991px) {
  .alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__container a:hover {
    text-decoration-color: rgb(203, 51, 59);
  }
}
.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: rgb(17, 17, 17);
  background-color: rgb(241, 241, 241);
  -webkit-transition: color 0.3s, -webkit-transform 0.5s;
  transition: color 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, color 0.3s;
  transition: transform 0.5s, color 0.3s, -webkit-transform 0.5s;
  outline: none;
  cursor: pointer;
}
@media (min-width: 991px) {
  .alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__close:hover {
    color: rgb(203, 51, 59);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__close span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 2px;
  background: transparent;
  vertical-align: bottom;
}
@media (min-width: 767px) {
  .alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__close span {
    width: 16px;
  }
}
.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__close span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 767px) {
  .alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__close span:before {
    height: 2px;
  }
}
.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__close span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 767px) {
  .alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-hide):not(.alert-show) .alert__close span:after {
    height: 2px;
  }
}
.alert--green:before {
  background-image: url("../assets/img/icon-success.svg");
}
.alert--red:before {
  background-image: url("../assets/img/icon-error.svg");
}
.alert--grey:before {
  background-image: url("../assets/img/icon-exclam.svg");
}
.alert--bounce {
  -webkit-animation: bounce 0.6s;
          animation: bounce 0.6s;
}
.alert--back-bounce {
  -webkit-transition: opacity 2.5s;
  transition: opacity 2.5s;
  opacity: 0;
}
.accordion {
  scroll-margin-top: 100px;
}
.accordion__inner {
  max-height: 0;
  margin-right: -2px;
  margin-left: -2px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.accordion__toggle {
  cursor: pointer;
}
.accordion--active .accordion__inner {
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}
.accordion--active .proposal-card__toggle span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion--active .proposal-card__toggle span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.alert-wrapper {
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 767px) {
  .alert-wrapper {
    bottom: 60px;
  }
}
.article-intro {
  margin-top: 15px;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .article-intro {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.article-intro__link {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}
.article-intro__link svg {
  display: none;
}
.article-intro__link a {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: none;
  color: rgb(203, 51, 59);
}
@media (min-width: 991px) {
  .article-intro__link a {
    padding-left: 28px;
  }
}
@media (min-width: 1280px) {
  .article-intro__link a {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .article-intro__link a {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .article-intro__link a:hover {
    text-decoration: underline;
  }
}
.article-intro__link a:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../assets/img/link.svg");
  background-size: contain;
  background-position: center;
  content: "";
}
@media (min-width: 991px) {
  .article-intro__link a:before {
    top: 2px;
    width: 24px;
    height: 24px;
  }
}
.article-intro__header {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  color: rgb(17, 17, 17);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .article-intro__header {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .article-intro__header {
    font-family: "Open Sans Condensed";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) and (min-width: 991px) {
  .article-intro__header {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 1440px) and (min-width: 1280px) {
  .article-intro__header {
    font-size: 3.75rem;
    line-height: 4.0625rem;
  }
}
.article-intro__legal {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgba(17, 17, 17, 0.6);
}
.article {
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 767px) {
  .article {
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .article {
    margin-right: 0;
    margin-left: 0;
  }
}
.article h2:first-child, .article h3:first-child, .article h4:first-child, .article h5:first-child, .article h6:first-child, .article p:first-child, .article ul:first-child, .article ol:first-child, .article a:first-child, .article iframe:first-child .article .video:first-child, .article .current:first-child {
  margin-top: 0;
}
.article h2:last-child, .article h3:last-child, .article h4:last-child, .article h5:last-child, .article h6:last-child, .article p:last-child, .article ul:last-child, .article ol:last-child, .article a:last-child, .article iframe:last-child, .article .video:last-child, .article .current:last-child {
  margin-bottom: 0;
}
.article .current {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 767px) {
  .article .current {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 991px) {
  .article .current:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.article__content {
  padding-bottom: 16px;
}
@media (min-width: 767px) {
  .article__content {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1440px) {
  .article__content {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
  }
}
.article__content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article__content h2 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  margin-top: 25px;
  margin-bottom: 25px;
  color: rgb(17, 17, 17);
}
@media (min-width: 1440px) {
  .article__content h2 {
    font-family: "Open Sans Condensed";
    font-size: 2.813rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125rem;
    letter-spacing: 0.5px;
    -webkit-font-feature-settings: "clig" off, "liga" off;
            font-feature-settings: "clig" off, "liga" off;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.article__content h3 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 15px;
  margin-bottom: 15px;
  color: rgb(17, 17, 17);
}
@media (min-width: 1440px) {
  .article__content h3 {
    font-family: "Open Sans Condensed";
    font-size: 1.563rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) and (min-width: 991px) {
  .article__content h3 {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.article__content h4 {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 15px;
  margin-bottom: 15px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content h4 {
    margin-top: 50px;
  }
}
.article__content p {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .article__content p {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .article__content p {
    line-height: 1.563rem;
  }
}
.article__content strong {
  font-weight: 700;
}
.article__content a {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  padding-left: 22px;
  text-decoration: none;
  color: rgb(203, 51, 59);
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 991px) {
  .article__content a {
    padding-left: 28px;
  }
}
@media (min-width: 1280px) {
  .article__content a {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .article__content a {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .article__content a:hover {
    text-decoration: underline;
  }
}
.article__content a:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../assets/img/link.svg");
  background-size: contain;
  background-position: center;
  content: "";
}
@media (min-width: 991px) {
  .article__content a:before {
    top: 2px;
    width: 24px;
    height: 24px;
  }
}
.article__content .image {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .article__content .image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.article__content .image img {
  display: block;
  width: 100%;
}
.article__content .table p,
.article__content .table li,
.article__content .table-two p,
.article__content .table-two li,
.article__content .table-three p,
.article__content .table-three li {
  font: inherit;
}
.article__content .table ol,
.article__content .table ul,
.article__content .table-two ol,
.article__content .table-two ul,
.article__content .table-three ol,
.article__content .table-three ul {
  margin: 0;
  padding-left: 23px;
}
.article__content .table ol li,
.article__content .table ul li,
.article__content .table-two ol li,
.article__content .table-two ul li,
.article__content .table-three ol li,
.article__content .table-three ul li {
  padding-left: 5px;
  color: rgb(17, 17, 17);
}
.article__content .table ol li:not(:first-child),
.article__content .table ul li:not(:first-child),
.article__content .table-two ol li:not(:first-child),
.article__content .table-two ul li:not(:first-child),
.article__content .table-three ol li:not(:first-child),
.article__content .table-three ul li:not(:first-child) {
  margin-top: 15px;
}
.article__content .table ol li::marker,
.article__content .table ul li::marker,
.article__content .table-two ol li::marker,
.article__content .table-two ul li::marker,
.article__content .table-three ol li::marker,
.article__content .table-three ul li::marker {
  font-weight: bold;
  color: rgb(17, 17, 17);
}
.article__content .table {
  margin-right: -16px;
  margin-left: -16px;
  overflow: auto;
}
@media (min-width: 991px) {
  .article__content .table {
    margin: 0;
    padding: 0;
  }
}
.article__content .table table {
  width: 768px;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .article__content .table table {
    width: 100%;
  }
}
.article__content .table table thead {
  background-color: rgb(241, 241, 241);
}
.article__content .table table thead td {
  border-top: 12px solid transparent;
  padding-right: 15px;
  border-bottom: 12px solid transparent;
  padding-left: 15px;
  font-family: "Verdana";
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.2px;
  color: rgb(17, 17, 17);
}
.article__content .table table thead td:not(:first-of-type) {
  border-left: 1px solid rgb(176, 176, 176);
}
.article__content .table table thead td:last-of-type {
  min-width: 160px;
}
.article__content .table table thead td:nth-child(3) {
  min-width: 160px;
}
.article__content .table table tbody tr:nth-child(even) {
  background-color: rgb(250, 250, 250);
}
.article__content .table table tbody td {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 15px;
  color: rgb(17, 17, 17);
  vertical-align: top;
}
.article__content .table-two {
  margin-right: -16px;
  margin-left: -16px;
  overflow: auto;
}
@media (min-width: 991px) {
  .article__content .table-two {
    margin: 0;
    padding: 0;
  }
}
.article__content .table-two table {
  width: 768px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-collapse: collapse;
  border: 1px solid rgb(218, 218, 218);
}
@media (min-width: 991px) {
  .article__content .table-two table {
    width: 100%;
  }
}
.article__content .table-two table thead td {
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  font-family: "Verdana";
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.2px;
  color: rgb(17, 17, 17);
  border-bottom: 1px solid rgb(218, 218, 218);
}
.article__content .table-two table thead td:not(:first-of-type) {
  border-left: 1px solid rgb(218, 218, 218);
}
.article__content .table-two table thead td:last-of-type {
  min-width: 160px;
}
.article__content .table-two table thead td:nth-child(3) {
  min-width: 160px;
}
.article__content .table-two table tbody td {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 15px;
  color: rgb(17, 17, 17);
  vertical-align: top;
}
.article__content .table-two table tbody td:nth-child(even) {
  background-color: rgb(250, 250, 250);
}
.article__content .table-three {
  margin-right: -16px;
  margin-left: -16px;
  overflow: auto;
}
@media (min-width: 991px) {
  .article__content .table-three {
    margin: 0;
    padding: 0;
  }
}
.article__content .table-three table {
  width: 768px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-collapse: collapse;
  border: 1px solid rgb(218, 218, 218);
}
@media (min-width: 991px) {
  .article__content .table-three table {
    width: 100%;
  }
}
.article__content .table-three table thead tr {
  background-color: rgb(241, 241, 241);
}
.article__content .table-three table thead td {
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  font-family: "Verdana";
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.2px;
  color: rgba(17, 17, 17, 0.6);
  border-bottom: 1px solid rgb(218, 218, 218);
}
.article__content .table-three table thead td:not(:first-of-type) {
  border-left: 1px solid rgb(218, 218, 218);
}
.article__content .table-three table tbody tr:nth-child(even) {
  background-color: rgb(250, 250, 250);
}
.article__content .table-three table tbody td {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 15px;
  color: rgb(17, 17, 17);
  vertical-align: top;
}
.article__content .table-three table tbody td:not(:first-of-type) {
  border-left: 1px solid rgb(218, 218, 218);
}
.article__content .link {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  border: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: rgb(203, 51, 59);
  color: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 991px) {
  .article__content .link {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .article__content .link {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-right: 31px;
    padding-bottom: 15px;
    padding-left: 31px;
  }
}
.article__content .link:before {
  display: none;
}
.article__content .link svg {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  stroke: rgb(255, 255, 255);
}
@media (min-width: 991px) {
  .article__content .link:hover {
    background-color: rgb(166, 25, 46);
    text-decoration: none;
  }
}
.article__content .link--red {
  background-color: rgb(166, 25, 46);
}
@media (min-width: 991px) {
  .article__content .link--red:hover {
    background-color: rgb(118, 35, 47);
  }
}
.article__content .link--gray {
  background-color: rgb(241, 241, 241);
  color: rgb(176, 176, 176);
}
@media (min-width: 991px) {
  .article__content .link--gray:hover {
    background-color: rgb(218, 218, 218);
  }
}
.article__content .link--gray svg {
  stroke: rgb(176, 176, 176);
}
.article__content .link--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__content .link--disabled {
  pointer-events: none;
  background-color: rgb(176, 176, 176);
  color: rgb(34, 34, 34);
}
.article__content .link--disabled svg {
  stroke: rgb(34, 34, 34);
}
.article__content .black {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: index;
}
.article__content .black li {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .black li {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding-left: 40px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .black li {
    line-height: 1.563rem;
  }
}
.article__content .black li:before {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: index;
  color: rgb(17, 17, 17);
  content: counter(index) ".";
}
@media (min-width: 991px) {
  .article__content .black li:before {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .black li:before {
    line-height: 1.563rem;
  }
}
.article__content .black li ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: inner;
}
.article__content .black li ol li {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .black li ol li {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding-left: 45px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .black li ol li {
    line-height: 1.563rem;
  }
}
.article__content .black li ol li:before {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: inner;
  color: rgb(17, 17, 17);
  content: counter(index) "." counter(inner) ".";
}
@media (min-width: 991px) {
  .article__content .black li ol li:before {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .black li ol li:before {
    line-height: 1.563rem;
  }
}
.article__content .red {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: index;
}
.article__content .red li {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .red li {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding-left: 40px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .red li {
    line-height: 1.563rem;
  }
}
.article__content .red li:before {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: index;
  color: rgb(203, 51, 59);
  content: counter(index) ".";
}
@media (min-width: 991px) {
  .article__content .red li:before {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .red li:before {
    line-height: 1.563rem;
  }
}
.article__content .red li ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: inner;
}
.article__content .red li ol li {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .red li ol li {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding-left: 45px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .red li ol li {
    line-height: 1.563rem;
  }
}
.article__content .red li ol li:before {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: inner;
  color: rgb(203, 51, 59);
  content: counter(index) "." counter(inner) ".";
}
@media (min-width: 991px) {
  .article__content .red li ol li:before {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .red li ol li:before {
    line-height: 1.563rem;
  }
}
.article__content .black-empty {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article__content .black-empty ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article__content .black-empty li {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .black-empty li {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .black-empty li {
    line-height: 1.563rem;
  }
}
.article__content .black-empty li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgb(17, 17, 17);
  content: "";
}
@media (min-width: 991px) {
  .article__content .black-empty li:before {
    top: 8px;
  }
}
.article__content .black-full {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article__content .black-full ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article__content .black-full li {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .black-full li {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .black-full li {
    line-height: 1.563rem;
  }
}
.article__content .black-full li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(17, 17, 17);
  content: "";
}
@media (min-width: 991px) {
  .article__content .black-full li:before {
    top: 8px;
  }
}
.article__content .red-empty {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article__content .red-empty ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article__content .red-empty li {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .red-empty li {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .red-empty li {
    line-height: 1.563rem;
  }
}
.article__content .red-empty li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgb(203, 51, 59);
  content: "";
}
@media (min-width: 991px) {
  .article__content .red-empty li:before {
    top: 8px;
  }
}
.article__content .red-full {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article__content .red-full ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article__content .red-full li {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .red-full li {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .article__content .red-full li {
    line-height: 1.563rem;
  }
}
.article__content .red-full li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(203, 51, 59);
  content: "";
}
@media (min-width: 991px) {
  .article__content .red-full li:before {
    top: 8px;
  }
}
.article__content .action {
  padding: 0;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .article__content .action {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.article__content .action p {
  margin: 0;
}
@media (min-width: 1280px) {
  .article__content .action .link {
    margin: 0;
  }
}
.article__content .steps {
  padding: 0;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  list-style: none;
  counter-reset: step;
}
.article__content .steps li {
  padding: 0;
  margin: 0;
  position: relative;
  counter-increment: step;
  padding-left: 30px;
}
@media (min-width: 1440px) {
  .article__content .steps li {
    padding-left: 70px;
  }
}
.article__content .steps li:after {
  font-family: "Verdana";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  line-height: 1.438rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(203, 51, 59);
  content: counter(step);
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (min-width: 1440px) {
  .article__content .steps li:after {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    width: 50px;
    height: 50px;
    line-height: 2.875rem;
  }
}
.article__content .steps li:not(:last-of-type) {
  padding-bottom: 20px;
}
@media (min-width: 1280px) {
  .article__content .steps li:not(:last-of-type) {
    padding-bottom: 40px;
  }
}
.article__content .steps li:not(:last-of-type):before {
  position: absolute;
  top: 0;
  left: 12px;
  width: 1px;
  height: 100%;
  background-color: rgb(203, 51, 59);
  content: "";
}
@media (min-width: 1440px) {
  .article__content .steps li:not(:last-of-type):before {
    left: 24px;
  }
}
.article__content .steps .step-counter {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  color: rgb(203, 51, 59);
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .article__content .steps .step-counter {
    margin-bottom: 15px;
  }
}
.article__content .steps .step-header {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .article__content .steps .step-header {
    line-height: 1.563rem;
  }
}
.article__content .steps .step-text {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .steps .step-text {
    line-height: 1.563rem;
  }
}
.article__content .file {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background-color: rgb(250, 250, 250);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
@media (min-width: 1280px) {
  .article__content .file {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.article__content .file p {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
  margin-bottom: 6px;
}
.article__content .file span {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: rgba(17, 17, 17, 0.6);
}
.article__content .file i {
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Verdana";
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.article__content .file section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  margin-bottom: auto;
}
.article__content .file:before {
  display: none;
}
@media (min-width: 991px) {
  .article__content .file:hover {
    background-color: rgb(241, 241, 241);
    text-decoration: none;
  }
}
.article__content .video,
.article__content iframe {
  padding: 0;
  margin: 0;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
@media (min-width: 767px) {
  .article__content .video,
  .article__content iframe {
    border-radius: 20px;
  }
}
@media (min-width: 1440px) {
  .article__content .video,
  .article__content iframe {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media print {
  .article__content .video,
  .article__content iframe {
    display: none;
  }
}
.article__content .in-cut {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-right: -16px;
  margin-bottom: 20px;
  margin-left: -16px;
  padding: 15px;
}
@media (min-width: 767px) {
  .article__content .in-cut {
    margin-right: 0;
    margin-right: initial;
    margin-left: 0;
    margin-left: initial;
    border-radius: 20px;
  }
}
@media (min-width: 1440px) {
  .article__content .in-cut {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.article__content .in-cut .in-cut-header {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: inherit;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .article__content .in-cut .in-cut-header {
    line-height: 1.563rem;
  }
}
.article__content .in-cut p {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: inherit;
}
@media (min-width: 1440px) {
  .article__content .in-cut p {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 1440px) and (min-width: 991px) {
  .article__content .in-cut p {
    line-height: 1.563rem;
  }
}
.article__content .double {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .article__content .double {
    display: grid;
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .article__content .double {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 991px) {
  .article__content .double p {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.article__content .direction {
  padding: 0;
  margin: 0;
  display: grid;
  grid-row-gap: 10px;
  row-gap: 10px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgb(241, 241, 241);
}
@media (min-width: 1280px) {
  .article__content .direction {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.article__content .direction div {
  padding: 0;
  margin: 0;
  display: grid;
  grid-row-gap: 10px;
  row-gap: 10px;
}
@media (min-width: 1280px) {
  .article__content .direction div {
    row-gap: 20px;
  }
}
.article__content .direction p {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .direction p {
    line-height: 1.563rem;
  }
}
@media (min-width: 1280px) {
  .article__content .direction p {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.article__content .question h2 {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 10px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .article__content .question h2 {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .article__content .question h2 {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.article__content .question__gray {
  padding-left: 15px;
}
@media (min-width: 991px) {
  .article__content .question__gray {
    padding-left: 30px;
  }
}
.article__content .question__gray h2 {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  position: relative;
  color: rgb(203, 51, 59);
}
@media (min-width: 991px) {
  .article__content .question__gray h2 {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .article__content .question__gray h2 {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.article__content .question__gray h2:before {
  position: absolute;
  top: 10px;
  left: -15px;
  width: 5px;
  height: calc(100% - 20px);
  background-color: rgb(203, 51, 59);
  content: "";
}
@media (min-width: 991px) {
  .article__content .question__gray h2:before {
    left: -30px;
  }
}
.article__content .question__gray p {
  color: rgb(122, 122, 122);
}
@media (min-width: 767px) {
  .article__content .question__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 991px) {
  .article__content .question__box {
    display: block;
  }
}
@media (min-width: 1280px) {
  .article__content .question__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
.article__content .question__source span {
  color: rgba(17, 17, 17, 0.4);
}
.article__content .question__source-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .article__content .question__source-link a {
    font-size: 0.875rem;
  }
}

.table-scrollbar {
  display: none;
}
@media (min-width: 767px) {
  .table-scrollbar {
    display: block;
  }
}
.aside-baner {
  position: sticky;
  top: 30px;
  padding: 25px;
  border-radius: 20px;
  color: rgb(255, 255, 255);
  overflow: hidden;
}
.aside-baner__banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
  background-color: rgb(176, 176, 176);
}
.aside-baner__banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aside-baner h2 {
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .aside-baner h2 {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.aside-baner p {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 991px) {
  .aside-baner p {
    line-height: 1.563rem;
  }
}
.aside-review {
  position: sticky;
  z-index: 1;
  bottom: 20px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
@media (min-width: 767px) {
  .aside-review {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 991px) {
  .aside-review {
    bottom: 50px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .aside-review {
    width: 100%;
    max-width: 1000px;
  }
}
@media (min-width: 1921px) {
  .aside-review {
    margin-left: auto;
    margin-right: auto;
  }
}
.aside-review__wrapper {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  gap: 15px;
  pointer-events: auto;
}
.aside-review__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.aside-review__label {
  cursor: pointer;
}
.aside-review__label--red input:checked + .aside-review__box {
  color: rgb(203, 51, 59);
  border-color: currentColor;
}
@media (min-width: 991px) {
  .aside-review__label--red:not(:disabled):hover .aside-review__box {
    color: rgb(203, 51, 59);
  }
}
.aside-review__label--green input:checked + .aside-review__box {
  color: rgb(73, 173, 99);
  border-color: currentColor;
}
@media (min-width: 991px) {
  .aside-review__label--green:not(:disabled):hover .aside-review__box {
    color: rgb(73, 173, 99);
  }
}
.aside-review__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(17, 17, 17);
  border: 1px solid rgb(218, 218, 218);
  border-radius: 10px;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.aside-review__box svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.aside-review__button {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: inline-grid;
  min-height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 10px;
  text-decoration: none;
  color: rgb(17, 17, 17);
  background-color: transparent;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  grid-auto-flow: column;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media (min-width: 991px) {
  .aside-review__button:not(:disabled):hover {
    color: rgb(203, 51, 59);
    border-color: rgb(203, 51, 59);
  }
}
.aside-review__button svg {
  fill: none;
}
.banner {
  padding: 0;
  margin: 0;
  position: relative;
  padding: 16px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .banner {
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .banner {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .banner {
    padding: 40px;
    padding-top: 35px;
  }
}
.banner__meta {
  padding: 0;
  margin: 0;
  display: grid;
  padding-right: 30px;
  grid-row-gap: 10px;
  row-gap: 10px;
}
@media (min-width: 991px) {
  .banner__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 10px;
  }
}
.banner__category {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.banner__category svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.banner__category span {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
.banner__label {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 8px;
  color: rgb(17, 17, 17);
  background-color: rgba(17, 17, 17, 0.4);
  justify-self: start;
}
@media (min-width: 1440px) {
  .banner__label {
    font-family: "Verdana";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
}
.banner__label--green {
  background-color: rgb(73, 173, 99);
  color: rgb(255, 255, 255);
}
.banner__label--brown {
  background-color: rgb(239, 174, 118);
  color: rgb(17, 17, 17);
}
.banner__label--gray {
  background-color: transparent;
  color: rgba(17, 17, 17, 0.6);
  border: 1px solid rgba(17, 17, 17, 0.6);
}
.banner__date {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgba(17, 17, 17, 0.6);
}
.banner__more {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .banner__more {
    top: 24px;
    right: 20px;
  }
}
@media (min-width: 991px) {
  .banner__more:hover svg {
    fill: rgb(203, 51, 59);
  }
}
.banner__more svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: rgb(17, 17, 17);
}
.banner__header {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 991px) {
  .banner__header {
    line-height: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .banner__header {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
@media (min-width: 991px) {
  .banner__header[href]:hover {
    color: rgb(203, 51, 59);
  }
}
.banner__footer {
  padding: 0;
  margin: 0;
  display: grid;
  margin-top: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-gap: 10px;
  gap: 10px;
}
@media (min-width: 991px) {
  .banner__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    gap: 15px;
  }
}
.banner__type {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__type svg {
  width: 18px;
  height: 18px;
}
.banner__type span {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: rgb(17, 17, 17);
}
.banner__subscription {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 8px;
  border: 1px solid rgb(17, 17, 17);
  justify-self: flex-start;
}
@media (min-width: 1440px) {
  .banner__subscription {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.banner__subscription svg {
  min-width: 14px;
  width: 14px;
  height: 14px;
}
.banner__subscription p {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
}
.banner__subscription--orange {
  color: rgb(255, 103, 31);
  border-color: rgb(255, 103, 31);
}
.banner__subscription--green {
  color: rgb(73, 173, 99);
  border-color: rgb(73, 173, 99);
}
.banner__views {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  justify-self: start;
}
@media (min-width: 991px) {
  .banner__views {
    margin-left: auto;
  }
}
.banner__views svg {
  width: 24px;
  height: 24px;
}
.banner__hashtags {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
  margin-top: 10px;
}
@media (min-width: 991px) {
  .banner__hashtags {
    margin-top: 20px;
  }
}
.banner__hashtag {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(176, 176, 176);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .banner__hashtag:hover {
    color: rgb(17, 17, 17);
  }
}
.banner__subscribe {
  padding: 0;
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  background-color: #E7F6EB;
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .banner__subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
    padding-top: 20px;
    padding-right: 35px;
    padding-left: 40px;
    padding-bottom: 32px;
  }
}
.banner__subscribe img {
  display: none;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
  max-width: 340px;
  width: 100%;
}
@media (min-width: 1280px) {
  .banner__subscribe img {
    display: block;
  }
}
.banner__content {
  padding: 0;
  margin: 0;
  display: grid;
  grid-row-gap: 15px;
  row-gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 1280px) {
  .banner__content {
    row-gap: 25px;
  }
}
.banner__sub-header {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .banner__sub-header {
    font-family: "Open Sans Condensed";
    font-size: 1.563rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .banner__sub-header {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.banner__button {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding: 15px;
  border: 0;
  background-color: rgb(73, 173, 99);
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .banner__button {
    max-width: 303px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media (min-width: 991px) {
  .banner__button:hover {
    background-color: rgb(166, 25, 46);
  }
}
.banner__button svg {
  width: 24px;
  height: 24px;
}
.banner__button span {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(255, 255, 255);
}
@media (min-width: 1280px) {
  .banner__button span {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .banner__button span {
    line-height: 1.563rem;
  }
}
.breadcrumbs {
  width: 100%;
  max-width: 1000px;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgb(17, 17, 17);
  gap: 15px;
}
@media (min-width: 1921px) {
  .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 991px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}
.breadcrumbs__list {
  padding: 0;
  margin: 0;
  display: inline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
.breadcrumbs__item {
  display: inline;
}
.breadcrumbs__item:not(:first-child):before {
  content: "/ ";
}
.breadcrumbs__link {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
  display: inline;
  color: currentColor;
  line-height: 2;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.breadcrumbs__link:not([href]) {
  opacity: 0.6;
  pointer-events: none;
}
.breadcrumbs__link svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: -3px;
  stroke: currentcolor;
}
@media (min-width: 991px) {
  .breadcrumbs__link:hover {
    color: rgb(203, 51, 59);
  }
}
.breadcrumbs__link--white {
  color: rgb(255, 255, 255);
}
.breadcrumbs__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.breadcrumbs__action {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  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;
  color: rgb(17, 17, 17);
  border: 0;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  gap: 5px;
}
@media (min-width: 991px) {
  .breadcrumbs__action {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .breadcrumbs__action {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .breadcrumbs__action:hover {
    color: rgb(203, 51, 59);
  }
  .breadcrumbs__action:hover svg {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
}
.breadcrumbs__action svg {
  width: 20px;
  height: 20px;
  stroke: currentcolor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bubble {
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
}
@media (min-width: 767px) {
  .bubble {
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .bubble {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
}
.bubble__wrapper {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media (min-width: 991px) {
  .bubble__wrapper {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    gap: 30px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .bubble__wrapper {
    line-height: 1.563rem;
  }
}
.bubble p:not([class]) {
  margin: 0;
}
.bubble a:not([class]) {
  text-decoration: none;
  color: rgb(203, 51, 59);
}
.bubble a:not([class]):before {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3e%3cpath stroke='%23CB333B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14 12.498C14 10.006 11.683 7.5 8.857 7.5H7.143C4.303 7.5 2 9.738 2 12.498c0 2.378 1.71 4.368 4 4.873a5.3 5.3 0 0 0 1.143.124'/%3e%3cpath stroke='%23CB333B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10 12.498c0 2.491 2.317 4.997 5.143 4.997h1.714c2.84 0 5.143-2.237 5.143-4.997 0-2.379-1.71-4.37-4-4.874a5.304 5.304 0 0 0-1.143-.124'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
  content: "";
}
@media (min-width: 991px) {
  .bubble a:not([class]):before {
    top: 5px;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 991px) {
  .bubble a:not([class]):hover {
    text-decoration: underline;
  }
}
.button {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  display: inline-grid;
  min-width: 120px;
  min-height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(203, 51, 59);
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
  grid-auto-flow: column;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media (min-width: 991px) {
  .button {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    min-height: 55px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .button {
    line-height: 1.563rem;
  }
}
@media print {
  .button {
    display: none;
  }
}
@media (min-width: 991px) {
  .button:not(:disabled):not(.button--transparent):not(.button--white):not(.button--border):hover {
    background-color: rgb(166, 25, 46);
  }
}
.button:not(:disabled):active {
  opacity: 0.7;
}
.button:disabled {
  color: rgb(176, 176, 176);
  background-color: rgb(241, 241, 241);
  cursor: not-allowed;
}
.button svg {
  fill: currentcolor;
  stroke: currentcolor;
}
.button--transparent {
  color: rgb(17, 17, 17);
  background-color: transparent;
  border: 1px solid rgb(218, 218, 218);
}
@media (min-width: 991px) {
  .button--transparent:not(:disabled):hover {
    color: rgb(203, 51, 59);
    border-color: rgb(203, 51, 59);
  }
}
.button--white {
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
}
@media (min-width: 991px) {
  .button--white:not(:disabled):hover {
    color: rgb(203, 51, 59);
  }
}
.button--white svg {
  fill: rgb(203, 51, 59);
  stroke: rgb(203, 51, 59);
}
.button--small {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  min-height: 33px;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  gap: 5px;
}
.button--small svg {
  width: 18px;
  height: 18px;
}
.button--desktop {
  display: none;
}
@media (min-width: 991px) {
  .button--desktop {
    display: inline-grid;
  }
}
.cards {
  padding: 0;
  margin: 0;
  display: grid;
  padding-right: 16px;
  padding-left: 16px;
  grid-row-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 767px) {
  .cards {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 991px) {
  .cards {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cards__card {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 18px;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .cards__card {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
}
.cards__card:before {
  position: absolute;
  width: 38px;
  height: 38px;
  top: -19px;
  left: -19px;
  border-radius: 50%;
  background-color: rgb(239, 174, 118);
  content: "";
}
@media (min-width: 1440px) {
  .cards__card:before {
    width: 51px;
    height: 51px;
    top: -22px;
    left: -22px;
  }
}
.cards__point {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: rgb(17, 17, 17);
}
@media (min-width: 1440px) {
  .cards__point {
    margin-bottom: 10px;
  }
}
.cards__name {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .cards__name {
    line-height: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .cards__name {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.cards__feature {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .cards__feature {
    margin-bottom: 20px;
  }
}
.cards__number {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Verdana";
  color: rgb(17, 17, 17);
}
@media (min-width: 1440px) {
  .cards__number {
    font-size: 30px;
    line-height: normal;
  }
}
.cards__text {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
.checkbox-select {
  padding: 0;
  margin: 0;
  display: grid;
  grid-row-gap: 15px;
  row-gap: 15px;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .checkbox-select {
    grid-template-columns: 280px 280px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.checkbox-select__container {
  padding: 0;
  margin: 0;
  display: grid;
  grid-row-gap: 5px;
  row-gap: 5px;
}
.checkbox-select__header {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: rgb(17, 17, 17);
}

.select2-selection__clear {
  display: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: auto !important;
  width: initial !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 0;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 14px;
  border-radius: 8px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  height: 20px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
.select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}

.select2-container--open .select2-dropdown {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  top: 10px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 8px !important;
  border: 0;
}

.select2-results__option {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 48px;
  padding-right: 14px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .select2-results__option {
    line-height: 1.563rem;
  }
}
.select2-results__option:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 1px solid rgb(218, 218, 218);
  content: "";
}
.select2-results__option:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 12px;
  height: 6px;
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  -webkit-transform: rotate(135deg) translateX(-2px) translateY(1px);
          transform: rotate(135deg) translateX(-2px) translateY(1px);
  visibility: hidden;
  content: "";
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: rgb(17, 17, 17);
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}
.select2-container--default .select2-results__option--selected:before {
  border-color: rgb(203, 51, 59);
  background-color: rgb(203, 51, 59);
}
.select2-container--default .select2-results__option--selected:after {
  visibility: visible;
}

.select2-container {
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.select2-container--open {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-selection .select2-selection__rendered {
  color: rgb(17, 17, 17);
  line-height: inherit;
}

.select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container .select2-selection {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection {
  position: relative;
}
.select2-container .select2-selection:before {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 8px;
  height: 1px;
  margin: 0;
  border: 0;
  background-color: currentcolor;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  content: "";
}
.select2-container .select2-selection:after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 8px;
  height: 1px;
  margin: 0;
  border: 0;
  background-color: currentcolor;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
  content: "";
}
.select2-container .select2-selection[aria-expanded=true]:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.select2-container .select2-selection[aria-expanded=true]:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.checkbox {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media (min-width: 991px) {
  .checkbox {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .checkbox {
    line-height: 1.563rem;
  }
}
.checkbox input:not(:disabled):focus + .checkbox__box {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(100, 106, 137, 0.25);
          box-shadow: 0px 0px 0px 3px rgba(100, 106, 137, 0.25);
}
.checkbox input:checked + .checkbox__box {
  color: rgb(203, 51, 59);
}
.checkbox input:disabled + .checkbox__box {
  background-color: rgb(241, 241, 241) !important;
  border-color: rgb(218, 218, 218) !important;
}
.checkbox input:disabled ~ span {
  color: rgb(100, 106, 137);
}
.checkbox:has(:checked) .checkbox__about span {
  opacity: 1;
}
.checkbox:has(:disabled) {
  color: rgb(100, 106, 137);
}
.checkbox:has(:disabled) .checkbox__box {
  background-color: rgb(241, 241, 241) !important;
  border-color: rgb(218, 218, 218) !important;
}
.checkbox__box {
  position: relative;
  width: 24px;
  height: 24px;
  margin-bottom: auto;
  color: rgb(218, 218, 218);
  border: 1px solid currentColor;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  -webkit-transition: border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.checkbox__box:before {
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.checkbox input[type=checkbox]:checked + .checkbox__box {
  background-color: currentColor;
  border-color: currentColor;
}
.checkbox input[type=checkbox]:checked + .checkbox__box:before {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 8px;
  height: 13px;
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.checkbox input[type=radio]:checked + .checkbox__box:before {
  background-color: currentColor;
  border: 6px solid rgb(255, 255, 255);
}
.checkbox input[type=radio] + .checkbox__box {
  border-radius: 50%;
}
.checkbox input[type=radio] + .checkbox__box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  will-change: border-width;
  content: "";
}
.checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (min-width: 991px) {
  .checkbox__label:not(:has(:disabled):not([readonly])):hover .checkbox__box {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(100, 106, 137, 0.25);
            box-shadow: 0px 0px 0px 3px rgba(100, 106, 137, 0.25);
  }
}
.checkbox__label a {
  text-decoration: underline;
  color: rgb(203, 51, 59);
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
@media (min-width: 991px) {
  .checkbox__label a:hover {
    text-decoration-color: rgb(203, 51, 59);
  }
}
.checkbox__about {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 34px;
  gap: 4px;
}
.checkbox__about span {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.checkbox__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.checkbox__time {
  color: rgba(17, 17, 17, 0.6);
}
.chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
  overflow-x: auto;
  white-space: nowrap;
  gap: 6px;
}
@media (min-width: 767px) {
  .chips {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 991px) {
  .chips {
    margin-right: 0;
    margin-right: initial;
    margin-left: 0;
    margin-left: initial;
    padding-right: 0;
    padding-right: initial;
    padding-left: 0;
    padding-left: initial;
    white-space: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
    overflow: initial;
  }
}
.chips__item {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  color: rgb(17, 17, 17);
  border: 0;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .chips__item:not(.chips__item--active):hover {
    color: rgb(203, 51, 59);
  }
}
.chips__item:not(.chips__item--active):active {
  opacity: 0.7;
}
.chips__item--active {
  color: rgb(255, 255, 255);
  background-color: rgb(203, 51, 59);
}
.chips--black .chips__item {
  background-color: rgb(241, 241, 241);
}
.chips--black .chips__item--active {
  background-color: rgb(34, 34, 34);
}
.comment-add__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 10px;
  gap: 10px;
}
.comment-add__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 767px) {
  .comment-add__action {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
  }
}
.comment__create {
  display: none;
}
.comment__wrapper {
  position: relative;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  border-radius: 10px;
}
.comment__who {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media (min-width: 767px) {
  .comment__who {
    padding-right: 100px;
  }
}
@media (min-width: 991px) {
  .comment__who {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .comment__who {
    line-height: 1.563rem;
  }
}
.comment__who-position {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  margin-left: auto;
  text-align: right;
  color: rgba(17, 17, 17, 0.6);
}
.comment__date {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: block;
  margin: 0;
  margin-top: 5px;
  color: rgba(17, 17, 17, 0.6);
}
@media (min-width: 767px) {
  .comment__date {
    padding-right: 100px;
  }
}
.comment__text {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  margin-top: 15px;
}
@media (min-width: 991px) {
  .comment__text {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 10px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .comment__text {
    line-height: 1.563rem;
  }
}
.comment__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 767px) {
  .comment__actions {
    position: absolute;
    top: 10px;
    right: 14px;
    margin-top: 0;
  }
}
.comment__button {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 9px;
  color: rgb(17, 17, 17);
  background: 0;
  border: 1px solid currentColor;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  gap: 5px;
  cursor: pointer;
}
@media (min-width: 991px) {
  .comment__button {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .comment__button {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .comment__button:not(:disabled):not(.comment__button--disabled):hover {
    color: rgb(203, 51, 59);
  }
}
.comment__button svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  outline: none;
}
@media (min-width: 767px) {
  .comment__button span {
    display: none;
  }
}
.comment__button--mobile-wide {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 767px) {
  .comment__button--mobile-wide {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.comment__button--disabled {
  color: rgb(176, 176, 176);
  cursor: not-allowed;
}
.comment--admin .comment__wrapper {
  background-color: rgb(241, 241, 241);
}
.comment--user .comment__wrapper {
  background-color: rgb(250, 250, 250);
}
.comment--create .comment__wrapper {
  display: none;
}
.comment--create .comment__create {
  display: block;
}
.consultation-toggle {
  position: fixed;
  right: 8px;
  bottom: 170px;
  z-index: 10;
  display: inline-block;
  color: rgb(255, 255, 255);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (min-width: 767px) {
  .consultation-toggle {
    right: 20px;
    bottom: 50%;
  }
}
.consultation-toggle__button {
  font-family: "Verdana";
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  background-color: rgb(203, 51, 59);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  border: 0;
  -webkit-transition: width 0.3s, color 0.3s;
  transition: width 0.3s, color 0.3s;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 991px) {
  .consultation-toggle__button:hover {
    width: 250px;
  }
}
.consultation-toggle__icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.consultation-toggle__icon svg {
  width: 22px;
  height: 22px;
}
.consultation-toggle--wide .consultation-toggle__button {
  width: 250px;
}
.cookie {
  position: fixed;
  top: auto;
  top: initial;
  left: auto;
  left: initial;
  right: 0;
  bottom: 20px;
  left: auto;
  left: initial;
  z-index: 15;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  color: inherit;
  pointer-events: none;
  overflow: visible;
  overflow: initial;
}
@media (min-width: 767px) {
  .cookie {
    right: 20px;
    bottom: 50px;
  }
}
.cookie .button {
  width: 100%;
  margin-top: 20px;
}
.cookie__overlay {
  display: none;
}
.cookie__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 25px 40px rgba(17, 17, 17, 0.2);
          box-shadow: 0 25px 40px rgba(17, 17, 17, 0.2);
  pointer-events: auto;
}
@media (min-width: 767px) {
  .cookie__wrapper {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 15px;
  }
}
.cookie__main {
  margin-right: 10px;
}
.cookie__title {
  font-family: "Verdana";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0;
  margin-bottom: 5px;
}
.cookie__text {
  margin: 0;
  padding: 0;
  font: inherit;
  text-decoration: none;
}
.cookie__text a {
  color: #cb333b;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
@media (min-width: 991px) {
  .cookie__text a:hover {
    text-decoration-color: currentcolor;
  }
}
.cookie__close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: rgb(17, 17, 17);
  background-color: rgb(241, 241, 241);
  -webkit-transition: color 0.3s, -webkit-transform 0.5s;
  transition: color 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, color 0.3s;
  transition: transform 0.5s, color 0.3s, -webkit-transform 0.5s;
  outline: none;
  cursor: pointer;
}
@media (min-width: 991px) {
  .cookie__close:hover {
    color: rgb(203, 51, 59);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.cookie__close span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 2px;
  background: transparent;
  vertical-align: bottom;
}
@media (min-width: 767px) {
  .cookie__close span {
    width: 16px;
  }
}
.cookie__close span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 767px) {
  .cookie__close span:before {
    height: 2px;
  }
}
.cookie__close span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 767px) {
  .cookie__close span:after {
    height: 2px;
  }
}
.counter {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-right: 16px;
  margin-bottom: 18px;
  margin-left: 16px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .counter {
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.current {
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
  gap: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (min-width: 767px) {
  .current {
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .current {
    margin-right: 0;
    margin-left: 0;
    gap: 15px;
  }
}
@media (min-width: 1440px) {
  .current {
    padding: 20px;
  }
}
@media (min-width: 991px) {
  .current:hover {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
.current .video,
.current iframe {
  padding: 0;
  margin: 0;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
@media (min-width: 767px) {
  .current .video,
  .current iframe {
    border-radius: 20px;
  }
}
@media (min-width: 1440px) {
  .current .video,
  .current iframe {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.current p {
  margin: 0;
}
.current__meta {
  padding: 0;
  margin: 0;
  display: grid;
  padding-right: 30px;
  grid-gap: 10px;
  gap: 10px;
}
@media (min-width: 991px) {
  .current__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.current__category {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.current__category svg {
  width: 24px;
  height: 24px;
  margin-bottom: auto;
  stroke: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.current__category span {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
.current__label {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 8px;
  color: rgb(17, 17, 17);
  background-color: rgba(17, 17, 17, 0.4);
  justify-self: start;
}
@media (min-width: 1440px) {
  .current__label {
    font-family: "Verdana";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
}
.current__label--green {
  color: rgb(255, 255, 255);
  background-color: rgb(73, 173, 99);
}
.current__label--brown {
  color: rgb(17, 17, 17);
  background-color: rgb(239, 174, 118);
}
.current__label--gray {
  color: rgba(17, 17, 17, 0.6);
  background-color: transparent;
  border: 1px solid rgba(17, 17, 17, 0.6);
}
.current__date {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgba(17, 17, 17, 0.6);
}
.current__header {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 991px) {
  .current__header {
    line-height: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .current__header {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
@media (min-width: 991px) {
  .current__header[href]:hover {
    color: rgb(203, 51, 59);
  }
}
.current__description {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 1440px) {
  .current__description {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 1440px) and (min-width: 991px) {
  .current__description {
    line-height: 1.563rem;
  }
}
.current__list {
  padding: 0;
  margin: 0;
  display: grid;
  list-style: none;
  grid-row-gap: 5px;
  row-gap: 5px;
}
.current__list li {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  padding-left: 16px;
}
.current__list li:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(17, 17, 17);
  content: "";
  top: 6px;
  left: 0;
}
@media (min-width: 991px) {
  .current__list li:before {
    top: 7px;
  }
}
.current__footer {
  padding: 0;
  margin: 0;
  display: grid;
  width: 100%;
  margin-top: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-gap: 10px;
  gap: 10px;
}
@media (min-width: 991px) {
  .current__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.current__type {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.current__type svg {
  width: 18px;
  height: 18px;
}
.current__type span {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: rgb(17, 17, 17);
}
.current__subscription {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 8px;
  border: 1px solid rgb(17, 17, 17);
  justify-self: flex-start;
}
@media (min-width: 1440px) {
  .current__subscription {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.current__subscription svg {
  min-width: 14px;
  width: 14px;
  height: 14px;
}
.current__subscription p {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
}
.current__subscription--orange {
  color: rgb(255, 103, 31);
  border-color: rgb(255, 103, 31);
}
.current__subscription--green {
  color: rgb(73, 173, 99);
  border-color: rgb(73, 173, 99);
}
.current__views {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  justify-self: start;
}
@media (min-width: 991px) {
  .current__views {
    margin-left: auto !important;
  }
}
.current__views svg {
  width: 24px;
  height: 24px;
}
.current__hashtags {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}
@media print {
  .current__hashtags {
    display: none;
  }
}
.current__hashtag {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(176, 176, 176);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .current__hashtag:hover {
    color: rgb(17, 17, 17);
  }
}
.current__video {
  padding: 0;
  margin: 0;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 425px) {
  .current__video {
    height: 250px;
  }
}
@media (min-width: 767px) {
  .current__video {
    border-radius: 20px;
  }
}
@media (min-width: 1280px) {
  .current__video {
    height: 540px;
  }
}
@media print {
  .current__video {
    display: none;
  }
}
.current__gray {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgba(17, 17, 17, 0.6);
  margin-bottom: 10px;
  margin-top: 10px;
}
.current--done {
  opacity: 0.7;
}
.field-add-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 767px) {
  .field-add-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.field-add-checkbox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.field-add-checkbox__fieldset {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
  gap: 10px;
}
@media (min-width: 767px) {
  .field-add-checkbox__fieldset {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.field-add-checkbox__fieldset:disabled p {
  opacity: 0.6;
}
.field-add-checkbox__text {
  max-width: 600px;
  margin: 0;
}
.field-add-checkbox__field {
  width: 100%;
}
.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.field textarea {
  min-height: 80px;
}
.field__checkbox-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-row-gap: 10px;
  row-gap: 10px;
}
.field--wide .field__checkbox-fields {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-column-gap: 60px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.file {
  display: inline-block;
}
.file__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: rgb(17, 17, 17);
  text-decoration: none;
  border-radius: 10px;
  background-color: rgb(250, 250, 250);
  overflow: hidden;
  gap: 10px;
}
.file__link[href] {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 991px) {
  .file__link[href]:hover {
    background-color: rgb(241, 241, 241);
  }
}
.file__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(203, 51, 59);
}
.file__icon svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: currentColor;
}
.file__icon span {
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-family: Verdana;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.file__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.file__title {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
}
.file__info {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0;
  color: rgba(17, 17, 17, 0.6);
  text-transform: uppercase;
}
.footer {
  padding: 0;
  margin: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 16px;
  padding-left: 16px;
  gap: 20px;
}
@media (min-width: 767px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 45px;
    gap: 30px;
  }
}
@media (min-width: 1440px) {
  .footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 55px;
    padding-left: 55px;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.footer__links {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 767px) {
  .footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 15px;
  }
}
.footer__link {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 991px) {
  .footer__link {
    line-height: 1.563rem;
  }
}
@media (min-width: 767px) {
  .footer__link {
    text-align: inherit;
  }
}
@media (min-width: 991px) {
  .footer__link[href]:hover {
    color: rgb(203, 51, 59);
  }
}
.footer__contacts {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 767px) {
  .footer__contacts {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .footer__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 40px;
  }
}
.footer__social {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1440px) {
  .footer__social {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.footer__telega {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 10px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1440px) {
  .footer__telega {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 991px) {
  .footer__telega:hover {
    border-color: rgb(203, 51, 59);
  }
}
.footer__telega svg {
  width: 100%;
  height: 100%;
}
.footer__support {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  color: rgb(17, 17, 17);
  border-radius: 10px;
  border: 1px solid rgb(218, 218, 218);
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
@media (min-width: 767px) {
  .footer__support {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 767px) and (min-width: 991px) {
  .footer__support {
    line-height: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .footer__support {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 991px) {
  .footer__support:hover {
    color: rgb(203, 51, 59);
    border-color: rgb(203, 51, 59);
  }
}
.footer__support svg {
  width: 24px;
  height: 24px;
}
.footer__corners {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(17, 17, 17);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  gap: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 991px) {
  .footer__corners {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .footer__corners:hover {
    color: rgb(203, 51, 59);
  }
}
.footer__corners svg {
  width: 18px;
  height: 18px;
  fill: currentcolor;
}
.header {
  display: none;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .header {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 1280px) {
  .header {
    grid-template-columns: 400px minmax(0, 1fr);
  }
}
@media (min-width: 1440px) {
  .header {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
@media (min-width: 1921px) {
  .header {
    position: relative;
  }
}
@media print {
  .header {
    display: none;
  }
}
.header__logo {
  position: fixed;
}
@media (min-width: 991px) {
  .header__logo {
    top: 30px;
    left: 30px;
    width: 175px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 2;
  margin-left: auto;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header__list:not(:first-child) {
  padding-left: 20px;
}
.header__list:not(:first-child):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid currentColor;
  opacity: 0.5;
  content: "";
}
.header__link {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (min-width: 991px) {
  .header__link {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .header__link:hover {
    color: rgb(203, 51, 59);
  }
}
.header__link svg {
  width: 20px;
  height: 20px;
  stroke: currentcolor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__link--active {
  color: rgb(203, 51, 59);
}
.input {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  width: 100%;
  height: 48px;
  margin: 0;
  padding-top: 10px;
  padding-right: 19px;
  padding-bottom: 11px;
  padding-left: 19px;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 10px;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  -webkit-transition: color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s, border-color 0.3s;
  transition: color 0.3s, box-shadow 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  outline: none;
  resize: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .input {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .input {
    height: 55px;
    padding-top: 14px;
    padding-right: 19px;
    padding-bottom: 14px;
    padding-left: 19px;
  }
}
.input:disabled {
  color: rgba(17, 17, 17, 0.6);
  background-color: rgb(241, 241, 241);
  border-color: rgb(218, 218, 218);
  outline: none;
}
.input:disabled::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.6);
}
.input:disabled::-moz-placeholder {
  color: rgba(17, 17, 17, 0.6);
}
.input:disabled:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.6);
}
.input:disabled::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.6);
}
.input:disabled::placeholder {
  color: rgba(17, 17, 17, 0.6);
}
.input::-webkit-input-placeholder {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(176, 176, 176);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input::-moz-placeholder {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(176, 176, 176);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input:-ms-input-placeholder {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(176, 176, 176);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input::-ms-input-placeholder {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(176, 176, 176);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input::placeholder {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(176, 176, 176);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .input::-webkit-input-placeholder {
    line-height: 1.563rem;
  }
  .input::-moz-placeholder {
    line-height: 1.563rem;
  }
  .input:-ms-input-placeholder {
    line-height: 1.563rem;
  }
  .input::-ms-input-placeholder {
    line-height: 1.563rem;
  }
  .input::placeholder {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .input:not(:disabled):not([readonly]):hover {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(100, 106, 137, 0.25);
            box-shadow: 0px 0px 0px 3px rgba(100, 106, 137, 0.25);
  }
}
.input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:focus, .input:-webkit-autofill:active {
  /* stylelint-disable */
  -webkit-box-shadow: 0 0 0 50px rgb(255, 255, 255) inset !important;
  -webkit-text-fill-color: rgb(17, 17, 17);
  /* stylelint-enable */
}
.input:not(:disabled):not([readonly]):focus {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(100, 106, 137, 0.25);
          box-shadow: 0px 0px 0px 3px rgba(100, 106, 137, 0.25);
}
.input[readonly] {
  color: rgb(176, 176, 176);
  background-color: rgb(250, 250, 250);
  border-color: rgb(250, 250, 250);
  outline: none;
}
.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-right: 16px;
  padding-bottom: 40px;
  padding-left: 16px;
  color: rgb(255, 255, 255);
  gap: 40px;
}
@media (min-width: 767px) {
  .intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 991px) {
  .intro {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .intro {
    margin-bottom: 100px;
  }
}
.intro__content {
  max-width: 610px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.intro__content p:not([class]) {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  margin-top: 12px;
}
.intro__content a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 991px) {
  .intro__content a:not([class]):hover {
    text-decoration: none;
  }
}
.intro__title {
  font-family: "Open Sans Condensed";
  font-size: 2.813rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem;
  letter-spacing: 0.5px;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  margin: 0;
  margin-bottom: 18px;
}
@media (min-width: 991px) {
  .intro__title {
    font-family: "Open Sans Condensed";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .intro__title {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 991px) and (min-width: 1280px) {
  .intro__title {
    font-size: 3.75rem;
    line-height: 4.0625rem;
  }
}
.intro__sub-title {
  font-family: "Verdana";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0;
  margin-top: 12px;
}
@media (min-width: 991px) {
  .intro__sub-title {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.intro__text {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  margin-top: 12px;
}
.intro__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 767px) {
  .intro__aside {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 20px;
  }
}
@media (min-width: 991px) {
  .intro__aside {
    width: 320px;
  }
}
.intro__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 13px;
  padding-right: 16px;
  padding-bottom: 13px;
  padding-left: 16px;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  gap: 10px;
}
@media (min-width: 991px) {
  .intro__link {
    padding: 20px;
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .intro__link:hover {
    color: rgb(203, 51, 59);
  }
}
.intro__link span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.intro__link svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.kit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px;
  border-radius: 10px;
  background-color: #F8F8F8;
  gap: 10px;
}
@media (min-width: 991px) {
  .kit-card {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    gap: 20px;
  }
}
.kit-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 991px) {
  .kit-card__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.kit-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.kit-card__title {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin: 0;
}
@media (min-width: 991px) {
  .kit-card__title {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .kit-card__title {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.kit-card__date {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.kit-card__who {
  font-family: "Verdana";
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgba(17, 17, 17, 0.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.kit-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.kit-card__type {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.kit-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 991px) {
  .kit-card__actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.kit-card__button {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 9px;
  color: rgb(17, 17, 17);
  background: 0;
  border: 1px solid currentColor;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .kit-card__button {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .kit-card__button {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .kit-card__button:not(:disabled):not(.kit-card__button--disabled):hover {
    color: rgb(203, 51, 59);
  }
}
.kit-card__button:has(span) {
  padding-right: 14px;
  padding-left: 14px;
}
.kit-card__button svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.kit-card__button--disabled {
  color: rgb(176, 176, 176);
  cursor: not-allowed;
}
.kit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.kit .input {
  max-width: 600px;
}
.kit__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 767px) {
  .kit__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.kit__title {
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0;
}
@media (min-width: 991px) {
  .kit__title {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.kit__status {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .kit__status {
    margin-top: 20px;
  }
}
.kit__about {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 6px;
}
.kit__info {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  gap: 2px;
}
.kit__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 15px;
  gap: 15px;
}
@media (min-width: 767px) {
  .kit__fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 991px) {
  .kit__fields {
    gap: 40px;
  }
}
.kit__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 991px) {
  .kit__field {
    gap: 15px;
  }
}
.kit__field-label {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 991px) {
  .kit__field-label {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .kit__field-label {
    line-height: 1.563rem;
  }
}
.kit__field-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-row-gap: 10px;
  row-gap: 10px;
}
.kit__field-inner--column2 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.kit__fieldset {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  padding: 0;
  border: 0;
  grid-row-gap: 10px;
  row-gap: 10px;
}
.kit__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 767px) {
  .kit__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
  }
}
.layout-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 25px;
  gap: 20px;
}
@media (min-width: 767px) {
  .layout-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 991px) {
  .layout-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.layout-header__main p {
  margin: 0;
}
.layout-header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 767px) {
  .layout-header__action {
    margin-left: auto;
  }
}
.layout-header__action .button {
  width: 100%;
  min-height: 44px;
}
@media (min-width: 767px) {
  .layout-header__action .button {
    width: auto;
  }
}
.layout {
  margin-top: 25px;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 25px;
}
@media (min-width: 991px) {
  .layout {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.layout .search-bar {
  padding-right: 0;
  padding-left: 0;
}
.layout--square {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}
@media (min-width: 767px) {
  .layout--square {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 991px) {
  .layout--square {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1280px) {
  .layout--square {
    grid-template-columns: 1fr 1fr;
  }
}
.layout--square .current {
  margin-right: -16px;
  margin-bottom: 0;
  margin-left: -16px;
}
@media (min-width: 767px) {
  .layout--square .current {
    margin-right: 0;
    margin-left: 0;
  }
}
.layout--square .current__meta {
  padding-right: 0;
}
@media (min-width: 991px) {
  .layout--square .current__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.layout--square .current__category {
  width: 100%;
}
.layout--square .current__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout--square .current__views {
  width: 100%;
}
.layout--lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgb(218, 218, 218);
  border-bottom: 1px solid rgb(218, 218, 218);
  row-gap: 25px;
}
.layout--lines > div, .layout--lines > section {
  margin: 0;
}
.layout--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  border-top: 1px solid rgb(218, 218, 218);
  row-gap: 25px;
}
@media (min-width: 991px) {
  .layout--line {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.layout--line > div, .layout--line > section {
  margin: 0;
}
.layout--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.links {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  background-color: rgb(255, 255, 255);
  padding: 16px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .links {
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .links {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .links {
    padding: 20px;
  }
}
.links__header {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(218, 218, 218);
}
.links__header svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.links__header span {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .links__header span {
    line-height: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .links__header span {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.links__link {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: block;
  margin-top: 5px;
  color: rgb(17, 17, 17);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
@media (min-width: 991px) {
  .links__link {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .links__link {
    line-height: 1.563rem;
  }
}
@media (min-width: 1620px) {
  .links__link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 991px) {
  .links__link:hover {
    color: rgb(203, 51, 59);
  }
}
.links__link span {
  color: rgba(17, 17, 17, 0.4);
}
@charset "UTF-8";
.list {
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 16px;
}
@media (min-width: 767px) {
  .list {
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .list {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .list {
    margin-top: 60px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
.list a {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: none;
  color: rgb(203, 51, 59);
}
@media (min-width: 991px) {
  .list a {
    padding-left: 28px;
  }
}
@media (min-width: 1280px) {
  .list a {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .list a {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .list a:hover {
    text-decoration: underline;
  }
}
.list a:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../assets/img/link.svg");
  background-size: contain;
  background-position: center;
  content: "";
}
@media (min-width: 991px) {
  .list a:before {
    top: 2px;
    width: 24px;
    height: 24px;
  }
}
.list p {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 15px;
  margin-bottom: 15px;
  color: rgb(17, 17, 17);
}
@media (min-width: 1280px) {
  .list p {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .list p {
    line-height: 1.563rem;
  }
}
.list ol,
.list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: li;
}
.list ol > li,
.list ul > li {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  position: relative;
  margin-top: 15px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .list ol > li,
  .list ul > li {
    line-height: 1.563rem;
  }
}
@media (min-width: 767px) {
  .list ol > li,
  .list ul > li {
    padding-left: 35px;
  }
}
@media (min-width: 1280px) {
  .list ol > li,
  .list ul > li {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    margin-top: 40px;
    padding-left: 40px;
  }
}
.list ol > li:first-child,
.list ul > li:first-child {
  margin-top: 0;
}
.list ol > li:before,
.list ul > li:before {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
  content: counters(li, ".") ". ";
  counter-increment: li;
}
@media (min-width: 991px) {
  .list ol > li:before,
  .list ul > li:before {
    line-height: 1.563rem;
  }
}
@media (min-width: 767px) {
  .list ol > li:before,
  .list ul > li:before {
    position: absolute;
    left: 0;
  }
}
@media (min-width: 1280px) {
  .list ol > li:before,
  .list ul > li:before {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.list ol > li ol > li,
.list ol > li ul > li,
.list ul > li ol > li,
.list ul > li ul > li {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 767px) {
  .list ol > li ol > li,
  .list ol > li ul > li,
  .list ul > li ol > li,
  .list ul > li ul > li {
    display: block;
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  .list ol > li ol > li,
  .list ol > li ul > li,
  .list ul > li ol > li,
  .list ul > li ul > li {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 20px;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .list ol > li ol > li,
  .list ol > li ul > li,
  .list ul > li ol > li,
  .list ul > li ul > li {
    line-height: 1.563rem;
  }
}
.list ol > li ol > li:first-child,
.list ol > li ul > li:first-child,
.list ul > li ol > li:first-child,
.list ul > li ul > li:first-child {
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .list ol > li ol > li:first-child,
  .list ol > li ul > li:first-child,
  .list ul > li ol > li:first-child,
  .list ul > li ul > li:first-child {
    margin-top: 20px;
  }
}
.list ol > li ol > li:before,
.list ol > li ul > li:before,
.list ul > li ol > li:before,
.list ul > li ul > li:before {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {
  .list ol > li ol > li:before,
  .list ol > li ul > li:before,
  .list ul > li ol > li:before,
  .list ul > li ul > li:before {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .list ol > li ol > li:before,
  .list ol > li ul > li:before,
  .list ul > li ol > li:before,
  .list ul > li ul > li:before {
    line-height: 1.563rem;
  }
}
.list ul li {
  margin-top: 10px !important;
}
.list ul li:before {
  margin-right: 10px;
  content: "—";
}
.lk-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.lk-menu hr {
  margin: 0;
  border: 0;
  border-top: 1px solid rgb(218, 218, 218);
}
.lk-menu__title {
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0;
  padding-right: 30px;
}
@media (min-width: 991px) {
  .lk-menu__title {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.lk-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 24px;
}
.lk-menu__link {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(17, 17, 17);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.lk-menu__link svg {
  width: 24px;
  height: 24px;
  stroke: currentcolor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.lk-menu__link--red {
  color: rgb(166, 25, 46);
}
.lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  margin-right: 16px;
  margin-bottom: 15px;
  margin-left: 16px;
  gap: 18px;
}
@media (min-width: 991px) {
  .lk {
    margin-right: 0;
    margin-left: 0;
    gap: 30px;
  }
}
.lk__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media (min-width: 991px) {
  .lk__wrapper {
    gap: 30px;
  }
}
@media (min-width: 1440px) {
  .lk__wrapper {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .lk__wrapper--wide {
    max-width: 1000px;
  }
}
.lk__header {
  display: grid;
  grid-template-columns: 1fr;
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 767px) {
  .lk__header {
    grid-template-columns: repeat(2, 1fr);
    margin-right: 0;
    margin-right: initial;
    margin-left: 0;
    margin-left: initial;
    gap: 20px;
  }
}
.lk__user-info {
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 767px) {
  .lk__user-info {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
  }
}
.lk__user-name {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  display: block;
  margin: 0;
  color: rgba(17, 17, 17, 0.6);
}
.lk__user-value {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-top: 5px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 991px) {
  .lk__user-value {
    line-height: 1.563rem;
  }
}
.lk__user-value em {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgba(17, 17, 17, 0.6);
  font-style: normal;
}
.lk__user-link {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: inline-grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  grid-auto-flow: column;
  gap: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 991px) {
  .lk__user-link:not(:disabled):hover {
    color: rgb(203, 51, 59);
  }
}
.lk__user-link svg {
  width: 18px;
  height: 18px;
  fill: rgb(203, 51, 59);
  stroke: rgb(203, 51, 59);
}
.lk__nav {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}
@media (min-width: 767px) {
  .lk__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lk__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -16px;
  margin-left: -16px;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  background-color: rgb(255, 255, 255);
  gap: 15px;
}
@media (min-width: 767px) {
  .lk__inner {
    margin-right: 0;
    margin-right: initial;
    margin-left: 0;
    margin-left: initial;
    padding-top: 35px;
    padding-right: 40px;
    padding-bottom: 35px;
    padding-left: 40px;
    border-radius: 20px;
    gap: 30px;
  }
}
.lk__inner p:not([class]) {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  gap: 5px;
}
@media (min-width: 991px) {
  .lk__inner p:not([class]) {
    line-height: 1.563rem;
  }
}
.lk__inner a:not([class]) {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: underline;
  color: rgb(203, 51, 59);
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
@media (min-width: 991px) {
  .lk__inner a:not([class]) {
    padding-left: 28px;
  }
}
@media (min-width: 991px) {
  .lk__inner a:not([class]):hover {
    text-decoration-color: rgb(203, 51, 59);
  }
}
.lk__inner a:not([class]):before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../assets/img/link.svg");
  background-size: contain;
  background-position: center;
  content: "";
}
@media (min-width: 991px) {
  .lk__inner a:not([class]):before {
    top: 2px;
    width: 24px;
    height: 24px;
  }
}
.lk__inner--center {
  text-align: center;
}
.lk__title {
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  margin: 0;
}
.lk__text {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  gap: 5px;
}
@media (min-width: 991px) {
  .lk__text {
    line-height: 1.563rem;
  }
}
.lk__text a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: underline;
  color: rgb(203, 51, 59);
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
@media (min-width: 991px) {
  .lk__text a {
    padding-left: 28px;
  }
}
@media (min-width: 991px) {
  .lk__text a:hover {
    text-decoration-color: rgb(203, 51, 59);
  }
}
.lk__text a:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../assets/img/link.svg");
  background-size: contain;
  background-position: center;
  content: "";
}
@media (min-width: 991px) {
  .lk__text a:before {
    top: 2px;
    width: 24px;
    height: 24px;
  }
}
.lk__footer {
  text-align: center;
}
@media (min-width: 767px) {
  .lk__footer {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .lk__footer br {
    display: none;
  }
}
.lk__footer .button {
  width: 100%;
}
@media (min-width: 767px) {
  .lk__footer .button {
    width: auto;
    width: initial;
  }
}
.lk__delete {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  color: rgb(17, 17, 17);
  border: 0;
  background: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  gap: 10px;
  cursor: pointer;
}
@media (min-width: 991px) {
  .lk__delete {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .lk__delete:hover {
    color: rgb(203, 51, 59);
  }
}
.lk__delete svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 767px) {
  .loader {
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .loader {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .loader {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media print {
  .loader {
    display: none;
  }
}
.loader svg {
  width: 24px;
  height: 24px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.loading-document {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(17, 17, 17);
  background-color: rgba(255, 255, 255, 0.6);
}
.loading-document__modal {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  gap: 10px;
}
.loading-document__modal a {
  color: rgb(203, 51, 59);
  text-decoration: none;
}
@media (min-width: 991px) {
  .loading-document__modal a:hover {
    text-decoration: underline;
  }
}
.loading-document__modal p {
  margin: 0;
}
.loading-document__spin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.loading-document svg {
  display: block;
  width: 24px;
  height: 24px;
}
@charset "UTF-8";
.menu {
  pointer-events: auto;
}
.menu__up {
  display: none;
}
@media (min-width: 991px) {
  .menu__up {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -40px;
    bottom: 10px;
    z-index: 9;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    color: rgb(17, 17, 17);
    background-color: rgb(255, 255, 255);
    -webkit-transition: visibility 0.3s, opacity 0.3s, color 0.3s;
    transition: visibility 0.3s, opacity 0.3s, color 0.3s;
    visibility: hidden;
    opacity: 0;
    outline: none;
    cursor: pointer;
  }
}
@media (min-width: 991px) {
  .menu__up:hover {
    color: rgb(203, 51, 59);
  }
}
.menu__up--visible {
  visibility: visible;
  opacity: 1;
}
.menu__up svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentcolor;
}
.menu__mobile {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-bottom: 1px solid rgb(241, 241, 241);
  background-color: rgb(255, 255, 255);
}
@media (min-width: 991px) {
  .menu__mobile {
    display: none;
  }
}
.menu__mobile-image {
  width: 104px;
  height: 32px;
}
.menu__mobile-image img {
  display: block;
  width: auto;
  height: 100%;
}
.menu__navigation {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.menu__button {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  color: rgb(17, 17, 17);
  border: 0;
  background: 0;
  text-decoration: none;
}
.menu__button[data-count] {
  position: relative;
}
.menu__button[data-count]:after {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 16px;
  height: 16px;
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(203, 51, 59);
  content: attr(data-count);
}
.menu__button svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.menu__button p {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
  width: 24px;
  height: 24px;
  color: rgb(255, 255, 255);
  background-color: rgb(203, 51, 59);
  border-radius: 50%;
  line-height: 1.438rem;
  text-align: center;
}
.menu__button--active {
  color: rgb(203, 51, 59);
}
.menu__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background-color: transparent;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu__burger span {
  position: relative;
  display: block !important;
  width: 20px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, currentcolor), color-stop(75%, transparent));
  background: linear-gradient(to right, currentcolor 75%, transparent 75% 100%);
  -webkit-transition: width 0.2s, background-color 0.2s 0.2s;
  transition: width 0.2s, background-color 0.2s 0.2s;
}
.menu__burger span:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  -webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s 0.2s, transform 0.2s;
  transition: top 0.2s 0.2s, transform 0.2s, -webkit-transform 0.2s;
  content: "";
}
.menu__burger span:after {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: currentcolor;
  -webkit-transition: bottom 0.2s 0.2s, -webkit-transform 0.2s;
  transition: bottom 0.2s 0.2s, -webkit-transform 0.2s;
  transition: bottom 0.2s 0.2s, transform 0.2s;
  transition: bottom 0.2s 0.2s, transform 0.2s, -webkit-transform 0.2s;
  content: "";
}
.menu__desktop {
  /* Chrome and Safari */
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  height: calc(1vh * 100 - 57px);
  height: calc(var(--vh, 1vh) * 100 - 57px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 16px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-x: hidden;
  overflow-y: auto;
  gap: 15px;
}
@media (min-width: 991px) {
  .menu__desktop::-webkit-scrollbar {
    width: 10px;
  }
}
@media (min-width: 991px) {
  .menu__desktop::-webkit-scrollbar-track {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
  }
}
@media (min-width: 991px) {
  .menu__desktop::-webkit-scrollbar-thumb {
    height: 4px;
    border: 3px solid #ffffff;
    border-radius: 8px;
    background-color: #b0b0b0;
  }
}
@media (min-width: 991px) {
  .menu__desktop {
    position: static;
    position: initial;
    height: auto;
    height: initial;
    max-height: calc(1vh * 100 - 30px - 30px - 70px);
    max-height: calc(var(--vh, 1vh) * 100 - 30px - 30px - 70px);
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    -webkit-transition: initial;
    transition: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    overflow: hidden;
    gap: 20px;
  }
}
.menu__section {
  /* Chrome and Safari */
  display: grid;
  grid-gap: 15px;
  gap: 15px;
}
@media (min-width: 991px) {
  .menu__section::-webkit-scrollbar {
    width: 10px;
  }
}
@media (min-width: 991px) {
  .menu__section::-webkit-scrollbar-track {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
  }
}
@media (min-width: 991px) {
  .menu__section::-webkit-scrollbar-thumb {
    height: 4px;
    border: 3px solid #ffffff;
    border-radius: 8px;
    background-color: #b0b0b0;
  }
}
@media (min-width: 991px) {
  .menu__section {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
  }
}
.menu__section:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(218, 218, 218);
}
@media (min-width: 991px) {
  .menu__section:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 0;
  }
}
.menu__section--active .menu__sub-toggle span:after {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 8H18' stroke='%23111111' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3e%3cpath d='M6 18L12 12L18 18' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 8H18' stroke='%23111111' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3e%3cpath d='M6 18L12 12L18 18' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.menu__section--active .menu__sub-footer .menu__sub-toggle:before {
  content: "Свернуть все";
}
@media (min-width: 991px) {
  .menu__section--overflow {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 991px) {
  .menu__section--mobile-only {
    display: none;
  }
}
.menu__link {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(17, 17, 17);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (min-width: 991px) {
  .menu__link:hover {
    color: rgb(203, 51, 59);
  }
  .menu__link:hover svg {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.menu__link svg {
  width: 24px;
  height: 24px;
  stroke: currentcolor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.menu__list:not(.menu__list--active) .menu__list-inner {
  max-height: 0 !important;
}
.menu__list--active .menu__list-inner {
  -webkit-transition: visibility 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s, max-height 0.3s ease-out;
  transition: visibility 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s, max-height 0.3s ease-out;
  visibility: visible;
  opacity: 1;
}
.menu__list--active .menu__list-toggle span:after {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 15L12 9L18 15' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 15L12 9L18 15' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.menu__list--red .menu__list-header a {
  color: rgb(203, 51, 59);
}
.menu__list-header {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 10px;
}
.menu__list-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: rgb(17, 17, 17);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 991px) {
  .menu__list-header a:hover {
    color: rgb(203, 51, 59);
  }
  .menu__list-header a:hover svg {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.menu__list-header svg {
  width: 24px;
  height: 24px;
  margin-bottom: auto;
  stroke: currentcolor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: stroke 0.3s, -webkit-transform 0.3s;
  transition: stroke 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, stroke 0.3s;
  transition: transform 0.3s, stroke 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.menu__sub-header {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(17, 17, 17, 0.4);
  text-decoration: none;
  gap: 10px;
}
.menu__sub-footer {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: rgba(17, 17, 17, 0.4);
}
.menu__sub-footer .menu__sub-toggle:before {
  content: "Развернуть все";
}
.menu__sub-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 5px;
  cursor: pointer;
}
@media (min-width: 991px) {
  .menu__sub-toggle:hover {
    color: rgb(203, 51, 59);
  }
  .menu__sub-toggle:hover span:after {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
}
.menu__sub-toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.menu__sub-toggle span:after {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 8H18' stroke='%23111111' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3e%3cpath d='M18 12L12 18L6 12' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 8H18' stroke='%23111111' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3e%3cpath d='M18 12L12 18L6 12' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
  content: "";
}
.menu__list-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  color: rgb(17, 17, 17);
  border: 0;
  background: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 991px) {
  .menu__list-toggle:hover {
    color: rgb(203, 51, 59);
  }
  .menu__list-toggle:hover span:after {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
}
.menu__list-toggle span:after {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9L12 15L18 9' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9L12 15L18 9' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
  content: "";
}
.menu__list-inner {
  max-height: 0;
  -webkit-transition: visibility 0.2s ease-in, opacity 0.2s ease-in, max-height 0.3s ease-in 0.2s;
  transition: visibility 0.2s ease-in, opacity 0.2s ease-in, max-height 0.3s ease-in 0.2s;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.menu__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  padding-left: 12px;
  padding-bottom: 10px;
  gap: 10px;
}
.menu__sub-link {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  color: rgb(17, 17, 17);
  text-decoration: none;
  padding-left: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu__sub-link:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 1px;
  margin: auto;
  border-top: 1px dashed rgb(176, 176, 176);
  content: "";
}
.menu__sub-link:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% + 10px);
  margin: auto;
  border-left: 1px dashed rgb(176, 176, 176);
  content: "";
}
@media (min-width: 991px) {
  .menu__sub-link:hover {
    color: rgb(203, 51, 59);
  }
}
.menu__sub-link:last-child:after {
  height: 10px;
}
.menu--active .menu__desktop {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu--active .menu__line {
  background-color: rgb(203, 51, 59);
}
.menu--active .menu__burger span {
  width: 24px;
  background: transparent;
  -webkit-transition: width 0.2s 0.2s, background 0.2s;
  transition: width 0.2s 0.2s, background 0.2s;
}
.menu--active .menu__burger span:before {
  top: 0;
  width: 100%;
  -webkit-transition: top 0.2s, width 0s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s, width 0s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s, width 0s 0.2s, transform 0.2s 0.2s;
  transition: top 0.2s, width 0s 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu--active .menu__burger span:after {
  bottom: 0;
  width: 100%;
  -webkit-transition: bottom 0.2s, width 0s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: bottom 0.2s, width 0s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: bottom 0.2s, width 0s 0.2s, transform 0.2s 0.2s;
  transition: bottom 0.2s, width 0s 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu__logo {
  padding: 0;
  margin: 0;
  width: 174px;
  height: 50px;
  display: none;
}
@media (min-width: 991px) {
  .menu__logo {
    display: block;
  }
}
.menu__logo img {
  display: block;
  width: auto;
  height: 100%;
}
.mesh {
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: -1;
  pointer-events: none;
}
.mesh:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/mesh.png");
  background-position: center;
  background-size: cover;
  content: "";
}
.mesh:after {
  position: absolute;
  width: 100%;
  height: 600px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(28.76%, #F1F1F1), to(rgba(241, 241, 241, 0)));
  background: linear-gradient(0deg, #F1F1F1 28.76%, rgba(241, 241, 241, 0) 100%);
  bottom: 0;
  content: "";
}
.mesh ~ .header {
  color: rgb(255, 255, 255);
}
.mesh ~ .breadcrumbs {
  color: rgb(255, 255, 255);
}
.message {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 10px;
  background-color: rgb(252, 240, 240);
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 991px) {
  .message {
    line-height: 1.563rem;
  }
}
@media (min-width: 767px) {
  .message {
    padding: 20px;
  }
}
.message p:not([class]) {
  margin: 0;
  font: inherit;
}
.message a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: none;
  color: rgb(203, 51, 59);
}
@media (min-width: 991px) {
  .message a {
    padding-left: 28px;
  }
}
@media (min-width: 991px) {
  .message a:hover {
    text-decoration: underline;
  }
}
.message a:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("../assets/img/link.svg");
  background-size: contain;
  background-position: center;
  content: "";
}
@media (min-width: 991px) {
  .message a:before {
    top: 2px;
    width: 24px;
    height: 24px;
  }
}
.message ul,
.message ol {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-row-gap: 5px;
  row-gap: 5px;
}
.message ul li,
.message ol li {
  position: relative;
  padding-left: 16px;
}
.message ul li:before,
.message ol li:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(17, 17, 17);
  content: "";
  top: 7px;
  left: 0;
}
@media (min-width: 991px) {
  .message ul li:before,
  .message ol li:before {
    top: 10px;
  }
}
.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 767px) {
  .message__content {
    gap: 15px;
  }
}
.message--small {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.message--gray {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(250, 250, 250);
}
.modal-tarif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-tarif__header {
  margin-bottom: 20px;
  padding-right: 30px;
}
@media (min-width: 767px) {
  .modal-tarif__header {
    margin-bottom: 30px;
  }
}
.modal-tarif__title {
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0;
}
@media (min-width: 991px) {
  .modal-tarif__title {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.modal-tarif__post-title {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 991px) {
  .modal-tarif__post-title {
    line-height: 1.563rem;
  }
}
.modal-tarif__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modal-tarif__table {
  width: 100%;
}
.modal-tarif__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  gap: 5px;
}
@media (min-width: 767px) {
  .modal-tarif__row {
    display: table-row;
    margin-top: 0;
    margin-top: initial;
  }
}
@media (min-width: 767px) {
  .modal-tarif__row:not(:first-child) td {
    padding-top: 5px;
  }
}
.modal-tarif__row em {
  font-style: normal;
  font-weight: 700;
  color: rgb(203, 51, 59);
}
.modal-tarif__name {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  vertical-align: top;
  white-space: nowrap;
}
@media (min-width: 991px) {
  .modal-tarif__name {
    line-height: 1.563rem;
  }
}
@media (min-width: 767px) {
  .modal-tarif__name {
    padding-right: 40px;
  }
}
.modal-tarif__value {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  vertical-align: top;
}
@media (min-width: 991px) {
  .modal-tarif__value {
    line-height: 1.563rem;
  }
}
.modal-tarif__legal {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 18px;
  grid-gap: 15px;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 767px) {
  .modal-tarif__legal {
    margin-top: 30px;
    gap: 30px;
  }
}
.modal-tarif__legal .button {
  margin-top: auto;
}
.modal .request {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modal__container {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 767px) {
  .modal__container {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  margin: auto;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 40px;
  padding-left: 16px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 767px) {
  .modal__wrapper {
    min-height: 0;
    min-height: initial;
    padding: 30px;
    border-radius: 20px;
  }
}
.modal__close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: rgb(17, 17, 17);
  background-color: rgb(241, 241, 241);
  -webkit-transition: color 0.3s, -webkit-transform 0.5s;
  transition: color 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, color 0.3s;
  transition: transform 0.5s, color 0.3s, -webkit-transform 0.5s;
  outline: none;
  cursor: pointer;
}
@media (min-width: 767px) {
  .modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 991px) {
  .modal__close:hover {
    color: rgb(203, 51, 59);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.modal__close span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 2px;
  background: transparent;
  vertical-align: bottom;
}
@media (min-width: 767px) {
  .modal__close span {
    width: 16px;
  }
}
.modal__close span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 767px) {
  .modal__close span:before {
    height: 2px;
  }
}
.modal__close span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 767px) {
  .modal__close span:after {
    height: 2px;
  }
}
.modal--delete-user .request__title {
  font-family: "Verdana";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
.modal--small .modal__close {
  position: absolute;
}
.modal--small .modal__wrapper {
  max-width: 560px;
  min-height: 0;
  min-height: initial;
  padding: 20px;
  border-radius: 10px;
}
.modal--small .modal__container {
  padding: 16px;
}
@media (min-width: 767px) {
  .modal--consultation .request__fields {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 767px) {
  .modal--add-user .request__fields {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.modal--add-user .request__legal {
  grid-template-columns: 1fr;
}
.nfound {
  position: relative;
  min-height: calc(100vh - 373px);
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 767px) {
  .nfound {
    min-height: calc(100vh - 278px);
  }
}
@media (min-width: 991px) {
  .nfound {
    min-height: calc(100vh - 195px);
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .nfound {
    min-height: calc(100% - 280px);
    grid-template-columns: 140px 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 280px;
  }
}
.nfound::before {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 4px;
  height: 100%;
  content: "";
  background-color: rgb(203, 51, 59);
}
@media (min-width: 991px) {
  .nfound::before {
    bottom: -100px;
  }
}
@media (min-width: 1280px) {
  .nfound::before {
    left: 68px;
    right: auto;
    right: initial;
    margin: 0;
    margin: initial;
  }
}
.nfound__header {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed";
  font-size: 2.813rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem;
  letter-spacing: 0.5px;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  position: relative;
  margin-top: 18px;
  color: rgb(17, 17, 17);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: center;
  z-index: 1;
  background-color: rgb(241, 241, 241);
}
@media (min-width: 991px) {
  .nfound__header {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .nfound__header {
    font-family: "Open Sans Condensed";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 0.5px;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .nfound__header {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .nfound__header {
    font-size: 3.75rem;
    line-height: 4.0625rem;
  }
}
.nfound__pig {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 35px;
  padding-bottom: 15px;
  justify-self: center;
  background-color: rgb(241, 241, 241);
}
@media (min-width: 1280px) {
  .nfound__pig {
    width: 150px;
    height: 150px;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.nfound__plug {
  position: relative;
  z-index: 1;
  display: block;
  width: 56px;
  height: 102px;
  justify-self: center;
  background-color: rgb(241, 241, 241);
}
.offer-result {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .offer-result {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 991px) {
  .offer-result {
    margin-right: 0;
    margin-left: 0;
  }
}
.offer-result__wrapper {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  width: 100%;
  max-width: 800px;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 991px) {
  .offer-result__wrapper {
    line-height: 1.563rem;
  }
}
@media (min-width: 767px) {
  .offer-result__wrapper {
    padding-top: 35px;
    padding-right: 40px;
    padding-bottom: 35px;
    padding-left: 40px;
    border-radius: 20px;
  }
}
.offer-result__wrapper table {
  width: 100%;
}
.offer-result__wrapper tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 767px) {
  .offer-result__wrapper tr {
    display: table-row;
    margin-top: 0;
    margin-top: initial;
  }
}
.offer-result__wrapper tr:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .offer-result__wrapper tr:not(:first-child) td {
    padding-top: 10px;
  }
}
.offer-result__wrapper td {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  vertical-align: top;
}
@media (min-width: 991px) {
  .offer-result__wrapper td {
    line-height: 1.563rem;
  }
}
.offer-result__wrapper td:first-child {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  vertical-align: top;
  white-space: nowrap;
}
@media (min-width: 991px) {
  .offer-result__wrapper td:first-child {
    line-height: 1.563rem;
  }
}
@media (min-width: 767px) {
  .offer-result__wrapper td:first-child {
    padding-right: 40px;
  }
}
.offer-result__wrapper hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(218, 218, 218);
}
@media (min-width: 767px) {
  .offer-result__wrapper hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.offer-result__wrapper p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.offer-result__wrapper p:first-child {
  margin-top: 0;
}
.offer-result__wrapper p:last-child {
  margin-bottom: 0;
}
.offer-result__wrapper a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: none;
  color: rgb(203, 51, 59);
}
@media (min-width: 991px) {
  .offer-result__wrapper a {
    padding-left: 28px;
  }
}
@media (min-width: 1280px) {
  .offer-result__wrapper a {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .offer-result__wrapper a {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .offer-result__wrapper a:hover {
    text-decoration: underline;
  }
}
.offer-result__wrapper a:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../assets/img/link.svg");
  background-size: contain;
  background-position: center;
  content: "";
}
@media (min-width: 991px) {
  .offer-result__wrapper a:before {
    top: 2px;
    width: 24px;
    height: 24px;
  }
}
.offer-result__title {
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  margin: 0;
  margin-bottom: 15px;
}
.profile-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
  gap: 18px;
}
@media (min-width: 767px) {
  .profile-form__fields {
    gap: 20px;
  }
}
.profile-form__field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.profile-form__field:has(.validator__input--error) .validator__description {
  color: rgb(203, 51, 59);
}
.profile-form__field:has(.validator__input--error) .validator__input--error {
  border-color: rgb(203, 51, 59);
}
.profile-form__field .tooltip__button {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (min-width: 767px) {
  .profile-form__field .tooltip__button {
    top: 8px;
    right: 10px;
  }
}
.profile-form__field-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.profile-form__field-inner button + input {
  padding-right: 50px;
}
.profile-form__field-inner .validator__error {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0;
}
.profile-form__label {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0;
}
.profile-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  gap: 15px;
}
@media (min-width: 767px) {
  .profile-form__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 25px;
  }
}
.profile-form__action .button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@charset "UTF-8";
.promo {
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: 20px;
  padding-top: 30px;
  padding-right: 16px;
  padding-bottom: 45px;
  padding-left: 16px;
  color: rgb(255, 255, 255);
  overflow: hidden;
}
@media (min-width: 767px) {
  .promo {
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .promo {
    margin-right: 0;
    margin-left: 0;
    padding: 30px;
    border-radius: 20px;
  }
}
@media (min-width: 1440px) {
  .promo {
    padding: 30px;
  }
}
.promo__banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
  background-color: rgb(176, 176, 176);
  pointer-events: none;
}
.promo__banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.4);
  content: "";
}
.promo__banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo h2 {
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .promo h2 {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.promo p {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 991px) {
  .promo p {
    line-height: 1.563rem;
  }
}
.promo ul {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.promo ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.promo ul li:not(:first-child) {
  margin-top: 5px;
}
.promo ul li:before {
  content: "—";
}
@charset "UTF-8";
.proposal-card {
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  gap: 20px;
}
@media (min-width: 767px) {
  .proposal-card {
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .proposal-card {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .proposal-card {
    padding: 20px;
  }
}
@media (min-width: 991px) {
  .proposal-card:hover {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 991px) {
  .proposal-card .accordion__toggle:hover .proposal-card__toggle {
    color: rgb(203, 51, 59);
  }
  .proposal-card .accordion__toggle:hover .proposal-card__toggle span {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
}
.proposal-card__header {
  position: relative;
  margin-bottom: 10px;
  padding-right: 30px;
}
.proposal-card__toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  color: rgb(17, 17, 17);
  border: 0;
  background: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 991px) {
  .proposal-card__toggle:hover {
    color: rgb(203, 51, 59);
  }
  .proposal-card__toggle:hover span {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
}
.proposal-card__toggle span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 1px;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  vertical-align: bottom;
  background: 0 0;
}
@media (min-width: 767px) {
  .proposal-card__toggle span {
    height: 2px;
  }
}
.proposal-card__toggle span:before, .proposal-card__toggle span:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  content: "";
}
@media (min-width: 767px) {
  .proposal-card__toggle span:before, .proposal-card__toggle span:after {
    height: 2px;
  }
}
.proposal-card__toggle span:before {
  left: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 767px) {
  .proposal-card__toggle span:before {
    left: -4px;
  }
}
.proposal-card__toggle span:after {
  right: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 767px) {
  .proposal-card__toggle span:after {
    right: -4px;
  }
}
.proposal-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.proposal-card__status {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 8px;
  color: rgb(17, 17, 17);
  background: 0;
  border: 1px solid currentColor;
}
@media (min-width: 1440px) {
  .proposal-card__status {
    font-family: "Verdana";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
}
.proposal-card__date {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgba(17, 17, 17, 0.6);
}
.proposal-card__who {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgba(17, 17, 17, 0.6);
}
.proposal-card__title {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  display: block;
  color: rgb(17, 17, 17);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 991px) {
  .proposal-card__title {
    line-height: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .proposal-card__title {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
@media (min-width: 991px) {
  .proposal-card__title[href]:hover {
    color: rgb(203, 51, 59);
  }
}
.proposal-card__content {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding-top: 20px;
}
@media (min-width: 1280px) {
  .proposal-card__content {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) and (min-width: 991px) {
  .proposal-card__content {
    line-height: 1.563rem;
  }
}
.proposal-card__content p:first-child, .proposal-card__content ul:first-child, .proposal-card__content ol:first-child, .proposal-card__content a:first-child {
  margin-top: 0;
}
.proposal-card__content p:last-child, .proposal-card__content ul:last-child, .proposal-card__content ol:last-child, .proposal-card__content a:last-child {
  margin-bottom: 0;
}
.proposal-card__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.proposal-card__content p {
  color: rgb(17, 17, 17);
  margin-top: 20px;
  margin-bottom: 20px;
}
.proposal-card__content strong {
  font-weight: 700;
}
.proposal-card__content a:not([class]) {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  padding-left: 22px;
  text-decoration: none;
  color: rgb(203, 51, 59);
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 991px) {
  .proposal-card__content a:not([class]) {
    padding-left: 28px;
  }
}
@media (min-width: 991px) {
  .proposal-card__content a:not([class]):hover {
    text-decoration: underline;
  }
}
.proposal-card__content a:not([class]):before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../assets/img/link.svg");
  background-size: contain;
  background-position: center;
  content: "";
}
@media (min-width: 991px) {
  .proposal-card__content a:not([class]):before {
    top: 2px;
    width: 24px;
    height: 24px;
  }
}
.proposal-card__content ol,
.proposal-card__content ul {
  padding: 0;
  margin: 0;
  display: grid;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  grid-gap: 5px;
  gap: 5px;
}
.proposal-card__content ol li,
.proposal-card__content ul li {
  position: relative;
}
.proposal-card__content ol li:before,
.proposal-card__content ul li:before {
  width: 6px;
  display: inline-block;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "•";
}
.proposal-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 767px) {
  .proposal-card__footer {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.proposal-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.proposal-card__button {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 9px;
  color: rgb(17, 17, 17);
  background: 0;
  border: 1px solid currentColor;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  gap: 5px;
  cursor: pointer;
}
@media (min-width: 991px) {
  .proposal-card__button {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .proposal-card__button {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .proposal-card__button:not(:disabled):not(.proposal-card__button--disabled):hover {
    color: rgb(203, 51, 59);
  }
}
.proposal-card__button svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  outline: none;
}
@media (min-width: 767px) {
  .proposal-card__button span {
    display: none;
  }
}
.proposal-card__button--mobile-wide {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 767px) {
  .proposal-card__button--mobile-wide {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.proposal-card__button--disabled {
  color: rgb(176, 176, 176);
  cursor: not-allowed;
}
.proposal-card__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 767px) {
  .proposal-card__points {
    margin-left: auto;
  }
}
.proposal-card__info {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  background: 0;
  border-radius: 10px;
  border: 1px solid rgb(218, 218, 218);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 10px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  cursor: pointer;
}
@media (min-width: 767px) {
  .proposal-card__info {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 991px) {
  .proposal-card__info {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .proposal-card__info {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .proposal-card__info.accordion__toggle:hover {
    border-color: rgb(203, 51, 59);
  }
}
.proposal-card__info svg {
  stroke: currentColor;
}
.proposal-card__info--like {
  color: rgb(73, 173, 99);
  border-color: currentColor;
}
.proposal-card__info--dislike {
  color: rgb(238, 39, 55);
  border-color: currentColor;
}
.proposal-card__comments {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 991px) {
  .proposal-card__comments {
    padding-top: 20px;
  }
}
.proposal-card__comments .loader {
  margin-right: 0;
  margin-left: 0;
  border: 1px solid rgb(218, 218, 218);
}
.proposal-card__comments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 991px) {
  .proposal-card__comments-list {
    gap: 40px;
  }
}
.proposal-card__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 767px) {
  .proposal-card__files {
    gap: 20px;
  }
}
.request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.request__header {
  margin-bottom: 20px;
  padding-right: 30px;
}
@media (min-width: 767px) {
  .request__header {
    margin-bottom: 40px;
  }
}
.request__title {
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0;
}
@media (min-width: 991px) {
  .request__title {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.request__post-title {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 991px) {
  .request__post-title {
    line-height: 1.563rem;
  }
}
.request__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.request__fields {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  border: 0;
  grid-gap: 18px;
  gap: 18px;
}
@media (min-width: 767px) {
  .request__fields {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.request__field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.request__field textarea {
  min-height: 80px;
}
.request__field--wide {
  grid-column: 1/-1;
}
.request__label {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0;
}
.request__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 18px;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 767px) {
  .request__legal {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    grid-gap: 30px;
    gap: 30px;
  }
}
.request__legal .checkbox {
  margin-bottom: auto;
}
.request__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 18px;
}
@media (min-width: 767px) {
  .request__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.request__action .button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search-bar {
  position: relative;
  margin-top: 15px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .search-bar {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
  }
}
.search-bar__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 991px) {
  .search-bar__form {
    gap: 15px;
  }
}
.search-bar__field {
  position: relative;
  width: 100%;
  gap: 10px;
}
@media (min-width: 767px) {
  .search-bar__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-bar__input {
  padding-right: 45px;
}
@media (min-width: 991px) {
  .search-bar__input {
    padding-right: 65px;
  }
}
.search-bar__close {
  display: none;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  color: rgb(203, 51, 59);
  border: 0;
  background: 0;
}
.search-bar__close svg {
  width: 24px;
  height: 24px;
  stroke: currentcolor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-bar__clear {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  display: none;
  width: 24px;
  height: 24px;
  margin: auto;
  color: rgb(17, 17, 17);
  border: 0;
  background: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s, color 0.3s;
  transition: visibility 0.3s, opacity 0.3s, color 0.3s;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
@media (min-width: 991px) {
  .search-bar__clear {
    right: 20px;
    display: block;
  }
}
@media (min-width: 991px) {
  .search-bar__clear:hover {
    color: rgb(203, 51, 59);
  }
  .search-bar__clear:hover svg {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
}
.search-bar__clear svg {
  width: 24px;
  height: 24px;
  stroke: currentcolor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.search-bar__clear--active {
  visibility: visible;
  opacity: 1;
}
.search-bar__submit {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(203, 51, 59);
  border: 0;
  background: 0;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 991px) {
  .search-bar__submit {
    position: static;
    position: initial;
    width: 55px;
    height: 55px;
    color: rgb(255, 255, 255);
    background-color: rgb(203, 51, 59);
  }
}
@media (min-width: 1280px) {
  .search-bar__submit {
    position: static;
    position: initial;
    width: 150px;
    height: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 991px) {
  .search-bar__submit:hover {
    background-color: rgb(166, 25, 46);
  }
}
.search-bar__submit span {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: none;
  color: rgb(255, 255, 255);
}
@media (min-width: 991px) {
  .search-bar__submit span {
    line-height: 1.563rem;
  }
}
@media (min-width: 1280px) {
  .search-bar__submit span {
    display: block;
  }
}
.search-bar__submit svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1280px) {
  .search-bar__submit svg {
    display: none;
  }
}
.search-bar__submit svg path {
  stroke: currentcolor;
}
.search-bar__result {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 991px) {
  .search-bar__result {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline;
    display: initial;
    max-height: 400px;
    margin-top: 15px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
@media (min-width: 1440px) {
  .search-bar__result {
    width: calc(100% - 165px);
    border-radius: 15px;
  }
}
@media (min-width: 991px) {
  .search-bar__result::-webkit-scrollbar {
    width: 10px;
  }
}
@media (min-width: 991px) {
  .search-bar__result::-webkit-scrollbar-track {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
  }
}
@media (min-width: 991px) {
  .search-bar__result::-webkit-scrollbar-thumb {
    height: 4px;
    border: 3px solid #ffffff;
    border-radius: 8px;
    background-color: #b0b0b0;
  }
}
.search-bar__link {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 10px;
  color: rgb(17, 17, 17);
  text-decoration: none;
  white-space: nowrap;
  gap: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  overflow: hidden;
}
@media (min-width: 991px) {
  .search-bar__link {
    font-family: "Verdana";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .search-bar__link {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .search-bar__link:first-child {
    margin-top: 10px;
  }
}
@media (min-width: 991px) {
  .search-bar__link:last-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 991px) {
  .search-bar__link:hover {
    background-color: rgb(241, 241, 241);
  }
}
.search-bar__link span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-bar__link svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 991px) {
  .search-bar__link svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 991px) {
  .search-bar__overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    width: 100vw;
    height: calc(1vh * 100);
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(17, 17, 17, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
@media (max-width: 990px) {
  .search-bar--active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(1vh * 100);
    height: calc(var(--vh, 1vh) * 100);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    background-color: rgb(255, 255, 255);
  }
}
.search-bar--active .search-bar__form {
  position: relative;
  z-index: 5;
}
@media (max-width: 990px) {
  .search-bar--active .search-bar__form {
    padding-top: 4px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
  }
}
.search-bar--active .search-bar__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 990px) {
  .search-bar--active .search-bar__input {
    padding-right: 0;
    padding-left: 0;
    border: 0;
  }
}
@media (max-width: 990px) {
  .search-bar--active .search-bar__input:not(:disabled):not([readonly]):hover, .search-bar--active .search-bar__input:not(:disabled):not([readonly]):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.search-bar--active .search-bar__clear {
  display: block;
}
@media (max-width: 990px) {
  .search-bar--active .search-bar__clear {
    position: static;
    position: initial;
  }
}
.search-bar--active .search-bar__close {
  display: block;
}
@media (min-width: 991px) {
  .search-bar--active .search-bar__close {
    display: none;
  }
}
@media (max-width: 990px) {
  .search-bar--active .search-bar__submit {
    display: none;
  }
}
.search-bar--active .search-bar__result {
  z-index: 5;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 990px) {
  .search-bar--active .search-bar__result {
    display: inline;
    display: initial;
    padding-bottom: 50px;
    border-top: 1px solid rgb(241, 241, 241);
  }
}
@media (max-width: 990px) {
  .search-bar--active .search-bar__link--all {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
  }
}
.search-bar--active .search-bar__overlay {
  visibility: visible;
  opacity: 1;
}
.search {
  padding: 0;
  margin: 0;
  display: grid;
  margin-top: 30px;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 25px;
  grid-row-gap: 15px;
  row-gap: 15px;
}
@media (min-width: 991px) {
  .search {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .search {
    grid-template-columns: 1fr 170px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 50px;
    row-gap: 50px;
  }
}
.search h1 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  color: rgb(17, 17, 17);
}
@media (min-width: 1440px) {
  .search h1 {
    font-family: "Open Sans Condensed";
    font-size: 1.563rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
  }
}
@media (min-width: 1440px) and (min-width: 991px) {
  .search h1 {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.search h1 span {
  color: rgb(203, 51, 59);
}
.search .button {
  justify-self: flex-start;
}
@media (min-width: 991px) {
  .search .button {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.search__count {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
@media (min-width: 1440px) {
  .search__count {
    margin-top: 18px;
  }
}
.service {
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .service {
    margin-top: 30px;
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 20px;
  }
}
@media (min-width: 991px) {
  .service {
    margin-right: 0;
    margin-left: 0;
  }
}
.service__accent {
  padding: 0;
  margin: 0;
  height: 52px;
}
@media (min-width: 1440px) {
  .service__accent {
    height: 62px;
  }
}
.service__content {
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 20px;
  padding-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1440px) {
  .service__content {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 42px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    grid-row-gap: 30px;
    row-gap: 30px;
  }
}
.service__icon {
  position: absolute;
  top: -27px;
  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: 54px;
  height: 54px;
  padding: 5px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  -webkit-filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.1));
}
@media (min-width: 1440px) {
  .service__icon {
    top: -27px;
    left: 40px;
    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: 54px;
    height: 54px;
  }
}
.service__icon svg {
  width: 28px;
  height: 28px;
  stroke: rgb(17, 17, 17);
}
@media (min-width: 1440px) {
  .service__icon svg {
    width: 28px;
    height: 28px;
  }
}
.service__header {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.5px;
  word-break: break-word;
}
@media (min-width: 991px) {
  .service__header {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 1280px) {
  .service__header {
    font-size: 3.75rem;
    line-height: 4.0625rem;
  }
}
.service__subscription {
  padding: 0;
  margin: 0;
  position: relative;
  padding: 5px;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (min-width: 1440px) {
  .service__subscription {
    max-width: 175px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    grid-column-start: 2;
  }
}
.service__subscription svg {
  width: 24px;
  height: 24px;
}
.service__subscription span {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 991px) {
  .service__subscription--subscribed:hover {
    border-color: rgb(203, 51, 59);
  }
  .service__subscription--subscribed:hover .service__subscription-content {
    opacity: 0;
  }
  .service__subscription--subscribed:hover .service__subscription-content--unsubscribe {
    opacity: 1;
  }
}
.service__subscription-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.service__subscription-content--unsubscribe {
  position: absolute;
  top: 5px;
  opacity: 0;
}
@media (min-width: 1440px) {
  .service__subscription-content--unsubscribe {
    top: 10px;
  }
}
.service__subscription-content--unsubscribe span {
  color: rgb(203, 51, 59);
}
.service__counter {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
}
@media (min-width: 1440px) {
  .service__counter {
    grid-column-start: 1;
  }
}
.setting-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 767px) {
  .setting-form {
    gap: 30px;
  }
}
.setting-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
}
.setting-form__fields:last-child .setting-form__sub-fields:last-child {
  border-bottom: 0;
  border-bottom: initial;
}
.setting-form__legend {
  font-family: "Verdana";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  color: rgba(17, 17, 17, 0.4);
}
.setting-form__icon {
  width: 24px;
  height: 24px;
  margin-bottom: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.setting-form__toggle {
  width: 24px;
  height: 24px;
  margin: 0;
  margin-bottom: auto;
  padding: 0;
  color: rgb(17, 17, 17);
  border: 0;
  background: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .setting-form__toggle:hover {
    color: rgb(203, 51, 59);
  }
}
.setting-form__toggle svg {
  width: 24px;
  height: 24px;
  stroke: currentcolor;
}
.setting-form__all {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 991px) {
  .setting-form__all:hover input:checked + span {
    background-image: url("../assets/img/icon-bell-active--hover.svg");
  }
  .setting-form__all:hover input + span {
    background-image: url("../assets/img/icon-bell--hover.svg");
  }
}
.setting-form__all input:checked + span {
  background-image: url("../assets/img/icon-bell-active.svg");
}
.setting-form__all input + span {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-image: url("../assets/img/icon-bell.svg");
}
.setting-form__all span {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-image: url("../assets/img/icon-bell.svg");
}
.setting-form__sub-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgb(241, 241, 241);
}
.setting-form__sub-fields legend {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  gap: 10px;
}
@media (min-width: 767px) {
  .setting-form__sub-fields legend {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 20px;
  }
}
.setting-form__sub-fields legend span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.setting-form__sub-fields .setting-form__item {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 22px;
  border-bottom: 0;
  border-bottom: initial;
}
.setting-form__sub-fields .setting-form__item:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 1px;
  margin: auto;
  border-top: 1px dashed rgb(176, 176, 176);
  content: "";
}
.setting-form__sub-fields .setting-form__item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% + 10px);
  margin: auto;
  border-left: 1px dashed rgb(176, 176, 176);
  content: "";
}
.setting-form__sub-fields .setting-form__item:first-child:after {
  top: -10px;
  height: calc(100% + 20px);
}
.setting-form__sub-fields .setting-form__item:last-child:after {
  height: 10px;
}
.setting-form__sub-fields--active .setting-form__list {
  -webkit-transition: visibility 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s, max-height 0.3s ease-out;
  transition: visibility 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s, max-height 0.3s ease-out;
  visibility: visible;
  opacity: 1;
}
.setting-form__sub-fields--active .setting-form__toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.setting-form__sub-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 10px;
}
.setting-form__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  padding-left: 12px;
  gap: 10px;
  list-style: none;
  -webkit-transition: visibility 0.2s ease-in, opacity 0.2s ease-in, max-height 0.3s ease-in 0.2s;
  transition: visibility 0.2s ease-in, opacity 0.2s ease-in, max-height 0.3s ease-in 0.2s;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
@media (min-width: 767px) {
  .setting-form__list {
    gap: 15px;
  }
}
.setting-form__item {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgb(17, 17, 17);
  border-bottom: 1px solid rgb(241, 241, 241);
  text-decoration: none;
  gap: 10px;
}
@media (min-width: 767px) {
  .setting-form__item {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 20px;
  }
}
.setting-form__item:first-child {
  margin-top: 5px;
}
.setting-form__item:last-child {
  margin-bottom: 10px;
  border-bottom: 0;
  border-bottom: initial;
}
.setting-form__item span {
  max-width: 560px;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.setting-form__item label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 991px) {
  .setting-form__item label:hover input:checked + span {
    background-image: url("../assets/img/icon-bell-active--hover.svg");
  }
  .setting-form__item label:hover input + span {
    background-image: url("../assets/img/icon-bell--hover.svg");
  }
}
.setting-form__item input:checked + span {
  background-image: url("../assets/img/icon-bell-active.svg");
}
.setting-form__item input + span {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-image: url("../assets/img/icon-bell.svg");
}
.sided {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 40px;
}
@media (min-width: 991px) {
  .sided {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
    padding-left: 30px;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 1280px) {
  .sided {
    grid-template-columns: 400px minmax(0, 1fr);
  }
}
@media (min-width: 1440px) {
  .sided {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
.sided__aside {
  z-index: 2;
  pointer-events: none;
}
@media print {
  .sided__aside {
    display: none;
  }
}
@media (min-width: 991px) {
  .sided__aside .menu {
    position: sticky;
    top: 110px;
  }
}
.sided__content {
  width: 100%;
  max-width: 1000px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1921px) {
  .sided__content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 991px) {
  .sided__content {
    padding-top: 0;
  }
}
.sided__content > section:last-child, .sided__content > div:last-child {
  margin-bottom: 0;
}
.sided__content > h2 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 25px;
  margin-right: 16px;
  margin-bottom: 20px;
  margin-left: 16px;
  color: rgb(17, 17, 17);
}
@media (min-width: 991px) {
  .sided__content > h2 {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 991px) {
  .sided__content > h2 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .sided__content > h2 {
    font-family: "Open Sans Condensed";
    font-size: 2.813rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125rem;
    letter-spacing: 0.5px;
    -webkit-font-feature-settings: "clig" off, "liga" off;
            font-feature-settings: "clig" off, "liga" off;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.sign {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .sign {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 991px) {
  .sign {
    margin-right: 0;
    margin-left: 0;
  }
}
.sign__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 30px;
}
@media (min-width: 1280px) {
  .sign__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    grid-gap: 40px;
    gap: 40px;
  }
}
.sign__aside .promo {
  position: sticky;
  top: 30px;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 45px;
}
@media (min-width: 991px) {
  .sign__aside .promo {
    padding: 25px;
  }
}
.sign__content {
  width: 100%;
  max-width: 660px;
}
.sign__form {
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 767px) {
  .sign__form {
    padding-top: 35px;
    padding-right: 40px;
    padding-bottom: 35px;
    padding-left: 40px;
    border-radius: 20px;
  }
}
.sign__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
  gap: 18px;
}
@media (min-width: 767px) {
  .sign__fields {
    gap: 20px;
  }
}
.sign__field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.sign__field:has(.validator__input--error) .validator__description {
  color: rgb(203, 51, 59);
}
.sign__field:has(.validator__input--error) .validator__input--error {
  border-color: rgb(203, 51, 59);
}
.sign__field-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sign__field-inner button + input {
  padding-right: 50px;
}
.sign__field-inner .validator__error {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0;
}
.sign__label {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0;
}
.sign__eye {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  color: rgb(17, 17, 17);
  font-size: 0;
  line-height: 0;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media (min-width: 767px) {
  .sign__eye {
    top: 8px;
    right: 10px;
  }
}
@media (min-width: 991px) {
  .sign__eye:hover {
    color: rgb(203, 51, 59);
  }
}
.sign__eye svg {
  stroke: currentcolor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sign__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  gap: 15px;
}
@media (min-width: 767px) {
  .sign__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 25px;
  }
}
.sign__action .button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sign__footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgb(218, 218, 218);
  text-align: center;
}
@media (min-width: 767px) {
  .sign__footer {
    padding-top: 25px;
  }
}
.sign__link {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  color: rgb(17, 17, 17);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 991px) {
  .sign__link:hover {
    color: rgb(203, 51, 59);
  }
}
.sign__title {
  font-family: "Verdana";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .sign__title {
    margin-bottom: 25px;
  }
}
.sign__title:not(:first-child) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgb(218, 218, 218);
}
.sign__text {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
}
@media (min-width: 991px) {
  .sign__text {
    line-height: 1.563rem;
  }
}
.sign__text:not(:first-child) {
  margin-top: 10px;
}
.sign__text a {
  text-decoration: underline;
  color: rgb(203, 51, 59);
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
@media (min-width: 991px) {
  .sign__text a:hover {
    text-decoration-color: rgb(203, 51, 59);
  }
}
.sign__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 18px;
  gap: 15px;
}
@media (min-width: 767px) {
  .sign__legal {
    margin-top: 20px;
    gap: 15px;
  }
}
.sign__disc {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0;
  margin-top: 20px;
  padding-right: 16px;
  padding-left: 16px;
  color: rgba(17, 17, 17, 0.6);
  text-align: center;
}
@media (min-width: 767px) {
  .sign__disc {
    padding: 0;
  }
}
.status-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.status-label__item {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  background-color: rgb(73, 173, 99);
  justify-self: start;
}
@media (min-width: 1440px) {
  .status-label__item {
    font-family: "Verdana";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
}
.subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.subscription__header {
  margin-bottom: 20px;
  padding-right: 30px;
}
@media (min-width: 767px) {
  .subscription__header {
    margin-bottom: 30px;
  }
}
.subscription__title {
  font-family: "Open Sans Condensed";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0;
}
@media (min-width: 991px) {
  .subscription__title {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.subscription__post-title {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 991px) {
  .subscription__post-title {
    line-height: 1.563rem;
  }
}
.subscription__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.subscription__table {
  width: 100%;
}
.subscription__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  gap: 5px;
}
@media (min-width: 767px) {
  .subscription__row {
    display: table-row;
    margin-top: 0;
    margin-top: initial;
  }
}
@media (min-width: 767px) {
  .subscription__row:not(:first-child) td {
    padding-top: 5px;
  }
}
.subscription__row em {
  font-style: normal;
  font-weight: 700;
  color: rgb(203, 51, 59);
}
.subscription__name {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  vertical-align: top;
  white-space: nowrap;
}
@media (min-width: 991px) {
  .subscription__name {
    line-height: 1.563rem;
  }
}
@media (min-width: 767px) {
  .subscription__name {
    padding-right: 40px;
  }
}
.subscription__value {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  vertical-align: top;
}
@media (min-width: 991px) {
  .subscription__value {
    line-height: 1.563rem;
  }
}
.subscription__legal {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 18px;
  grid-gap: 15px;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 767px) {
  .subscription__legal {
    margin-top: 30px;
    gap: 30px;
  }
}
.subscription__legal .button {
  margin-top: auto;
}
.suggestions-wrapper {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: 10px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.suggestions-wrapper .suggestions-suggestion {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .suggestions-wrapper .suggestions-suggestion {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .suggestions-wrapper .suggestions-suggestion:hover {
    background-color: rgb(241, 241, 241);
  }
}
.suggestions-wrapper .suggestions-suggestion:active {
  background-color: rgb(241, 241, 241);
}
.suggestions-wrapper .suggestions-suggestion strong {
  color: #ff0000;
}
.suggestions-wrapper .suggestions-hint {
  display: none !important;
}
.suggestions-wrapper .suggestions-promo {
  display: none !important;
}
.tags {
  margin-top: 25px;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 25px;
}
@media (min-width: 991px) {
  .tags {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.tags__header {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .tags__header {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .tags__header {
    font-family: "Verdana";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.tags__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
  overflow-x: auto;
  white-space: nowrap;
  gap: 6px;
}
@media (min-width: 767px) {
  .tags__form {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 991px) {
  .tags__form {
    margin-right: 0;
    margin-right: initial;
    margin-left: 0;
    margin-left: initial;
    padding-right: 0;
    padding-right: initial;
    padding-left: 0;
    padding-left: initial;
    white-space: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
    overflow: initial;
  }
}
.tags input {
  display: none;
}
.tags input:checked + label {
  background-color: rgb(203, 51, 59);
  color: rgb(255, 255, 255);
}
@media (min-width: 991px) {
  .tags input:checked + label:hover {
    background-color: rgb(118, 35, 47);
  }
}
.tags label {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  color: rgb(17, 17, 17);
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .tags label:hover {
    color: rgb(203, 51, 59);
  }
}
.tarif-card {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  gap: 10px;
}
@media (min-wwidth: 767px) {
  .tarif-card {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .tarif-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tarif-card__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  grid-gap: 10px;
  gap: 10px;
}
@media (min-width: 767px) {
  .tarif-card__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .tarif-card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tarif-card__cell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 767px) {
  .tarif-card__cell {
    padding-left: 10px;
  }
}
@media (min-width: 767px) {
  .tarif-card__cell:not(:first-child):before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: rgb(218, 218, 218);
    content: "";
  }
}
.tarif-card__cell:first-child {
  padding-left: 0;
}
.tarif-card__cell:first-child:before {
  content: normal;
  content: initial;
}
.tarif-card__cell:nth-child(odd):before {
  content: normal;
  content: initial;
}
@media (min-width: 767px) {
  .tarif-card__cell:nth-child(odd):before {
    content: "";
  }
}
@media (min-width: 767px) {
  .tarif-card__cell:nth-child(n+4) {
    padding-top: 10px;
  }
}
@media (min-width: 1280px) {
  .tarif-card__cell:nth-child(n+4) {
    padding-top: 0;
    padding-top: initial;
  }
}
@media (min-width: 767px) {
  .tarif-card__cell:nth-child(n+4):before {
    top: 10px;
  }
}
@media (min-width: 1280px) {
  .tarif-card__cell:nth-child(n+4):before {
    top: 0;
  }
}
@media (min-width: 767px) {
  .tarif-card__cell:nth-child(n+4):after {
    position: absolute;
    top: 0;
    right: 0;
    left: 10px;
    height: 1px;
    background-color: rgb(218, 218, 218);
    content: "";
  }
}
@media (min-width: 1280px) {
  .tarif-card__cell:nth-child(n+4):after {
    content: normal;
    content: initial;
  }
}
@media (min-width: 767px) {
  .tarif-card__cell:nth-child(3n+4):after {
    left: 0;
  }
}
.tarif-card__cell:nth-child(1) {
  -ms-flex-preferred-size: 65px;
      flex-basis: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.tarif-card__cell:nth-child(2) {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (min-width: 1280px) {
  .tarif-card__cell:nth-child(2) {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
  }
}
.tarif-card__cell:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.tarif-card__cell:nth-child(4) {
  padding-left: 0;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (min-width: 1280px) {
  .tarif-card__cell:nth-child(4) {
    padding-left: 10px;
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
.tarif-card__cell:nth-child(4):before {
  content: normal;
  content: initial;
}
@media (min-width: 1280px) {
  .tarif-card__cell:nth-child(4):before {
    content: "";
  }
}
.tarif-card__cell:nth-child(5) {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.tarif-card__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tarif-card__type em {
  color: rgba(17, 17, 17, 0.6);
  font-style: normal;
}
.tarif-card__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tarif-card__status {
  padding-top: 5px;
  padding-right: 14px;
  padding-bottom: 5px;
  padding-left: 14px;
  border-radius: 8px;
  border: 1px solid currentColor;
  white-space: nowrap;
}
.tarif-card__status--orange {
  color: rgb(255, 103, 31);
}
.tarif-card__status--green {
  color: rgb(73, 173, 99);
}
.tarif-card__status--disabled {
  color: rgba(17, 17, 17, 0.4);
  border-color: rgb(241, 241, 241);
  background-color: rgb(241, 241, 241);
}
.tarif-card__action {
  position: relative;
}
.tarif-card__action--active .tarif-card__hidden {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 991px) {
  .tarif-card__action--active .tarif-card__toggle {
    color: rgb(203, 51, 59);
  }
}
.tarif-card__action--active .tarif-card__toggle span:before {
  -webkit-transform: translateX(-8px) translateY(-8px);
          transform: translateX(-8px) translateY(-8px);
}
.tarif-card__action--active .tarif-card__toggle span:after {
  -webkit-transform: translateX(8px) translateY(8px);
          transform: translateX(8px) translateY(8px);
}
.tarif-card__toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: rgb(17, 17, 17);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  background: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 991px) {
  .tarif-card__toggle:hover {
    color: rgb(203, 51, 59);
  }
}
.tarif-card__toggle span {
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentcolor;
  pointer-events: none;
}
.tarif-card__toggle span:before {
  position: absolute;
  right: -8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentcolor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}
.tarif-card__toggle span:after {
  position: absolute;
  right: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentcolor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}
.tarif-card__hidden {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  list-style: none;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  visibility: hidden;
  opacity: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tarif-card__action-button {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border: 0;
  border-radius: 6px;
  background: 0;
  color: rgb(17, 17, 17);
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .tarif-card__action-button:hover {
    background-color: rgb(241, 241, 241);
  }
}
.tarifs-table {
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 991px) {
  .tarifs-table {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.tarifs-table .swiper-slide {
  width: auto;
}
.tarifs-table table {
  border-collapse: collapse;
  table-layout: fixed;
}
.tarifs-table table tr:first-child td:first-of-type {
  border-top-left-radius: 10px;
}
.tarifs-table table tr:first-child td:last-of-type {
  border-top-right-radius: 10px;
}
.tarifs-table table tr:not(:last-child) td:not([colspan]),
.tarifs-table table tr:not(:last-child) th:not([colspan]) {
  position: relative;
}
.tarifs-table table tr:not(:last-child) td:not([colspan]):after,
.tarifs-table table tr:not(:last-child) th:not([colspan]):after {
  position: absolute;
  bottom: -1px;
  right: 5px;
  left: 5px;
  border-bottom: 2px solid rgb(218, 218, 218);
  content: "";
}
.tarifs-table table tr:last-child td,
.tarifs-table table tr:last-child th {
  position: relative;
}
.tarifs-table table tr:last-child td:before,
.tarifs-table table tr:last-child th:before {
  position: absolute;
  top: -1px;
  right: 5px;
  left: 5px;
  border-top: 3px solid rgb(17, 17, 17);
  content: "";
}
.tarifs-table table tr:last-child td:first-of-type {
  border-bottom-left-radius: 10px;
}
.tarifs-table table tr:last-child td:last-of-type {
  border-bottom-right-radius: 10px;
}
.tarifs-table table th {
  font-family: "Verdana";
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  width: 130px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 767px) {
  .tarifs-table table th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 991px) {
  .tarifs-table table th {
    width: 160px;
  }
}
.tarifs-table table td {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  position: relative;
  width: 130px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 767px) {
  .tarifs-table table td {
    width: 160px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 991px) {
  .tarifs-table table td {
    width: 106px;
  }
}
.tarifs-table table td:nth-child(odd) {
  background-color: rgb(250, 250, 250);
}
.tarifs-table table td:nth-child(even) {
  background-color: rgb(255, 255, 255);
}
.tarifs-table table td em {
  font-style: normal;
  color: rgba(17, 17, 17, 0.6);
}
.tarifs-table table td span {
  display: block;
  margin-bottom: auto;
}
.tarifs-table table td span + .tarifs-table__button {
  margin-top: 15px;
}
.tarifs-table table td[colspan] {
  padding: 0;
  background: 0;
}
.tarifs-table table td table tr:not(:first-child) th {
  padding-left: 10px;
}
@media (min-width: 767px) {
  .tarifs-table table td table tr:not(:first-child) th {
    padding-left: 15px;
  }
}
.tarifs-table table td table tr:first-child td,
.tarifs-table table td table tr:first-child th {
  padding-top: 10px;
}
@media (min-width: 767px) {
  .tarifs-table table td table tr:first-child td,
  .tarifs-table table td table tr:first-child th {
    padding-top: 15px;
  }
}
.tarifs-table table td table tr:last-child td,
.tarifs-table table td table tr:last-child th {
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 767px) {
  .tarifs-table table td table tr:last-child td,
  .tarifs-table table td table tr:last-child th {
    padding-bottom: 15px;
  }
}
.tarifs-table table td table tr:last-child td:before,
.tarifs-table table td table tr:last-child th:before {
  display: none;
  content: normal;
  content: initial;
}
.tarifs-table table td table tr:last-child td:after,
.tarifs-table table td table tr:last-child th:after {
  position: absolute;
  top: auto;
  top: initial;
  bottom: -1px;
  right: 5px;
  left: 5px;
  border: 0;
  border-bottom: 2px solid rgb(218, 218, 218);
  content: "";
}
.tarifs-table table td table tr:not(:last-child) td:after,
.tarifs-table table td table tr:not(:last-child) th:after {
  display: none;
  content: normal;
  content: initial;
}
.tarifs-table table td table td,
.tarifs-table table td table th {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0 !important;
  border-radius: initial !important;
}
.tarifs-table table i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  font-style: normal;
}
.tarifs-table table i + span {
  margin-top: 5px;
}
.tarifs-table table i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tarifs-table__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tarifs-table__price {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}
.tarifs-table__old-price {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: rgba(17, 17, 17, 0.6);
}
.tarifs-table__monthly {
  font-family: "Verdana";
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-top: 3px;
}
.tarifs-table__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  font-style: normal;
}
.tarifs-table__icon + span {
  margin-top: 5px;
}
.tarifs-table__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tarifs-table__button {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: inline-block !important;
  margin-top: auto;
  margin-right: 0;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 4px;
  padding-right: 13px;
  padding-bottom: 6px;
  padding-left: 13px;
  color: rgb(255, 255, 255);
  background: 0;
  border: 0;
  border-radius: 10px;
  background-color: rgb(203, 51, 59);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-align: center;
}
@media (min-width: 991px) {
  .tarifs-table__button:not(:disabled):not(span):hover {
    background-color: rgb(166, 25, 46);
    cursor: pointer;
  }
}
.tarifs-table__button:disabled {
  color: rgb(176, 176, 176);
  background-color: rgb(241, 241, 241);
  cursor: not-allowed;
}
.tarifs-table__border-bottom:after {
  border-width: 3px !important;
  border-color: rgb(17, 17, 17) !important;
}
.tarifs-table__active-cell {
  background-color: rgba(73, 173, 99, 0.3) !important;
}
.tarifs-table__active-cell:not([colspan]) {
  position: relative;
}
.tarifs-table__active-cell:not([colspan]):before {
  border-color: rgb(73, 173, 99) !important;
}
.tarifs-table__active-cell:not([colspan]):after {
  border-color: rgba(73, 173, 99, 0.4) !important;
}
.tarifs-table__active-cell.tarifs-table__border-bottom:after {
  border-color: rgb(73, 173, 99) !important;
}
.tarifs-table__active-cell .tarifs-table__button {
  color: rgb(73, 173, 99);
  background-color: rgb(255, 255, 255);
}
.tarifs {
  margin-top: 15px;
  margin-right: 16px;
  margin-bottom: 15px;
  margin-left: 16px;
}
@media (min-width: 991px) {
  .tarifs {
    margin-right: 0;
    margin-left: 0;
  }
}
.tarifs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (min-width: 991px) {
  .tarifs__wrapper {
    gap: 15px;
  }
}
@media (min-width: 1440px) {
  .tarifs__wrapper {
    max-width: 800px;
  }
}
.tarifs__header {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 767px) {
  .tarifs__header {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-left: 0;
    grid-template-columns: 155px minmax(0, 1fr);
    grid-gap: 5px;
    gap: 5px;
  }
}
.tarifs__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  background-color: rgb(255, 255, 255);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 767px) {
  .tarifs__header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    border-radius: 10px;
  }
}
.tarifs__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.tarifs__name {
  font-family: "Verdana";
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: none;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 767px) {
  .tarifs__name {
    display: inline;
    display: initial;
  }
}
.tarifs__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tarifs__line-name {
  font-family: "Verdana";
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  width: 100%;
  max-width: 150px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tarifs__swiper {
  width: calc(100% + 16px);
  margin-right: -16px;
  padding-right: 16px;
}
@media (min-width: 991px) {
  .tarifs__swiper {
    width: calc(100% + 30px);
    margin-right: -30px;
    padding-right: 30px;
  }
}
.tarifs__swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tarifs__slide {
  width: 150px;
  height: auto;
  height: initial;
}
@media (min-width: 767px) {
  .tarifs__slide {
    width: 160px;
  }
}
@media (min-width: 991px) {
  .tarifs__slide {
    width: 106px;
  }
}
.tarifs__slide:first-child {
  border-radius: 10px 0 0 10px;
}
.tarifs__slide:last-child {
  border-radius: 0 10px 10px 0;
}
.tarifs__slide:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}
.tarifs__slide:nth-child(even) {
  background-color: rgb(250, 250, 250);
}
.tarifs__slide--active {
  background-color: rgba(73, 173, 99, 0.3) !important;
}
.tarifs__slide--active .tarifs__th, .tarifs__slide--active .tarifs__td {
  border-color: rgba(73, 173, 99, 0.4);
}
.tarifs__slide--active .tarifs__th--border-bottom, .tarifs__slide--active .tarifs__td--border-bottom {
  border-color: rgb(73, 173, 99);
}
.tarifs__slide--active .tarifs__button {
  color: rgb(73, 173, 99);
  background-color: rgb(255, 255, 255);
}
.tarifs__table {
  display: table;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  grid-gap: 5px;
  gap: 5px;
}
@media (min-width: 767px) {
  .tarifs__table {
    grid-template-columns: 155px minmax(0, 1fr);
  }
}
.tarifs__table--ready .tarifs__show-in {
  -webkit-animation: show-in 0.5s ease-out 1;
          animation: show-in 0.5s ease-out 1;
  opacity: 1;
}
.tarifs__sub-table {
  margin-top: -5px;
  margin-bottom: -5px;
}
.tarifs__sub-table .tarifs__th {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0;
}
.tarifs__sub-table .tarifs__th:not(:first-child) {
  padding-left: 15px;
}
.tarifs__sub-table .tarifs__td {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0;
}
.tarifs__show-in {
  opacity: 0;
}
.tarifs__tr {
  display: table-row;
}
.tarifs__th {
  font-family: "Verdana";
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(218, 218, 218);
}
@media (min-width: 767px) {
  .tarifs__th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.tarifs__th:last-child {
  border-bottom: 0;
  border-bottom: initial;
}
.tarifs__th--border-bottom {
  border-width: 3px;
  border-color: rgb(17, 17, 17);
}
.tarifs__td {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid rgb(218, 218, 218);
}
@media (min-width: 767px) {
  .tarifs__td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.tarifs__td:last-child {
  border-bottom: 0;
  border-bottom: initial;
}
.tarifs__td em {
  font-style: normal;
  color: rgba(17, 17, 17, 0.6);
}
.tarifs__td span {
  margin-bottom: auto;
}
.tarifs__td span + .tarifs__button {
  margin-top: 15px;
}
.tarifs__td--border-bottom {
  border-width: 3px;
  border-color: rgb(17, 17, 17);
}
.tarifs__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  font-style: normal;
}
.tarifs__icon + span {
  margin-top: 5px;
}
.tarifs__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tarifs__button {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: auto;
  margin-right: 0;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 4px;
  padding-right: 13px;
  padding-bottom: 6px;
  padding-left: 13px;
  color: rgb(255, 255, 255);
  background: 0;
  border: 0;
  border-radius: 10px;
  background-color: rgb(203, 51, 59);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-align: center;
}
@media (min-width: 991px) {
  .tarifs__button:not(:disabled):not(span):hover {
    background-color: rgb(166, 25, 46);
    cursor: pointer;
  }
}
.tarifs__button:disabled {
  color: rgb(176, 176, 176);
  background-color: rgb(241, 241, 241);
  cursor: not-allowed;
}
.tarifs__price {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}
.tarifs__old-price {
  font-family: "Verdana";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: rgba(17, 17, 17, 0.6);
}
.tarifs__monthly {
  font-family: "Verdana";
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-top: 3px;
}
.tarifs__footer {
  margin-top: 5px;
}
@media (min-width: 991px) {
  .tarifs__footer {
    padding-left: 160px;
  }
}
.tarifs__description {
  font-family: "Verdana";
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  margin: 0;
  color: rgba(17, 17, 17, 0.6);
}
.tarifs__select {
  display: none;
}
.tarifs__choices {
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 767px) {
  .tarifs__choices {
    width: 280px;
  }
}
.tarifs__choices .choices__item {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.tarifs__choices .choices__item em {
  font-weight: 700;
  font-style: normal;
  color: rgb(176, 176, 176);
}
.tarifs__choices .choices__list--single {
  margin: 0;
  padding: 0;
  text-align: left;
  color: currentcolor;
}
.tarifs__choices .choices__list--single .choices__item em {
  color: rgb(203, 51, 59);
}
.tarifs__choices .choices__list--dropdown {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 15;
  min-width: 290px;
  margin: 0;
  margin-top: 10px;
  border: 0;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  word-break: initial;
}
.tarifs__choices .choices__list--dropdown .choices__list {
  padding: 8px;
}
@media (min-width: 991px) {
  .tarifs__choices .choices__list--dropdown .choices__list::-webkit-scrollbar {
    width: 10px;
  }
}
@media (min-width: 991px) {
  .tarifs__choices .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
  }
}
@media (min-width: 991px) {
  .tarifs__choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
    height: 4px;
    border: 3px solid #ffffff;
    border-radius: 8px;
    background-color: #b0b0b0;
  }
}
.tarifs__choices .choices__list--dropdown .choices__item {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  text-align: left;
  color: inherit;
  border-radius: 6px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 991px) {
  .tarifs__choices .choices__list--dropdown .choices__item:hover {
    background-color: rgb(241, 241, 241);
  }
}
.tarifs__choices .choices__list--dropdown .choices__placeholder {
  display: none;
}
.tarifs__choices .choices__list--dropdown .is-highlighted {
  background-color: transparent;
}
.tarifs__choices .choices__list--dropdown .is-selected em {
  color: rgb(203, 51, 59);
}
.tarifs__choices .choices__placeholder {
  opacity: 1;
}
.tarifs__choices[data-type*=select-one] .choices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
  min-height: initial;
  padding-top: 2px;
  padding-right: 30px;
  padding-bottom: 2px;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  outline: none;
}
.tarifs__choices[data-type*=select-one] .choices__inner .choices__item {
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tarifs__choices[data-type*=select-one]:before {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 2px;
  margin: 0;
  border: 0;
  background-color: currentcolor;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  content: "";
}
.tarifs__choices[data-type*=select-one]:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 2px;
  margin: 0;
  border: 0;
  background-color: currentcolor;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
  content: "";
}
.tarifs__choices[data-type*=select-one].is-open:before {
  margin: 0;
  color: rgb(203, 51, 59);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tarifs__choices[data-type*=select-one].is-open:after {
  margin: 0;
  color: rgb(203, 51, 59);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tarifs__choices[data-type*=select-one].is-open .choices__inner {
  border-radius: 4px;
}
.text {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(17, 17, 17);
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 16px;
  margin-left: 16px;
}
@media (min-width: 991px) {
  .text {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .text {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
  }
}
.text:first-child {
  margin-top: 0;
}
.text:last-child {
  margin-bottom: 0;
}
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-right: 16px;
  margin-bottom: 20px;
  margin-left: 16px;
  color: rgb(17, 17, 17);
  gap: 15px;
}
@media (min-width: 991px) {
  .title {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .title {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .title + .layout-header {
    margin-top: -25px;
  }
}
.title .button {
  min-height: 0;
  min-height: initial;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
@media (min-width: 767px) {
  .title .button {
    margin-top: 5px;
  }
}
@media (min-width: 991px) {
  .title .button {
    min-height: 44px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
  }
}
.title .button svg {
  fill: none;
  stroke: rgb(203, 51, 59);
}
.title__main {
  font-family: "Open Sans Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.5px;
  margin: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 991px) {
  .title__main {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 1280px) {
  .title__main {
    font-size: 3.75rem;
    line-height: 4.0625rem;
  }
}
.title__link {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(17, 17, 17);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 991px) {
  .title__link {
    line-height: 1.563rem;
  }
}
@media (min-width: 991px) {
  .title__link {
    height: 2.375rem;
  }
}
@media (min-width: 1280px) {
  .title__link {
    height: 4.0625rem;
  }
}
@media (min-width: 991px) {
  .title__link:hover {
    color: rgb(203, 51, 59);
  }
}
.title__link svg {
  stroke: currentcolor;
}
.togglebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.togglebox__value {
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.togglebox__label {
  cursor: pointer;
}
.togglebox__label input:checked + .togglebox__box .togglebox__box-center {
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
}
.togglebox__label input:checked + .togglebox__box .togglebox__box-circle--left {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.togglebox__label input:checked + .togglebox__box .togglebox__box-circle--right {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.togglebox__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
  padding-right: 4px;
  padding-bottom: 3px;
  padding-left: 4px;
  background-color: rgb(203, 51, 59);
  border-radius: 220px;
}
.togglebox__box-center {
  position: absolute;
  width: 20px;
  height: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 220px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.togglebox__box-circle {
  width: 20px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.togglebox__box-circle--left {
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.togglebox__box-circle--right {
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.tooltip-white {
  display: inline;
  pointer-events: none;
}
.tooltip-white .tippy-box {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  color: rgb(17, 17, 17);
  border: 0;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  pointer-events: all;
}
.tooltip-white__button {
  position: relative;
  top: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  color: rgba(17, 17, 17, 0.6);
  border: 0;
  background: 0;
  outline: none;
  cursor: pointer;
  pointer-events: all;
}
.tooltip-white__button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
.tooltip-white__wrapper {
  display: none;
}

.tippy-box {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  font-family: "Verdana";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  color: rgb(17, 17, 17);
  border: 0;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  pointer-events: all;
}
@charset "UTF-8";
.tooltip {
  right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 767px) {
  .tooltip {
    right: auto;
    right: initial;
  }
}
.tooltip .tippy-box {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 10px;
  background-color: rgba(17, 17, 17, 0.6);
  -webkit-box-shadow: 0 5px 20px rgba(0, 13, 57, 0.1);
          box-shadow: 0 5px 20px rgba(0, 13, 57, 0.1);
  pointer-events: all;
}
.tooltip .tippy-content {
  font-family: "Verdana";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 991px) {
  .tooltip .tippy-content {
    line-height: 1.563rem;
  }
}
.tooltip .tippy-content p {
  margin: 0;
  padding: 0;
}
.tooltip .tippy-content p:not(:first-of-type) {
  margin-top: 5px;
}
.tooltip .tippy-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.tooltip .tippy-content ul:not(:first-child) {
  margin-top: 10px;
}
.tooltip .tippy-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.tooltip .tippy-content li:before {
  content: "—";
}
.tooltip__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
  outline: none;
  cursor: pointer;
  pointer-events: all;
}
.tooltip__button svg {
  width: 24px;
  height: 24px;
}
.tooltip__wrapper {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.up {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 8px;
  bottom: 80px;
  z-index: 9;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  -webkit-transition: visibility 0.3s, opacity 0.3s, color 0.3s;
  transition: visibility 0.3s, opacity 0.3s, color 0.3s;
  visibility: hidden;
  opacity: 0;
  outline: none;
  cursor: pointer;
}
@media (min-width: 767px) {
  .up {
    right: 16px;
  }
}
@media (min-width: 991px) {
  .up {
    right: 16px;
    bottom: 60px;
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1440px) {
  .up {
    right: 50px;
  }
}
@media (min-width: 991px) {
  .up:hover {
    color: rgb(203, 51, 59);
  }
}
.up:not(:disabled):active {
  opacity: 0.7;
}
.up svg {
  display: block;
  width: 28px;
  height: 28px;
  stroke: currentcolor;
}
.up--visible {
  visibility: visible;
  opacity: 1;
}
.user-action {
  color: currentColor;
}
.user-action__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.user-action__item {
  position: relative;
}
@media (min-width: 991px) {
  .user-action__item:hover .user-action__sub-list {
    visibility: visible;
    opacity: 1;
  }
}
.user-action__button {
  padding: 0;
  margin: 0;
  border: 0;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  padding-right: 6px;
  padding-left: 6px;
  color: rgb(17, 17, 17);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .user-action__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}
@media (min-width: 991px) {
  .user-action__button:hover {
    color: rgb(203, 51, 59);
  }
}
.user-action__button svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.user-action__sub-list {
  position: absolute;
  z-index: 1;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  visibility: hidden;
  opacity: 0;
  gap: 16px;
}
.user-action__sub-list:before {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  content: "";
}
.user-action__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  color: currentColor;
  border: 0;
  background: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  gap: 10px;
  cursor: pointer;
}
@media (min-width: 991px) {
  .user-action__link:hover {
    color: rgb(203, 51, 59);
  }
}
.user-action__link[data-count] {
  position: relative;
}
.user-action__link[data-count]:after {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 16px;
  height: 16px;
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(203, 51, 59);
  content: attr(data-count);
}
.user-action__link svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.user-action__link p {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
  width: 24px;
  height: 24px;
  color: rgb(255, 255, 255);
  background-color: rgb(203, 51, 59);
  border-radius: 50%;
  line-height: 1.438rem;
  text-align: center;
}
.user-action__link--active {
  color: rgb(203, 51, 59);
}
@media print {
  .widget {
    display: none;
  }
}
.widget p {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 150%;
  text-decoration: none;
  color: #ffffff;
}
.widget__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background-color: #737373;
  visibility: hidden;
  opacity: 0;
}
.widget__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  max-width: 400px;
  height: 100%;
  padding-right: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #1d2413;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.widget__nav ul {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  list-style: none;
}
.widget__nav li {
  margin: 0;
  padding: 0;
}
.widget__nav li:last-of-type {
  margin-bottom: 0;
}
.widget__nav li a {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color 0.2s ease-in, background-color 0.2s ease-in;
  transition: color 0.2s ease-in, background-color 0.2s ease-in;
}
.widget__nav li a:hover {
  color: #b8b8b8;
  background-color: #191919;
}
.widget__nav li a.active {
  color: #ffffff;
  background-color: #3d3d3d;
}
.widget__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 18px;
  background-color: #191919;
}
.widget__title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}
.widget__close {
  position: absolute;
  top: 130px;
  left: -25px;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.widget__close:hover {
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
}
.widget__close:before, .widget__close:after {
  position: absolute;
  top: 23px;
  left: 5px;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.widget__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.widget__body {
  height: calc(100% - 60px);
  overflow: auto;
}
.widget__body::-webkit-scrollbar-track {
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  border-radius: 0;
  background-color: #1d2413;
}
.widget__body::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  background-color: transparent;
}
.widget__body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ffffff;
}
.widget--active .widget__nav {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.widget--active .widget__overlay {
  background-color: rgba(4, 23, 20, 0.9);
  visibility: visible;
  opacity: 1;
  backdrop-filter: blur(5px);
}

.fixed {
  position: relative;
  overflow: hidden;
}
