/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body {
  min-height: 100vh;
}

body {
  background-color: #FFE3E3;
  display: flex;
  flex-direction: column;
}
body.separator {
  background-color: #ffd1c7;
}
img {
  width: 100%;
}

ul {
  list-style-type: none;
  padding: 0;
}

main {
  margin-top: 99.33px;
  flex-grow: 1;
  border-top: 5px solid #d78f94;
}

.home {
  background-color: #A5131C;
}

.header-area {
  text-align: center;
  margin-bottom: 36px;
}
.header-area__title {
  margin-bottom: 13px;
  font-size: 48px;
}
.header-area__text {
  font-style: 20px;
}

.agency .navbar {
  background-color: #FFE3E3;
}
.agency .navbar .navbar-nav .nav-item .nav-link {
  color: #A5131C;
}
.agency .slider-area {
  background: rgb(255, 227, 227);
}
.agency .slider-area__content--text h1 {
  color: #A5131C;
}
.agency .slider-area__content--text p {
  color: #A5131C;
}

.center-me {
  margin: 0 auto !important;
  display: table !important;
}

.distribute {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.distribute__box {
  width: 625px;
  height: 625px;
  padding: 64px;
  background-color: #FFE3E3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.distribute__box:nth-child(1) {
  background-color: #A5131C;
}
.distribute__box:nth-child(2) .distribute__box--title a {
  color: #A5131C;
}
.distribute__box:nth-child(2) .distribute__box--arrow {
  color: #A5131C;
}
.distribute__box--logo {
  width: 220px;
}
.distribute__box--title {
  margin-top: auto;
}
.distribute__box--title a {
  font-size: 62px;
  line-height: 69px;
  font-weight: 300;
}
.distribute__box--arrow {
  width: 40px;
  height: 40px;
  color: white;
  font-size: 40px;
}

@media screen and (max-width: 1199px) {
  .distribute {
    width: 90%;
  }
  .distribute__box {
    width: 50%;
    flex: 1 1 50%;
  }
  .distribute__box--title a {
    font-size: 52px;
    line-height: 59px;
  }
}
@media screen and (max-width: 991px) {
  .distribute__box {
    height: 550px;
    padding: 50px;
  }
  .distribute__box--title a {
    font-size: 48px;
    line-height: 55px;
  }
}
@media screen and (max-width: 991px) {
  .distribute__box {
    height: 450px;
  }
  .distribute__box--title a {
    font-size: 34px;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .distribute {
    flex-direction: column;
    height: 90%;
  }
  .distribute__box {
    width: 100%;
    flex: 1 1 100%;
  }
}
body {
  font-family: "Inria Sans", serif;
  font-size: 16px;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inria Serif", serif;
  color: #B11F28;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}

p {
  color: #A5131C;
}

.button {
  -moz-user-select: none;
  border: medium none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 12px 34px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  transform: translateY(0);
  background: #A5131C;
}
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.button:hover {
  color: white;
  background-color: #FFE3E3;
}
.button__secondary {
  background: white;
  color: #3d3d3d;
  border: 1px solid #111;
}
.button__secondary:hover {
  background: rgba(17, 17, 17, 0.1);
  color: #3d3d3d;
}
.button.disabled {
  background: grey;
  color: black;
  cursor: not-allowed;
  pointer-events: none;
}

.navbar {
  padding: 15px 0;
  background-color: #A5131C;
}
.navbar .navbar-brand img {
  width: 230px;
}
.navbar .navbar-nav {
  gap: 28px;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  font-weight: 700;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: white;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link::before {
  background: #d78f94;
  position: absolute;
  content: "";
  left: 8px;
  bottom: 4px;
  width: calc(100% - 16px);
  height: 3px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  text-decoration: none;
}
.navbar .navbar-nav .nav-item:hover > a::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.navbar .navbar-nav .nav-item .nav-link-eshop {
  background-color: #f48120;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
}

.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #A5131C;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    color: #A5131C;
    font-size: 1.8rem;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .navbar-collapse {
    border-bottom: 1px solid #A5131C;
  }
  .navbar .navbar-nav {
    margin-top: 40px;
    gap: 0;
  }
  .kanet .navbar .navbar-toggler {
    color: white;
  }
  .kanet .navbar .navbar-collapse {
    border-bottom: 1px solid white;
  }
}
footer {
  background-color: #242424;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 49px 0;
  align-items: center;
}
.footer__logo {
  display: flex;
  align-items: center;
}
.footer__logo img {
  width: 220px;
}
.footer__nav ul {
  display: flex;
  gap: 23px;
  margin-bottom: 0;
}
.footer__nav ul li a:hover {
  color: #A5131C;
}

.after-footer {
  background: #1b1b1b;
  padding: 23px 0;
  text-align: center;
}
.after-footer p {
  font-size: 14px;
  text-transform: uppercase;
  color: #b3b3b3;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .footer {
    flex-direction: column;
  }
  .footer__nav {
    margin-top: 40px;
  }
  .footer__nav ul {
    flex-direction: column;
    text-align: center;
  }
}
.slider-area {
  background-color: #A5131C;
  padding: 100px 0;
  color: white;
}
.slider-area__content {
  display: flex;
  align-items: center;
  position: relative;
}
.slider-area__content--text {
  flex: 1 1 70%;
  max-width: 70%;
}
.slider-area__content--text h1 {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 16px;
  color: white;
}
.slider-area__content--text p {
  color: white;
  font-size: 18px;
  line-height: 29px;
}
.slider-area__content--img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slider-area__content--img img {
  width: 306px;
  float: right;
}

@media screen and (max-width: 767px) {
  .slider-area {
    padding: 70px 0;
  }
  .slider-area__content--text .h1 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media screen and (max-width: 991px) {
  .slider-area__content--text h1 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media screen and (max-width: 575px) {
  .slider-area__content--text {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.page-area {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-area__item {
  max-height: 480px;
}
.page-area__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-area__item--text {
  background-color: #FFE3E3;
  padding: 72px 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-area__item--text h2 {
  color: #A5131C;
  font-size: 62px;
  line-height: 1.03;
  margin-bottom: 24px;
  max-width: 430px;
}
.page-area__item--text p {
  color: rgba(165, 19, 28, 0.7);
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 34px;
  max-width: 560px;
}
.page-area__item--text .button {
  text-transform: none;
  font-size: 16px;
  padding: 17px 28px;
  border-radius: 8px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.page-area__item--light {
  background: #fff7f7;
}
.page-area__eyebrow {
  color: #A5131C;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
  display: block;
}

.about-area {
  margin: 97px 0;
}
.about-area__box {
  padding: 30px;
  border: 1px solid rgba(177, 31, 40, 0.1019607843);
  height: 355px;
}
.about-area__box--icon {
  width: 44px;
  margin-bottom: 24px;
}
.about-area__box--icon i {
  font-size: 44px;
  color: #A5131C;
}
.about-area__box--title {
  margin-bottom: 10px;
  color: #B11F28;
}
.about-area__box--title .h3 {
  font-style: 22px;
  line-height: 27px;
}
.about-area__box--text {
  font-size: 16px;
  line-height: 21px;
  color: rgba(177, 31, 40, 0.6);
}

.article-area {
  position: relative;
}
.article-area .red-icon {
  position: absolute;
  left: 45px;
  top: 45px;
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 1199px) {
  .page-area__item {
    min-height: 340px;
  }
  .page-area__item--text {
    padding: 56px 50px;
  }
  .page-area__item--text h2 {
    font-size: 50px;
    max-width: 360px;
  }
  .about-area__box {
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .page-area__item {
    min-height: 320px;
  }
  .page-area__item--text {
    padding: 44px 34px;
  }
  .page-area__item--text h2 {
    font-size: 42px;
    margin-bottom: 18px;
  }
  .page-area__item--text p {
    margin-bottom: 26px;
  }
  .about-area__box {
    margin-bottom: 25px;
  }
  .article-grid .article-grid-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-area {
    grid-template-columns: 1fr;
  }
  .page-area__item {
    min-height: auto;
  }
  .page-area__item--image {
    min-height: 260px;
  }
  .page-area__item--text {
    padding: 36px 20px;
  }
  .page-area__item--text h2 {
    font-size: 36px;
    max-width: 100%;
  }
}
.article-grid .article-grid-item {
  position: relative;
  transition: all 0.3s;
  display: block;
}
.article-grid .article-grid-item:hover {
  transition: all 0.3s;
}
.article-grid .article-grid-item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(216.66deg, rgba(165, 19, 28, 0.6) -9.72%, #a5131c 100.58%);
  z-index: 1;
}
.article-grid .article-grid-item:hover .article-grid-item__content {
  bottom: 0px;
}
.article-grid .article-grid-item:hover .article-grid-item__content--link {
  display: flex;
}
.article-grid .article-grid-item__image img {
  height: 396px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-grid .article-grid-item__content {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 99;
}
.article-grid .article-grid-item__content--title {
  color: white;
  font-size: 22px;
  line-height: 27px;
}
.article-grid .article-grid-item__content--text {
  font-size: 16px;
  line-height: 21px;
  color: white;
  margin-bottom: 17px;
}
.article-grid .article-grid-item__content--link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  display: none;
}
.article-grid .article-grid-item__content--link i {
  border-radius: 50%;
  padding: 8px;
  border: 1px solid rgb(255, 214, 204);
}

.contact {
  margin-bottom: 50px;
}
.contact .contact-hr {
  margin: 40px 0;
}
.contact .contact-banner {
  background-image: url("../img/mapa.png");
  background-size: 73%;
  background-position: 100%;
  background-repeat: no-repeat;
  padding: 100px 0 100px 0;
  position: relative;
}
.contact .contact-banner::before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 227, 227, 0) 48.56%, #ffe3e3 77.91%), linear-gradient(260.06deg, rgba(255, 227, 227, 0) 28.16%, #ffe3e3 88.33%);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact .contact-banner__title {
  font-size: 80px;
  line-height: 90px;
  max-width: 50%;
  position: relative;
  z-index: 99;
  color: #A5131C;
}

.contact-socials {
  margin: 50px 0;
  font-size: 21px;
}
.contact-socials .mb-30 {
  margin-bottom: 30px;
}
.contact-socials__head {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  color: #A5131C;
}
.contact-socials__title {
  font-size: 26px;
  margin-bottom: 16px;
  font-weight: 600;
}
.contact-socials .contact-socials-box a {
  color: #A5131C;
}
.contact-socials .contact-socials-box__item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 13px;
}
.contact-socials .contact-socials-box__item .icon-wrap {
  background-color: #A5131C;
  border-radius: 17px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-socials .contact-socials-box__item .icon-wrap i {
  color: white;
  width: 17px;
  height: 17px;
  font-size: 16px;
}
.contact-socials .contact-socials-box.socials .contact-socials-box__item .icon-wrap {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.contact-socials .contact-socials-box.socials .contact-socials-box__item .icon-wrap i {
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 1199px) {
  .contact .contact-banner {
    background-size: 95%;
  }
  .contact .contact-banner__title {
    font-size: 3.5rem;
    line-height: initial;
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-banner {
    padding: 80px 0 80px 0;
    background-size: 100%;
  }
  .contact .contact-banner__title {
    font-size: 2.8rem;
  }
  .contact .sm-mt-30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .contact .contact-banner {
    padding: 40px 0 40px 0;
    background-size: cover;
    background-position: initial;
  }
  .contact .contact-banner__title {
    font-size: 2rem;
  }
}
.order-page {
  padding-bottom: 80px;
}
.order-page__header {
  padding: 72px 0 40px;
}
.order-page__eyebrow {
  color: #A5131C;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
.order-page__title {
  font-size: 64px;
  line-height: 1.1;
  color: #A5131C;
  margin-bottom: 16px;
}
.order-page__lead {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(165, 19, 28, 0.75);
  margin-bottom: 0;
}

.order-form-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 48px 48px;
  box-shadow: 0 12px 40px rgba(165, 19, 28, 0.06);
}

.order-form__section {
  margin-bottom: 36px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(177, 31, 40, 0.12);
}
.order-form__section:last-of-type {
  border-bottom: none;
}
.order-form__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.order-form__section-title {
  font-size: 22px;
  font-weight: 600;
  color: #A5131C;
  margin-bottom: 20px;
}
.order-form__section-head .order-form__section-title {
  margin-bottom: 0;
}
.order-form__hint {
  color: rgba(165, 19, 28, 0.65);
  font-size: 15px;
  margin-bottom: 20px;
}
.order-form__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #FFE3E3;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 8px 0 28px;
  color: #A5131C;
  font-size: 18px;
}
.order-form__summary strong {
  font-family: "Inria Serif", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
.order-form__consent {
  margin: 0 0 28px;
}
.order-form__consent.error .order-form__consent-label {
  color: #A5131C;
}
.order-form__consent .order-form__consent-label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #A5131C;
  cursor: pointer;
  margin-bottom: 0;
}
.order-form__consent .order-form__consent-label a {
  color: #A5131C;
  text-decoration: underline;
  font-weight: 600;
}
.order-form__consent .order-form__consent-label a:hover {
  opacity: 0.75;
}
.order-form__consent .order-form__consent-input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: #A5131C;
  cursor: pointer;
}
.order-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #A5131C;
  margin-bottom: 8px;
}
.order-form .input.error {
  border-color: #A5131C;
}
.order-form .input__wrap {
  margin-bottom: 24px;
}
.order-form .input__error-text {
  margin: 6px 0 0;
  color: #A5131C;
}
.order-form #submit_order_form {
  width: 100%;
  padding: 16px 34px;
  border-radius: 8px;
  text-transform: none;
  font-size: 16px;
}
.order-form #submit_order_form:disabled {
  opacity: 0.65;
  cursor: wait;
}

.order-parish {
  background: #fff7f7;
  border: 1px solid rgba(177, 31, 40, 0.12);
  border-radius: 8px;
  padding: 20px 20px 4px;
  margin-bottom: 16px;
}
.order-parish__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.order-parish__title {
  font-size: 16px;
  font-weight: 600;
  color: #A5131C;
  margin: 0;
}
.order-parish__remove {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #A5131C;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.order-parish__remove:hover {
  background: rgba(165, 19, 28, 0.08);
}

.order-ty {
  text-align: center;
  padding: 48px 16px;
}
.order-ty p {
  margin-top: 12px;
  color: rgba(165, 19, 28, 0.75);
}

@media screen and (max-width: 767px) {
  .order-page__header {
    padding: 40px 0 28px;
  }
  .order-page__title {
    font-size: 36px;
  }
  .order-form-card {
    padding: 24px 20px 32px;
  }
  .order-form__summary strong {
    font-size: 28px;
  }
}
.input,
select {
  border-radius: 4px;
  border: 1px solid #eee;
  background: white;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  outline: none;
}
.input::-moz-placeholder, select::-moz-placeholder {
  color: #555;
  font-size: 16px;
}
.input::placeholder,
select::placeholder {
  color: #555;
  font-size: 16px;
}
.input--small,
select--small {
  padding: 8px 12px;
}
.input--medium,
select--medium {
  padding: 8px 16px;
}

.input__wrap {
  margin-bottom: 24px;
}
.input__error-text {
  font-weight: 500;
  font-size: 12px;
  margin: 0;
  text-align: left;
}
.input__error-text i {
  font-size: 12px;
  margin-right: 5px;
}

.input-wrap {
  margin-bottom: 20px;
}
.input-wrap .input,
.input-wrap select {
  font-size: 16px;
  line-height: 46px;
  padding: 0 16px;
  width: 100%;
}
.input-wrap .input::-moz-placeholder, .input-wrap select::-moz-placeholder {
  color: #555;
  font-size: 16px;
}
.input-wrap .input::placeholder,
.input-wrap select::placeholder {
  color: #555;
  font-size: 16px;
}
.input-wrap .input.is-invalid {
  border-color: #A5131C;
}
.input-wrap select {
  height: 48px;
  padding: 13px 16px;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.input-wrap-big {
  margin-bottom: 24px;
}
.input-wrap-big label {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}

.page {
  color: #A5131C;
}
.page .page-content {
  padding-top: 91px;
}
.page ul {
  list-style: disc;
  padding-left: 24px;
  margin-left: 24px;
}
.page a {
  color: #A5131C;
}
.page a:hover {
  text-decoration: underline;
}

.banner {
  position: relative;
}
.banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(165, 19, 28);
  background: linear-gradient(90deg, rgb(165, 19, 28) 0%, rgba(165, 19, 28, 0) 70%);
}
.banner img {
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .h1 {
  font-size: 80px;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .banner .h1 {
    width: 80%;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .banner .h1 {
    line-height: 55px;
    font-size: 2.5rem;
  }
}
.downloads__item {
  display: flex;
  gap: 22px;
  align-items: baseline;
  margin-bottom: 6px;
}
.downloads__item .h4 {
  font-size: 1.3rem;
}
.downloads__item--small {
  color: #555 !important;
}
.downloads__content {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .downloads__item {
    gap: initial;
    flex-direction: column;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .downloads__item {
    margin-bottom: 35px;
  }
  .downloads__item .h4 {
    font-size: 1.1rem;
  }
}
