.topbar {
   background: #f52a7b;
   padding: 20px;
}

.bg-dark {
   background: #f52a7b !important;
}

.navbar .nav-item .nav-link {
   color: #FFF;
}

.article__text {
   font: 16px/24px "OpenSansRegular", sans-serif;
   color: rgb(51, 51, 51);
   padding-left: 0px;
   padding-top: 24px;
}

.of-site {
   font-size: 30px;
}

.comment-user {
   min-height: 130px;
   clear: both;
   border-bottom: 1px solid rgb(204, 204, 204);
   margin-bottom: 20px;
}

.article__text p {
   padding: 0px 0px 30px;
   text-indent: 30px;
   text-align: left ! important;
}

.myarticle-comment .user-name {
   font-weight: bold;
   padding: 0px 0px 10px;
}
.myarticle-comment .user-name a {
   color: inherit;
   text-decoration: none;
}
.myarticle-comment img {
   width: 60px;
   float: left;
   margin: 0px 20px 0px 0px;
}

.mycity {
   text-transform: uppercase;
   font-size: 9px;
   letter-spacing: 0.1px;
   background: #757575;
   padding: 2px 3px 1px 3px;
   margin-left: 9px;
   color: #ffffff;
   font-weight: 600;
   line-height: 19px;
   vertical-align: super;
   border-radius: 1px;
   border: 3px double #ffffff;
}

.footer {
   background: #000;
   text-align: center;
   padding: 30px;
}

.footer p {
   margin: 0;
}

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

.cid-skp7Wwy74M {
   padding-top: 15px;
   padding-bottom: 15px;
   background-color: #ffffff;
}

.cid-skp7Wwy74M .underline {
   padding-top: .5rem;
   padding-bottom: .5rem;
}

.cid-skp7Wwy74M .underline .line {
   width: 5rem;
   height: 3px;
   background: linear-gradient(90deg, #6592e6, #ff6666);
   display: inline-block;
}

.cid-skp7Wwy74M .mbr-section-subtitle {
   color: #767676;
   font-weight: 300;
}

.cid-skp7Wwy74M .number-wrap {
   color: #ffffff;
   background: #ff9a9e;
   position: relative;
   display: inline-block;
   text-align: center;
   padding: 5px 10px 13px 10px;
   margin: 0;
   min-width: 118px;
   max-width: 100%;
   background: linear-gradient(135deg, #ff9a9e, #ff3366);
}

.cid-skp7Wwy74M .number {
   font-style: normal;
   font-weight: 700;
   font-size: 55px;
   text-transform: none;
   letter-spacing: -2px;
   word-spacing: 0;
   line-height: 1.3;
   color: #ffffff;
}

.cid-skp7Wwy74M .period {
   display: block;
   padding-top: 2px;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cid-skp7Wwy74M .dot {
   position: absolute;
   top: -10px;
   right: -1em;
   width: 1em;
   display: none;
   height: 83%;
   overflow: hidden;
   font-style: normal;
   font-weight: 700;
   font-size: 55px;
   line-height: 89.65px;
   text-transform: none;
   letter-spacing: 0;
   word-spacing: 0;
   color: #ffffff;
}

.cid-skp7Wwy74M .countdown-cont {
   max-width: 700px;
   margin: 0 auto;
}

@media (max-width: 768px) {
   .cid-skp7Wwy74M .dot {
      display: none;
   }
}

@media (max-width: 550px) {
   .cid-skp7Wwy74M .col-xs-3 {
      padding-left: 0;
      padding-right: 0;
   }

   .cid-skp7Wwy74M .number-wrap {
      min-width: auto;
   }

   .cid-skp7Wwy74M .number {
      white-space: nowrap;
   }
}

@media (max-width: 440px) {
   .cid-skp7Wwy74M .number {
      font-size: 40px;
   }
}

@media (max-width: 380px) {
   .cid-skp7Wwy74M .period {
      font-size: 0.8rem;
   }
}

@media (max-width: 300px) {
   .cid-skp7Wwy74M .number {
      font-size: 28px;
   }

   .cid-skp7Wwy74M .period {
      font-size: 0.7rem;
   }
}

.card .card-body {
   background: #efefef;
   text-align: center
}
#iznad {
   max-width: 550px;
   width: 100%;
   margin: 0 auto;
}
.recept h2 {
   color: red;
   font-size: 1.5rem;
   font-weight: 700
}

.recept h1 {
   font-size: 1.5rem;
   font-weight: 700
}

.recept p {
   border: 2px solid #0094ff;
   padding: .5rem;
   font-weight: 700;
   font-size: .9rem
}

.recept label {
   font-weight: 700
}

.recept .btn-primary {
   width: 100%;
   width: 100%;
   font-size: 1.5rem
}

.recept .form-control {
   height: calc(2em + .75rem + 2px);
   padding: 0 .75rem;
}
form .input-wrapper label {
   display: none;
   pointer-events: none;
 }
 
 form .input-wrapper {
   position: relative;
   margin: 0 auto 20px;
 }
 
 form .input-wrapper .error {
   border: 1px solid red!important;
   padding-top: 6px!important;
 }
 
 form .input-wrapper .error+label {
   width: 100%;
   height: 100%;
   color: red;
   display: block !important;
   font-size: 11px;
   line-height: 17px;
   position: absolute;
   top: 0;
   left: 10px;
   text-align: left!important;
 }
 
 form .input-wrapper .error+label:before,
 form .input-wrapper .error+label:after {
   content: "";
   position: absolute;
   right: 30px;
   top: 50%;
   width: 3px;
   height: 21px;
   background-color: red
 }
 
 form .input-wrapper .error+label:before {
   -webkit-transform: translate(0, -50%) rotate(135deg);
   transform: translate(0, -50%) rotate(135deg)
 }
 
 form .input-wrapper .error+label:after {
   -webkit-transform: translate(0, -50%) rotate(45deg);
   transform: translate(0, -50%) rotate(45deg)
 }
@media (max-width:992px) {
   .navbar-expand-md .navbar-collapse {
      display: none!important;
   }
}
@media (max-width:380px) {
   .cid-skp7Wwy74M .number {
      font-size: 34px;
  }
   .timer {
      margin: 0;
   }
   .timer .col-3 {
      padding: 0 5px;
   }
   .cid-skp7Wwy74M .number-wrap {
      padding: 5px 5px 13px;
   }
}
footer {
   text-align: center;
   padding: 20px 0;
}
footer a {
   font-size: 14px;
}