/* reset ustawien */
body,
html,
section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}

a,
a:hover,
a:visited {
  text-decoration: none;
  font-family: Dosis Light;
  color: #fff;
  font-size: 15px;
}

/* reset ustawien */

/*  rejestracja uslug SMS */

/* niestandardowe fonty */
@font-face {
  font-family: Dosis;
  src: url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-Regular.eot.xhtml);
  src:
    url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-Regular.eot.xhtml)
      format("embedded-opentype"),
    url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-Regular.otf.xhtml);
  font-weight: 400;
}
@font-face {
  font-family: Dosis;
  src: url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-SemiBold.eot.xhtml);
  src:
    url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-SemiBold.eot.xhtml)
      format("embedded-opentype"),
    url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-SemiBold.otf.xhtml);
  font-weight: 600;
}
@font-face {
  font-family: Dosis;
  src: url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-ExtraLight.eot.xhtml);
  src:
    url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-ExtraLight.eot.xhtml)
      format("embedded-opentype"),
    url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-ExtraLight.otf.xhtml);
  font-weight: 200;
}
@font-face {
  font-family: Dosis;
  src: url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-Light.eot.xhtml);
  src:
    url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-Light.eot.xhtml)
      format("embedded-opentype"),
    url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-Light.otf.xhtml);
  font-weight: 300;
}
@font-face {
  font-family: Dosis;
  src: url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-Medium.eot.xhtml);
  src:
    url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-Medium.eot.xhtml)
      format("embedded-opentype"),
    url(/jarc-gui/javax.faces.resource/css/other-fonts/Dosis-Medium.otf.xhtml);
  font-weight: 500;
}
@font-face {
  font-family: OpenSans;
  src: url(/jarc-gui/javax.faces.resource/css/other-fonts/OpenSans-Light.eot.xhtml);
  src:
    url(/jarc-gui/javax.faces.resource/css/other-fonts/OpenSans-Light.eot.xhtml)
      format("embedded-opentype"),
    url(/jarc-gui/javax.faces.resource/css/other-fonts/OpenSans-Light.otf.xhtml);
  font-weight: 300;
}
@font-face {
  font-family: OpenSans;
  src: url(/jarc-gui/javax.faces.resource/css/other-fonts/OpenSans-Semibold.eot.xhtml);
  src:
    url(/jarc-gui/javax.faces.resource/css/other-fonts/OpenSans-Semibold.eot.xhtml)
      format("embedded-opentype"),
    url(/jarc-gui/javax.faces.resource/css/other-fonts/OpenSans-Semibold.otf.xhtml);
  font-weight: 600;
}
@font-face {
  font-family: OpenSans;
  src: url(/jarc-gui/javax.faces.resource/css/other-fonts/OpenSans-Regular.eot.xhtml);
  src:
    url(/jarc-gui/javax.faces.resource/css/other-fonts/OpenSans-Regular.eot.xhtml)
      format("embedded-opentype"),
    url(/jarc-gui/javax.faces.resource/css/other-fonts/OpenSans-Regular.otf.xhtml);
  font-weight: 400;
}
/* niestandardowe fonty */

/* UI kit */

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.sms-main p {
  font-family: Dosis;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}

.sms-main a {
  font-family: OpenSans;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}

.sms-main a:hover {
  text-decoration: underline;
  text-decoration-color: #1bb1e7;
}

.sms-main img {
  max-width: 100%;
}

.sms-main input:not([type="checkbox"]) {
  background-color: transparent;
  border: 0px solid;
  color: #000;
  font-family: OpenSans;
  font-weight: 300;
  padding: 5px 0;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
}

.sms-main input:focus {
  border-bottom: 1px solid #1bb1e7;
  outline: none;
}

.sms-main *.text-white {
  color: #fff;
}

.sms-main *.text-green {
  color: #a3ba07;
}

.sms-main *.text-gray {
  color: #242424;
}

.sms-main *.text-sm {
  font-size: 12px;
}

.sms-main *.text-m {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .sms-main *.text-m {
    font-size: 16px;
  }
}

.sms-main *.text-l {
  font-size: 24px;
}

.sms-main *.text-upper {
  text-transform: uppercase;
}

.sms-main *.text-sbold {
  font-weight: 600;
}

.text-right {
  text-align: right;
}

/* Sms page styles */

.sms-main,
.sms-main *,
.sms-main *:after,
.sms-main *:before {
  box-sizing: border-box;
}

.sms-container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 20px;
}

.sms-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.sms-row.nowrap {
  flex-wrap: nowrap;
}

.sms-container.sms-top-logos {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sms-top-logos--row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .sms-top-logos--row {
    flex-direction: column;
    justify-content: center;
  }
}

.sms-emergency {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sms-emergency p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  padding-right: 20px;
}

.sms-main-img {
  height: 206px;
  background-image: url(/jarc-gui/javax.faces.resource/images/sms/top_back.jpg.xhtml);
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: visible;
}

.sms-info--heading {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sms-info--heading .sms-info--heading-left {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 20px;
  border-right: 1px solid #e7e7e7;
}

.sms-info--heading .sms-info--heading-left p {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .sms-info--heading {
    flex-direction: column;
  }

  .sms-info--heading .sms-info--heading-left {
    border-bottom: 1px solid #e7e7e7;
    border-right: none;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .sms-info--heading .sms-info--heading-left p {
    text-align: left;
  }

  .sms-info--heading-right {
    text-align: center;
  }
}

/* Sms tabs styles */

.sms-info--tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid #1bb1e7;
  padding: 0 20px;
}

.sms-info--tabs-item {
  padding: 13px 20px;
  border: 1px solid #dbdbdb;
  border-bottom: none;
  cursor: pointer;
  flex: 1 1 0px;
  text-align: center;
  white-space: nowrap;
}

.sms-info--tabs-item:hover {
  border: 1px solid #1bb1e7;
  border-bottom: none;
}

.sms-info--tabs-item.sms-tab--active {
  background-color: #1bb1e7;
  border-color: #1bb1e7;
}

.sms-info--tabs-item.sms-tab--active p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sms-info--tabs {
    padding: 0;
    gap: 0;
    flex-direction: column;
    position: relative;
  }

    .sms-info--tabs:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -1px;
    height: 1px;
    background-color: #1bb1e7;
  }

  .sms-info--tabs-item {
    padding: 6px 12px;
    border-bottom: 1px solid #dbdbdb;
  }
}

.sms-tab--content {
  padding: 60px 0;
}

.sms-form--wrapper {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #d4d4d4;
}

.input-wrapper {
  flex: 1 1 0px;
  position: relative;
  margin-bottom: 25px;
}

.input-wrapper .input-required {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}

.sms-checkbox--wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.recaptcha-wrapper {
  margin-top: 25px;
}

.sms-btn--submit {
  text-align: center;
  font-family: OpenSans;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background-color: #f28c08;
  border: 0px solid;
  cursor: pointer;
  padding: 8px 44px;
  margin-top: 25px;
}

.sms-btn--submit:disabled {
  background-color: #dedede;
  cursor: not-allowed;
}

#smsAkt,
#smsWyrej,
#smsDeakt {
  display: none;
}

@media screen and (max-width: 768px) {
  .sms-tab--content .sms-row {
    gap: 0;
  }

  .sms-tab--content .input-wrapper {
    flex: 1 1 100%;
  }
}

/* Sms map styles */
.sms-map {
  background-color: #cddbdd;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: 1fr;
}

@media screen and (max-width: 768px) {
  .sms-map {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
}

.sms-map--contact p,
.sms-map--contact a {
  font-family: OpenSans;
  color: #2e2e2e;
}
.sms-map--contact {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}

.sms-map--heading {
  display: flex;
  align-items: center;
  gap: 25px;
}

.sms-map--heading p {
  font-size: 21px;
}

/* Sms footer styles */
.sms-footer {
  background-color: #1bb1e7;
}

.sms-footer-content {
  padding-top: 35px;
  padding-bottom: 35px;
}

.sms-serwis-link {
  display: flex;
  align-items: center;
}

.sms-footer .sms-serwis-link:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.sms-serwis-bg {
  width: 286px;
  height: 48px;
  background-image: url(/jarc-gui/javax.faces.resource/images/sms/awa_butt.png.xhtml);
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sms-footer-copyright {
  background-color: #0390c3;
  padding: 25px 0;
}

@media screen and (max-width: 768px) {
  .sms-footer-content > .sms-row {
    justify-content: center;
  }

  .sms-footer-copyright .sms-row {
    justify-content: center;
  }
  
  #checkReg {
   width: 25px;
   height: 25px;
  }
}
