/*
Theme Name: Tournamentgear Register New
Author: AM
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot?kin3s88");
  src: url("fonts/icomoon/icomoon.eot?kin3s88#iefix")
      format("embedded-opentype"),
    url("fonts/icomoon/icomoon.ttf?kin3s88") format("truetype"),
    url("fonts/icomoon/icomoon.woff?kin3s88") format("woff"),
    url("fonts/icomoon/icomoon.svg?kin3s88#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
.quantity .minus::before,
.quantity .plus::before,
.table-list .td-row-title::before,
.step-list li.complete .num::before,
.button-block::before,
.btn-arrow::before,
.btn-link::before,
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before,
.option-list .btn.btn-arrow:before,
.option-list input.btn-arrow[type="button"]:before,
.option-list input.btn-arrow[type="reset"]:before,
.option-list input.btn-arrow[type="submit"]:before,
.option-list button.btn-arrow[type="submit"]:before,
.table-list .td-row-title:before {
  content: "\e90c";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-apple:before {
  content: "\e905";
}

.icon-angle-right:before,
.button-block:before,
.btn-arrow:before {
  content: "\e906";
}

.icon-trash:before,
.quantity .minus:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-external-link:before,
.btn-link:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-done:before,
.step-list li.complete .num:before {
  content: "\e910";
}

.icon-eye:before {
  content: "\e90f";
}

.icon-facebook-secondary:before {
  content: "\e90b";
}

.icon-plus:before,
.quantity .plus:before {
  content: "\e90d";
}

.icon-envelope:before {
  content: "\e90e";
}

.icon-google:before {
  content: "\ea88";
}

.icon-tiktok:before {
  content: "\e911";
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"] {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  cursor: pointer;
  min-width: 160px;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: var(--btn-y) var(--btn-x);
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: 1.1;
  color: #fff;
  background-color: #23346b;
  border-color: #23346b;
}
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  color: #fff;
  background-color: #314483;
  border-color: #23346b;
}
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  border-color: #314483;
}
.btn:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
button[type="submit"]:disabled {
  background-color: #e2e5f0;
  border-color: #e2e5f0;
  cursor: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7c8799;
}
.btn.btn-outline:not(:hover),
input.btn-outline[type="button"]:not(:hover),
input.btn-outline[type="reset"]:not(:hover),
input.btn-outline[type="submit"]:not(:hover),
button.btn-outline[type="submit"]:not(:hover) {
  color: #23346b;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-arrow,
.btn-link {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  border: none;
  padding: 0;
  background: transparent;
  min-width: 0;
  color: #23346b;
}
.btn-arrow::before,
.btn-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-arrow:hover,
.btn-link:hover {
  color: #314483;
  background: transparent;
}

.btn-arrow {
  padding-right: 15px;
}
.btn-arrow::before {
  font-size: 12px;
  margin-top: 1px;
}

.btn-link {
  padding-right: 30px;
}
.btn-link::before {
  font-size: 20px;
}

form,
fieldset {
  border: none;
  display: block;
  padding: 0;
  margin: 0 0 var(--vertical-rhythm) 0;
  color: var(--base-text-color);
}

label {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 5px;
}
label a {
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="file"],
.input-form,
textarea {
  display: block;
  border: 1px solid transparent;
  text-align: left;
  -webkit-appearance: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  max-width: 100%;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  color: #333;
  border: 1px solid #e2e5f0;
  background: transparent;
  border-radius: 8px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
.input-form::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7c8799;
  opacity: 1;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
.input-form:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7c8799;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
.input-form::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7c8799;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
.input-form:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7c8799;
  opacity: 1;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="file"]:focus,
.input-form:focus,
textarea:focus {
  border-color: #23346b;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

textarea {
  resize: none;
  vertical-align: top;
  overflow: hidden;
  height: 124px;
}

/* button, */
input[type="reset"] {
  margin-bottom: 13px;
}

input[type="file"] {
  max-width: 100%;
}

select {
  display: block;
  color: #7c8799;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e2e5f0;
  padding: 0 35px 0 12px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9997 1.1697C10.8123 0.983448 10.5589 0.878906 10.2947 0.878906C10.0305 0.878906 9.77707 0.983448 9.5897 1.1697L5.9997 4.7097L2.4597 1.1697C2.27234 0.983448 2.01889 0.878906 1.7547 0.878906C1.49052 0.878906 1.23707 0.983448 1.0497 1.1697C0.955976 1.26266 0.881582 1.37326 0.830813 1.49512C0.780044 1.61698 0.753906 1.74769 0.753906 1.8797C0.753906 2.01171 0.780044 2.14242 0.830813 2.26428C0.881582 2.38613 0.955976 2.49674 1.0497 2.5897L5.2897 6.8297C5.38267 6.92343 5.49327 6.99782 5.61513 7.04859C5.73699 7.09936 5.86769 7.1255 5.9997 7.1255C6.13172 7.1255 6.26242 7.09936 6.38428 7.04859C6.50614 6.99782 6.61674 6.92343 6.7097 6.8297L10.9997 2.5897C11.0934 2.49674 11.1678 2.38613 11.2186 2.26428C11.2694 2.14242 11.2955 2.01171 11.2955 1.8797C11.2955 1.74769 11.2694 1.61698 11.2186 1.49512C11.1678 1.37326 11.0934 1.26266 10.9997 1.1697Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 15px;
  border-radius: 8px;
}
select:focus {
  border-color: #23346b;
  outline: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.number-field {
  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;
  gap: 5px;
  margin-bottom: 16px;
  padding-top: 5px;
}
.number-field-item {
  width: 16.666%;
}
.number-field .input-form {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  text-align: center;
  height: 35px;
  border-radius: 50%;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.form-row-label.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-row-cell {
  width: 100%;
  gap: 20px;
}
.form-row-cell:last-child {
  margin-bottom: 0;
}
.form-row-cell__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-row-cell__row .form-field {
  width: 100%;
}
.form-row-cell__row .btn,
.form-row-cell__row input[type="button"],
.form-row-cell__row input[type="reset"],
.form-row-cell__row input[type="submit"],
.form-row-cell__row button[type="submit"] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form-row-cell.is-border {
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e5f0;
}
.form-row-cell.is-border:not(:last-child) {
  margin-bottom: -10px;
}

.form-field-input {
  position: relative;
}
.form-field-input .input-form-password {
  padding-right: 45px;
}

.btn-show {
  position: absolute;
  top: 50%;
  right: 15px;
  border: none;
  background: none;
  font-size: 15px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-show.active::before {
  opacity: 1;
}
.btn-show::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: #000;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.btn-show:hover {
  color: #314483;
}
.btn-show:hover::before {
  background: #314483;
}

.sub-links {
  display: block;
  text-align: center;
  padding-top: 5px;
}
.sub-links a {
  font-weight: 700;
}

.form-btns {
  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: 18px 20px;
}
.form-btns-secondary .button-form {
  width: calc(33.333% - 14px);
}

.button-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: inherit;
  letter-spacing: -0.03em;
  margin: 0;
}
.button-form input[type="checkbox"],
.button-form input[type="radio"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.button-form input[type="checkbox"] + span,
.button-form input[type="radio"] + span {
  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: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: normal;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  border: 2px solid #e2e5f0;
}
.button-form input[type="checkbox"] + span::before,
.button-form input[type="radio"] + span::before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 3px;
  bottom: 3px;
  right: 3px;
  left: 3px;
  border-radius: 50%;
  background: #23346b;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button-form input[type="checkbox"] + span + span,
.button-form input[type="radio"] + span + span {
  display: block;
  margin-top: 1px;
}
.button-form input[type="checkbox"]:checked + span,
.button-form input[type="radio"]:checked + span {
  border-color: #23346b;
}
.button-form input[type="checkbox"]:checked + span::before,
.button-form input[type="radio"]:checked + span::before {
  opacity: 1;
}
.button-form input[type="checkbox"]:checked + span + span,
.button-form input[type="radio"]:checked + span + span {
  font-weight: 700;
}

.form-note {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-top: 4px;
}

.coupon-field {
  position: relative;
  margin-bottom: 14px;
}
.coupon-field-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.coupon-field-btn .btn,
.coupon-field-btn input[type="button"],
.coupon-field-btn input[type="reset"],
.coupon-field-btn input[type="submit"],
.coupon-field-btn button[type="submit"] {
  min-width: 88px;
  font-size: 14px;
  padding: 11px;
}
.coupon-field .input-form {
  font-size: 16px;
  height: 50px;
  padding-right: 100px;
}

.alert {
  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;
  text-align: center;
  color: #fff;
  font-weight: 600;
  min-height: 50px;
  background: #cc232f;
  margin-bottom: 16px;
}
.alert-success {
  background: #2da771;
}
.alert p {
  margin-bottom: 0;
}

body {
  font: var(--base-font-size) / var(--base-line-height) "Roboto Flex", "Arial",
    "Helvetica Neue", "Helvetica", sans-serif;
  color: var(--base-text-color);
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f9fafb;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Roboto Flex";
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.14;
  color: var(--h1-h6-color);
}
h1 a:not(:hover),
.h1 a:not(:hover),
h2 a:not(:hover),
.h2 a:not(:hover),
h3 a:not(:hover),
.h3 a:not(:hover),
h4 a:not(:hover),
.h4 a:not(:hover),
h5 a:not(:hover),
.h5 a:not(:hover),
h6 a:not(:hover),
.h6 a:not(:hover),
.h a:not(:hover) {
  color: inherit;
}

h1,
.h1 {
  font-size: var(--h1);
  margin: 0 0 1.5em;
}

h1,
h2 {
  text-transform: capitalize;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.09;
  margin: 0 0 0.3em;
}

.h3,
h3 {
  font-size: var(--h3);
  margin: 0 0 1.1em;
}

.h4,
h4 {
  font-size: var(--h4);
  letter-spacing: normal;
  font-weight: 600;
  margin: 0 0 0.3em;
}

h5,
.h5 {
  font-size: var(--h5);
  margin: 0 0 0.8em;
}

h6,
.h6 {
  font-size: var(--h6);
  margin: 0 0 0.8em;
}

p {
  margin-bottom: 15px;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  font-weight: 700;
}

a {
  color: inherit;
  color: #23346b;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
a:hover {
  color: #314483;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
  margin-top: 0;
  padding-left: 0px;
}
ul li,
ol li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1.2em;
}
table th {
  font-size: var(--base-font-size);
  color: var(--base-text-color);
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #979797;
}
table th + th {
  text-align: center;
}
table td {
  font-size: var(--base-font-size);
  color: var(--base-text-color);
  padding: 10px 15px;
  border-bottom: 1px solid #979797;
}
table td + td {
  text-align: center;
}

pre {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5em;
}

blockquote {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
  padding: 42px 0 0;
  margin: 0;
}
blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  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: 35px;
  height: 21px;
  padding-top: 7px;
  background: #23346b;
  font-size: 24px;
  line-height: 16px;
}
blockquote p {
  margin-bottom: 25px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
}

dl {
  margin: 0 0 1.2em 0;
}
dl dt {
  float: left;
  clear: left;
  font-weight: bold;
  padding: 10px 5px;
}
dl dd {
  margin-left: 0;
  padding: 10px 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.resize-active {
  -webkit-transition: none !important;
  transition: none !important;
}
.resize-active *,
.resize-active *:before,
.resize-active *:after {
  -webkit-transition: inherit !important;
  transition: inherit !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: calc(1150px + var(--gutter) * 2);
}
.container._xl {
  max-width: calc(1000px + var(--gutter) * 2);
}
.container._lg {
  max-width: calc(940px + var(--gutter) * 2);
}
.container._md {
  max-width: calc(646px + var(--gutter) * 2);
}
.container._sm {
  max-width: calc(620px + var(--gutter) * 2);
}

html,
body {
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main,
.header,
.footer {
  min-width: 0;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.text-primary {
  color: #23346b !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.bg-stretch img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section {
  padding: 20px 0 80px;
}

.card {
  padding: 20px;
  background: #fff;
  border: 1px solid #e2e5f0;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  margin-bottom: 20px;
}
.card.is-space {
  padding: 0;
}
.card.checkout-card {
  padding: 16px;
}
.card.checkout-card .alert {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
}
.card.account-card {
  padding: 0;
}
.card-btn {
  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;
  border-top: 1px solid #e2e5f0;
  min-height: 44px;
  padding: 5px 36px;
  margin: 0 -36px;
}
.card-btn-lg {
  min-height: 56px;
  margin-bottom: -20px;
}
.card form {
  margin-bottom: 20px;
}
.card form:last-child {
  margin-bottom: 0;
}

.checkout-card {
  font-size: 16px;
}
.checkout-card-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 10px;
}
.checkout-card-table dl:last-child {
  margin-bottom: 0;
}
.checkout-card-table dl dt,
.checkout-card-table dl dd {
  padding: 0;
}
.checkout-card-table dl dt {
  font-weight: 600;
}
.checkout-card-table dl.total {
  padding-top: 10px;
  border-top: 1px solid #e2e5f0;
}
.checkout-card-table .price {
  position: relative;
}
/*.checkout-card-table .price::after {
	content: ".00";
	font-weight: normal;
	font-size: 13px;
}*/

.btn-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}
.btn-unit-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn-unit-col .btn,
.btn-unit-col input[type="button"],
.btn-unit-col input[type="reset"],
.btn-unit-col input[type="submit"],
.btn-unit-col button[type="submit"] {
  width: 100%;
}

.event-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  padding: 32px 40px 14px;
  gap: 20px;
}
.event-tile-img {
  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: 95px;
  height: 84px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.event-tile-img img {
  display: block;
}
.event-tile-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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.event-tile-inner__descr span {
  display: block;
}

.btn-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: 8px;
  margin: 0;
}

.button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #2f333c;
  padding: 0 28px 0 12px;
  min-height: 50px;
  position: relative;
  border: 1px solid #e2e5f0;
  border-radius: 5px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button-block:hover {
  opacity: 1;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
}
.button-block::before {
  position: absolute;
  top: 50%;
  right: 14px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button-block .icon {
  min-width: 20px;
  color: #23346b;
  font-size: 16px;
}
.button-block .icon.icon-phone {
  font-size: 20px;
}

.headtitle {
  margin-bottom: 1.2em;
}

.social-block {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  gap: 12px;
  border-top: 1px solid #e2e5f0;
}
.social-block-title {
  font-weight: 600;
}
.social-block .socials {
  gap: 12px;
}
.social-block .socials a {
  font-size: 16px;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #23346b;
}
.social-block .socials a:hover {
  background: #314483;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.socials a {
  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: #fff;
  font-size: 32px;
  border-radius: 50%;
}

.step-section {
  background: #fff;
  position: relative;
}

.progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.progress-bar {
  display: block;
  height: 5px;
  background: #23346b;
}

.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #7c8799;
  gap: 44px;
  min-height: 75px;
  overflow-y: auto;
  margin: 0;
  scroll-behavior: smooth;
}
.step-list::-webkit-scrollbar {
  display: none;
}
.step-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  position: relative;
}
.step-list li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 20px;
  height: 1px;
  background: #e2e5f0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step-list li.complete {
  font-weight: 900;
  color: #333;
}
.step-list li.complete .num {
  color: #2da771;
  background: #2da771;
  text-indent: -9999px;
  position: relative;
}
.step-list li.complete .num::before {
  position: absolute;
  color: #fff;
  font-size: 16px;
  text-indent: 0;
}
.step-list li.active {
  font-weight: 900;
  color: #333;
}
.step-list li.active .num {
  background: #23346b;
  color: #fff;
}
.step-list .num {
  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;
  font-weight: 1000;
  width: 36px;
  height: 36px;
  color: #7c8799;
  background: #e2e5f0;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.full-section {
  padding: 130px 0;
}

.success-block {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 800;
  padding: 24px 20px;
}
.success-block-icon {
  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: 48px;
  height: 48px;
  color: #fff;
  font-size: 19px;
  background: #2da771;
  border-radius: 50%;
  margin-bottom: 20px;
}
.success-block p {
  margin-bottom: 0;
}

.success-section {
  padding: 12px 0;
}

.table-section {
  padding: 30px 0 80px;
}

.table-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: 8px;
  margin: 0;
}
.table-list li {
  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-bottom: 14px;
}
.table-list li:not(:first-child) {
  padding-top: 14px;
}
.table-list li.thead {
  font-weight: 700;
  color: #7c8799;
}
.table-list .td-row-title::before {
  position: absolute;
  top: 50%;
  right: 2px;
  font-size: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

address {
  margin: 0;
  font-style: normal;
}

.row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 25px;
}
.row-list li {
  width: 100%;
}

.block-card {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.block-card-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 177px;
}
.block-card-img a,
.block-card-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.block-card-img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.block-card-price {
  font-size: 16px;
}
.block-card-price strong {
  font-weight: 900;
}
.block-card-price__text {
  font-weight: normal;
  color: #7c8799;
  font-size: 14px;
}
.block-card address {
  font-size: 14px;
  line-height: 1.2;
  color: #7c8799;
  margin-bottom: 8px;
}
.block-card-title {
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.block-card-title a {
  font-weight: inherit;
}

.account-card {
  font-size: 16px;
  line-height: 1.2;
}
.account-card-item {
  padding: 20px;
}
.account-card-item:not(:first-child) {
  border-top: 1px solid #e2e5f0;
}
.account-card-descr dl {
  letter-spacing: -0.03em;
  line-height: 1.14;
  margin-bottom: 14px;
}
.account-card-descr dl:last-child {
  margin-bottom: 0;
}
.account-card-descr dl dd,
.account-card-descr dl dt {
  padding: 0;
}
.account-card-descr dl dt {
  width: 110px;
  margin-right: 10px;
}
.account-card-title,
.account-card-headtitle {
  text-transform: uppercase;
  font-weight: 800;
}
.account-card-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 14px;
}
.account-card-headtitle {
  line-height: 1.02;
  margin-bottom: 28px;
}

dl dt {
  color: #7c8799;
}

.table-cover {
  display: block;
  width: 100%;
}

.table {
  width: 100%;
  margin: 0;
}
.table thead th {
  color: #7c8799;
  padding-top: 0;
}
.table thead th + th {
  text-align: left;
}
.table td + td {
  text-align: left;
}
.table tr {
  position: relative;
}
.table td,
.table th {
  padding: 2px 20px 2px 0;
  border-color: #dee2e6;
}
.table .btn-more {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-more {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
}

.tab-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 18px;
}
.tab-control li.active a {
  color: #23346b;
}
.tab-control li.active a::before {
  opacity: 1;
}
.tab-control li a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  padding: 0 10px 22px;
  color: #717782;
  position: relative;
}
.tab-control li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #23346b;
  height: 4px;
  border-radius: 12px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tab {
  position: absolute;
  top: -9999px;
  right: 9999px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease;
  transition: all 0s ease 0.35s, opacity 0.35s ease;
}
.tab.active {
  position: relative;
  top: auto;
  right: auto;
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.35s ease 0.35s;
  transition: opacity 0.35s ease 0.35s;
}

.event-empty {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 0 35px;
}
.event-empty-title {
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0;
}
.event-empty-icon {
  margin-left: -40px;
}
.event-empty-icon img {
  display: block;
}

.main-wrapper {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px 0;
}

.main-wrapper .content {
  width: 100%;
}

.sidebar {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.6;
  gap: 12px;
}
.notification .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #2da771;
  font-size: 20px;
  margin-top: 2px;
}
.notification p {
  margin-bottom: 0;
}

.product-list {
  margin: 0;
}
.product-list li {
  margin-bottom: 20px;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e2e5f0;
  border-radius: 8px;
  overflow: hidden;
}
.product-card-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 289px;
}
.product-card-img a,
.product-card-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-card-img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.product-card-title {
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 18px;
}
.product-card .price {
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 800;
}
.product-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 20px 12px 10px 20px;
}
.product-card-content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 141px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #e2e5f0;
  border-radius: 8px;
}
.quantity .numeric-value {
  height: auto;
  border: none;
  padding: 0;
  color: #333;
  text-align: center;
  font-weight: 700;
}
.quantity .minus,
.quantity .plus {
  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: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  text-indent: -9999px;
}
.quantity .minus::before,
.quantity .plus::before {
  text-indent: 0;
}
.quantity .minus::before {
  font-size: 20px;
  color: #cc232f;
}
.quantity .plus::before {
  font-size: 16px;
  color: #333;
}

.option-list {
  margin: 0;
  line-height: 1.55;
}
.option-list li {
  border-bottom: 1px solid #e2e5f0;
  padding: 18px 0;
}
.option-list .text-wrap,
.option-list .btn,
.option-list input[type="button"],
.option-list input[type="reset"],
.option-list input[type="submit"],
.option-list button[type="submit"] {
  padding-left: 30px;
}
.option-list .text-wrap {
  padding-top: 10px;
}
.option-list .text-wrap p {
  margin-bottom: 15px;
}

.option-list .text-wrap p:last-child {
  margin-bottom: 0;
}

.option-list .btn,
.option-list input[type="button"],
.option-list input[type="reset"],
.option-list input[type="submit"],
.option-list button[type="submit"] {
  font-size: 14px;
  letter-spacing: -0.03em;
}
.option-list .btn.btn-arrow,
.option-list input.btn-arrow[type="button"],
.option-list input.btn-arrow[type="reset"],
.option-list input.btn-arrow[type="submit"],
.option-list button.btn-arrow[type="submit"] {
  padding-right: 28px;
}
.option-list .btn.btn-arrow::before,
.option-list input.btn-arrow[type="button"]::before,
.option-list input.btn-arrow[type="reset"]::before,
.option-list input.btn-arrow[type="submit"]::before,
.option-list button.btn-arrow[type="submit"]::before {
  font-size: 8px;
}
.option-list .btn.btn-arrow-top::before,
.option-list input.btn-arrow-top[type="button"]::before,
.option-list input.btn-arrow-top[type="reset"]::before,
.option-list input.btn-arrow-top[type="submit"]::before,
.option-list button.btn-arrow-top[type="submit"]::before {
  margin-top: -4px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header {
  padding: 17px 0 9px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #e2e5f0;
}

.header .container {
  /*
	max-width: 1375px;
    */
}

.header-wrapper {
  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;
  position: relative;
}

.logo {
  display: block;
  width: 123px;
}
.logo img {
  display: block;
}

.nav ul {
  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: 0;
  gap: 20px;
}
.nav ul li a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.nav ul li a:hover {
  color: #314483;
}

.burger {
  display: none;
  position: absolute;
  top: 23px;
  left: 22px;
  width: 20px;
  height: 14px;
  z-index: 1004;
}
.burger span {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
  background: #000;
}
.burger:after,
.burger:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.burger:after {
  top: 0;
}
.burger:before {
  bottom: 0;
}
body.nav-open .burger {
  position: fixed;
}
body.nav-open .burger span {
  background-color: transparent;
}
body.nav-open .burger:after {
  margin-top: -1px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.nav-open .burger:before {
  margin-bottom: -1px;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer {
  background: #23346b;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 104px 0 36px;
}

.footer .container {
  /*
	max-width: 1280px;
    */
}

.footer-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 52px;
}
.footer-logo img {
  display: block;
  width: 100%;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.footer-wrapper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.footer-wrapper .socials a:hover {
  opacity: 0.5;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  gap: 8px;
}
.footer-list li a {
  display: block;
  font-weight: 600;
  color: #fff;
}
.footer-list li a:not(:hover) {
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .hidden-desktop {
    display: none !important;
  }
  .step-list {
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-wrapper.align-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .burger {
    display: block;
  }
  .main-menu {
    position: fixed;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 105;
    background: #fff;
    padding: 85px 30px;
    overflow-y: auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease,
      -webkit-transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s,
      -webkit-transform 0.35s;
  }
  body.nav-open .main-menu {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease,
      -webkit-transform 0.35s ease;
  }
  .footer-logo {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer-wrapper .socials {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  textarea {
    border: 1px solid #181821;
  }
  .table-list li {
    padding: 18px 16px;
    border-radius: 8px;
    background: #fff;
  }
  .table-list li.thead {
    display: none !important;
  }
  .table-list .td-row {
    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;
    width: 100%;
  }
  .table-list .td-row::after {
    content: attr(data-parent);
    display: block;
    font-weight: 700;
    color: #7c8799;
    margin-bottom: 2px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .table-list .td-row-title {
    display: block;
    position: relative;
    padding-right: 20px;
  }
  .table-list .expanded {
    padding-top: 18px;
  }
  .table-list .expanded .td-row:not(:first-child) {
    margin-top: 10px;
  }
  .table thead {
    display: none;
  }
  .table td {
    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;
    border: none;
  }
  .table tr {
    display: block;
    border: 1px solid #e2e5f0;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .table tr:last-child {
    margin-bottom: 0;
  }
  .table td,
  .table th {
    font-size: 14px;
    line-height: 1.22;
  }
  .event-empty-title {
    font-size: 16px;
  }
  .event-empty-icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 667px) {
  table th {
    padding: 10px 5px;
  }
  table td {
    padding: 7px 5px;
  }
}
@media (max-width: 666px) {
  .btn,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  button[type="submit"] {
    min-width: 0;
  }
  .form-btns:not(.form-btns-secondary) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 85px;
  }
  .form-btns-secondary {
    padding-right: 25px;
  }
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  .card-btn-lg .btn,
  .card-btn-lg input[type="button"],
  .card-btn-lg input[type="reset"],
  .card-btn-lg input[type="submit"],
  .card-btn-lg button[type="submit"] {
    font-size: 14px;
  }
  .btn-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .btn-unit .btn,
  .btn-unit input[type="button"],
  .btn-unit input[type="reset"],
  .btn-unit input[type="submit"],
  .btn-unit button[type="submit"] {
    width: 100%;
  }
  .event-tile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .event-tile-title {
    margin-bottom: 0.6em;
  }
  .progress {
    bottom: -3px;
  }
  .success-block br {
    display: none;
  }
  .product-card-title {
    font-size: 18px;
  }
}
@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
  .section {
    padding-top: 40px;
  }
  .step-list {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (min-width: 375px) {
  .number-field-item {
    width: 45px;
  }
  .number-field .input-form {
    height: 45px;
  }
}
@media (min-width: 667px) {
  label {
    font-size: 16px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="file"],
  .input-form,
  textarea {
    font-size: 16px;
    padding: 0 16px;
    height: 50px;
  }
  select {
    font-size: 16px;
    height: 50px;
    padding-left: 16px;
    line-height: 50px;
    background-position-y: 21px;
  }
  .number-field {
    gap: 16px;
    margin-bottom: 28px;
    padding-top: 15px;
  }
  .number-field-item {
    width: 78px;
  }
  .number-field .input-form {
    font-size: 24px;
    height: 78px;
    padding: 0 20px;
  }
  .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 26px 17px;
  }
  .form-row-label {
    font-size: 20px;
    margin-bottom: 0;
    width: 170px;
  }
  .form-row-cell {
    gap: 24px 17px;
  }
  .form-row-cell__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
  }
  .form-row-cell.w-50 {
    width: calc(50% - 9px);
  }
  .form-row-cell.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .btn-show {
    right: 18px;
  }
  .form-btns {
    gap: 18px 15px;
  }
  .form-btns:not(.form-btns-secondary) {
    gap: 76px;
  }
  .form-btns-secondary .button-form {
    width: calc(25% - 12px);
  }
  .section {
    padding: 40px 0 120px;
  }
  .card-btn-lg {
    min-height: 74px;
    margin-bottom: -36px;
  }
  .card form {
    margin-bottom: 32px;
  }
  .event-tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    padding-left: 26px;
    /*		padding-right: 96px;*/
    padding-right: 70px;
    padding-bottom: 27px;
    gap: 45px;
  }
  .event-tile-img {
    width: 117px;
    height: 104px;
  }
  .event-tile-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .event-tile-inner__descr span {
    display: inline-block;
  }
  .event-tile-inner__descr span:not(:first-child) {
    position: relative;
    padding-left: 13px;
  }
  .event-tile-inner__descr span:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .btn-list {
    gap: 12px;
  }
  .button-block {
    padding-left: 18px;
    border-radius: 8px;
  }
  .button-block::before {
    right: 18px;
  }
  .headtitle {
    margin-bottom: 0.8em;
  }
  .social-block {
    -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;
  }
  .progress-bar {
    height: 2px;
  }
  .step-list {
    min-height: 60px;
  }
  .success-block {
    font-size: 20px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .success-block-icon {
    font-size: 21px;
    width: 66px;
    height: 66px;
    margin-bottom: 10px;
  }
  .block-card address {
    padding-right: 20px;
  }
  .product-list li {
    margin-bottom: 16px;
  }
  .product-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product-card-img {
    width: 155px;
    height: 152px;
  }
  .product-card-title {
    margin-bottom: 8px;
  }
  .product-card-content__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .quantity {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  textarea {
    height: 81px;
  }
  blockquote {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.1px;
    line-height: 30px;
    padding-top: 48px;
  }
  blockquote cite {
    font-size: 13px;
  }
  .card {
    padding: 36px;
    border-color: #eaeff4;
  }
  .card .social-block {
    margin-bottom: -16px;
  }
  .table-section {
    padding: 74px 0;
  }
  .table-list {
    gap: 0;
    line-height: 1.2;
    padding: 24px;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
  }
  .table-list li {
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e2e5f0;
    gap: 32px;
  }
  .table-list .td-row-title::before {
    display: none;
  }
  .table-list .td-row__col-1 {
    width: 30%;
  }
  .table-list .td-row__col-2 {
    width: 50%;
  }
  .table-list .td-row__col-3 {
    width: 25%;
  }
  .table-list .td-row__col-4 {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .table-list .expanded {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
    width: 70%;
    height: auto !important;
    overflow: visible !important;
  }
  .row-list {
    gap: 20px;
    margin-bottom: 35px;
  }
  .row-list li {
    width: calc(33.333% - 15px);
  }
  .account-card-item {
    padding: 40px;
  }
  .account-card-item:first-child {
    padding-top: 50px;
  }
  .account-card-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .account-card-headtitle {
    margin-bottom: 40px;
  }
  .table td:not(:first-child),
  .table th:not(:first-child) {
    width: 182px;
    padding-right: 40px;
  }
  .table td:first-child,
  .table th:first-child {
    padding-right: 20px;
  }
  .table td,
  .table th {
    padding: 16px 0;
  }
  .table .btn-more {
    right: -5px;
  }
  .tab-control {
    margin-bottom: 20px;
    gap: 44px;
  }
  .tab-control li a {
    padding-left: 0;
    padding-right: 0;
  }
  .event-empty {
    padding-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .form-note {
    padding-top: 8px;
  }
  .coupon-field {
    margin-bottom: 10px;
  }
  .h4,
  h4 {
    margin-bottom: 0.9em;
  }
  blockquote {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  .visible-desktop {
    display: none !important;
  }
  .step-list {
    padding-right: 12px;
  }
  .full-section {
    padding: 20px 0;
    height: calc(100vh - 200px);
  }
  .full-section .container {
    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;
    height: 100%;
  }
  .row-list li {
    width: calc(25% - 15px);
  }
  .main-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sidebar {
    width: 304px;
    margin-left: 20px;
  }
  .header-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo {
    margin-left: 8px;
  }
  .nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    gap: 40px;
  }
  .footer {
    padding: 16px 0;
  }
  .footer-logo {
    margin-right: 17px;
  }
  .footer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
  .footer-wrapper-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
  .footer-list {
    gap: 28px;
  }
}
@media (min-width: 1200px) {
  blockquote {
    max-width: 800px;
  }
  .table-list .td-row__col-1 {
    width: 39%;
  }
  .table-list .td-row__col-2 {
    width: 64%;
  }
  .table-list .td-row__col-3 {
    width: 18%;
  }
  .table-list .td-row__col-4 {
    width: 18%;
  }
  .table-list .expanded {
    width: 61%;
  }
}

/**/

.rendered-form h1 {
  font-size: 24px;
}

.rendered-form p {
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .rendered-form h1 {
    font-size: 20px;
    margin: 0 0 25px;
  }
}

/**/

.formbuilder-date,
.formbuilder-text,
.formbuilder-number,
.formbuilder-select,
.formbuilder-textarea,
.formbuilder-radio-group,
.formbuilder-checkbox-group {
  display: flex;
}

.formbuilder-date > label,
.formbuilder-text > label,
.formbuilder-number > label,
.formbuilder-select > label,
.formbuilder-textarea > label,
.formbuilder-radio-group > label,
.formbuilder-checkbox-group > label {
  color: #333;
  display: block;
  flex: 0 0 50%;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  line-height: 110%;
  margin: 0;
  padding: 15px 30px 0 0;
  width: auto;
}

@media (max-width: 768px) {
  .formbuilder-date,
  .formbuilder-text,
  .formbuilder-number,
  .formbuilder-select,
  .formbuilder-textarea,
  .formbuilder-radio-group,
  .formbuilder-checkbox-group {
    display: block;
  }
  .formbuilder-date > label,
  .formbuilder-text > label,
  .formbuilder-number > label,
  .formbuilder-select > label,
  .formbuilder-textarea > label,
  .formbuilder-radio-group > label,
  .formbuilder-checkbox-group > label {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
  }
}

/**/

.rendered-form .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .rendered-form .checkbox-group {
    display: block;
  }
}

.rendered-form .checkbox-group .formbuilder-checkbox {
  align-items: center;
  display: flex;
  padding-bottom: 10px;
  width: calc(50% - 5px);
}

.rendered-form .checkbox-group .formbuilder-checkbox input[type="checkbox"] {
  height: 16px;
  margin-right: 10px;
  width: 16px;
}

.rendered-form .checkbox-group .formbuilder-checkbox label {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

/**/

.rendered-form .formbuilder-select select,
.rendered-form .formbuilder-date input[type="date"],
.rendered-form .formbuilder-text input[type="text"],
.rendered-form .formbuilder-number input[type="number"],
.rendered-form .formbuilder-textarea textarea {
  border: 1px solid #e2e5f0;
  border-radius: 8px;
  color: #333;
  font-size: 16px;
  height: auto;
  line-height: 100%;
  padding: 14px 16px;
}

.rendered-form .formbuilder-select select {
  background: url(images/chevron-down.svg) no-repeat calc(100% - 15px) 50%;
}

.rendered-form .formbuilder-textarea textarea {
  min-height: 100px;
}

/**/

.rendered-form .formbuilder-button button {
  border-radius: var(--btn-r);
  font-size: var(--btn-fz);
  font-weight: 700;
  line-height: 1.1;
  padding: var(--btn-y) var(--btn-x);
}

/**/

.formbuilder-radio-group > label {
  padding-top: 0;
}

.formbuilder-radio-group > label > br,
.formbuilder-select > label > br,
.formbuilder-checkbox-group > label > br,
.formbuilder-text > label > br,
.formbuilder-textarea > label > br {
  display: none;
}

.formbuilder-radio-group .radio-group {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 20px;
}

.formbuilder-radio-group .formbuilder-radio {
  display: flex;
  width: calc(50% - 10px);
}

.formbuilder-radio-group .formbuilder-radio input[type="radio"] {
  display: none;
}

.formbuilder-radio-group .formbuilder-radio input[type="radio"] + label {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 110%;
  margin: 0;
  min-height: 22px;
  padding: 3px 0 0 30px;
  position: relative;
}

.formbuilder-radio-group
  .formbuilder-radio
  input[type="radio"]
  + label::before {
  border: 2px solid #e2e5f0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.formbuilder-radio-group .formbuilder-radio input[type="radio"] + label::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 12px;
}

.formbuilder-radio-group
  .formbuilder-radio
  input[type="radio"]:checked
  + label::before {
  border-color: #23346b;
}

.formbuilder-radio-group
  .formbuilder-radio
  input[type="radio"]:checked
  + label::after {
  background-color: #23346b;
}
.form-row-card {
  margin-bottom: 20px;
}
#usssa-event-register-frm-4 #card-element {
  padding: 10px;
  font-size: 16px;
  height: 50px;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  color: #333;
  border: 1px solid #e2e5f0;
  background: transparent;
  border-radius: 8px;
  line-height: 50px;
}
#card-errors {
  color: #f00;
}

@media (max-width: 768px) {
  .formbuilder-radio-group .radio-group {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .formbuilder-radio-group .formbuilder-radio {
    width: 100%;
  }
}

/**/

.btn-unit.frm-nav-btns {
  display: flex;
  flex-direction: row;
}

.btn-unit.frm-nav-btns._mobile {
  display: none;
}

.btn-unit.frm-nav-btns .btn {
  min-width: 0;
  width: auto;
}

@media (max-width: 1023px) {
  .btn-unit.frm-nav-btns._desktop {
    display: none;
  }
  .btn-unit.frm-nav-btns._mobile {
    display: flex;
  }
}

/**/

.post {
}

.post .title {
}

.post .title h1 {
  margin: 0 0 1em;
}

/**/

.search-athlete {
  display: flex;
  flex-wrap: wrap;
}

.search-athlete .search-by-name-field.hidden,
.search-athlete .search-by-id-field.hidden {
  display: none;
}

.search-athlete .form-control {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}

.search-athlete .form-control.search-btn-wrapper {
  margin: 0;
  padding: 20px 0 0;
}

.search-athlete .form-control.skip-athlete-btn-wrapper {
  margin: 0;
  padding: 20px 0 0;
}

.search-athlete .form-control.form-control__left {
  padding-right: 10px;
  width: 50%;
}

.search-athlete .form-control.form-control__right {
  padding-left: 10px;
  width: 50%;
}

.search-athlete .form-control > label {
  display: none;
}

.search-athlete .search-by-player-id-wrapper > label {
  display: inline-block;
}

.athlete-results .option-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.athlete-results .option-list li {
  border: none;
  padding: 15px 0;
  width: 50%;
}

.athlete-results .option-list li:nth-child(2n + 1) {
  padding-right: 15px;
}

.athlete-results .option-list li:nth-child(2n + 2) {
  padding-left: 15px;
}

.athlete-results .option-list li .button-form {
  font-size: 15px;
}

.athlete-results .btn-wrapper {
  display: flex;
  padding: 30px 0 0;
}

.athlete-results .btn-wrapper .btn {
}

.athlete-results .athlete-select-validation {
  margin-top: 15px;
  color: red;
}

@media (max-width: 768px) {
  .search-athlete .form-control.form-control__left,
  .search-athlete .form-control.form-control__right {
    padding: 0;
    width: 100%;
  }
  .athlete-results .option-list {
    display: block;
  }
  .athlete-results .option-list li {
    padding: 10px 0;
    width: 100%;
  }
  .athlete-results .option-list li:nth-child(2n + 1),
  .athlete-results .option-list li:nth-child(2n + 2) {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .search-athlete .form-control.search-btn-wrapper .btn {
    width: 100%;
  }
  .athlete-results .btn-wrapper .btn {
    width: 100%;
  }
}

.usssa-event-register-frm .form-row-quantity {
  margin-top: 25px;
}

.usssa-event-register-frm .form-row-quantity label {
  width: auto;
  display: inline-block;
  padding-right: 15px;
}

.usssa-event-register-frm .form-row-quantity input[type="number"] {
  display: inline-block;
  width: 100px;
}

.usssa-event-register-frm .frm-privacy-policy-wrapper label span.font-normal {
  font-weight: normal;
  font-size: 11px;
}

.event-tile-inner__descr span.registration-deadline {
  padding: inherit;
  line-height: inherit;
  margin-top: 15px;
}

.event-tile-inner__descr span.registration-deadline::before {
  background: none;
}

/**/

.iframe-wrapper {
  display: block;
  padding-top: 56%;
  position: relative;
}

.iframe-wrapper iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**/

.checkout-card-coupon {
  border: 1px solid #e2e5f0;
  border-radius: 8px;
  display: flex;
  margin-bottom: 12px;
  padding: 5px;
}

.checkout-card-coupon input[type="text"] {
  border: none;
  border-radius: 0;
  font-size: 16px;
  height: auto;
  line-height: 1;
  min-width: 0;
  padding: 10px 12px;
  width: auto;
}

.checkout-card-coupon input[type="submit"],
.checkout-card-coupon input[type="button"] {
  font-size: 14px;
  line-height: 1;
  min-width: 0;
  padding: 12px 25px;
}

.checkout-card-coupon--green {
  background-color: #2da771;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: -16px -16px 16px;
  padding: 17px 15px;
  text-align: center;
}

.checkout-card-coupon--red {
  background-color: #cc232f;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: -16px -16px 16px;
  padding: 17px 15px;
  text-align: center;
}
ul.nearby-hotels-list {
  display: flex;
  gap: 10px;
  margin: auto 10px;
  flex-wrap: wrap;
}
ul.nearby-hotels-list li img {
  max-width: none;
}
ul.nearby-hotels-list li img {
  max-width: none;
  height: 200px;
  width: 345px;
}
span.night-rate {
  font-weight: 700;
}
.hotel-info p {
  margin-bottom: 0px;
}
.hotel-info h2 {
  font-size: 22px;
}
li.hotel-info {
  width: 24%;
}
.view-more-hotels-btn {
  text-align: center;
  margin-top: 20px;
}

/**/

.reco__content {
  padding: 35px;
}

.reco__content > h2 {
  color: #333;
  font-size: 28px;
  line-height: 1.25;
  margin: 0;
}

.reco__content ul.nearby-hotels-list {
  display: grid;
  gap: 32px 16px;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px 0 0;
}

.reco__content ul.nearby-hotels-list li.hotel-info {
  display: flex;
  flex-direction: column;
  width: auto;
}

.reco__content ul.nearby-hotels-list li.hotel-info .hotel-image {
  margin-bottom: 16px;
  padding-top: 70%;
  position: relative;
}

.reco__content ul.nearby-hotels-list li.hotel-info .hotel-image img {
  border-radius: 5px;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.reco__content ul.nearby-hotels-list li.hotel-info h3 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 8px;
}

.reco__content ul.nearby-hotels-list li.hotel-info .hotel-address {
  color: #7c8799;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.reco__content ul.nearby-hotels-list li.hotel-info .distance-mi {
  color: #7c8799;
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.reco__content ul.nearby-hotels-list li.hotel-info .star-reviews {
  color: #7c8799;
  font-size: 14px;
  line-height: 1.5;
}

.reco__content ul.nearby-hotels-list li.hotel-info .star-reviews .total-review {
  font-size: 12px;
}

.reco__content ul.nearby-hotels-list li.hotel-info .rates {
  margin-top: auto;
  padding-top: 5px;
}

.reco__content ul.nearby-hotels-list li.hotel-info .rates .night-rate {
}

.reco__content ul.nearby-hotels-list li.hotel-info .rates .per-night {
}

@media (max-width: 900px) {
  .reco__content {
    padding: 25px;
  }
  .reco__content > h2 {
    font-size: 24px;
  }
  .reco__content ul.nearby-hotels-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .reco__content {
    padding: 20px;
  }
  .reco__content ul.nearby-hotels-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**/

.reco__more {
  border-top: 1px solid #e2e5f0;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 35px;
}

.reco__more a {
  color: #23346b;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 900px) {
  .reco__more {
    padding: 25px;
  }
}

@media (max-width: 540px) {
  .reco__more {
    padding: 20px;
  }
}

.button-form.popup-info-row input[type="radio"] {
  cursor: pointer;
}

/* The Modal (background) */
.modal-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-popup .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
  text-align: center;
}

/* The Close Button */
.modal-popup .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-popup .close:hover,
.modal-popup .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a.athlete-pop {
  text-decoration: none;
  color: #333333;
}
#player_data_info {
  clear: both;
}
