@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-Regular.eot');
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('../../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('../../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-Italic.eot');
    src: local('Poppins Italic'), local('Poppins-Italic'),
        url('../../fonts/poppins/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/poppins/Poppins-Italic.woff') format('woff'),
        url('../../fonts/poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-Medium.eot');
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('../../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('../../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-SemiBold.eot');
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
        url('../../fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
        url('../../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-Bold.eot');
    src: local('Poppins Bold'), local('Poppins-Bold'),
        url('../../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('../../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-Black.eot');
    src: local('Poppins Black'), local('Poppins-Black'),
        url('../../fonts/poppins/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/poppins/Poppins-Black.woff') format('woff'),
        url('../../fonts/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('../../fonts/roboto/Robotolight.woff2') format('woff2'), url('../../fonts/roboto/Robotolight.woff') format('woff'), url('../../fonts/roboto/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('../../fonts/roboto/Roboto.woff2') format('woff2'), url('../../fonts/roboto/Roboto.woff') format('woff'), url('../../fonts/roboto/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../../fonts/roboto/Robotomedium.woff2') format('woff2'), url('../../fonts/roboto/Robotomedium.woff') format('woff'), url('../../fonts/roboto/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../../fonts/roboto/Robotobold.woff2') format('woff2'), url('../../fonts/roboto/Robotobold.woff') format('woff'), url('../../fonts/roboto/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('../../fonts/roboto/Robotoblack.woff2') format('woff2'), url('../../fonts/roboto/Robotoblack.woff') format('woff'), url('../../fonts/roboto/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


.red-button {
  display: block;
  height: 56px;
  border-radius: 5px;
  background-color: var(--color-red);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border: none;
  margin: 22px 0 0 33px;
}

/*

max-width:
768
360
320

*/
:root {
  --body-width: 1085px;
  --body-bg: #f5f5f5;
  --text-black: #071330;
  --color-calypso: #2F678E;
  --color-red: #FF0021;
}

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    outline: none;
}

.hidden {
  display: none !important;
}

.fb-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fb-ac {
  display: flex;
  align-items: center;
}

.fb-jc {
  display: flex;
  justify-content: center;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-black);
  font-size: 14px;
  background-color: var(--body-bg);
}

.vrc-calendar {
  display: none;
}

.trip {
  background-color: #fff;
  padding: 0 19px 21px;
}
.trip__inner {
  display: flex;
  justify-content: space-between;
  max-width: var(--body-width);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .trip__inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .trip__column:last-child {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
  }
}
.trip__title {
  margin-top: 28px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.57px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .trip__title {
    margin-top: 16px;
    font-size: 27px;
  }
}
.trip__description {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .trip__description {
    margin-top: 8px;
  }
}
.trip__description img {
  margin-left: 11px;
}
@media only screen and (max-width: 768px) {
  .trip__description img {
    display: none;
  }
}
.trip__price {
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 55px;
  font-weight: 900;
  letter-spacing: -1.38px;
}
@media only screen and (max-width: 768px) {
  .trip__price {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    order: 2;
  }
}
.trip__price-per {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
}
@media only screen and (max-width: 768px) {
  .trip__price-per {
    margin-top: -4px;
    text-align: right;
  }
}
.trip__retail {
  margin-top: 6px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .trip__retail {
    order: 1;
  }
}
.trip__retail span {
  color: #ed3557;
  text-decoration: line-through;
}
@media only screen and (min-width: 769px) {
  .trip__retail img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .trip__retail div {
    margin-top: 15px;
  }
}

.form {
  padding: 0 34px 29px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .form {
    padding: 0 23px 29px;
  }
}
.form__title {
  padding-top: 29px;
  font-size: 24px;
  font-weight: 500;
}
.form__title + .form__control {
  margin-top: 8px;
}
@media only screen and (min-width: 769px) {
  .form__group {
    display: flex;
  }
}
@media only screen and (min-width: 769px) {
  .form__group > *:not(:last-child) {
    margin-right: 28px;
  }
}
.form__control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-top: 16px;
  position: relative;
}
.form__control label {
  font-size: 12px;
  font-weight: 500;
}
.form__control input, .form__control select {
  width: 100%;
  height: 41px;
  padding: 0 16px;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #f8f8f8;
}
.form__control select, .wpcf7-form select, #cf7pp-payment-form select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-position: 100% center;
}
.form button.red-button {
  width: 100%;
  margin: 37px 0 0 0;
}

.checkout-loader {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.checkout-loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  position: absolute;
  top: 50vh;
  left: 50%;
  left: calc(50% - 32px);
  z-index: 1000;
  transform: translateX(-50%);
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent #fff transparent;
  animation: checkout-loader 1.2s linear infinite;
}

.checkout-loader:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.88);
}

@keyframes checkout-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container-checkout {
  display: flex;
  max-width: var(--body-width);
  margin: 30px auto 35px;
  position: relative;
  font-family: Roboto, sans-serif;
}
@media only screen and (max-width: 768px) {
  .container-checkout {
    flex-direction: column;
    padding: 0 12px;
    margin: 13px auto 14px;
  }
}

.stripe-form {
  width: 100%;
  margin-right: 20px;
  padding-top: 29px;
}
@media only screen and (max-width: 768px) {
  .stripe-form {
    max-width: 100%;
    margin-right: 0;
  }
}
.stripe-form label {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.stripe-form .cf7pp_row {
  display: flex;
  flex-wrap: wrap;
}
.stripe-form .cf7pp_row > .cf7pp_details_input {
  margin-bottom: 3px;
}
.stripe-form .cf7pp_row .cf7pp_details_input .cf7pp_details_input, .wpcf7-form-control-wrap  {
  display: block;
  height: 41px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-top: 6px;
  font-size: 16px !important;
  font-weight: 400;
  border-radius: 3px !important;
  border: 1px solid #cccccc !important;
  background-color: #f8f8f8 !important;
}
.wpcf7-form input,  .wpcf7-form select{
  width: 100%;
  background-color: transparent;
  border: none;
   font: 400 13.3333px Arial;
}
.wpcf7-form p{
  margin: 0;
  margin-bottom: 3px;
  padding: 5px;
}

.wpcf7-form-control-wrap {
  display: flex;
    align-items: center;
  margin-bottom: 3px;

}

.wpcf7-form br{
  display: none;
}

.wpcf7-form input[type="submit"], .stripe-form input[type="submit"]{
      display: block;
    height: 56px;
    border-radius: 5px;
    background-color: var(--color-red);
    background-image: linear-gradient(90deg,#fd2740 0,#ffc527 100%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    /*margin-top: 50px;*/
}

.stripe-form .cf7pp_row .cf7pp_details_input .cf7pp_details_input input, .stripe-form .cf7pp_row .cf7pp_details_input .cf7pp_details_input select  {
  width: 100%;
  background: none;
  border: none;
  font: 400 13.3333px Arial;
}
.stripe-form .cf7pp_row .cf7pp_details_input .cf7pp_details_input.cf7pp_details_input__local {
  display: flex;
  align-items: center;
}
.stripe-form .cf7pp_row .cf7pp_details_input, .stripe-form .cf7pp_row .cf7pp_details_input .cf7pp_details_input {
  width: 100%;
  min-width: unset;
  max-width: unset;
}

#stripe-submit.red-button {
  width: 100%;
  margin-left: 0;
}

.checkout {
  max-width: 691px;
  width: 100%;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .checkout {
    max-width: 100%;
    margin-right: 0;
  }
}
.checkout__safe {
  padding-top: 30px;
  text-align: center;
}
.checkout__safe img {
  max-width: 100%;
}

.checkout-info {
  padding: 29px 27px 46px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .checkout-info {
    margin-top: 15px;
  }
}
.checkout-info__res-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.checkout-info__res-subtitle {
  margin-top: 5px;
  font-size: 18px;
  color: #646c6e;
  text-align: center;
}
.checkout-info__res-timer {
  margin-top: 10px;
  color: #ff0021;
  font-size: 55px;
  font-weight: 900;
  letter-spacing: -1.38px;
  text-align: center;
}
.checkout-info__res-description {
  margin-top: 15px;
  font-size: 19px;
  color: #1e2020;
}
.checkout-info__res-description p {
  display: inline;
}
.checkout-info__line {
  width: 100%;
  height: 1px;
  padding: 0 8px;
  margin-top: 25px;
  background-color: #d8d8d8;
  background-clip: content-box;
}
.checkout-info__details-title {
  margin-top: 26px;
  font-size: 22px;
  font-weight: 700;
}
.checkout-info__details-item {
  margin-top: 12px;
  font-size: 20px;
}
.checkout-info__details-item img {
  width: 32px;
  margin-right: 13px;
}
.checkout-info__details-item strong {
  /*margin-right: 7px;*/
}

.checkout-info__hr-top{
  margin-top: 10px;
}
.checkout-info__hr-top, .checkout-info__hr-bottom{
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.checkout-info__hr-bottom{
    margin-top: 26px;
}


.checkout-secure {
  max-width: 100%;
  margin-top: 38px;
  text-align: center;
}
.checkout-secure .checkout-info__res-title{
  margin-bottom: 20px;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .checkout-secure {
    margin-top: 14px;
  }
  .checkout-secure img {
   max-width: 100%;
  }
}

.container-booking {
  padding: 0 12px;
  font-family: Roboto, sans-serif;
}

.booking {
  width: 100%;
  max-width: 713px;
  margin: 28px auto 52px;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .booking {
    margin: 13px auto 14px;
  }
}
.booking .form__title:first-child {
  margin-bottom: 19px;
}
@media only screen and (max-width: 768px) {
  .booking .form__title:first-child {
    margin-bottom: 2px;
    padding-top: 7px;
  }
}
.booking .form__title {
  font-size: 23px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .booking .form__title {
    padding-top: 19px;
  }
}
.booking__tip {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
/*.booking__datepicker-wrapper {
  position: relative;
}*/
.booking__datepicker-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .booking__datepicker-wrapper {
    width: calc(100% + 48px);
    left: -24px;
  }
}
.booking__datepicker-wrapper .daterangepicker {
  display: block !important;;
  width: 100%;
  max-width: 403px;
  position: static !important;
  font-family: inherit;
  border: 1px solid #cccccc;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;

}

@media only screen and (max-width: 480px) {
  .booking__datepicker-wrapper .daterangepicker {
    max-width: 100%;
    left: 0 !important;

  }
}
.booking__datepicker-wrapper .daterangepicker::after, .booking__datepicker-wrapper .daterangepicker::before {
  display: none;
}
.booking__datepicker-wrapper .daterangepicker .drp-calendar.right {
  display: none;
}
.booking__datepicker-wrapper .daterangepicker .drp-calendar.left {
  width: 100%;
  max-width: 286px;
  margin: 0 auto !important;
  float: none;
  padding: 8px 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}

.booking__datepicker-wrapper .daterangepicker.daterangepicker .drp-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 8px;
  border: none;
  font-weight: 700;
  text-align: center;
}
.booking__datepicker-wrapper .daterangepicker.daterangepicker .drp-buttons__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.booking__datepicker-wrapper .daterangepicker.daterangepicker .drp-buttons__date-title {
  font-size: 14px;
}
.booking__datepicker-wrapper .daterangepicker.daterangepicker .drp-buttons__date-value {
  margin-top: 7px;
  font-size: 18px;
  color: var(--color-red);
}
.booking__datepicker-wrapper .daterangepicker.daterangepicker .drp-buttons__splitter {
  padding: 0 45px;
}
.booking__datepicker-wrapper .daterangepicker.daterangepicker .drp-buttons__splitter div {
  width: 1px;
  height: 48px;
  background-color: #d8d8d8;
}
.booking__datepicker-wrapper .daterangepicker.daterangepicker .drp-buttons__ok-btn {
  display: block;
  height: 36px;
  margin: 10px auto 20px;
  padding: 0 30px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border: none;
  background-color: var(--color-red);
}
.booking__datepicker-wrapper .daterangepicker .calendar-table {
  padding: 0 !important;
}
.booking__datepicker-wrapper .daterangepicker .calendar-table th {
  padding: 10px 0;
  color: #646c6e;
  font-weight: 700;
}
.booking__datepicker-wrapper .daterangepicker .calendar-table td {
  padding: 8px 9px;
}
@media only screen and (max-width: 320px) {
  .booking__datepicker-wrapper .daterangepicker .calendar-table td {
    padding: 5px 0;
  }
}
.booking__datepicker-wrapper .daterangepicker .calendar-table td.active.start-date, .booking__datepicker-wrapper .daterangepicker .calendar-table td.active.end-date {
  background-image: url("../images/calendar__active.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border-color: transparent;
  background-color: rgba(47, 103, 142, 0.41);
}
.booking__datepicker-wrapper .daterangepicker .calendar-table td.active.start-date {
  border-radius: 50% 0 0 50%;
}
.booking__datepicker-wrapper .daterangepicker .calendar-table td.active.end-date {
  border-radius: 0 50% 50% 0;
}
.booking__datepicker-wrapper .daterangepicker .calendar-table td.active.start-date.end-date {
  border-radius: 50%;
}
.booking__datepicker-wrapper .daterangepicker .calendar-table td.in-range {
  background-color: rgba(47, 103, 142, 0.41);
  color: #ffffff;
}
.booking__datepicker-wrapper .daterangepicker .calendar-table th, .booking__datepicker-wrapper .daterangepicker .calendar-table td {
  font-size: 18px;
}
@media only screen and (max-width: 320px) {
  .booking__datepicker-wrapper .daterangepicker .calendar-table th, .booking__datepicker-wrapper .daterangepicker .calendar-table td {
    font-size: 14px;
  }
}
.booking__datepicker-wrapper .daterangepicker .calendar-table .prev span, .booking__datepicker-wrapper .daterangepicker .calendar-table .next span {
  padding: 6px;
  border-color: var(--color-red);
}
.booking__datepicker-wrapper .daterangepicker .calendar-table .prev, .booking__datepicker-wrapper .daterangepicker .calendar-table .next {
  position: absolute;
}
.booking__datepicker-wrapper .daterangepicker .calendar-table .prev:hover, .booking__datepicker-wrapper .daterangepicker .calendar-table .next:hover {
  background-color: transparent;
}
.booking__datepicker-wrapper .daterangepicker .calendar-table .prev {
  left: 0px;
}
.booking__datepicker-wrapper .daterangepicker .calendar-table .next {
  right: 0px;
}

.footer__note {
  background-color: #fff;
}


.header__red {
  display: flex;
  justify-content: center;
  height: 52px;
  padding: 0 15px;
  background-color: var(--color-red);
  background-image: linear-gradient(90deg,#fd2740 0,#ffc527 100%);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .header__red {
    flex-direction: column;
    align-items: center;
    height: 89px;
  }
}
@media only screen and (max-width: 768px) {
  .header__red .header__title {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.header__red .header__title > span {
  margin-top: 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .header__red .header__title > span {
    margin-top: 0;
    line-height: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .header__red .header__title > span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .header__red .header__title > span span {
    display: none;
  }
}
.header__red .header__title img {
  margin-right: 7px;
}
.header__red .header__timer {
  display: flex;
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  .header__red .header__timer {
    margin-left: 0;
  }
}
.header__red .header__timer-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
}
.header__red .header__timer-item:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .header__red .header__timer-item:not(:last-child) {
    margin-right: 9px;
  }
}
.header__red .header__timer-item span {
  font-size: 22px;
  line-height: 27px;
  font-weight: 900;
}

.header__blue{
  padding: 10px 15px;
  background-color: #1176AF;
  color: white;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 18px;

}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #ccc;*/
  background-image: linear-gradient(90deg ,#ccc 0,#cccccc 100%);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
  background-image: linear-gradient(90deg,#fd2740 0,#ffc527 100%);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-radius: 5px;
    padding: 10px;
    margin: 1em 0.5em 1em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.container-checkout .wpcf7 .ajax-loader{
  margin: 24px auto ;
  display: block;
}

.paypal-bg{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,1) 1%, rgba(0,0,0,0.75) 100%);
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,1) 1%, rgba(0,0,0,0.75) 100%);
  background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,1) 1%, rgba(0,0,0,0.75) 100%);
  background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,1) 1%, rgba(0,0,0,0.75) 100%);
  color: #fff;
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.paypal-checkout-continue{
  font-size: 15px;
  line-height: 1.35;
  padding: 10px 0;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.paypal-checkout-close{
    width: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.pay-buttons{
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}

.pay-buttons-title{
    text-align: center;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    background: white;
    padding: 0 15px;
    color: #737373;
    font-size: 14px;
}

.pay-btn{
  width: 100%;
  height: 40px;
  min-height: 40px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.pay-btn:not(:last-child){
  margin-right: 20px;
}

.pay-btn-placeholder:not(.StripeElement){
  background-color: #e5e5e5;
}
.pay-btn-paypal{
  background-image: url('../img/btn_paypal.png');
  background-color: #ffc439;
  background-size: 80px;
}
.pay-btn-card{
   background-color: #2C2E2F;
    background-image: url('../img/btn_card.svg');
}

.wpcf7-response-output{
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  
  .pay-buttons{
    flex-direction: column;
  }
  .pay-btn:not(:last-child){
    margin-right: 0;
    margin-bottom: 20px;
  }


}

form#payment-form {
  width: 100%;
  /*min-width: 500px;*/
  align-self: center;
  border-radius: 7px;
  padding: 5px;
}
#payment-form input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}
.result-message {
  line-height: 22px;
  font-size: 16px;
}
.result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

#card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}
#card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  height: 44px;
  width: 100%;
  border-radius: 3px !important;
  border: 1px solid #cccccc !important;
  background-color: #f8f8f8 !important;
}
#payment-request-button {
  margin-bottom: 32px;
}
/* Buttons and links */
#payment-form button {
  margin-top: 20px;
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  background-color: var(--color-red);
  background-image: linear-gradient(90deg,#fd2740 0,#ffc527 100%);
  color: #ffffff;
}
#payment-form button:hover {
  filter: contrast(115%);
}
#payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
}
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  /*background: #5469d4;*/
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  form#payment-form {
    width: 80vw;
  }
}
.alternative-payment-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.8571428571em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #737373;
    margin-top: 25px;
    margin-bottom: 40px;
}
@media (max-width: 749px) {
    .alternative-payment-separator {
        padding-bottom: 2em;
    }
}
@media (min-width: 750px) and (max-width: 999px) {
    .alternative-payment-separator {
        margin-bottom: 2em;
    }
}
.alternative-payment-separator::after,
.alternative-payment-separator::before {
    content: "";
    display: inline-block;
    height: 1px;
    background-color: #e6e6e6;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.alternative-payment-separator__content {
    display: inline-block;
    padding: 0 1em;
}