@import url("https://fonts.googleapis.com/css2?family=Newsreader:wght@200;300;400&family=Space+Grotesk&display=swap");
/*
0 - 600px Phone
600 - 900px  tablet Potrait
900 -1200px Tablet landscape
1200 -1800px Normal
1800px Big screen

$breakpoint arugument choices
- phone
- tab-port
- tab-land
- big-desktop
1em = 16px
600 / 16
Order:m base + typography > general layout + grid page layout  + components
*/
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  50% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInRight {
  0% {
    opacity: 1;
    transform: translateX(10rem); }
  50% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0; }

*:focus,
*:hover,
*:active {
  outline: 0; }

a {
  transition: 0.2s all linear;
  text-decoration: none;
  color: #E65A3C; }
  a:hover {
    text-decoration: none;
    color: #E65A3C; }

ul,
ol {
  padding-left: 0;
  margin: 0; }

li {
  list-style: none; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 62%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  box-sizing: border-box;
  overflow-x: hidden; }
  @media only screen and (max-width: 56.25em) {
    body {
      padding: 0; } }

::selection {
  background-color: #D7FFD7;
  color: #fff; }

body {
  font-family: "Newsreader", serif;
  font-weight: 400;
  /* font-size: 16px; */
  line-height: 1.5;
  color: #E65A3C; }

.btn {
  padding: 10px 60px;
  border: 2px solid #E65A3C;
  text-align: center;
  white-space: nowrap; }
  @media only screen and (max-width: 56.25em) {
    .btn {
      width: 100%; } }
  .btn.btn-orange {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    background: #E65A3C; }
    .btn.btn-orange:hover {
      border: 2px solid #E65A3C;
      background: #E65A3C;
      color: #fff; }
  .btn.btn-outline {
    color: #E65A3C;
    font-size: 24px; }
    .btn.btn-outline:hover {
      border: 2px solid #E65A3C;
      color: #E65A3C; }
  .btn.ellipse {
    border-radius: 28px; }

.btn-wrapper {
  margin-top: 50px; }
  @media only screen and (max-width: 56.25em) {
    .btn-wrapper {
      padding: 0 2rem; } }

.wrapper {
  background: #D7FFD7; }
  .wrapper.home {
    padding-top: 20rem;
    padding-bottom: 20rem; }
  .wrapper.data .logo-wrapper {
    padding-top: 20rem; }
    @media only screen and (max-width: 56.25em) {
      .wrapper.data .logo-wrapper {
        padding-top: 6rem; } }

.decorator-wrapper {
  position: absolute;
  bottom: 0;
  left: 0; }
  @media only screen and (max-width: 56.25em) {
    .decorator-wrapper {
      display: none; } }

.logo-wrapper {
  text-align: center; }
  @media only screen and (max-width: 56.25em) {
    .logo-wrapper {
      padding-top: 6rem; }
      .logo-wrapper.home-page img {
        max-width: 16rem; } }
  .logo-wrapper > a p {
    font-size: 30px;
    line-height: 30px;
    max-width: 220px;
    color: #E65A3C;
    padding-top: 40px;
    font-family: 'Newsreader', serif;
    font-weight: 300;
    margin: 0 auto;
    text-align: left; }
  .logo-wrapper img {
    max-width: 221px; }
    @media only screen and (max-width: 56.25em) {
      .logo-wrapper img {
        max-width: 160px; } }

.form-wrapper {
  padding-bottom: 20rem; }

.profilo {
  text-align: right;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 56.25em) {
    .profilo {
      text-align: right;
      position: absolute;
      right: 20px;
      top: 50px; }
      .profilo.home-page {
        top: 54px; } }

.order-icon {
  cursor: pointer; }

.icon-block {
  align-items: center;
  display: flex; }
  .icon-block .text-value {
    margin: 6px 5px 0;
    font-size: 30px;
    color: #E65A3C;
    border: none;
    text-align: center;
    width: 33px; }
  .icon-block .plus-button,
  .icon-block .minus-button {
    background: none;
    border: none; }

.label-block {
  position: relative; }
  .label-block .form-label {
    position: absolute;
    top: 15px;
    left: 70px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 56.25em) {
      .label-block .form-label {
        left: 20px; } }

.top-border {
  border-top: 1px solid #E65A3C; }

.form-light .form-control::placeholder {
  opacity: 0.5; }

@media only screen and (max-width: 56.25em) {
  .mobile-icon {
    order: -1; } }

.left-arrow {
  display: none; }
  @media only screen and (max-width: 56.25em) {
    .left-arrow {
      display: block;
      position: absolute;
      left: 20px;
      top: 45px; } }

.sub-total {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  align-items: flex-end;
  border-bottom: 1px solid #E65A3C;
  margin-bottom: 0; }
  .sub-total__image {
    display: flex;
    align-items: flex-end; }
    .sub-total__image span {
      font-size: 1.6rem;
      font-family: "Space Grotesk", sans-serif;
      display: inline-block;
      margin-left: 2rem; }
  .sub-total__value {
    font-size: 1.8rem; }

.sub-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #E65A3C;
  margin-bottom: 0; }
  .sub-total__image {
    display: flex;
    align-items: flex-end; }
    .sub-total__image span {
      font-size: 1.6rem;
      font-family: "Space Grotesk", sans-serif;
      display: inline-block;
      margin-left: 2rem; }
  .sub-total__value {
    font-size: 1.8rem; }

.heading-3 {
  font-size: 2rem;
  opacity: 50%;
  border-bottom: 1px solid #E65A3C;
  padding: 2rem;
  margin-bottom: 0; }

.total {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  align-items: center;
  border-bottom: 1px solid #E65A3C;
  margin-bottom: 0; }
  .total__head {
    font-size: 2rem; }
  .total__value {
    font-size: 3rem; }

.total-text {
  font-size: 16px;
  padding: 2rem;
  opacity: 50%;
  padding-bottom: 17.5rem; }

.invite-block {
  background: #fff; }
  .invite-block ::placeholder {
    opacity: 0.5; }
  .invite-block p {
    padding: 0 20px;
    font-size: 12px;
    margin-bottom: 0;
    text-align: left; }
  .invite-block .form-custom {
    border-bottom: none; }

.pop-forms {
  position: relative;
  height: 100%; }

.form-control.form-custom {
  border-radius: 0;
  border-top: 1px solid #E65A3C;
  font-size: 2rem;
  padding: 20px 100px 20px 70px;
  color: #E65A3C;
  font-family: "Space Grotesk", sans-serif; }
  @media only screen and (max-width: 56.25em) {
    .form-control.form-custom {
      padding: 20px; } }
  .form-control.form-custom:focus {
    box-shadow: none; }
  .form-control.form-custom.email {
    font-size: 1.8rem;
    padding-top: 40px;
    border: none; }
  .form-control.form-custom.edit-icon {
    background-image: url("../images/edit.svg");
    background-repeat: no-repeat;
    background-position: 90%; }
  .form-control.form-custom::placeholder {
    font-size: 2rem;
    color: #E65A3C; }

.form-icon-block {
  position: relative;
  border-bottom: 1px solid #E65A3C; }
  .form-icon-block .form-control {
    border: none; }
  .form-icon-block .edit-icon,
  .form-icon-block .right-icon {
    position: absolute;
    right: 60px;
    top: 20px;
    cursor: pointer; }
  .form-icon-block .right-icon {
    transform: rotate(-90deg); }

.form-selection {
  border-radius: 0;
  border-top: 1px solid #E65A3C;
  font-size: 2rem;
  padding: 20px 100px 20px 70px;
  color: #E65A3C;
  border: none;
  padding-left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23E65A3C' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center right;
  background-size: 15px; }
  .form-selection:focus {
    box-shadow: none; }

.switch input[type="checkbox"] {
  position: relative;
  width: 56px;
  height: 29px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #E65A3C;
  outline: none;
  border-radius: 2rem;
  cursor: pointer; }

.switch input[type="checkbox"]::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E65A3C;
  position: absolute;
  top: 1px;
  left: 2px;
  transition: 0.5s; }

.switch input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff; }

.switch input[type="checkbox"]:checked {
  background: #E65A3C; }

.travel-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 6rem;
  margin-bottom: 0; }
  @media only screen and (max-width: 56.25em) {
    .travel-wrapper {
      padding: 3rem 2rem; } }
  .travel-wrapper__location {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif; }
    @media only screen and (max-width: 56.25em) {
      .travel-wrapper__location {
        font-size: 1.5rem; } }
  @media only screen and (max-width: 56.25em) {
    .travel-wrapper__icon img {
      padding: 0 2rem; } }

.car {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 10rem; }
  .car__main-list {
    border-top: 1px solid #E65A3C;
    padding: 1.5rem 6rem;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 56.25em) {
      .car__main-list {
        padding: 1.5rem 2rem; } }
  .car__left h5 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 1.6rem; }
  .car__details {
    display: flex; }
  .car__details-list {
    display: flex;
    align-items: center;
    margin-right: 2rem; }
  .car__id {
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px; }
  .car__right {
    text-align: right; }
  .car__right h5 {
    font-size: 1.6rem;
    font-family: "Space Grotesk", sans-serif; }
  .car__right h6 {
    font-size: 1.2rem;
    font-family: "Space Grotesk", sans-serif; }
  .car__right h4 {
    font-size: 3rem;
    margin-top: 4rem; }

.total-wrapper {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 10rem;
  border-left: 1px solid #E65A3C;
  border-right: 1px solid #E65A3C; }
  @media only screen and (max-width: 56.25em) {
    .total-wrapper {
      margin: 0 -8px;
      padding-bottom: 2rem;
      border: none; } }

.content-wrapper__main {
  padding-top: 243px; }

.overlay {
  z-index: 5;
  padding: 5rem 0;
  overflow-y: auto;
  overflow: hidden; }
  .overlay.payment-confirm {
    background: #E65A3C;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .overlay.menu-profilo {
    position: fixed;
    right: -60rem;
    left: auto;
    width: 450px;
    bottom: 0;
    border-left: 1px solid #E65A3C;
    top: 0;
    background: #D7FFD7;
    transition: 0.2s all linear;
    padding-top: 0;
    padding-bottom: 0; }
    .overlay.menu-profilo.slide-left {
      right: 0; }
    @media only screen and (max-width: 56.25em) {
      .overlay.menu-profilo {
        width: 100%;
        border: none; } }
    .overlay.menu-profilo .overlay__close {
      left: 3px;
      top: auto; }
  .overlay__logo {
    text-align: center;
    margin-top: 1rem; }
    .overlay__logo img {
      max-width: 161px; }
  .overlay__close {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 45px; }
  .overlay__body {
    text-align: center;
    margin-top: 16rem; }
  .overlay__content p {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    margin-top: 3.5rem; }
    .overlay__content p span {
      display: block;
      font-size: 3rem;
      font-weight: 200;
      font-style: italic; }
  .overlay__user-name {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E65A3C;
    padding: 2rem; }
    .overlay__user-name li img {
      border-radius: 50%; }
    .overlay__user-name h2 {
      font-size: 3rem; }
    .overlay__user-name h5 {
      font-size: 1.6rem;
      font-family: "Space Grotesk", sans-serif;
      text-align: left; }
  .overlay__user-form {
    position: absolute;
    top: 0;
    height: 90%;
    overflow-y: auto;
    right: -600px;
    transition: 0.2s all linear;
    width: 100%; }
    .overlay__user-form .btn-wrapper {
      text-align: center; }
    .overlay__user-form.slide-left {
      right: 0; }
  .overlay__footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center; }
    .overlay__footer p {
      color: #fff;
      font-family: "Space Grotesk", sans-serif;
      font-size: 2rem;
      text-align: center; }
  .overlay .edit-icon {
    right: 10px; }
  .overlay .right-icon {
    right: 30px;
    top: 30px; }
  .overlay .label-block {
    border-bottom: 1px solid #E65A3C; }
    .overlay .label-block ::placeholder {
      opacity: 50%; }
  .overlay .select-option {
    background: #fff;
    padding-left: 20px;
    border-bottom: 1px solid #E65A3C;
    text-align: left; }
    .overlay .select-option .form-selection {
      padding: 20px; }
  .overlay .form-custom {
    padding: 20px 40px; }
  .overlay .form-label {
    left: 40px; }
  .overlay .btn-wrapper {
    background: #fff;
    margin-top: 0;
    padding-top: 10rem;
    padding-bottom: 10rem; }

.corse {
  background: #fff;
  padding-bottom: 10rem; }
  @media only screen and (max-width: 56.25em) {
    .corse {
      padding-bottom: 0; } }
  .corse__list {
    padding: 20px 100px 20px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E65A3C; }
    @media only screen and (max-width: 56.25em) {
      .corse__list {
        padding: 2rem; } }
  .corse__top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .corse__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .corse__date {
    font-size: 1.6rem;
    font-family: "Space Grotesk", sans-serif; }
  .corse__to, .corse__from {
    font-weight: 600;
    font-size: 1.4rem;
    font-family: "Space Grotesk", sans-serif; }
  .corse__value {
    font-size: 3rem; }
  .corse__icon {
    margin: 0 5px; }
    .corse__icon img {
      max-width: 80%; }
  .corse__right img {
    width: 2rem;
    cursor: pointer;
    transform: rotate(-90deg); }
    @media only screen and (max-width: 56.25em) {
      .corse__right img {
        width: auto; } }
  .corse__edit img {
    cursor: pointer; }

.sub-new-user {
  display: block;
  clear: both;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif; }

.form-selection {
  background-image: url("../images/arrow-down-orange.svg"); }

.user_form {
  margin-top: 0 !important; }
  @media screen and (max-width: 767px) {
    .user_form {
      padding-bottom: 28px;
      background: #ffffff; } }
  .user_form .form_group {
    background: #ffffff;
    padding: 12px 25px;
    border-bottom: 1px solid #E65A3C; }
    .user_form .form_group.brdr_btm_none {
      border-bottom: none; }
    .user_form .form_group .form-selection {
      opacity: 1;
      padding: 24px 0; }
    .user_form .form_group .form-control {
      border: none;
      box-shadow: none;
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      font-family: "Newsreader", serif;
      font-size: 20px; }
      .user_form .form_group .form-control:focus {
        box-shadow: none; }
      .user_form .form_group .form-control::placeholder {
        font-size: 20px;
        color: #E65A3C;
        opacity: 0.5; }
    .user_form .form_group label {
      display: block;
      font-size: 22px;
      font-family: "Space Grotesk", sans-serif; }
      @media screen and (max-width: 767px) {
        .user_form .form_group label {
          font-size: 16px; } }
    .user_form .form_group .info_p {
      color: #E65A3C;
      font-size: 16px;
      margin-top: 15px;
      margin-bottom: 0; }

footer {
  background: #fff;
  position: relative;
  padding: 6rem 0 7rem; }
  @media only screen and (max-width: 56.25em) {
    footer {
      display: none; } }
  footer .footer-wrapper {
    display: flex; }
    footer .footer-wrapper .footer-logo {
      margin-right: 6rem; }
      footer .footer-wrapper .footer-logo a {
        font-family: "Space Grotesk", sans-serif;
        font-size: 2.4rem;
        font-weight: bold; }
    footer .footer-wrapper .contact li a {
      font-family: "Space Grotesk", sans-serif;
      font-size: 20px; }
      footer .footer-wrapper .contact li a:hover {
        opacity: 8.9; }
  footer .address li {
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px; }

.content-wrapper__main-head {
  font-size: 5rem; }
  .content-wrapper__main-head span {
    font-weight: 200;
    font-style: italic; }

.content-wrapper__sub-head {
  margin-top: 13rem;
  font-size: 5rem;
  margin-bottom: 2rem; }

.content-wrapper__chiama, .content-wrapper__accessible {
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  margin-top: 6rem;
  margin-bottom: 1rem; }

.content-wrapper__accessible {
  margin-bottom: 2rem; }

.content-wrapper__text {
  font-size: 30px; }

@media only screen and (max-width: 56.25em) {
  .home .logo-wrapper {
    text-align: left;
    margin-top: 0;
    margin-bottom: 5rem; } }

@media only screen and (max-width: 56.25em) {
  .home .logo-wrapper img {
    max-width: 221px; } }

.data-wrapper {
  border-left: 1px solid #E65A3C;
  border-right: 1px solid #E65A3C; }
  @media only screen and (max-width: 56.25em) {
    .data-wrapper {
      border: none;
      margin: 0 -7px; } }
  .data-wrapper__main-head {
    padding-top: 20rem;
    margin-left: 6rem;
    font-size: 5rem; }
    @media only screen and (max-width: 56.25em) {
      .data-wrapper__main-head {
        text-align: center;
        padding-top: 10rem;
        margin-left: 0;
        font-size: 3rem; } }
    .data-wrapper__main-head span {
      font-weight: 200;
      font-style: italic; }
      @media only screen and (max-width: 56.25em) {
        .data-wrapper__main-head span {
          font-size: 3rem; } }
  .data-wrapper__sub-head {
    margin: 2rem 0 2rem 6rem;
    font-size: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .data-wrapper__sub-head {
        margin-left: 2rem; } }
  .data-wrapper__viaggio-head {
    padding: 20rem 0 2rem 6rem;
    font-size: 3rem;
    border-bottom: 1px solid #E65A3C;
    margin-bottom: 0; }
    @media only screen and (max-width: 56.25em) {
      .data-wrapper__viaggio-head {
        padding: 4rem 0 2rem 2rem;
        font-size: 2rem; } }
  .data-wrapper .form-wrapper {
    margin-top: 10rem; }

.commune .form-control:last-child {
  border-bottom: 1px solid #E65A3C; }

.location-block {
  padding-left: 0; }
  .location-block__list {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 70px;
    background: #fff;
    border-bottom: 1px solid #E65A3C; }
    @media only screen and (max-width: 56.25em) {
      .location-block__list {
        padding: 20px; } }
  .location-block__marker {
    font-size: 2rem;
    margin-right: 3rem;
    width: 4rem;
    text-align: center; }
  .location-block__content {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.6rem; }
  .location-block__city {
    font-weight: 600;
    font-size: 1.6rem; }
  .location-block__address {
    font-size: 1.6rem; }

.location-data-wrapper {
  padding: 20px 0 20px 70px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 56.25em) {
    .location-data-wrapper {
      padding: 4rem 0 2rem 2rem; } }

.location-dragger {
  margin-right: 20px; }

.location-data {
  padding-left: 0;
  width: 70%;
  margin-right: 45px; }
  .location-data__list {
    border-bottom: 1px solid #E65A3C;
    padding: 10px 0;
    position: relative; }
    .location-data__list:last-child {
      border-bottom: none; }
  .location-data__marker {
    font-size: 2rem;
    margin-right: 3rem;
    width: 4rem;
    text-align: center; }
  .location-data__content {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.6rem; }
  .location-data__city {
    font-weight: 600;
    font-size: 2.4rem; }
    @media only screen and (max-width: 56.25em) {
      .location-data__city {
        font-size: 1.6rem; } }
  .location-data__address {
    font-size: 2.4rem; }
    @media only screen and (max-width: 56.25em) {
      .location-data__address {
        font-size: 1.6rem; } }

.area-block-wrapper {
  padding-bottom: 9rem;
  background: #fff; }

.area-block {
  padding-left: 0;
  margin-bottom: 0; }
  .area-block__list {
    display: flex;
    align-items: center;
    padding: 2rem 7rem 2rem 7rem;
    background: #fff;
    border-bottom: 1px solid #E65A3C;
    justify-content: space-between; }
    @media only screen and (max-width: 56.25em) {
      .area-block__list {
        padding: 4rem 2rem 2rem 2rem; } }
  .area-block__content {
    font-family: "Space Grotesk", sans-serif;
    font-size: 2rem; }
  .area-block__city, .area-block_address {
    font-size: 2rem;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 0;
    line-height: 1; }
    @media only screen and (max-width: 56.25em) {
      .area-block__city, .area-block_address {
        font-size: 1.6rem; } }

.pay-block {
  background: #fff;
  border-top: 1px solid #E65A3C;
  padding-left: 70px;
  padding-right: 100px; }
  @media only screen and (max-width: 56.25em) {
    .pay-block {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media only screen and (max-width: 56.25em) {
    .pay-block .col-sm-6 {
      width: 50%; } }
  .pay-block .form-custom {
    border: none;
    padding-left: 0; }
    .pay-block .form-custom::placeholder {
      opacity: 0.5; }
  .pay-block.check-custom {
    padding-top: 1rem;
    padding-bottom: 9rem;
    display: flex; }
  .pay-block .form-check-input {
    border: 1px solid #E65A3C;
    font-size: 1.7rem; }
    .pay-block .form-check-input:focus {
      box-shadow: none; }
    .pay-block .form-check-input:checked {
      background: none; }
    .pay-block .form-check-input:checked[type=radio] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23E65A3C'/%3e%3c/svg%3e"); }
  .pay-block .form-check-label {
    font-size: 1.2rem;
    font-family: "Space Grotesk", sans-serif;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 3px; }
    .pay-block .form-check-label span {
      display: none; }
      @media only screen and (max-width: 56.25em) {
        .pay-block .form-check-label span {
          display: block;
          font-size: 12px;
          opacity: 50%; } }
  .pay-block.total-block {
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-top: none;
    border-bottom: 1px solid #E65A3C; }
    .pay-block.total-block h3 {
      font-size: 18px; }
    .pay-block.total-block .amount {
      font-size: 3rem; }
  .pay-block.content-block p {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 12px; }
  .pay-block.content-block .btn-wrapper {
    text-align: center;
    padding-bottom: 10rem; }
    @media only screen and (max-width: 56.25em) {
      .pay-block.content-block .btn-wrapper {
        margin-top: 1rem;
        padding-top: 10px;
        padding-bottom: 2rem; } }

.pay {
  display: flex;
  align-items: center;
  height: 150px; }
  @media only screen and (max-width: 56.25em) {
    .pay {
      justify-content: space-between;
      padding-right: 2rem;
      align-items: flex-end;
      height: 100px; }
      .pay .form-custom {
        padding-bottom: 1rem; } }
  .pay__icons {
    margin-bottom: 0;
    padding: 0;
    display: flex; }
    @media only screen and (max-width: 56.25em) {
      .pay__icons {
        margin-bottom: 20px; } }
  .pay__list {
    margin-right: 2px; }
    .pay__list img {
      max-width: 29px;
      border-radius: 2px; }

@media only screen and (max-width: 56.25em) {
  .logo-wrapper > a p {
    font-size: 20px;
    line-height: 20px;
    color: #E65A3C;
    padding-top: 10px;
    font-family: 'Newsreader', serif;
    font-weight: 300;
    margin: 0 auto;
    text-align: center; } }
