html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q:before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #001139;
}

button, input, textarea, select, option {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 4.875rem;
}
@media screen and (max-width: 1250px) {
  h1 {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: 0.27px;
    line-height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.27px;
    line-height: 2.875rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.1875rem;
    font-weight: 700;
    letter-spacing: 0.27px;
    line-height: 2.5rem;
  }
}

h2 {
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 3.1875rem;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.27px;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 2.8125rem;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.27px;
    line-height: 2.375rem;
  }
}

h4 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 2.5rem;
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 2rem;
  }
}

h5 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 2.8125rem;
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.27px;
    line-height: 1.875rem;
  }
}

h6 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 2.8125rem;
}

ul, ol, p {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
  color: #6D6D6D;
}

a {
  color: #3476E9;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
}

input {
  border: none;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.3125rem;
  /* Edge */
  /* Internet Explorer 10-11 */
  /* All others */
}
input::-webkit-input-placeholder {
  color: #B4B4B4;
}
input:-ms-input-placeholder {
  color: #B4B4B4;
}
input::placeholder {
  color: #B4B4B4;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
}

i.icon,
.a2a_button_facebook,
.a2a_button_twitter {
  display: block;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}
i.icon.fb,
.a2a_button_facebook.fb,
.a2a_button_twitter.fb {
  background-image: url("../../image/icons/Icon awesome-facebook-f.svg");
}
i.icon.fb.gray,
.a2a_button_facebook.fb.gray,
.a2a_button_twitter.fb.gray {
  background-image: url("../../image/icons/Icon awesome-facebook-f-gray.svg");
}
i.icon.in,
.a2a_button_facebook.in,
.a2a_button_twitter.in {
  background-image: url("../../image/icons/Icon awesome-instagram.svg");
}
i.icon.tw,
.a2a_button_facebook.tw,
.a2a_button_twitter.tw {
  background-image: url("../../image/icons/Icon awesome-twitter.svg");
}
i.icon.tw.gray,
.a2a_button_facebook.tw.gray,
.a2a_button_twitter.tw.gray {
  background-image: url("../../image/icons/Icon awesome-twitter-gray.svg");
}

.action-btn.racing,
.content .silesia--button-red,
.button:not(.no-style) {
  padding: 24px 74px;
  display: inline-block;
  position: relative;
  transition: 400ms;
  background-color: #F84160;
  border: 2px solid #F84160;
  color: #FFFFFF;
  border-radius: 100px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 1rem;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .action-btn.racing,
.content .silesia--button-red,
.button:not(.no-style) {
    padding: 15px 35px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .action-btn.racing,
.content .silesia--button-red,
.button:not(.no-style) {
    padding: 10px 15px;
    width: 100%;
    text-align: center;
  }
}
.action-btn.racing.white,
.content .silesia--button-red.white,
.button:not(.no-style).white {
  background-color: #FFFFFF;
  color: #001139;
  padding: 24px 94px;
  border: 2px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .action-btn.racing.white,
.content .silesia--button-red.white,
.button:not(.no-style).white {
    padding: 15px 35px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .action-btn.racing.white,
.content .silesia--button-red.white,
.button:not(.no-style).white {
    padding: 10px 15px;
    width: 100%;
    text-align: center;
  }
}
.action-btn.racing.arrow,
.content .silesia--button-red.arrow,
.button:not(.no-style).arrow {
  background-color: unset;
  border: unset;
  border-radius: unset;
  color: #3476E9;
  position: relative;
  padding: 0;
  margin-right: 16px;
  width: max-content;
}
.action-btn.racing.arrow::after,
.content .silesia--button-red.arrow::after,
.button:not(.no-style).arrow::after {
  position: absolute;
  right: -16px;
  content: ">";
  display: inline-block;
  padding-left: 8px;
  transition: 400ms;
}
.action-btn.racing.arrow:hover::after,
.content .silesia--button-red.arrow:hover::after,
.button:not(.no-style).arrow:hover::after {
  right: -24px;
}
.action-btn.racing.prev, .action-btn.racing.next,
.content .silesia--button-red.prev,
.content .silesia--button-red.next,
.button:not(.no-style).prev,
.button:not(.no-style).next {
  padding: 0;
  background-color: unset;
  border: unset;
  border-radius: unset;
  width: 24px;
  height: 11px;
  background-image: url("../../image/icons/down-arrow-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.action-btn.racing.prev.slick-disabled, .action-btn.racing.next.slick-disabled,
.content .silesia--button-red.prev.slick-disabled,
.content .silesia--button-red.next.slick-disabled,
.button:not(.no-style).prev.slick-disabled,
.button:not(.no-style).next.slick-disabled {
  background-image: url("../../image/icons/down-arrow.svg");
}
.action-btn.racing.prev,
.content .silesia--button-red.prev,
.button:not(.no-style).prev {
  margin-right: 25px;
}
.action-btn.racing.next,
.content .silesia--button-red.next,
.button:not(.no-style).next {
  transform: rotate(180deg);
}
.action-btn.racing:hover,
.content .silesia--button-red:hover,
.button:not(.no-style):hover {
  background-color: #FFFFFF;
  border: 2px solid #F84160;
  color: #F84160;
}
.action-btn.racing:hover.white,
.content .silesia--button-red:hover.white,
.button:not(.no-style):hover.white {
  background-color: #001139;
  color: #FFFFFF;
  border: 2px solid #001139;
}
.action-btn.racing:hover.arrow,
.content .silesia--button-red:hover.arrow,
.button:not(.no-style):hover.arrow {
  background-color: unset;
  border: unset;
  color: #3476E9;
}
.action-btn.racing:hover.arrow::after,
.content .silesia--button-red:hover.arrow::after,
.button:not(.no-style):hover.arrow::after {
  padding-left: 15px;
}
.action-btn.racing:hover.prev, .action-btn.racing:hover.next,
.content .silesia--button-red:hover.prev,
.content .silesia--button-red:hover.next,
.button:not(.no-style):hover.prev,
.button:not(.no-style):hover.next {
  background-color: unset;
  border: unset;
}

.button.no-style {
  background-color: transparent;
  color: #3476E9;
  padding: 24px 74px;
  border: none;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 1rem;
}
@media screen and (max-width: 768px) {
  .button.no-style {
    padding: 15px 35px;
    width: 100%;
    text-align: center;
  }
}
.button.no-style:hover {
  border: 0px solid transparent !important;
}
@media screen and (max-width: 576px) {
  .button.no-style {
    padding: 10px 15px;
    width: 100%;
    text-align: center;
  }
}

.content .silesia--button-red {
  margin: 20px 0 10px 0;
  color: #FFFFFF !important;
}
.content .silesia--button-red:hover {
  color: #F84160 !important;
}

.silesia--button-red {
  padding: 24px 74px;
  display: inline-block;
  position: relative;
  transition: 400ms;
  background-color: #F84160;
  border: 2px solid #F84160;
  color: #FFFFFF;
  border-radius: 100px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 1rem;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .silesia--button-red {
    padding: 15px 35px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .silesia--button-red {
    padding: 10px 15px;
    width: 100%;
    text-align: center;
  }
}
.silesia--button-red:hover {
  background-color: #FFFFFF;
  border: 2px solid #F84160;
  color: #F84160;
}
.silesia--button-red.arrow::after {
  position: absolute;
  margin-left: 16px;
  content: ">";
  display: inline-block;
  transition: 400ms;
}
.silesia--button-red.arrow:hover::after {
  margin-left: 24px;
}

.silesia--button-blue.width-300::after {
  margin-left: 16px;
  content: ">";
  display: inline-block;
  transition: 400ms;
}
.silesia--button-blue.width-300:hover::after {
  margin-left: 24px;
}

.container {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 0 125px;
  transition: 400ms;
}
@media screen and (max-width: 1599px) {
  .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    padding: 0 15px;
  }
}
.container .container {
  padding: 0;
}
.container.space-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .container.space-between .button.arrow {
    text-align: right;
  }
}

.error-404 {
  text-align: center;
}
.error-404 p {
  padding: 30px 0;
}
.error-404 a.my-btn.error {
  padding: 24px 74px;
  display: inline-block;
  position: relative;
  transition: 400ms;
  background-color: #F84160;
  border: 2px solid #F84160;
  color: #FFFFFF;
  border-radius: 100px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 1rem;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .error-404 a.my-btn.error {
    padding: 15px 35px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .error-404 a.my-btn.error {
    padding: 10px 15px;
    width: 100%;
    text-align: center;
  }
}
.error-404 a.my-btn.error:hover {
  background-color: #FFFFFF;
  border: 2px solid #F84160;
  color: #F84160;
}

.normal-page {
  overflow: hidden;
}

.container-small {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  transition: 400ms;
  width: min(100%, 1670px);
  padding-left: 306px;
}
@media screen and (max-width: 1599px) {
  .container-small {
    width: min(100%, 1562px);
    padding-left: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .container-small {
    width: min(100%, 1400px);
    padding-left: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .container-small {
    width: min(100%, 1088px);
    padding-left: 0px;
  }
}
.container-small.with-arrows {
  align-items: center;
}
.container-small.with-arrows .button-box {
  flex-shrink: 0;
}

.container-extra-small {
  width: min(100%, 1088px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .container-extra-small.options {
    flex-direction: column;
  }
  .container-extra-small.options ul {
    width: 100%;
    overflow-x: auto;
  }
  .container-extra-small.options ul::-webkit-scrollbar {
    width: 0;
  }
  .container-extra-small.options select {
    margin-top: 20px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .container-extra-small.options select {
    width: 100% !important;
  }
}
.container-extra-small.description {
  flex-direction: column;
  align-items: flex-start;
}
.container-extra-small.description p {
  padding-top: 14px;
  color: #001139;
  font-weight: 600;
}
.container-extra-small.m-bottom-50 {
  margin-bottom: 50px;
}
.container-extra-small.with-arrows {
  align-items: center;
}
@media screen and (max-width: 576px) {
  .container-extra-small.with-arrows .button-box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
}
.container-extra-small.page-content {
  display: block;
  padding-top: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
  color: #6D6D6D;
}
.container-extra-small.page-content p {
  padding-bottom: 1.75rem;
}
.container-extra-small.page-content .wp-video-shortcode.mejs-video {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: relative;
}
.container-extra-small.page-content img {
  margin: 0 auto;
  display: block;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
  max-width: calc(100vw - 30px);
}
.container-extra-small.page-content .ufaq-faq-body img {
  object-fit: none;
}
.container-extra-small.page-content iframe {
  width: 100%;
  height: 56.25vw;
  max-height: 612px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: relative;
}

.normal-page .container-extra-small.page-content > table.no-style td {
  border-bottom: 0;
}
@media screen and (max-width: 992px) {
  .normal-page .container-extra-small.page-content > table.no-style td {
    padding: 0;
    width: unset !important;
  }
}
@media screen and (max-width: 576px) {
  .normal-page .container-extra-small.page-content > table.no-style td img {
    width: 100%;
  }
}

.tos-caption {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

select {
  background-color: #FFFFFF;
}
select option {
  background-color: #FFFFFF;
}

.breadcrumbs ul {
  padding-top: 175px;
  padding-bottom: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.0625rem;
  color: #3476E9;
  white-space: nowrap;
}
.breadcrumbs ul li:nth-last-child(1) {
  color: #B4B4B4;
}
.breadcrumbs ul li::before {
  content: " - ";
  padding: 0 5px;
  color: #B4B4B4;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.0625rem;
}
.breadcrumbs ul li:nth-child(1)::before {
  display: none;
}
.breadcrumbs ul li strong {
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .breadcrumbs ul {
    padding-top: 150px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumbs ul {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
.hamburger {
  width: 35px;
  padding: 0;
  display: none;
  z-index: 100000;
}
.hamburger-box {
  padding: 0;
  margin: 0;
  width: 100%;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  height: 3px;
  background-color: #001139;
  border-radius: 0;
  width: 100%;
}
.cookie-info--label {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  padding: 20px 15px;
  display: none;
}
.cookie-info--label .cookies-box {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.cookie-info--label .cookies-box p {
  color: #001139;
}
@media screen and (max-width: 768px) {
  .cookie-info--label .cookies-box p {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.25rem;
  }
}
.cookie-info--label .cookies-box button {
  flex-shrink: 0;
  margin-left: 30px;
  border: 2px solid #F84160;
  border-radius: 100px;
  padding: 24px 74px;
  background-color: #F84160;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 1rem;
  cursor: pointer;
  transition: 400ms;
}
.cookie-info--label .cookies-box button:hover {
  background-color: #FFFFFF;
  color: #001139;
}

@media screen and (max-width: 992px) {
  .cookie-info--label .cookies-box {
    flex-direction: column;
  }
  .cookie-info--label .cookies-box button {
    margin-top: 20px;
    width: 100%;
    padding: 15px 17px;
  }
}
#list-search-results {
  height: unset;
  max-height: 1000px;
  overflow: auto;
}
#list-search-results::-webkit-scrollbar {
  display: none;
}

.ufaq-faq-div .ufaq-faq-title h4 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #001139;
}
@media screen and (max-width: 567px) {
  .ufaq-faq-div .ufaq-faq-title h4 {
    padding-bottom: 5px !important;
  }
}
.ufaq-faq-div .ufaq-faq-post p {
  margin: 20px 0 0;
}
.ufaq-faq-div .ufaq-faq-body {
  transition: 400ms;
}
form.wpcf7 {
  display: flex;
  flex-wrap: wrap;
}
form.wpcf7 select,
form.wpcf7 input {
  border: none;
  border-bottom: 1px solid #001139;
  padding: 0;
  padding-bottom: 18px;
  width: 100%;
}
form.wpcf7 select {
  appearance: none;
  background-image: url("../../image/icons/Icon ionic-ios-arrow-down.svg");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 8px;
  color: #BABABA;
}
form.wpcf7 .form-100 {
  width: 100%;
}
form.wpcf7 .form-50 {
  width: calc(50% - 15px);
}
form.wpcf7 .form-50:nth-child(2n+1) {
  margin-right: 30px;
}
form.wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #001139;
}

.wpcf7 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .wpcf7-form select,
.wpcf7 .wpcf7-form input {
  border: none;
  border-bottom: 1px solid #001139;
  padding: 0;
  padding-bottom: 5px;
  width: 100%;
  background-color: transparent;
}
.wpcf7 .wpcf7-form select {
  appearance: none;
  background-image: url("../../image/icons/Icon ionic-ios-arrow-down.svg");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 5px;
  color: #BABABA;
  padding-bottom: 10px;
}
.wpcf7 .wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #001139;
  max-width: 1088px;
}
.wpcf7 .wpcf7-form .form-100 {
  color: #001139;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .wpcf7 .wpcf7-form .form-100 {
    margin-top: 10px;
  }
}
.wpcf7 .wpcf7-form .form-50 {
  color: #001139;
  width: calc(50% - 15px);
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.wpcf7 .wpcf7-form .form-50 span {
  display: block;
}
@media screen and (max-width: 576px) {
  .wpcf7 .wpcf7-form .form-50 {
    margin-top: 10px;
  }
}
.wpcf7 .wpcf7-form .form-50 label {
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 0%;
  width: max-content;
}
.wpcf7 .wpcf7-form .form-50 input:focus + label {
  top: -20px;
  color: #001139;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.wpcf7 .wpcf7-form .form-50:nth-child(2n+1) {
  margin-right: 30px;
}
.wpcf7 .wpcf7-form .form-50.rwd {
  margin-right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  padding: 24px 74px;
  display: inline-block;
  position: relative;
  transition: 400ms;
  background-color: #F84160;
  border: 2px solid #F84160;
  color: #FFFFFF;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 1rem;
  text-decoration: none;
  cursor: pointer;
  width: max-content;
  margin-top: 50px;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background-color: #FFFFFF;
  border: 2px solid #F84160;
  color: #F84160;
}
@media screen and (max-width: 576px) {
  .wpcf7 .wpcf7-form .wpcf7-submit {
    margin-bottom: 30px;
    width: 100%;
  }
  .wpcf7 .wpcf7-form .form-50 {
    width: 100%;
  }
  .wpcf7 .wpcf7-form .form-50:nth-child(2n+1) {
    margin-right: 0px;
  }
  .wpcf7 .wpcf7-form .form-50.rwd {
    flex-direction: column;
  }
}

.silesia-panel-loader {
  position: fixed;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 500;
}
.silesia-panel-loader::after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: 4px solid #f44336;
  border-radius: 50%;
  border-top: 4px solid #e1e7ed;
  content: "";
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.silesia-panel--wrapper .silesia--dashboard-navigation {
  border-bottom: 0px;
}
.silesia-panel--wrapper .silesia--dashboard-navigation li {
  margin-right: 35px;
}
.silesia-panel--wrapper .silesia--dashboard-navigation li:nth-last-child(1) {
  margin-right: 0px;
}
.silesia-panel--wrapper .silesia--dashboard-navigation li a {
  padding: 0;
  border: none;
  color: #BABABA;
}
.silesia-panel--wrapper .silesia--dashboard-navigation li a.active {
  color: #3476E9;
}
@media screen and (max-width: 766px) {
  .silesia-panel--wrapper .silesia--dashboard-navigation {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    white-space: nowrap;
  }
  .silesia-panel--wrapper .silesia--dashboard-navigation li {
    width: max-content;
  }
}
.silesia-panel--wrapper .silesia--panel-header-module {
  margin-bottom: 60px;
}
.silesia-panel--wrapper .col-xs-12 {
  width: 100%;
}
.silesia-panel--wrapper .contact-form-header {
  margin-bottom: 60px;
}
.silesia-panel--wrapper .form form .row {
  display: flex;
}
.silesia-panel--wrapper select,
.silesia-panel--wrapper input {
  border: none;
  border-bottom: 1px solid #001139;
  padding: 0;
  padding-bottom: 18px;
  width: 100%;
  background-color: transparent;
}
.silesia-panel--wrapper select {
  appearance: none;
  background-image: url("../../image/icons/Icon ionic-ios-arrow-down.svg");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 8px;
  color: #BABABA;
}
.silesia-panel--wrapper textarea {
  margin-top: 45px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #001139;
}
.silesia-panel--wrapper .form-el-item {
  position: relative;
}
.silesia-panel--wrapper .form-el-item label {
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 0%;
}
.silesia-panel--wrapper .form-el-item select + label {
  display: none;
}
.silesia-panel--wrapper .form-el-item input::placeholder {
  color: transparent;
}
.silesia-panel--wrapper .col-md-3.col-xs-12,
.silesia-panel--wrapper .col-md-4.col-xs-12 {
  margin-right: 30px;
  margin-top: 45px;
  max-width: calc(33.3% - 15px);
}
.silesia-panel--wrapper .col-md-3.col-xs-12:nth-last-child(1),
.silesia-panel--wrapper .col-md-4.col-xs-12:nth-last-child(1) {
  margin-right: 0px;
}
@media screen and (max-width: 576px) {
  .silesia-panel--wrapper .col-md-3.col-xs-12,
.silesia-panel--wrapper .col-md-4.col-xs-12 {
    margin-top: 30px;
  }
}
.silesia-panel--wrapper .button-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.silesia-panel--wrapper .button-row .col-xs-12 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.silesia-panel--wrapper .button-row .col-xs-12 button {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .silesia-panel--wrapper .col-md-3.col-xs-12,
.silesia-panel--wrapper .col-md-4.col-xs-12 {
    margin-right: 0px;
    margin-top: 30px;
    max-width: unset;
  }
}
.silesia-panel--wrapper .silesia--panel-module > div {
  margin-bottom: 20px;
}
.silesia-panel--wrapper .silesia--panel-module .col-sm-3.col-xs-12 {
  margin-bottom: 20px;
}
.silesia-panel--wrapper .silesia--panel-module .row.margin-top-50 .col-xs-6 a {
  display: block;
}
.silesia-panel--wrapper .silesia--panel-module .checkbox-container input {
  width: max-content;
}
.silesia-panel--wrapper .silesia--panel-module .col-xs-12.product {
  margin-top: 20px;
  margin-bottom: 0px !important;
}
.silesia-panel--wrapper .silesia--panel-module .col-xs-12.product .checkbox-container {
  display: flex;
}
.silesia-panel--wrapper .silesia--panel-module .col-xs-12.product input {
  cursor: pointer;
  margin: 5px 22px 0 0;
  border: 2px solid #BABABA;
  width: 16px;
  height: 16px;
  display: block;
  padding: 0;
  appearance: none;
  flex-shrink: 0;
  position: relative;
}
.silesia-panel--wrapper .silesia--panel-module .col-xs-12.product input::before {
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  content: "";
  background-color: #3476E9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
}
.silesia-panel--wrapper .silesia--panel-module .col-xs-12.product input:checked {
  border: 2px solid #3476E9;
}
.silesia-panel--wrapper .silesia--panel-module .col-xs-12.product input:checked::before {
  opacity: 1;
  visibility: visible;
}

div#rc-anchor-container,
a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
  display: none !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
  border: none !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 20px 50px 0;
}
@media screen and (max-width: 1450px) {
  header {
    padding: 20px 15px 0;
  }
}
header .nav-logo img {
  width: 100%;
  max-width: 225px;
  margin-right: 20px;
}
header .nav-items {
  margin-left: auto;
}
header .nav-items ul {
  display: flex;
  justify-content: flex-end;
}
header .nav-items ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 41px;
  transition: 400ms;
}
@media screen and (max-width: 1700px) {
  header .nav-items ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1650px) {
  header .nav-items ul li {
    padding-right: 20px;
  }
}
header .nav-items ul li:nth-last-of-type(1) {
  padding-right: 0;
}
header .nav-items ul li a {
  text-decoration: none;
  transition: 400ms;
}
header .nav-items ul li.back {
  display: none;
}
header .nav-items ul li.current-menu-ancestor > a, header .nav-items ul li.current-menu-item > a, header .nav-items ul li.current-menu-parent > a {
  color: #3476E9;
}
header .nav-items ul li > .sub-menu {
  position: absolute;
  top: 300%;
  left: -15px;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 15px 0;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  transition: 400ms;
  border-radius: 5px;
}
@media screen and (max-width: 1365px) {
  header .nav-items ul li > .sub-menu {
    box-shadow: none;
  }
  header .nav-items ul li > .sub-menu li a {
    padding: 0;
  }
}
header .nav-items ul li > .sub-menu li {
  position: relative;
  white-space: nowrap;
  padding: 3px 20px;
  margin-bottom: 5px;
}
header .nav-items ul li > .sub-menu li:nth-last-child(1) {
  margin-bottom: 0;
}
header .nav-items ul li > .sub-menu li .sub-menu {
  position: absolute;
  top: -15px;
  left: 200%;
}
header .nav-items ul li > .sub-menu li.menu-item-has-children a {
  width: 100%;
  justify-content: space-between;
}
header .nav-items ul li > .sub-menu li.menu-item-has-children a::after {
  transform: rotate(-90deg);
}
header .nav-items ul li > .sub-menu li.menu-item-has-children:hover > .sub-menu {
  top: -15px;
  left: 100%;
  opacity: 1;
  visibility: visible;
}
header .nav-items ul li > .sub-menu li.menu-item-has-children:hover a::after {
  transform: rotate(90deg);
  background-image: url("../../image/icons/icon - chevron-right-blue.svg");
}
header .nav-items ul li.menu-item-has-children {
  cursor: pointer;
}
header .nav-items ul li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
header .nav-items ul li.menu-item-has-children > a::after {
  content: "";
  position: relative;
  display: block;
  width: 9px;
  height: 5px;
  background-image: url("../../image/icons/icon - chevron-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 400ms;
  margin-left: 10px;
}
header .nav-items ul li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
header .nav-items ul li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
  background-image: url("../../image/icons/icon - chevron-right-blue.svg");
}
header .nav-items ul li:hover > a {
  color: #3476E9;
}
header .nav-items-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 25px;
}
header .nav-items-top ul li a {
  color: #BABABA;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.0625rem;
}
header .nav-items-top .language {
  margin-left: 30px;
  margin-right: 40px;
}
header .nav-items-top .language ul li {
  padding-right: 10px;
}
header .nav-items-top .language ul li a {
  background-image: unset;
}
header .nav-items-top .language ul li.active a {
  color: #3476E9;
}
header .nav-items-top .language ul li:nth-last-child(1) {
  padding-right: 0px;
}
header .nav-items-top .web-theme-color {
  margin-left: 40px;
}
header .nav-items-top .web-theme-color input[type=checkbox] {
  appearance: none;
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #BABABA;
  cursor: pointer;
}
header .nav-items-top .web-theme-color input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #BABABA;
  left: -50%;
  top: 0;
  transition: 400ms;
}
header .nav-items-top .web-theme-color input[type=checkbox]:checked::before {
  left: 50%;
}
header .nav-items-bottom ul > li {
  padding-bottom: 20px;
}
header .nav-items-bottom ul li a {
  color: #001139;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.5625rem;
}
header .nav-items-bottom ul li.active a {
  color: #3476E9;
}
header .nav-items-bottom ul li.start {
  position: relative;
}
header .nav-items-bottom ul li.start::before {
  content: "Startujemy!";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 25%;
  border-radius: 3px;
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 0.8125rem;
  background-color: #F84160;
  color: #FFFFFF;
  padding: 3px 6px;
}
header .nav-items-bottom ul li.red > a {
  color: #F84160;
}
header .nav-items-bottom ul li.red > a:hover {
  color: #3476E9;
}
header .nav-items-bottom ul li.account {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}
header .nav-items-bottom ul li.account::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../../image/icons/user.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  margin-right: 13px;
}
header .nav-items-bottom ul li.account a {
  color: #3476E9;
}
header .nav-items-bottom ul li.account.red a {
  color: #F84160;
}
header .nav-items-bottom ul li.account.red a:hover {
  color: #3476E9;
}
header .nav-items-bottom ul li.account.red::before {
  background-image: url("../../image/icons/user-red.svg");
}
header .nav-items .nav-timer.mobile {
  display: none;
}
header .nav-timer {
  padding-bottom: 20px;
  padding-left: 3.906vw;
  transition: 400ms;
}
@media screen and (min-width: 1920px) {
  header .nav-timer {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1560px) {
  header .nav-timer {
    padding-left: 20px;
  }
}
header .nav-timer > p {
  color: #000000;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.0625rem;
  text-align: center;
}
header .nav-timer ul {
  display: flex;
}
header .nav-timer ul li {
  padding-right: 50px;
  text-align: right;
  color: #001139;
  transition: 400ms;
}
@media screen and (max-width: 1750px) {
  header .nav-timer ul li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1650px) {
  header .nav-timer ul li {
    padding-right: 20px;
  }
}
header .nav-timer ul li:nth-last-of-type(1) {
  padding-right: 0;
}
header .nav-timer ul li h3 {
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 1.875rem;
  padding: 13px 0 0px;
}
header .nav-timer ul li p {
  color: #BABABA;
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 0.8125rem;
}
header .nav-items .socials {
  position: relative;
  height: unset;
  display: none;
}
@media screen and (max-width: 1365px) {
  header .nav-items .socials {
    display: block;
  }
}
header .nav-items .socials ul {
  flex-direction: row;
  padding-top: 30px;
}
header .nav-items .socials ul li {
  height: 50px;
  margin: 0 12.5px;
}

@media screen and (max-width: 1365px) {
  header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 75px;
    background-color: #FFFFFF;
    display: block;
    top: 0;
    left: 0;
  }
  header .nav-logo {
    z-index: 1;
  }
  header .hamburger {
    display: block;
    margin-left: 50px;
  }
  header .nav-timer {
    margin-left: auto;
    z-index: 1;
  }
  header .nav-items {
    display: none;
  }
  header .nav-items ul {
    flex-direction: column;
  }
  header .nav-items ul li {
    padding: 0;
    text-align: center;
    flex-direction: column;
  }
  header .nav-items ul li a {
    display: block;
    padding: 8px 0px;
  }
  header .nav-items ul li.open > a {
    color: #3476E9;
  }
  header .nav-items ul li > .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    flex-direction: column;
    visibility: visible;
    opacity: 1;
    display: none;
    width: 100%;
    transition: unset;
  }
  header .nav-items ul li > .sub-menu li {
    transition: unset;
    position: relative;
  }
  header .nav-items ul li > .sub-menu li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
  }
  header .nav-items ul li > .sub-menu li.menu-item-has-children a {
    width: 100%;
    justify-content: center;
  }
  header .nav-items ul li > .sub-menu li.menu-item-has-children a::after {
    transform: rotate(0deg);
  }
  header .nav-items ul li > .sub-menu li.menu-item-has-children:hover > .sub-menu {
    top: 0;
    left: 0;
  }
  header .nav-items ul li > .sub-menu li.menu-item-has-children:hover a::after {
    transform: rotate(180deg);
    background-image: url("../../image/icons/icon - chevron-right-blue.svg");
  }
  header .nav-items ul li.menu-item-has-children {
    cursor: pointer;
  }
  header .nav-items ul li.menu-item-has-children > a {
    display: flex;
    align-items: center;
  }
  header .nav-items ul li.menu-item-has-children > a::after {
    content: "";
    position: relative;
    display: block;
    width: 9px;
    height: 5px;
    background-image: url("../../image/icons/icon - chevron-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 400ms;
    margin-left: 10px;
  }
  header .nav-items ul li.menu-item-has-children:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  header .nav-items ul li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
    background-image: url("../../image/icons/icon - chevron-right-blue.svg");
  }
  header .nav-items ul li.menu-item-has-children:hover > a {
    color: #001139;
  }
  header .nav-items-top {
    padding-bottom: 60px;
  }
  header .nav-items-bottom {
    padding-right: 0px;
  }
  header .nav-items-bottom ul li.start::before {
    left: 45%;
    transform: translateX(0%);
    bottom: 80%;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger {
    margin-left: auto;
    z-index: 10000;
  }
  header .nav-logo {
    margin-right: 30px;
  }
  header .nav-logo img {
    max-width: 150px;
  }
  header .nav-items {
    padding: 100px 0;
  }
  header .nav-items .nav-items-bottom {
    order: 1;
    margin-top: 20px;
  }
  header .nav-items .nav-items-top {
    order: 2;
    flex-direction: column;
    padding: 6px 0 20px 0;
  }
  header .nav-items .nav-items-top .language {
    margin: 6px 0 0;
  }
  header .nav-items .nav-items-top .language ul {
    flex-direction: row;
  }
  header .nav-items .nav-items-top .web-theme-color {
    margin: 0;
  }
  header .nav-items .nav-timer.mobile {
    display: block;
    order: 3;
    margin: 0 auto;
  }
  header .nav-items .socials {
    padding-bottom: 100px;
    display: block;
    order: 4;
    padding: 0;
  }
  header .nav-items .socials ul {
    padding: 0;
    justify-content: center;
  }
  header .nav-items .socials ul li {
    height: auto;
  }
  header .nav-items .socials ul li a {
    padding: 0;
  }
  header .nav-timer {
    padding: 20px 0;
    display: none;
  }
  header .nav-timer ul li h3 {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: 0.27px;
    line-height: 1.875rem;
  }
  header .nav-timer.mobile {
    margin-left: unset;
    margin-top: 50px;
    padding-left: unset;
  }
  header .nav-timer.mobile ul {
    flex-direction: row;
    text-align: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1365px) {
  header .nav-items {
    padding: 40px 0;
  }
}
.header-mobile-test {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: #FFFFFF;
  overflow-y: scroll;
  transition: 400ms;
  margin-top: 80px;
}
.header-mobile-test .nav-items-top {
  justify-content: center;
  flex-direction: column;
}
.header-mobile-test .language {
  margin-left: 0px !important;
  margin-right: 0px;
}
.header-mobile-test .language ul {
  display: flex;
  flex-direction: row;
}
.header-mobile-test .socials {
  margin: 0 auto;
  width: max-content;
}
.header-mobile-test .sub-menu {
  max-width: max-content;
}
.header-mobile-test .nav-timer.mobile {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-mobile-test .nav-timer.mobile ul {
  margin: 0 auto;
}

header .nav-items-top .web-theme-color {
  margin-left: 0 !important;
}

.open-mobile-menu .header-mobile-test {
  left: 0;
}
@media screen and (min-width: 1415px) {
  .open-mobile-menu .header-mobile-test {
    left: 100%;
  }
}

header .nav-items-bottom ul li.account {
  margin: 0 auto;
}

.header-mobile-test .nav-items {
  display: block;
}

.banner-hero {
  width: 100%;
  max-height: 816px;
  height: 42.5vw;
  position: relative;
  margin-bottom: 54px;
}
@media screen and (max-width: 1300px) {
  .banner-hero {
    max-height: 810px;
    height: 70vw;
  }
}
@media screen and (max-width: 992px) {
  .banner-hero {
    max-height: 600px;
    height: 100vw;
  }
}
.banner-hero ul {
  width: 100%;
  height: 100%;
}
.banner-hero ul .slick-track {
  display: flex;
  height: 100%;
}
.banner-hero ul .slick-list {
  height: 100%;
}
.banner-hero ul li {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex !important;
  position: relative;
}
.banner-hero ul li .content {
  align-self: flex-end;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 125px;
  padding-bottom: 68px;
  flex-shrink: 0;
  transition: 400ms;
  transition: 400ms;
}
@media screen and (max-width: 1599px) {
  .banner-hero ul li .content {
    padding: 0 60px;
    padding-bottom: 68px;
  }
}
@media screen and (max-width: 1300px) {
  .banner-hero ul li .content {
    padding: 0 30px;
    padding-bottom: 68px;
  }
}
@media screen and (max-width: 1100px) {
  .banner-hero ul li .content {
    padding: 0 15px;
    padding-bottom: 68px;
  }
}
.banner-hero ul li .content h5 {
  font-weight: 500;
  color: #001139;
}
.banner-hero ul li .content h1 {
  padding: 4px 0 48px;
  color: #001139;
  width: 100%;
  max-width: 630px;
}
.banner-hero ul li .content a.button {
  width: max-content;
}
@media screen and (max-width: 576px) {
  .banner-hero ul li .content {
    text-align: center;
    align-items: center;
    z-index: 1;
  }
}
.banner-hero ul li .img {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 80px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .banner-hero ul li .img {
    padding-top: 80px;
  }
}
.banner-hero ul li .img img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}
.banner-hero-dots-box {
  position: absolute;
  width: 100%;
  bottom: 6px;
}
@media screen and (max-width: 576px) {
  .banner-hero-dots-box {
    bottom: -5px;
  }
}
.banner-hero-dots-box .container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.banner-hero-dots-box .time-line {
  width: 100%;
  height: 4px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #F5F5F5;
  margin-left: 40px;
}
.banner-hero-dots-box .time-line span {
  width: 0%;
  display: block;
  height: 100%;
  background-color: #F84160;
  border-radius: 3px;
}
.banner-hero-dots-box .time-line.new-slide span {
  animation: durationLine var(--durationTime) linear forwards;
}
@keyframes durationLine {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.banner-hero:hover .time-line.new-slide span {
  animation-play-state: paused;
  animation: emptyanim;
}
.banner-hero-dots {
  display: flex;
  justify-content: center;
  z-index: 1;
  width: max-content !important;
  height: max-content !important;
}
.banner-hero-dots li {
  height: unset !important;
  width: max-content !important;
  margin-right: 23px;
  cursor: pointer;
}
.banner-hero-dots li:nth-last-child(1) {
  margin-right: 0;
}
.banner-hero-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 2px solid #C0C1C2;
  border-radius: 100px;
  color: transparent;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.banner-hero-dots li.slick-active button {
  background-color: #F84160;
  border-color: #F84160;
}

@media screen and (max-width: 768px) {
  .banner-hero {
    max-height: unset;
    height: unset;
  }
  .banner-hero .slider li {
    flex-direction: column-reverse;
    padding: 0 15px;
  }
  .banner-hero .slider li .content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: unset;
    padding-top: 150px;
    text-align: center;
  }
  .banner-hero .slider li .content h5 {
    width: 100%;
  }
  .banner-hero .slider li .content h1 {
    width: 100%;
    max-width: unset;
  }
  .banner-hero .slider li .content .button {
    margin: 0 auto;
  }
  .banner-hero .slider li .content a.button.arrow {
    margin-top: 0;
  }
  .banner-hero-dots {
    bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .banner-hero .slider li .content h1 {
    width: 100%;
    max-width: unset;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .banner-hero .slider li .content h1 {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.27px;
    line-height: 2.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .banner-hero-dots {
    bottom: 60px;
  }
}
.news {
  padding: 52px 0 0;
  overflow: hidden;
}
.news.single-page {
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .news {
    padding: 30px 0 0;
  }
}
.news.homepage {
  padding: 0;
}
.news .container-small:nth-child(1) {
  padding-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .news .container-small:nth-child(1) {
    padding-bottom: 30px;
  }
}
.news .slider {
  display: flex;
  width: 100vw;
  position: relative;
  left: -15px;
}
.news .slider .slick-list {
  padding-left: 16px;
}
.news .slider .slick-track {
  display: flex;
  height: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .news .slider .slick-track {
    padding-bottom: 20px;
  }
}
.news .slider .item {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 536px;
  margin-right: 16px;
  flex-shrink: 0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #001139;
}
@media screen and (max-width: 536px) {
  .news .slider .item {
    width: calc(100vw - 15px);
  }
}
.news .slider .item:nth-last-of-type(1) {
  margin-right: 0;
}
.news .slider .item::before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  height: calc(100% - 65px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  left: 0;
  bottom: 0;
}
.news .slider .item .image {
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 284px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1800px) {
  .news .slider .item .image {
    min-height: 280px;
  }
}
.news .slider .item .image img {
  width: 100%;
}
.news .slider .item .content {
  padding: 34px 35px 42px 57px;
}
.news .slider .item .content p {
  color: #BABABA;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.news .slider .item .content span {
  display: flex;
  justify-content: space-between;
}
.news .slider .item .content h6 {
  width: 100%;
  max-width: 342px;
  line-height: 26px;
}
.news .slider .item .content a {
  color: #3476E9;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 10px;
}
.news.style2 {
  padding-top: 111px;
}
@media screen and (max-width: 768px) {
  .news.style2 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .news.style2 {
    padding-top: 50px;
  }
}
.news.style2 .container-small:nth-child(1) {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news.style2 .container-small:nth-child(1) {
    padding-bottom: 30px;
  }
}
.news.style2 .slider .item::before {
  display: none;
}
.news.style2 .slider .item .content {
  padding: 20px 0 0 0;
}
.news.style2 .slider .item .content h6 {
  max-width: unset;
  min-height: 63px;
}
.news.style2 .slider .item.next {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  height: 284px;
}

@media screen and (max-width: 576px) {
  .news .slider .item .content {
    padding: 10px 15px;
  }
}
.small-banner {
  padding: 92px 0 49px;
}
@media screen and (max-width: 768px) {
  .small-banner {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 576px) {
  .small-banner {
    padding: 50px 0 0px;
  }
}
.small-banner .box {
  width: min(100%, 1364px);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
.small-banner .box .extra-info {
  background-color: #F84160;
  margin-right: 16px;
  flex-shrink: 0;
  padding: 54px 66px 26px 50px;
  border-radius: 5px;
  max-width: 260px;
}
@media screen and (max-width: 576px) {
  .small-banner .box .extra-info {
    padding: 25px 15px 15px 25px;
  }
}
.small-banner .box .extra-info .icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.small-banner .box .extra-info .icon.clock {
  background-image: url("../../image/icons/Icon material-access-time.svg");
}
.small-banner .box .extra-info p, .small-banner .box .extra-info h1 {
  color: #FFFFFF;
}
.small-banner .box .extra-info p {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.625rem;
  margin-bottom: 21px;
}
@media screen and (max-width: 576px) {
  .small-banner .box .extra-info p {
    margin-bottom: 10px;
  }
}
.small-banner .box .extra-info h1 {
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 4.125rem;
}
@media screen and (max-width: 576px) {
  .small-banner .box .extra-info h1 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.875rem;
  }
}
.small-banner .box .content {
  padding: 45px;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 5px;
  overflow: hidden;
  color: #FFFFFF;
  min-height: 300px;
}
.small-banner .box .content h2 {
  max-width: 250px;
}
.small-banner .box .content .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.small-banner .box .content .image::before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.small-banner .box .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .small-banner .box {
    flex-direction: column;
  }
  .small-banner .box .extra-info {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .small-banner .box .extra-info p {
    margin-left: auto;
  }
  .small-banner .box .extra-info h1 {
    width: 100%;
    text-align: right;
  }
  .small-banner .box .extra-info .icon {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 578px) {
  .small-banner .box .extra-info {
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: 16px;
    text-align: center;
  }
  .small-banner .box .extra-info p {
    margin-left: 0;
  }
  .small-banner .box .extra-info h1 {
    text-align: center;
  }
  .small-banner .box .extra-info .icon {
    margin-bottom: 20px;
  }
  .small-banner .box .content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px 15px;
  }
  .small-banner .box .content h2 {
    margin-bottom: 20px;
    max-width: unset;
  }
}
.events {
  padding: 52px 0 0;
  overflow: hidden;
}
.events .slider {
  display: flex;
  width: 100vw;
  position: relative;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .events .slider {
    left: 0px;
  }
}
.events .slider .slick-list {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .events .slider .slick-list {
    padding-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  .events .slider {
    width: calc(100% + 15px);
  }
}
.events .slider .slick-track {
  display: flex;
  height: 100%;
  padding-bottom: 40px;
  padding-top: 60px;
}
.events .slider .item {
  width: min(100%, 1088px);
  min-height: 457px;
  padding: 3.125vw 3.906vw 3.125vw 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 16px;
  flex-shrink: 0;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (min-width: 1920px) {
  .events .slider .item {
    padding: 60px 75px 60px 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  .events .slider .item {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .events .slider .item::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    top: 0;
    left: 0;
    position: absolute;
  }
  .events .slider .item h2 {
    color: #FFFFFF;
    max-width: unset;
  }
}
.events .slider .item:nth-last-of-type(1) {
  margin-right: 0;
}
.events .slider .item span h4 {
  color: #F84160;
  font-weight: 500;
  padding-bottom: 21px;
}
.events .slider .item span p {
  color: #F84160;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding-bottom: 20px;
}
.events .slider .item .content {
  padding: 34px 35px 10px 50px;
}
.events .slider .item .content p {
  color: #BABABA;
}
.events .slider .item .content span {
  display: flex;
  flex-direction: column;
}
.events .slider .item .content h6 {
  width: 100%;
  max-width: 342px;
  line-height: 26px;
}
.events .slider .item .content a {
  color: #3476E9;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 10px;
}

@media screen and (max-width: 1088px) {
  .events .slider .item {
    width: calc(100vw - 15px);
  }
}
@media screen and (max-width: 768px) {
  .events .slider .item {
    min-height: 340px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 15px;
  }
  .events .slider .item .button {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .events .slider .item {
    min-height: 250px;
  }
  .events .slider .slick-track {
    padding-top: 25px;
  }
}
.gallery {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .gallery {
    padding-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .gallery {
    padding-top: 0px;
  }
}
.gallery .box-full {
  width: 100%;
  position: relative;
}
.gallery .box-full .slider .item.video {
  margin-bottom: 16px;
}
.gallery .box-full .slider .item.video .image {
  height: 284px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .gallery .box-full .slider .item.video .image {
    height: 180px;
  }
}
@media screen and (max-width: 400px) {
  .gallery .box-full .slider .item.video .image .gallery .slider .item .img {
    height: 150px;
  }
}
.gallery .box-full .slider .item.video .image iframe {
  min-height: 150px;
}
@media screen and (max-width: 576px) {
  .gallery .box-full .slider .item.video .image iframe {
    height: 180px;
  }
}
@media screen and (max-width: 400px) {
  .gallery .box-full .slider .item.video .image iframe {
    height: 150px;
  }
}
.gallery .box-full .slider .item.video .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 400px) {
  .gallery .box-full .slider .item.video {
    height: 150px;
  }
}
.gallery .container-small span {
  width: 100%;
}
.gallery .container-small ul {
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
  width: 100%;
  overflow-x: auto;
}
.gallery .container-small ul::-webkit-scrollbar {
  width: 0;
  display: none;
}
.gallery .container-small ul li {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-right: 35px;
}
.gallery .container-small ul li a {
  color: #BABABA;
  text-decoration: none;
  transition: 400ms;
}
.gallery .container-small ul li a:hover {
  color: #3476E9;
}
.gallery .container-small ul li.active a {
  color: #3476E9;
}
.gallery .container-small ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.gallery .container-small .button.arrow {
  margin-top: 65px;
  text-align: right;
}
@media screen and (max-width: 576px) {
  .gallery .container-small .button.arrow {
    margin-top: 30px;
  }
}
.gallery .slider {
  display: flex;
}
.gallery .slider .item {
  display: block;
  width: min(100%, 536px);
  margin-right: 16px;
  flex-shrink: 0;
  color: #001139;
}
.gallery .slider .item:nth-last-of-type(1) {
  margin-right: 0px;
}
.gallery .slider .item .img {
  display: block;
  width: 100%;
  height: 284px;
}
@media screen and (max-width: 578px) {
  .gallery .slider .item .img {
    height: 180px;
  }
}
@media screen and (max-width: 400px) {
  .gallery .slider .item .img {
    height: 150px;
  }
}
.gallery .slider .item .img:nth-of-type(1) {
  margin-bottom: 16px;
}
.gallery .slider .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .slider .item.video .image {
  position: relative;
}
.gallery .slider .item.video .image iframe {
  width: 100%;
  height: 100%;
  min-height: 284px;
}
.gallery .slider .item.video .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 400ms;
  z-index: 1;
}
.gallery .slider .item.video .image .click-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 400ms;
  z-index: 1;
}
.gallery .slider .item.video .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background-image: url("../../image/icons/Group 433.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: unset;
  z-index: 2;
  transition: 400ms;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
}
@media screen and (max-width: 576px) {
  .gallery .slider .item.video .image::before {
    width: 50px;
    height: 50px;
  }
}
.gallery .slider .item.video.active .image img {
  display: none;
}
.gallery .slider .item.video.active .image::before {
  display: none;
}
.gallery .slider .item.video.active .click-box {
  display: none;
}

.sign-up {
  clear: both;
  padding-top: 120px;
  padding-bottom: 65px;
}
@media screen and (max-width: 576px) {
  .sign-up {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.sign-up .box {
  width: min(100%, 812px);
  margin: 0 auto;
}
.sign-up .box h5 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .sign-up .box h5 {
    margin-bottom: 30px;
  }
}
.sign-up .box form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #001139;
  padding-bottom: 18px;
  align-items: center;
}
.sign-up .box form input {
  padding-right: 15px;
  border-bottom: none;
  padding-bottom: 0;
}
.sign-up .box form .button.arrow {
  flex-shrink: 0;
  width: max-content !important;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .sign-up .box form {
    position: relative;
  }
  .sign-up .box form input {
    text-align: center;
  }
  .sign-up .box form .button.arrow {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 576px) {
  .sign-up .box {
    padding-bottom: 50px;
  }
}

footer .partners {
  width: 100%;
  border-top: 1px solid #EBEBEB;
  padding: 30px 0;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.08);
}
footer .partners .box {
  width: min(100%, 1088px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
footer .partners .box p {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.0625rem;
  padding-right: 111px;
  white-space: nowrap;
}
footer .partners .box .sponsors-logos {
  display: flex;
  align-content: flex-end;
}
footer .partners .box ul {
  width: 100%;
  max-width: 564px;
  margin-left: auto;
  height: max-content;
}
@media screen and (max-width: 768px) {
  footer .partners .box ul {
    margin: 0 auto;
  }
}
footer .partners .box ul li {
  height: 97px;
  margin-right: 50px;
  display: flex;
  align-items: center;
}
footer .partners .box ul li .sponsors-logos {
  width: 100%;
}
footer .partners .box ul li .sponsors-logos img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  footer .partners .box {
    flex-direction: column;
  }
  footer .partners .box p {
    padding-right: 0;
  }
  footer .partners .box ul {
    flex-wrap: nowrap;
    width: 100%;
  }
  footer .partners .box ul li {
    margin-right: 0px;
  }
  footer .partners .box ul li:nth-of-type(1) {
    margin-right: 0px;
  }
  footer .partners .box ul li a {
    display: flex;
    justify-content: center;
  }
  footer .partners .box ul .slick-list {
    padding: 0 !important;
  }
}
footer .footer-main {
  background-color: #FDFDFD;
  padding-bottom: 72px;
  padding-top: 110px;
}
@media screen and (max-width: 576px) {
  footer .footer-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .footer-main > .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  footer .footer-main > .container {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-main ul li a {
  color: #001139;
}
footer .footer-main .col-1 {
  padding-right: 30px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  footer .footer-main .col-1 {
    padding-right: 0px;
  }
}
footer .footer-main .col-1 .row {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 992px) {
  footer .footer-main .col-1 .row {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-main .col-1 .row > a {
  display: block;
  width: min(100%, 276px);
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  footer .footer-main .col-1 .row > a {
    text-align: center;
    margin-bottom: 30px;
  }
}
footer .footer-main .col-1 .row > a img {
  width: min(100%, 120px);
}
footer .footer-main .col-1 .row > ul {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  footer .footer-main .col-1 .row > ul {
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-main .col-1 .row > ul {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-main .col-1 .row > ul > li {
  width: min(100%, 260px);
  margin-right: 16px;
  color: #001139;
}
footer .footer-main .col-1 .row > ul > li:nth-last-of-type(1) {
  margin-right: 0px;
}
footer .footer-main .col-1 .row > ul > li > a {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.27px;
}
@media screen and (max-width: 576px) {
  footer .footer-main .col-1 .row > ul > li {
    max-width: unset;
    width: 100%;
    margin-bottom: 50px;
  }
  footer .footer-main .col-1 .row > ul > li:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
footer .footer-main .col-1 .row ul li a {
  text-decoration: none;
}
footer .footer-main .col-1 .row ul.menu {
  padding-top: 44px;
}
@media screen and (max-width: 576px) {
  footer .footer-main .col-1 .row ul.menu {
    padding-top: 20px;
  }
}
footer .footer-main .col-1 .row ul.menu li {
  color: #001139;
  margin-bottom: 20px;
}
footer .footer-main .col-1 .row ul.menu li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
footer .footer-main .col-1 .row ul.menu li a {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.27px;
}
footer .footer-main .col-1 .row ul.menu li a:hover {
  text-decoration: underline;
}
footer .footer-main .col-2 {
  width: 100%;
  max-width: 536px;
}
footer .footer-main .col-2 h6 {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 1.75rem;
  text-align: right;
}
footer .footer-main .col-2 ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 44px;
}
@media screen and (max-width: 576px) {
  footer .footer-main .col-2 ul {
    height: 80px;
    margin-bottom: 20px;
  }
}
footer .footer-main .col-2 ul li {
  height: 100%;
  margin-right: 50px;
}
@media screen and (max-width: 576px) {
  footer .footer-main .col-2 ul li {
    width: 33.3%;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
}
footer .footer-main .col-2 ul li:nth-last-of-type(1) {
  margin-right: 0px;
}
footer .footer-main .col-2 ul li a {
  display: block;
  height: 100%;
}
footer .footer-main .col-2 ul li a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  footer .footer-main .col-2 h6 {
    text-align: center;
  }
  footer .footer-main .col-2 ul {
    justify-content: center;
  }
}
footer .copyright {
  padding-top: 75px;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  color: #DFDFDF;
}
@media screen and (max-width: 1500px) {
  footer .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  footer .copyright {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
footer .copyright a {
  color: inherit;
}

.socials {
  width: min(100%, 100px);
  height: 100vh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-right: 5px;
  padding-left: 40px;
  position: fixed;
}
.socials ul li {
  margin-bottom: 26px;
}
.socials ul li:nth-last-of-type(1) {
  margin-bottom: 58px;
}

@media screen and (max-width: 1415px) {
  .socials {
    display: none;
  }
}
.listing {
  padding-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .listing {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .listing {
    padding-bottom: 0px;
  }
}
.listing .container > .content {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .listing .container > .content {
    padding-top: 30px;
  }
}
.listing .container > .content .pagination {
  width: calc(33.3333333333% - 10.6666666667px);
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .listing .container > .content .pagination {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 576px) {
  .listing .container > .content .pagination {
    width: 100%;
  }
}
.listing .container > .content .pagination .nav-links {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.listing .container > .content .pagination .page-numbers {
  display: none;
}
.listing .container > .content .pagination .page-numbers.next {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  z-index: 1;
  min-height: 150px;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  color: #3476E9;
  height: 100%;
  margin: 0 0 20px;
  border-radius: 5px;
}
.listing .item {
  display: block;
  width: calc(33.3333333333% - 10.6666666667px);
  height: auto;
  margin-right: 16px;
  flex-shrink: 0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  transition: 400ms;
  color: #001139;
}
.listing .item:nth-child(3n) {
  margin-right: 0;
}
.listing .item.next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  z-index: 1;
  min-height: 150px;
}
.listing .item.next::before {
  height: 100%;
}
.listing .item.next .button {
  width: max-content;
}
.listing .item::before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  height: calc(100% - 65px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  left: 0;
  bottom: 0;
  border-radius: 5px;
}
.listing .item .image {
  width: 100%;
  height: 284px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.listing .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing .item .content {
  padding: 1.771vw 1.771vw 1.25vw 2.604vw;
}
@media screen and (min-width: 1920px) {
  .listing .item .content {
    padding: 34px 35px 24px 50px;
  }
}
.listing .item .content p {
  color: #BABABA;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.listing .item .content span {
  display: flex;
  justify-content: space-between;
}
.listing .item .content h6 {
  width: 100%;
  max-width: 342px;
  line-height: 26px;
}
.listing .item .content a {
  color: #3476E9;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 10px;
}
.listing .item.video .image {
  position: relative;
}
.listing .item.video .image iframe {
  width: 100%;
  height: 100%;
}
.listing .item.video .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 400ms;
  z-index: 1;
}
.listing .item.video .image .click-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 400ms;
  z-index: 1;
}
.listing .item.video .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background-image: url("../../image/icons/Group 433.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: unset;
  z-index: 2;
  transition: 400ms;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
}
.listing .item.video.active .image img {
  display: none;
}
.listing .item.video.active .image::before {
  display: none;
}
.listing .item.video.active .click-box {
  display: none;
}
.listing.gallery {
  padding-bottom: 56px;
  padding-top: 0px;
}
@media screen and (max-width: 576px) {
  .listing.gallery {
    padding-bottom: 10px;
  }
}
.listing.gallery .item::before {
  display: none;
}
.listing.gallery .item .content {
  padding: 10px 0 0 0;
}
.listing.gallery .item .content h6 {
  max-width: unset;
  min-height: unset;
}
.listing.gallery .item.next {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  height: 284px;
}
@media screen and (max-width: 576px) {
  .listing.gallery .item.next {
    height: 150px;
  }
}
.listing .options {
  align-items: flex-start;
  padding-top: 30px;
}
.listing .options ul {
  display: flex;
  padding: 0;
}
.listing .options ul li {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-right: 35px;
}
.listing .options ul li a {
  color: #BABABA;
  text-decoration: none;
  transition: 400ms;
}
.listing .options ul li a:hover {
  color: #3476E9;
}
.listing .options ul li.active a {
  color: #3476E9;
}
.listing .options ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.listing .options select {
  height: max-content;
  border: none;
  width: min(100%, 260px);
  padding: 0 0 18px;
  border-bottom: 1px solid #001139;
  appearance: none;
  background-color: #FFFFFF;
  background-image: url("../../image/icons/Icon ionic-ios-arrow-down.svg");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 4px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.3125rem;
  color: #B4B4B4;
}
@media screen and (max-width: 992px) {
  .listing .options select {
    width: 100%;
  }
}
.listing .pagination {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .listing .pagination {
    padding-top: 30px;
  }
}
.listing .pagination .page-numbers {
  margin-right: 20px;
  color: #BABABA;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4375rem;
}
.listing .pagination .page-numbers.current {
  color: #3476E9;
}
.listing .pagination .page-numbers .next {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .listing .item {
    width: calc(50% - 8px);
  }
  .listing .item:nth-of-type(3n) {
    margin-right: 16px;
  }
  .listing .item:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .listing .item .image {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 576px) {
  .listing .item {
    width: 100%;
    margin-right: 0;
  }
  .listing .item.video .image {
    height: 284px;
  }
  .listing .item .image {
    height: unset;
  }
  .listing .item .image img {
    object-fit: unset;
  }
  .listing .item:nth-of-type(3n) {
    margin-right: 0px;
  }
  .listing .item:nth-of-type(2n) {
    margin-right: 0px;
  }
  .listing .item .content {
    padding: 10px 15px;
  }
}
.news-deatails {
  padding-bottom: 122px;
}
@media screen and (max-width: 768px) {
  .news-deatails {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 576px) {
  .news-deatails {
    padding-bottom: 0px;
  }
}
.news-deatails .container-extra-small p {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.0625rem;
  color: #B4B4B4;
}
@media screen and (max-width: 576px) {
  .news-deatails .container-extra-small {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-deatails .banner {
  width: min(100%, 1364px);
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 118px;
  margin-top: 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-height: 600px;
}
.news-deatails .banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news-deatails .row {
  display: flex;
  width: min(100%, 1226px);
  margin: 0 auto;
  flex-wrap: wrap;
}
.news-deatails .row .col {
  width: min(100%, 260px);
  flex-shrink: 0;
  position: relative;
  height: auto;
  margin-right: 16px;
}
.news-deatails .row .socials-shere {
  position: sticky;
  top: 160px;
  transition: 400ms;
}
.news-deatails .row .socials-shere .sticky.a2a_kit.a2a_kit_size_32.a2a_default_style {
  padding-top: 33px;
  display: flex;
}
.news-deatails .row .socials-shere .sticky.a2a_kit.a2a_kit_size_32.a2a_default_style a {
  margin-right: 25px;
}
.news-deatails .row .socials-shere .sticky.a2a_kit.a2a_kit_size_32.a2a_default_style a:nth-last-of-type(1) {
  margin-right: 0;
}
.news-deatails .row .socials-shere .sticky.a2a_kit.a2a_kit_size_32.a2a_default_style a span {
  display: none;
}
@media screen and (max-width: 1100px) {
  .news-deatails .row .socials-shere .sticky.a2a_kit.a2a_kit_size_32.a2a_default_style {
    padding-top: 15px;
  }
}
.news-deatails .row .content {
  width: min(100%, 812px);
}
.news-deatails .row .content > p:nth-of-type(1) {
  color: #001139;
  padding-bottom: 70px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 2.5rem;
}
@media screen and (max-width: 576px) {
  .news-deatails .row .content > p:nth-of-type(1) {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 2rem;
  }
}
.news-deatails .row .content p:nth-last-of-type(1) {
  padding-bottom: 0;
}
.news-deatails .row .content img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}
.news-deatails .row .content iframe {
  width: 100%;
}
.news-deatails .row .content table {
  width: 100%;
  height: max-content !important;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}
.news-deatails .row .content table tbody, .news-deatails .row .content table thead, .news-deatails .row .content table tr {
  width: 100%;
}
.news-deatails .row .content table tbody td, .news-deatails .row .content table thead td, .news-deatails .row .content table tr td {
  width: unset !important;
  white-space: nowrap;
  padding-right: 10px;
}
.news-deatails .row .content table tbody td:nth-child(1), .news-deatails .row .content table thead td:nth-child(1), .news-deatails .row .content table tr td:nth-child(1) {
  padding-right: 0;
}
.news-deatails .row .content a {
  color: #3476E9;
}
.news-deatails .gallery-small {
  width: min(100%, 1088px);
  padding-left: 138px;
  padding-top: 120px;
}
.news-deatails .gallery-small h6 {
  padding-left: 138px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .news-deatails .gallery-small h6 {
    padding-left: 7.188vw;
  }
}
.news-deatails .gallery-small ul {
  display: flex;
  flex-wrap: wrap;
}
.news-deatails .gallery-small ul li {
  width: calc(25% - 12px);
  margin-right: 16px;
  border-radius: 5px;
  overflow: hidden;
}
.news-deatails .gallery-small ul li:nth-child(4n) {
  margin-right: 0;
}
.news-deatails .gallery-small ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.news-deatails .gallery-small ul li a {
  display: block;
  width: 100%;
}
.news-deatails .gallery-small ul li a img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .news-deatails .banner {
    margin-bottom: 20px;
  }
  .news-deatails .row .col {
    width: 100%;
    max-width: unset;
    padding-bottom: 30px;
  }
  .news-deatails .row .content {
    width: 100%;
    max-width: unset;
  }
  .news-deatails .gallery-small {
    width: 100%;
    padding-left: 0;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .news-deatails .row .content h4 {
    padding-bottom: 30px;
  }
  .news-deatails .row .content p {
    padding-bottom: 15px;
  }
  .news-deatails .row .gallery-small {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
  .news-deatails .row .gallery-small h6 {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .news-deatails .row .gallery-small ul {
    flex-wrap: wrap;
  }
  .news-deatails .row .gallery-small ul li {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .news-deatails .row .gallery-small ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery-deatails {
  overflow: hidden;
}
.gallery-deatails .container-extra-small:nth-child(1) {
  flex-wrap: wrap;
}
.gallery-deatails .slick-track {
  height: 100%;
}
.gallery-deatails .photos-number {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #BABABA;
}
.gallery-deatails .slider {
  display: flex;
  height: max-content;
  width: 100vw;
}
.gallery-deatails .slider .item {
  display: block;
  align-self: stretch;
  flex-shrink: 0;
  height: 100%;
  width: min(100%, 1088px);
  border-radius: 5px;
  margin-right: 16px;
  overflow: hidden;
}
.gallery-deatails .slider .item:nth-last-child(1) {
  margin-right: 0px;
}
.gallery-deatails .slider .item img {
  width: 100%;
  height: 100%;
  max-height: 664px;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .gallery-deatails .slider .item {
    margin-right: 0;
    padding-right: 16px;
  }
  .gallery-deatails .slider .item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100vw;
  }
}
.gallery-deatails .container-extra-small.two {
  padding: 30px 0 66px;
}
@media screen and (max-width: 576px) {
  .gallery-deatails .container-extra-small.two {
    padding: 20px 0 30px;
  }
}
.gallery-deatails .container-extra-small h6 {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.3125rem;
  color: #B4B4B4;
}

.login {
  padding-bottom: 56px;
}
.login .container-extra-small h3 {
  padding-bottom: 73px;
}
.login .box {
  width: min(100%, 1364px);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  padding: 5.885vw 0 0 7.188vw;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .login .box {
    padding: 113px 0 0 138px;
  }
}
@media screen and (max-width: 1272px) {
  .login .box {
    padding: 75px 0 0 90px;
  }
}
.login .box form {
  flex-shrink: 0;
  width: min(100%, 400px);
}
.login .box form h5 {
  padding-bottom: 52px;
}
.login .box form input {
  padding-bottom: 18px;
  border-bottom: 1px solid #001139;
  margin-bottom: 50px;
}
.login .box form input:nth-last-of-type(1) {
  margin-bottom: 40px;
}
.login .box form .silesia-link.inline--btn {
  margin: 0;
}
.login .box form .button {
  display: block;
  cursor: pointer;
}
.login .box form .buttons-box {
  display: flex;
  align-items: center;
  padding-top: 80px;
}
.login .box form .buttons-box .action-btn.login {
  margin-top: 0;
}
.login .box form .buttons-box .button:nth-child(1) {
  padding: 24px 15px;
  margin-right: 30px;
}
.login .box form .buttons-box button {
  width: 100%;
}
.login .box form .buttons-box a {
  display: flex;
  margin: 0;
  height: unset;
  flex-shrink: 0;
}
@media screen and (max-width: 1272px) {
  .login .box form .buttons-box {
    padding-bottom: 70px;
  }
}
.login .box .img {
  width: 100%;
  display: flex;
  align-self: flex-end;
}
.login .box .img img {
  width: 100%;
  border-radius: 0 0 5px 0;
}
.login .login-panel-info {
  padding-top: 20px;
}

@media screen and (max-width: 992px) {
  .login .container-extra-small h3 {
    padding-bottom: 30px;
  }
  .login .box {
    padding: 50px;
    flex-direction: column;
  }
  .login .box form {
    width: 100%;
    max-width: unset;
  }
  .login .box form h5 {
    padding-bottom: 30px;
  }
  .login .box form .buttons-box {
    padding-top: 80px;
    padding-bottom: 0px;
    justify-content: center;
  }
  .login .box form .buttons-box .button:nth-child(1) {
    margin-right: 30px;
  }
  .login .box .img {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .login .box {
    padding: 30px;
    flex-direction: column;
  }
  .login .box form h5 {
    padding-bottom: 20px;
  }
  .login .box form .buttons-box {
    padding-top: 50px;
    justify-content: center;
    flex-direction: column;
  }
  .login .box form .buttons-box .button:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.register .box {
  width: min(100%, 1364px);
  padding-top: 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.register .box .register-option {
  display: block;
  width: calc(50% - 8px);
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  height: auto;
  min-height: 260px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  transition: 400ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.register .box .register-option .button {
  margin-top: 30px;
  cursor: pointer;
}
.register .box .register-option .button:disabled {
  background-color: #D1D1D1;
  border: #D1D1D1;
  color: #FFFFFF;
  cursor: unset;
}
.register .box .register-option .button:disabled:hover {
  background-color: #D1D1D1;
  border: #D1D1D1;
  color: #FFFFFF;
}
.register .box .register-option h4.icon {
  position: relative;
  display: flex;
  align-items: center;
}
.register .box .register-option h4.icon::before {
  margin-right: 25px;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.register .box .register-option h4.icon.user::before {
  background-image: url("../../image/icons/user-black.svg");
}
.register .box .register-option h4.icon.user.gray::before {
  background-image: url("../../image/icons/user-gray.svg");
}
.register .box .register-option h4 span {
  text-decoration: underline;
  margin-right: 5px;
}
.register .box .register-option .date {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #F84160;
  position: relative;
  top: 10px;
}
.register .box .register-option .info {
  position: absolute;
  top: 20px;
  right: -20px;
  width: max-content;
  background-color: #001139;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 5px 14px 5px 19px;
  border-radius: 3px;
  transition: 400ms;
}
@media screen and (max-width: 1400px) {
  .register .box .register-option .info {
    right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .register .box .register-option .info {
    top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .register .box .register-option .info {
    width: calc(100% - 15px);
    right: 7.5px;
    text-align: center;
  }
}
.register .box .register-option .description {
  padding: 40px 0 20px;
  width: min(100%, 435px);
  text-align: center;
}
.register .box .register-option:nth-child(2n) {
  margin-right: 0;
}
.register .box.step-2 .register-option {
  padding: 60px 15px 70px;
}

@media screen and (max-width: 768px) {
  .register .box {
    flex-direction: column;
  }
  .register .box .register-option {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 576px) {
  .register .box {
    flex-direction: column;
  }
  .register .box .register-option {
    width: 100%;
    margin-right: 0px;
  }
  .register .box .register-option .date {
    top: 0px;
  }
  .register .box .register-option .description {
    padding: 20px 0 10px;
  }
  .register .box .register-option .description br {
    display: none;
  }
  .register .box.step-2 .register-option {
    padding: 30px 15px 40px;
  }
}
.form-box .box {
  width: min(100%, 1364px);
  margin: 40px auto 0;
  padding: 85px 30px 85px 55px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.form-box .buttons-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
}
.form-box .buttons-box a {
  position: relative;
  color: #3476E9;
  display: flex;
  margin-right: 36px;
}
.form-box .buttons-box a::before {
  position: relative;
  content: "<";
  display: block;
  margin-right: 16px;
}
.form-box .form,
.form-box form {
  width: min(100%, 1118px);
  margin: 0 auto;
}
.form-box .form p,
.form-box form p {
  font-weight: 600;
  color: #001139;
}
.form-box .form .input-box,
.form-box form .input-box {
  position: relative;
  z-index: 1;
}
.form-box .form .input-box p,
.form-box form .input-box p {
  padding-bottom: 14px;
  width: 100%;
}
.form-box .form .input-box label,
.form-box form .input-box label {
  position: absolute;
  top: 2px;
  left: 0;
  transition: 400ms;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #001139;
  z-index: -1;
  display: none;
}
.form-box .form .input-box input,
.form-box form .input-box input {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  background-color: transparent;
  color: #001139;
}
.form-box .form .input-box input:disabled,
.form-box form .input-box input:disabled {
  color: #BABABA !important;
}
.form-box .form .input-box input:focus + label,
.form-box form .input-box input:focus + label {
  top: -20px;
  color: #001139;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.form-box .form .input-box input:not(:placeholder-shown) + label,
.form-box form .input-box input:not(:placeholder-shown) + label {
  top: -20px;
  color: #001139;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.form-box .form .input-box input::placeholder,
.form-box form .input-box input::placeholder {
  color: transparent;
}
.form-box .form .input-box input.input--error,
.form-box form .input-box input.input--error {
  background-color: white !important;
}
.form-box .form .input-box select:disabled,
.form-box form .input-box select:disabled {
  color: #BABABA !important;
}
.form-box .form .input-box select:focus + label,
.form-box form .input-box select:focus + label {
  top: -20px;
  color: #001139;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: none;
}
.form-box .form .input-box select:valid + label,
.form-box form .input-box select:valid + label {
  top: -20px;
  color: #001139;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: none;
}
.form-box .form .row,
.form-box form .row {
  display: flex;
  flex-wrap: wrap;
}
.form-box .form .row .input-box,
.form-box form .row .input-box {
  position: relative;
  margin-top: 45px;
}
.form-box .form .row .input-box label,
.form-box form .row .input-box label {
  display: flex;
  align-items: center;
}
.form-box .form .row .input-box label p,
.form-box form .row .input-box label p {
  padding: 0;
  color: #BABABA;
}
.form-box .form .row .input-box label input,
.form-box form .row .input-box label input {
  margin: 0 9px 0 0;
  border-radius: 100%;
  border: 2px solid #BABABA;
}
.form-box .form .row .input-box select + label,
.form-box form .row .input-box select + label {
  display: block;
  color: #001139;
  top: -20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.form-box .form .row .input-box.radio,
.form-box form .row .input-box.radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 52px;
}
.form-box .form .row .input-box.radio label,
.form-box form .row .input-box.radio label {
  margin-right: 36px;
  cursor: pointer;
}
.form-box .form .row .input-box.radio label input,
.form-box form .row .input-box.radio label input {
  cursor: pointer;
  margin: 0px 9px 0 0;
  border: 2px solid #BABABA;
  width: 16px;
  height: 16px;
  display: block;
  padding: 0;
  appearance: none;
  flex-shrink: 0;
  position: relative;
}
.form-box .form .row .input-box.radio label input::before,
.form-box form .row .input-box.radio label input::before {
  position: absolute;
  width: calc(100% - 3.5px);
  height: calc(100% - 3.5px);
  content: "";
  background-color: #3476E9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  border-radius: 100%;
}
.form-box .form .row .input-box.radio label input:checked,
.form-box form .row .input-box.radio label input:checked {
  border: 2px solid #3476E9;
}
.form-box .form .row .input-box.radio label input:checked::before,
.form-box form .row .input-box.radio label input:checked::before {
  opacity: 1;
  visibility: visible;
}
.form-box .form .row .input-box:nth-last-child(1),
.form-box form .row .input-box:nth-last-child(1) {
  margin-right: 0;
}
.form-box .form .rules,
.form-box form .rules {
  padding-top: 70px;
}
.form-box .form .rules label,
.form-box form .rules label {
  display: flex;
  padding-top: 30px;
  cursor: pointer;
}
.form-box .form .rules label input,
.form-box form .rules label input {
  cursor: pointer;
  margin: 5px 22px 0 0;
  border: 2px solid #BABABA;
  width: 16px;
  height: 16px;
  display: block;
  padding: 0;
  appearance: none;
  flex-shrink: 0;
  position: relative;
}
.form-box .form .rules label input::before,
.form-box form .rules label input::before {
  position: absolute;
  width: calc(100% - 3.5px);
  height: calc(100% - 3.5px);
  content: "";
  background-color: #3476E9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
}
.form-box .form .rules label input:checked,
.form-box form .rules label input:checked {
  border: 2px solid #3476E9;
}
.form-box .form .rules label input:checked::before,
.form-box form .rules label input:checked::before {
  opacity: 1;
  visibility: visible;
}
.form-box .form .rules label p,
.form-box form .rules label p {
  color: #6D6D6D;
}
.form-box .form .size-2,
.form-box form .size-2 {
  width: calc(66.6666666667% - 15px);
  margin-right: 30px;
}
.form-box .form .size-3,
.form-box form .size-3 {
  width: calc(33.3333333333% - 30px);
  margin-right: 30px;
  max-width: 342px;
}
@media screen and (max-width: 576px) {
  .form-box .form .size-3,
.form-box form .size-3 {
    max-width: unset;
  }
}
.form-box .form .size-3.m-0,
.form-box form .size-3.m-0 {
  margin-right: 0;
}
.form-box .form .size-4,
.form-box form .size-4 {
  width: calc(22.2222222222% - 14.1px);
  margin-right: 16px;
}
.form-box .form .size-4:nth-child(3),
.form-box form .size-4:nth-child(3) {
  margin-right: 30px;
}
.form-box .form .row.style-2 .size-3:nth-child(3n),
.form-box form .row.style-2 .size-3:nth-child(3n) {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .form-box .form .row.style-2 .size-3,
.form-box form .row.style-2 .size-3 {
    width: calc(50% - 15px);
  }
  .form-box .form .row.style-2 .size-3:nth-child(3n),
.form-box form .row.style-2 .size-3:nth-child(3n) {
    margin-right: 30px;
  }
  .form-box .form .row.style-2 .size-3:nth-child(2n),
.form-box form .row.style-2 .size-3:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 576px) {
  .form-box .form .row.style-2 .size-3,
.form-box form .row.style-2 .size-3 {
    width: 100%;
    margin-right: 0;
  }
  .form-box .form .row.style-2 .size-3:nth-child(3n),
.form-box form .row.style-2 .size-3:nth-child(3n) {
    margin-right: 0;
  }
}
.form-box .form .top-60,
.form-box form .top-60 {
  padding-top: 60px;
}
.form-box .form .top-100,
.form-box form .top-100 {
  padding-top: 100px;
  padding-bottom: 40px;
}
.form-box .form h4.top-100,
.form-box form h4.top-100 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.27px;
}
.form-box .form .placeholder,
.form-box form .placeholder {
  color: #BABABA;
}
.form-box .form select,
.form-box .form input,
.form-box .form label,
.form-box form select,
.form-box form input,
.form-box form label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.form-box .form select,
.form-box .form input,
.form-box form select,
.form-box form input {
  border: none;
  border-bottom: 1px solid #001139;
  padding: 0;
  padding-bottom: 18px;
  width: 100%;
}
.form-box .form input[type=checkbox], .form-box .form input[type=radio],
.form-box form input[type=checkbox],
.form-box form input[type=radio] {
  width: max-content;
}
.form-box .form input[type=number],
.form-box form input[type=number] {
  appearance: none;
}
.form-box .form select,
.form-box form select {
  appearance: none;
  background-image: url("../../image/icons/Icon ionic-ios-arrow-down.svg");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 8px;
  color: #001139;
}
.form-box .form--register .form-el-item > label {
  margin-top: 50px;
  margin-bottom: 14px;
  display: block;
}
.form-box .form--register .gender {
  display: flex;
  flex-wrap: wrap;
}
.form-box .form--register .gender span {
  display: block;
  width: 100%;
  margin: 60px 0 20px 0;
}
.form-box .form--register .gender span ~ label {
  margin-bottom: 0;
}
.form-box .form--register .gender label {
  margin-bottom: 20px;
  align-content: center;
  margin-right: 36px;
  cursor: pointer;
  color: #001139;
  position: relative;
  padding-left: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
}
.form-box .form--register .gender label:nth-last-child(1) {
  margin-bottom: 20px;
}
.form-box .form--register .gender label input {
  position: absolute;
  top: 7px;
  left: 0;
  cursor: pointer;
  margin: 0px 9px 0 0;
  border: 2px solid #001139;
  width: 16px;
  height: 16px;
  display: block;
  padding: 0;
  appearance: none;
  flex-shrink: 0;
}
.form-box .form--register .gender label input::before {
  position: absolute;
  width: calc(100% - 3.5px);
  height: calc(100% - 3.5px);
  content: "";
  background-color: #3476E9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
}
.form-box .form--register .gender label input:checked {
  border: 2px solid #3476E9;
}
.form-box .form--register .gender label input:checked::before {
  opacity: 1;
  visibility: visible;
}
.form-box .form--register .gender label input:disabled {
  border: 2px solid #BABABA !important;
}
.form-box .form--register .gender label input:disabled::before {
  background-color: #BABABA !important;
}
.form-box .form--register .gender label input[data-type=radio] {
  border-radius: 100%;
  top: 6px;
}
.form-box .form--register .gender label input[data-type=radio]::before {
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .form-box .box {
    padding: 40px 30px;
  }
  .form-box .row {
    flex-wrap: wrap;
  }
  .form-box .row:nth-of-type(1) .size-3 {
    width: calc(50% - 15px);
  }
  .form-box .row:nth-of-type(1) .size-3:nth-child(1) {
    max-width: unset;
    width: 100%;
    margin-right: 0;
  }
  .form-box form .size-3 {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .form-box form .size-3:nth-of-type(2n) {
    margin-right: 0px;
  }
  .form-box form .size-3.mobile {
    margin-right: 30px;
  }
  .form-box form .size-4 {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .form-box form .size-4:nth-of-type(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .form-box .box {
    padding: 20px 15px;
  }
  .form-box form .row .input-box {
    margin-top: 30px;
  }
  .form-box form .row:nth-of-type(1) .size-3 {
    width: 100%;
  }
  .form-box form .row .size-1, .form-box form .row .size-2, .form-box form .row .size-3, .form-box form .row .size-4 {
    width: 100%;
    margin-right: 0px !important;
  }
  .form-box form .size-1, .form-box form .size-2, .form-box form .size-3, .form-box form .size-4 {
    width: 100%;
    margin-right: 0px !important;
  }
  .form-box form .top-60 {
    padding-top: 30px;
  }
  .form-box form .top-100 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .form-box form select,
.form-box form input {
    padding-bottom: 10px;
  }
}
.silesia-panel--wrapper .form-el-item .gender label {
  z-index: unset;
}

.form-box form .form-el-item > input,
.form-box form .form-el-item > select {
  width: calc(66.6% - 15px);
}

.silesia-panel--wrapper .form--register .form-el-item label {
  position: relative;
  top: unset;
  z-index: unset;
}

.form-box #form--register-racing .form--register .form-el-item > label {
  margin-top: 20px;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  .form-box form .form-el-item > input,
.form-box form .form-el-item > select {
    width: 100%;
  }
}
.big-tables {
  overflow: hidden;
  /* width */
}
.big-tables .with-arrows {
  padding-top: 75px;
}
.big-tables .with-arrows ul {
  display: flex;
}
.big-tables .with-arrows ul li {
  margin-right: 35px;
  color: #B4B4B4;
}
.big-tables .with-arrows ul li a {
  color: #BABABA;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.big-tables .with-arrows ul li a.active {
  color: #3476E9;
}
.big-tables .with-arrows ul li:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  .big-tables .with-arrows {
    padding-top: 30px;
  }
}
.big-tables .slider {
  display: flex;
  width: 100vw;
  position: relative;
  left: -16px;
}
.big-tables .slider .slick-list {
  padding-left: 16px;
}
.big-tables .slider .slick-track {
  height: 100%;
}
.big-tables .slider li {
  flex-shrink: 0;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  align-items: stretch;
  display: flex;
  align-items: center;
  height: auto;
  margin: 43px 16px 93px 0;
}
@media screen and (max-width: 576px) {
  .big-tables .slider li {
    margin: 43px 16px 0px 0;
  }
}
.big-tables .slider li.active {
  border: 2px solid #3476E9;
}
.big-tables .slider li a {
  display: flex;
  align-items: center;
  padding: 43px 86px;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  color: #3476E9 !important;
  background-color: #FFFFFF !important;
}
.big-tables .slider li a::after {
  content: ">";
  display: block;
  margin-left: 11px;
}
@media screen and (max-width: 576px) {
  .big-tables .slider .slick-list {
    margin: 20px 0 50px;
  }
  .big-tables .slider li {
    width: calc(100vw - 30px);
  }
  .big-tables .slider li a {
    padding: 30px 25px;
  }
}

.table-sing {
  padding-bottom: 52px;
}
.table-sing.center {
  justify-content: center;
}
.table-sing.center .input-box {
  max-width: unset;
}
.table-sing .input-box {
  width: 100%;
  max-width: 400px;
  border-bottom: 1px solid #001139;
  display: flex;
  padding-bottom: 17px;
}
.table-sing .input-box input {
  width: 100%;
  border: none;
}
.table-sing .input-box button {
  flex-shrink: 0;
  color: #3476E9;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 600;
  appearance: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.table-sing .input-box button::after {
  content: ">";
  position: relative;
  display: inline-block;
  margin-left: 11px;
}
.table-sing .input-box.select {
  border-bottom: 0;
  padding-bottom: 0;
}
.table-sing .input-box.select select {
  border: none;
  width: 100%;
  border-bottom: 1px solid #001139;
  padding-bottom: 17px;
  appearance: none;
  background-image: url("../../image/icons/Icon ionic-ios-arrow-down.svg");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 8px;
}
@media screen and (max-width: 768px) {
  .table-sing {
    flex-direction: column;
    align-items: flex-start;
  }
  .table-sing .input-box {
    max-width: unset;
    padding-top: 15px;
  }
}

.table-scroll-box {
  overflow-x: auto;
}

.results-header {
  display: none;
}

.results-body {
  max-height: 800px;
  overflow-y: auto;
  position: relative;
  width: calc(100% + 125px);
  left: -62.5px;
  transition: 400ms;
}
.results-body::-webkit-scrollbar {
  width: 0;
  display: none;
}
@media screen and (max-width: 1599px) {
  .results-body {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media screen and (max-width: 1300px) {
  .results-body {
    width: calc(100% + 30px);
    left: -15px;
  }
}
@media screen and (max-width: 1100px) {
  .results-body {
    width: 100%;
    left: 0;
  }
}

.table-cover {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  position: relative;
}
table th {
  color: #FFFFFF;
  padding: 30px 5px;
  background-color: #001139;
  text-align: left;
  white-space: nowrap;
  position: sticky;
  top: 0px;
}
table th:nth-child(1) {
  padding-left: 15px;
  border-radius: 3px 0 0 3px;
}
table th:nth-last-child(1) {
  padding-right: 15px;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 1750px) {
  table th {
    font-size: 0.75rem;
    font-weight: 500;
  }
}
table tbody tr td {
  background-color: transparent !important;
  padding: 25px 5px 22px;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 576px) {
  table tbody tr td img {
    max-width: 90px !important;
  }
}
table tbody tr td:nth-child(1) {
  padding-left: 15px;
}
table tbody tr td:nth-last-child(1) {
  padding-right: 15px;
}
@media screen and (max-width: 1750px) {
  table tbody tr td {
    font-size: 0.75rem;
    font-weight: 500;
  }
}
table tbody tr:nth-last-child(1) td {
  border-bottom: 0;
}
table tbody tr:nth-child(2) td {
  padding-top: 40px;
}
table thead + tbody tr:nth-child(1) td {
  padding-top: 40px;
}
table thead + tbody tr:nth-child(2) td {
  padding-top: 25px;
}

.statistic_box {
  margin-bottom: 50px;
}
.statistic_box h5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.results-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 110px;
}
.results-footer a {
  position: relative;
  color: #3476E9;
  margin-left: 77px;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
}
.results-footer a::after {
  position: relative;
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../image/icons/Icon feather-download.svg");
  width: 15.34px;
  height: 15.34px;
  margin-left: 14px;
  flex-shrink: 0;
}
.results-footer a:nth-child(1) {
  margin-left: 0px;
}
.results-footer #results-footer a[href=""] {
  display: none;
}
@media screen and (max-width: 576px) {
  .results-footer {
    padding-top: 50px;
  }
  .results-footer .dowloand {
    margin-left: 45px;
  }
}

.run-rode-custom-style {
  width: min(100%, 1088px);
  margin: 0 auto;
}
.run-rode-custom-style img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.silesia-route .filters {
  width: min(100%, 1088px);
  margin: 0 auto;
}
.silesia-route .filters p {
  color: #001139;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.27px;
}
.silesia-route .filters p + .silesia-wrapper {
  margin-top: 40px;
}
.silesia-route .filters .silesia-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .silesia-route .filters .silesia-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.silesia-route .filters .type-item {
  display: flex;
  align-items: center;
  margin-right: 36px;
}
.silesia-route .filters .type-item:not(.hidden) {
  cursor: pointer;
}
.silesia-route .filters .type-item:not(.hidden) label {
  cursor: pointer;
}
.silesia-route .filters .type-item:nth-last-child(1) {
  margin-right: 0px;
}
.silesia-route .filters .type-item input {
  width: max-content;
  margin: 0;
  margin-right: 9px;
}
.silesia-route .filters .type-item.hidden label {
  color: #B4B4B4;
}
.silesia-route .filters .type-item input[type=radio] {
  cursor: pointer;
  border: 2px solid #BABABA;
  width: 16px;
  height: 16px;
  display: block;
  padding: 0;
  appearance: none;
  flex-shrink: 0;
  position: relative;
  border-radius: 100%;
}
.silesia-route .filters .type-item input[type=radio]::before {
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  content: "";
  background-color: #3476E9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  border-radius: 100%;
}
.silesia-route .filters .type-item input[type=radio]:checked {
  border: 2px solid #3476E9;
}
.silesia-route .filters .type-item input[type=radio]:checked::before {
  opacity: 1;
  visibility: visible;
}
.silesia-route .filters .type-item input[type=checkbox] {
  cursor: pointer;
  border: 2px solid #BABABA;
  width: 16px;
  height: 16px;
  display: block;
  padding: 0;
  appearance: none;
  flex-shrink: 0;
  position: relative;
}
.silesia-route .filters .type-item input[type=checkbox]::before {
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  content: "";
  background-color: #3476E9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
}
.silesia-route .filters .type-item input[type=checkbox]:checked {
  border: 2px solid #3476E9;
}
.silesia-route .filters .type-item input[type=checkbox]:checked::before {
  opacity: 1;
  visibility: visible;
}

.pay-box .text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.pay-box .text-center form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pay-box .text-center .button {
  margin-top: 30px;
}

.unregister-form {
  text-align: center;
}
.unregister-form .buttons-box {
  display: flex;
  justify-content: center;
}

.change-racing-box {
  padding: 50px 30px;
  text-align: center;
  clear: both;
}
.change-racing-box .buttons-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .change-racing-box .buttons-box.column-mobile {
    flex-direction: column;
  }
  .change-racing-box .buttons-box.column-mobile .button {
    margin-bottom: 15px;
  }
}

.payment-container .col-xs-12 {
  width: 100%;
}
.payment-container .col-xs-12 .text-center {
  text-align: center;
}
.payment-container .col-xs-12 .text-center #show-rabat-code-box {
  margin-top: 10px;
  display: block;
}
.payment-container .col-xs-12 h2 {
  text-align: center;
}
.payment-container .col-xs-12 form {
  width: 100%;
  display: flex;
}
.payment-container .col-xs-12 form .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.payment-container .col-xs-12 form .row .payment-container .col-xs-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payment-container .col-xs-12 form .row .action-btn.racing.pay-now {
  margin-top: 20px;
  margin-bottom: 0;
}
.payment-container .col-xs-12 form .row .form-el-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
.payment-container .col-xs-12 form .row .form-el-item input {
  padding-bottom: 17px;
  border-bottom: 1px solid #001139;
  max-width: 300px;
  margin: 0 auto !important;
}

.pay-now {
  padding: 24px 74px;
  display: inline-block;
  position: relative;
  transition: 400ms;
  background-color: #F84160;
  border: 2px solid #F84160;
  color: #FFFFFF;
  border-radius: 100px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 1rem;
  font-size: 0.9375rem !important;
  padding: 24px 74px !important;
  text-decoration: none;
  cursor: pointer;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .pay-now {
    padding: 15px 35px !important;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .pay-now {
    padding: 10px 15px !important;
    width: 100%;
    text-align: center;
  }
}
.pay-now:hover {
  background-color: #FFFFFF;
  border: 2px solid #F84160;
  color: #F84160;
}

.user-panel {
  width: 100%;
}
.user-panel .silesia--panel-body-module {
  width: 100%;
}
.user-panel .silesia-panel--wrapper .contact-form {
  width: 100%;
}
.user-panel .form .input-box label {
  display: block !important;
}
.user-panel .form .input-box.size-3.right0 {
  margin-right: 0px;
}
.user-panel .form .input-box.size-3:nth-child(3n) {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .user-panel .form .input-box.size-3:nth-child(3n) {
    margin-right: 30px;
  }
  .user-panel .form .input-box.size-3:nth-child(2n) {
    margin-right: 0;
  }
  .user-panel .form .input-box.size-3:nth-child(1) {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .user-panel .form .input-box.size-3 {
    width: 100%;
    margin-right: 0;
  }
  .user-panel .form .input-box.size-3:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }
  .user-panel .form .input-box.size-3:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .user-panel .form .input-box.size-2 {
    width: 100%;
  }
}
.user-panel .form .input-box.size-4:nth-last-child(2) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .user-panel .form .input-box.size-4 {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .user-panel .form .input-box.size-4:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .user-panel .form .input-box.size-4 {
    width: 100%;
    margin-right: 0;
  }
}
.user-panel .form .input-box .form-el-item label {
  position: relative;
  top: unset;
  color: #001139;
}

.user-panel-info .row.silesia--panel-header-module {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.user-panel-info .row.silesia--panel-header-module .col-sm-6 {
  width: max-content !important;
}
@media screen and (max-width: 576px) {
  .user-panel-info .row.silesia--panel-header-module .col-sm-6 {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .user-panel-info .row.silesia--panel-header-module .col-sm-6 .action-btn.racing {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .user-panel-info .row.silesia--panel-header-module {
    flex-direction: column;
  }
}

.silesia--register-steps.registerAdditionalPayments {
  width: 100%;
}
.silesia--register-steps.registerAdditionalPayments .contact-form-header {
  width: min(100%, 1118px);
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  padding: 1vw 15px;
}
.silesia--register-steps.registerAdditionalPayments .contact-form-header .form-el-wrapper .form-el-item label {
  position: relative;
  top: unset;
  left: unset;
}
.silesia--register-steps.registerAdditionalPayments .contact-form-header .form-el-wrapper .form-el-item label input {
  width: unset;
  margin-right: 20px;
}
.silesia--register-steps.registerAdditionalPayments .contact-form-header .silesia--panel-module-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 1.8125rem;
  margin-bottom: 20px;
}
.silesia--register-steps.registerAdditionalPayments .contact-form-header .silesia--panel-module-title small {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
  color: #6D6D6D;
}
.silesia--register-steps.registerAdditionalPayments .contact-form-header .pay-button .pay-button-center {
  width: 100%;
  display: flex;
  justify-content: center;
}
.silesia--register-steps.registerAdditionalPayments .contact-form-header .pay-button .pay-button-center button {
  margin-top: 30px;
}

.panel-box.width33 > div {
  width: 25% !important;
}
.panel-box.width33 > div:nth-last-child(1) {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .panel-box.width33 > div {
    width: 50% !important;
  }
  .panel-box.width33 > div:nth-last-child(1) {
    width: 100% !important;
  }
}

.my-current-applications-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.my-current-applications {
  width: calc(50% - 15px) !important;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 2.885vw 30px 1.885vw;
}
.my-current-applications.silesia-panel--wrapper {
  float: unset !important;
}
@media screen and (max-width: 1200px) {
  .my-current-applications {
    width: 100% !important;
    margin-right: 0;
  }
}
.my-current-applications:nth-child(2n+1) {
  margin-right: 0;
}
.my-current-applications input {
  width: unset !important;
}
.my-current-applications > div {
  width: min(100%, 1088px);
  margin: 0 auto;
}
.my-current-applications .panel-box {
  display: flex;
  flex-wrap: wrap;
}
.my-current-applications .panel-box > div {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 1.8125rem;
  width: 100%;
  margin-bottom: 20px;
}
.my-current-applications .panel-box > div.run-cost div {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.25rem;
  color: #6D6D6D;
}
@media screen and (max-width: 576px) {
  .my-current-applications .panel-box > div {
    width: 100%;
  }
}
.my-current-applications .panel-box > div small {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
  color: #6D6D6D;
}
.my-current-applications .panel-box > div:nth-child(2n) {
  padding-right: 15px;
}
@media screen and (max-width: 576px) {
  .my-current-applications .panel-box > div:nth-child(2n) {
    padding-right: 0px;
  }
}
.my-current-applications .panel-box:nth-child(2) > div {
  width: 25%;
}
.my-current-applications .panel-box:nth-child(2) > div:nth-last-child(1) {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .my-current-applications .panel-box:nth-child(2) > div {
    width: 50%;
  }
  .my-current-applications .panel-box:nth-child(2) > div:nth-last-child(1) {
    width: 100%;
  }
}
.my-current-applications .panel-box .run-cost .action-btn {
  margin-left: auto;
  display: block;
  width: max-content;
}
@media screen and (max-width: 576px) {
  .my-current-applications .panel-box .run-cost .action-btn {
    width: 100%;
  }
}
.my-current-applications .panel-box:nth-child(1) > div:nth-child(1) {
  width: 100%;
}
.my-current-applications .row.margin-top-50 {
  display: flex;
  flex-wrap: wrap;
}
.my-current-applications .row.margin-top-50 .col-xs-6 {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .my-current-applications .row.margin-top-50 .col-xs-6 {
    width: 100%;
  }
}
.my-current-applications .additional-payments {
  margin: 60px 0 0;
}
.my-current-applications .additional-payments .silesia--panel-module-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 1.8125rem;
}
.my-current-applications .additional-payments .silesia--panel-module-title small {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
  color: #6D6D6D;
}
.my-current-applications .actions-box--additional-payments {
  margin-top: 30px;
}
.my-current-applications .actions-box--additional-payments .silesia--panel-module-title {
  display: flex;
  justify-content: space-between;
}
.my-current-applications .actions-box--additional-payments .silesia--panel-module-title br {
  display: none;
}
.my-current-applications .actions-box--additional-payments .action-btn {
  margin-left: auto;
  display: block;
  width: max-content;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .my-current-applications .actions-box--additional-payments .action-btn {
    width: 100%;
  }
}
.my-current-applications .actions-box--additional-payments .col-xs-12 {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .my-current-applications .actions-box--additional-payments .col-xs-12 {
    text-align: center;
  }
}

.my-current-applications-addons {
  width: min(100%, 1364px);
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 30px;
}
.my-current-applications-addons > div {
  width: min(100%, 1088px);
  margin: 0 auto;
}
.my-current-applications-addons .row.margin-top-50 {
  display: flex;
  flex-wrap: wrap;
}
.my-current-applications-addons .row.margin-top-50 .col-xs-6 {
  width: 50%;
}
.my-current-applications-addons .row.margin-top-50 .col-xs-6 a {
  display: block;
}
@media screen and (max-width: 576px) {
  .my-current-applications-addons .row.margin-top-50 .col-xs-6 {
    width: 100%;
  }
}
.my-current-applications-addons .additional-payments {
  margin: 60px auto 0;
}
.my-current-applications-addons .additional-payments .silesia--panel-module-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 1.8125rem;
}
.my-current-applications-addons .additional-payments .silesia--panel-module-title small {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
  color: #6D6D6D;
}
.my-current-applications-addons .checkbox-container {
  display: block;
  margin-top: 15px;
}
.my-current-applications-addons .checkbox-container input {
  position: relative;
  top: 3px;
  left: 0;
  cursor: pointer;
  margin: 0px 9px 0 0;
  border: 2px solid #001139;
  width: 16px !important;
  height: 16px;
  display: inline-block;
  padding: 0;
  appearance: none;
  flex-shrink: 0;
}
.my-current-applications-addons .checkbox-container input::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #3476E9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 400ms;
}
.my-current-applications-addons .checkbox-container input:checked {
  border-color: #3476E9;
}
.my-current-applications-addons .checkbox-container input:checked::before {
  opacity: 1;
}
.my-current-applications-addons .actions-box--additional-payments {
  margin-top: 30px;
}
.my-current-applications-addons .actions-box--additional-payments .silesia--panel-module-title {
  display: flex;
  justify-content: space-between;
}
.my-current-applications-addons .actions-box--additional-payments .silesia--panel-module-title br {
  display: none;
}
.my-current-applications-addons .actions-box--additional-payments .action-btn {
  margin-left: auto;
  display: block;
  width: max-content;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .my-current-applications-addons .actions-box--additional-payments .action-btn {
    width: 100%;
  }
}
.my-current-applications-addons .actions-box--additional-payments .col-xs-12 {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .my-current-applications-addons .actions-box--additional-payments .col-xs-12 {
    text-align: center;
  }
}

.run-resoult-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.run-resoult-container {
  display: block;
  width: calc(50% - 8px);
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  height: auto;
  min-height: 260px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  transition: 400ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.run-resoult-container .silesia--panel-module {
  display: flex;
  width: 100%;
  padding: 0 30px;
  flex-wrap: wrap;
}
.run-resoult-container .silesia--panel-module > div {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .run-resoult-container .silesia--panel-module > div {
    width: 100%;
  }
}
.run-resoult-container .silesia--panel-module > .row {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.run-resoult-container .silesia--panel-module > .row .col-sm-4.col-xs-12 {
  width: 33.3%;
}
@media screen and (max-width: 576px) {
  .run-resoult-container .silesia--panel-module > .row .col-sm-4.col-xs-12 {
    width: 100%;
  }
}
.run-resoult-container .silesia--panel-module > .row .col-sm-4.col-xs-12 .silesia--panel-module-title {
  width: 100%;
}
.run-resoult-container .silesia--panel-module > .row .col-sm-4.col-xs-12:nth-last-child(1) .silesia--panel-module-title {
  width: 33.3%;
  display: flex;
  justify-content: center;
}
.run-resoult-container .silesia--panel-module > .row .col-sm-4.col-xs-12:nth-last-child(1) .silesia--panel-module-title .action-btn {
  width: max-content;
}
@media screen and (max-width: 576px) {
  .run-resoult-container .silesia--panel-module > .row .col-sm-4.col-xs-12:nth-last-child(1) .silesia--panel-module-title .action-btn {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .run-resoult-container .silesia--panel-module > .row .col-sm-4.col-xs-12:nth-last-child(1) .silesia--panel-module-title {
    width: 100%;
  }
}
.run-resoult-container .silesia--panel-module-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 1.8125rem;
  width: 50%;
}
@media screen and (max-width: 576px) {
  .run-resoult-container .silesia--panel-module-title {
    width: 100%;
  }
}
.run-resoult-container .silesia--panel-module-title small {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
  color: #6D6D6D;
}
.run-resoult-container .silesia-panel--wrapper .silesia--panel-module > div {
  margin-bottom: 0;
}

.silesia-panel--wrapper .col-xs-12.run-resoult-container {
  width: calc(50% - 8px);
}
.silesia-panel--wrapper .col-xs-12.run-resoult-container:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .silesia-panel--wrapper .col-xs-12.run-resoult-container {
    width: 100%;
    margin-right: 0px;
  }
}

.smal-baners {
  margin-top: 150px;
  transition: 400ms;
}
@media screen and (max-width: 1600px) {
  .smal-baners {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .smal-baners {
    margin-top: 50px;
  }
}
.smal-baners .box {
  display: flex;
}
.smal-baners .box li {
  width: 100%;
  margin-right: 30px;
}
.smal-baners .box li:nth-last-child(1) {
  margin-right: 0;
}
.smal-baners .box li a {
  display: block;
  width: 100%;
}
.smal-baners .box li a img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .smal-baners .box {
    flex-direction: column;
  }
  .smal-baners .box li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .smal-baners .box li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.summaryController {
  width: min(100%, 1088px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summaryController form {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.debug-container {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 100px 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.debug-row {
  margin-top: 50px;
}
.debug-row span {
  display: inline-block;
  width: 80px;
}
.debug-row b {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

body {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
}

/*# sourceMappingURL=main.css.map */
