/*!
 * Tomczak | Stanisławski
 */

body,
html {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'IBM Plex Sans', sans-serif;
}
::-moz-selection {
  background: #488cc9;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #488cc9;
  color: #fff;
  text-shadow: none;
}
img::-moz-selection {
  background: transparent;
  color: #fff;
}
img::selection {
  background: transparent;
  color: #fff;
}
img::-moz-selection {
  background: transparent;
  color: #fff;
}
a {
  color: #000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
a:hover {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBM Plex Sans', sans-serif;
}
p {
  margin-bottom: 0;
}

section {
  padding: 60px 0;
}
section .container {
  max-width: 1190px;
}

.heading {
  text-transform: uppercase;
}

.col-img img {
  height: auto;
  max-width: 100%;
}

nav {
  background-color: #fff;
}
nav > .container {
  padding-right: 0;
  padding-left: 0;
}
nav .logo {
  padding: 15px 0;
}

.section-bg {
  background: #CD1719 url("../img/covidbg.jpg") calc((100% / 2) - 400px) 10px no-repeat;
  color: #fff;
}
.section-bg.section3 {
    background-position: calc((100% / 2) - 550px) 10px;
}
.section-bg .heading-top {
  margin-bottom: 50px;
}
.button.red{background:#CD1719;width: 100%;text-align: center;padding: 10px 0;color:#fff;font-size: 16px;font-weight: bold;margin: 40px 0 0 0;display: block;text-decoration:none;}
.button.red:hover{background:#000;}
.section-bg .heading-top p img {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.section-bg .heading-top p span {
  background-color: #242424;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: inline-block;
  font-weight: 700;
  margin-left: -53px;
  padding: 7px 40px 8px 70px;
  text-transform: uppercase;
}
.section-bg .heading-lg h1 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section-bg .heading-lg h1 span {
  background: #000;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 3px 0;
}
.section-bg .heading-lg h1 span.special {
  background: #ce171b;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 20px;
  text-transform: none;
}
.section-bg .content p {
  font-weight: 300;
}

.heading {
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.section-bg .col-right .form input[type="text"], 
.section-bg .col-right .form input[type="email"] {
  border: 0;
  margin-bottom: 10px;
  padding: 7px 20px;
  width: 100%;
}
.section-bg .col-right .form label {
  font-size: 13px;
  margin: 10px 0 40px;
}
.section-bg .col-right .form label input[type="checkbox"] {
  margin-right: 15px;
}
.section-bg .col-right .form a {
  color: #fff;
}
.section-bg .col-right .form .button-regulamin {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 0 2px;
}
.section-bg .col-right .form .button-regulamin:hover {
  text-decoration: underline;
}

.button-submit {
  position: relative;
} 
.button-submit a, 
.button-submit input {
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.button-submit::before {
  content: url("../img/icon-ok.png");
  position: absolute;
  top: 13px;
  left: 20px;
}
.button-submit:hover a, 
.button-submit:hover input {
  background-color: transparent;
    border: 3px solid #fff;
}

.section2 .heading.red {
  color: #cd1719;
}
.section2 .col-left .heading {
  margin-bottom: 70px;
}
.tiles .tile {
  border: 1px solid #363636;
  color: #363636;
  margin: 0 0 30px 0;
  padding: 20px;
}
.tiles .tile > div {
  padding-right: 0;
  padding-left: 0;
}
.tiles .tile .col-img {
  text-align: center;
}
.tiles .tile .col-img img {
  padding-top: 6px;
}
.section2 .col-right .content .heading {
  margin-bottom: 20px;
}
.content ul {
  color: #353535;
  font-size: 15px;
  list-style: none;
  padding-left: 0;
}
.content ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.content ul li::before {
  content: "";
  background-color: #cd1719;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 4px;
  height: 12px;
  width: 12px;
}


.section3 .col-left {
  text-align: center;
}

footer {
  color: #242424;
  font-size: 13px;
  padding: 15px 0;
}
footer .col-left {
  text-transform: uppercase;
}
.ts {
  text-align: right;
}
.ts a {
  color: inherit;
  text-decoration: none;
}
.ts a span {
  color: inherit;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.ts a:hover {
  color: #b6152b;
}
.ts a:hover span {
  color: #b6152b;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.ts:hover span {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

#mce-responses {
  margin-bottom: 20px;
}

body .modal-dialog {
  max-width: 700px;
}
body .modal-dialog .modal-content {
  padding: 10px 20px;
}

.tablet {
  margin: 0 auto;
  max-width: 269px;
}
