.add_1 {
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.add_2 {
  font-size: 33px;
  line-height: 38px;
}

.add_3 {
  margin-top: 30px;
}

.add_4 {
  border-radius: 7px;
  max-width: 200px;
  height: auto;
}

.add_5 {
  margin: 10px 0;
  font-weight: 700;
}

.add_6 {
  color: #000;
}

.add_7 {
  border-radius: 15px;
  max-width: 50%;
  height: auto;
}

.add_8 {
  margin-top: -14px;
}

.add_9 {
  font-weight: 700;
  display: inline;
}

.add_10 {
  max-width: 100px;
}

.add_11 {
  text-align: center !important;
  color: #000;
}

.add_12 {
  font-size: 15px;
}

.add_13 {
  margin: 10px 0;
  justify-content: center;
}

.add_14 {
  display: none;
}

.add_15 {
  font-size: 13px;
  font-weight: 400;
}

.add_16 {
  justify-content: center;
}

.add_17 {
  background: #ff8c00 !important;
  border-color: #ff8c00 !important;
}

.add_18 {
  color: green;
}

.add_19 {
  text-align: center;
  padding: 20px 0;
}

#form input[type="text"], #form input[type="email"], #form select, #form select {
  float: none;
  border: .7px solid gray;
  border-radius: 5px;
  width: 70%;
  height: 37px;
  padding: .9% 2%;
}

label {
  float: left;
  width: 27%;
  padding-top: 3px;
  font-size: 14px;
  display: block;
}

hr {
  clear: both;
  background-color: #fff;
  border: 0;
  height: 1px;
  margin: 0 0 5px;
  display: block;
}

#popup .l .item1 .txt1, #popup .l .item1 .txt2, #form .l .item1 .txt1, #form .l .item1 .txt2 {
  font-size: 22px;
}

#popup .item1 img, #form .item1 img {
  float: right;
  width: 100px;
  height: auto;
  margin-top: -91px;
}

#popup .h, #form .h {
  text-align: left;
  margin-bottom: 28px;
  font-size: 30px;
}

@media (width <= 1378px) {
  .callbox {
    display: none;
  }
}

@media (width <= 479px) {
  #popup .item1 img, #form .item1 img {
    float: none;
    width: 100px;
    margin-top: -28px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .item1 {
    margin-bottom: 40px;
  }

  label {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 0;
    display: block;
  }

  #form input[type="text"], #form input[type="email"], #form select {
    float: none;
    width: 100%;
  }
}

p {
  color: #000;
}

#mh_blink {
  text-align: center;
  color: red;
  font-size: 14px;
  font-weight: bold;
}

.container {
  float: none;
  background: #fff;
  width: auto;
  max-width: 980px;
  margin: 32px auto;
  padding: 0 18px;
  display: block;
}

.container:before, .container:after {
  content: "";
  display: table;
}

.container:after {
  clear: both;
}

@media only screen and (width <= 980px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.form-container {
  float: none;
  width: auto;
  max-width: 760px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.form-container:before, .form-container:after {
  content: "";
  display: table;
}

.form-container:after {
  clear: both;
}

body {
  color: #3e3e3e;
  background: #efefef;
  margin: 0;
  font-family: open-sans, sans-serif;
  font-size: 19px;
}

a {
  color: #000;
  text-decoration: none;
}

a.highlight {
  color: #0034ca;
  font-family: bold;
  text-decoration: underline;
  display: block;
}

p {
  text-align: justify;
  color: #000;
  margin-top: 0;
  font-family: open-sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

p span {
  color: #000;
}

img {
  max-width: 100%;
}

h1 {
  letter-spacing: -1px;
  color: #3e3e3e;
  margin: 0;
  font-family: open-sans, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 46px;
}

@media only screen and (width <= 600px) {
  h1 {
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 34px;
  }
}

h3 {
  margin: 0;
  font-family: open-sans, sans-serif;
  font-size: 30px;
}

h4 {
  margin: 24px 0;
  font-size: 24px;
  line-height: 32px;
}

ul {
  padding: 0;
}

button {
  color: #fff;
  cursor: pointer;
  background: #135e99;
  border: none;
  margin-bottom: 24px;
  padding: 6px 18px;
  font-size: 28px;
}

button:hover {
  color: #fff;
  background: #000;
}

.center, .center p {
  text-align: center;
  margin: 24px 0;
}

.wrap:before, .wrap:after {
  content: "";
  display: table;
}

.wrap:after {
  clear: both;
}

.blue {
  color: #135e99;
}

.dark-blue {
  color: #3827fe;
}

figure:before, figure:after {
  content: "";
  display: table;
}

figure:after {
  clear: both;
}

figure.left {
  float: left;
  width: 40%;
  margin: 0 20px 0 0;
}

@media only screen and (width <= 600px) {
  figure.left {
    float: none;
    text-align: center;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

figure.right {
  float: right;
  text-align: right;
  margin: 0 0 18px 20px;
}

@media only screen and (width <= 600px) {
  figure.right {
    float: none;
    text-align: center;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

figure img {
  display: inline-block;
}

@media only screen and (width <= 600px) {
  figure img {
    width: 100%;
  }
}

.share {
  text-align: right;
}

@media only screen and (width <= 790px) {
  .share {
    text-align: center;
  }
}

.share a {
  height: 40px;
  transition: all .5s;
  display: inline-block;
}

.share a.fb-like {
  width: 280px;
}

.share a.fb-share {
  background-position: -280px 0;
  width: 130px;
}

.share a.tweet {
  background-position: -410px 0;
  width: 100px;
}

.share a.plus {
  background-position: -510px 0;
  width: 88px;
}

.share a.pin {
  background-position: -600px 0;
  width: 43px;
}

.share a:hover {
  opacity: .7;
}

figcaption {
  padding-bottom: 12px;
  font-size: 14px;
  font-style: italic;
}

header:before, header:after {
  content: "";
  display: table;
}

header:after {
  clear: both;
}

header #date {
  color: #747373;
  text-align: right;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 10px;
  padding: 5px 0;
  font-size: 12px;
}

header .logo {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 12px 0;
  display: inline-block;
}

header .logo:before, header .logo:after {
  content: "";
  display: table;
}

header .logo:after {
  clear: both;
}

header .logo:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 790px) {
  .share a.pin {
    display: none;
  }

  header .logo {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  header .logo:first-child {
    margin-left: auto;
  }

  header .logo:last-child {
    margin-right: auto;
  }
}

header .logo h1 {
  color: #747373;
  letter-spacing: -2px;
  font-family: Open Sans Light;
  font-size: 40px;
  font-weight: lighter;
  display: inline-block;
}

header .logo h1 span {
  margin-left: 3px;
  font-size: 28px;
}

header .header-right {
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.6667%;
  margin-left: 0%;
  margin-right: 0%;
}

@media only screen and (width <= 790px) {
  header .header-right {
    position: relative;
  }
}

header .header-right:before, header .header-right:after {
  content: "";
  display: table;
}

header .header-right:after {
  clear: both;
}

header .header-right:last-child {
  margin-right: 0%;
}

header .header-right .weather {
  text-align: right;
}

@media only screen and (width <= 790px) {
  header .header-right .weather {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  header .header-right .weather:first-child {
    margin-left: auto;
  }

  header .header-right .weather:last-child {
    margin-right: auto;
  }

  header .header-right {
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  header .header-right:first-child {
    margin-left: auto;
  }

  header .header-right:last-child {
    margin-right: auto;
  }
}

header .header-right.ml {
  background-position: -40px 0;
}

header .social-wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  text-align: center;
  width: 33.3333%;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 12px;
}

header .social-wrapper:before, header .social-wrapper:after {
  content: "";
  display: table;
}

header .social-wrapper:after {
  clear: both;
}

header .social-wrapper:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 790px) {
  header .social-wrapper {
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  header .social-wrapper:first-child {
    margin-left: auto;
  }

  header .social-wrapper:last-child {
    margin-right: auto;
  }
}

header .social-wrapper .social-share {
  text-indent: -9999px;
  background-position: -80px;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  display: block;
}

nav ul li {
  text-align: center;
  display: table-cell;
}

@media only screen and (width <= 790px) {
  nav ul {
    height: auto;
  }
}

nav ul:before, nav ul:after {
  content: "";
  display: table;
}

nav ul:after {
  clear: both;
}

@media only screen and (width <= 790px) {
  nav ul li {
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  nav ul li:first-child {
    margin-left: auto;
    display: block;
  }

  nav ul li:last-child {
    margin-right: auto;
  }
}

nav ul li:hover ul {
  display: inline-block;
}

@media only screen and (width <= 790px) {
  nav ul li:hover ul {
    height: auto;
  }
}

nav ul li a {
  color: #fff;
  z-index: 9999;
  letter-spacing: .5px;
  border-right: 1px solid #ddd;
  padding: 6px 0;
  font-size: 14px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

@media only screen and (width <= 790px) {
  nav ul li a {
    border-bottom: 1px solid #1a3682;
    font-size: 18px;
    display: block;
  }
}

nav ul li a:hover {
  opacity: .5;
  background: #000;
}

nav ul li ul {
  z-index: 1;
  background: #f5f4ef;
  width: 100%;
  display: none;
  position: absolute;
  bottom: -26px;
  left: 0;
}

nav ul li ul li {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.2857%;
  margin-left: 0%;
  margin-right: 0%;
}

nav ul li ul li:before, nav ul li ul li:after {
  content: "";
  display: table;
}

nav ul li ul li:after {
  clear: both;
}

nav ul li ul li a {
  color: #1b4482;
  text-transform: none;
  background: #f5f4ef;
  padding: 0;
  font-family: RobotoMedium;
  font-size: 14px;
}

nav ul li ul li a:hover {
  background: none;
}

nav ul li ul li a:hover:after {
  border: none;
}

.breadcrumb {
  position: absolute;
  bottom: 0;
}

@media only screen and (width <= 790px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb ul {
  padding-left: 0;
  list-style: none;
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li a {
  font-size: 12px;
  font-weight: bold;
}

.breadcrumb ul li:last-child {
  text-decoration: underline;
}

.breadcrumb ul li:last-child:after {
  content: "";
}

.breadcrumb ul li:after {
  content: "»";
  margin-left: 4px;
}

.search {
  text-align: left;
  float: right;
  margin: 0 0 12px;
}

.search .row {
  float: left;
}

.search:before, .search:after {
  content: "";
  display: table;
}

.search:after {
  clear: both;
}

@media only screen and (width <= 790px) {
  .search {
    text-align: center;
    float: none;
    width: 220px;
    margin: 18px auto;
  }
}

.search input[type="text"] {
  border: 2px solid #ddd;
  margin-right: -6px;
  padding: 8px;
}

.search .submit-button {
  text-indent: -9999px;
  cursor: pointer;
  color: #b00c0c;
  background-position: 10px 12px;
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  width: 34px;
  height: 35px;
  padding-top: 2px;
}

.search .submit-button:hover {
  opacity: .5;
}

.content-container:before, .content-container:after {
  content: "";
  display: table;
}

.content-container:after {
  clear: both;
}

.content {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.6667%;
  margin-left: 0%;
  margin-right: 3%;
}

.content:before, .content:after {
  content: "";
  display: table;
}

.content:after {
  clear: both;
}

.content:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 780px) {
  .content {
    width: 100%;
  }
}

@media only screen and (width <= 600px) {
  .content {
    margin-top: 0;
  }
}

.content .content-sidebar-wrapper:before, .content .content-sidebar-wrapper:after {
  content: "";
  display: table;
}

.content .content-sidebar-wrapper:after {
  clear: both;
}

.content .side-content-section {
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}

.content .side-content-section:before, .content .side-content-section:after {
  content: "";
  display: table;
}

.content .side-content-section:after {
  clear: both;
}

.content .side-content-section:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 780px) {
  .content .side-content-section {
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .content .side-content-section:first-child {
    margin-left: auto;
  }

  .content .side-content-section:last-child {
    margin-right: auto;
  }
}

@media only screen and (width <= 480px) {
  .content .side-content-section {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 4px;
    display: block;
  }

  .content .side-content-section:first-child {
    margin-left: auto;
  }

  .content .side-content-section:last-child {
    margin-right: auto;
  }
}

.content .side-content-section .padding-wrapper {
  padding-right: 48px;
}

@media only screen and (width <= 780px) {
  .content .side-content-section .padding-wrapper {
    padding-right: 24px;
  }
}

.content .intro-content h3 {
  float: none;
  text-align: left;
  width: 100%;
  margin: -6px 0 10px;
  font-family: georgia;
  font-size: 1.4em;
  line-height: 1.6em;
}

.content .intro-content .meta p {
  text-align: right;
  margin-bottom: 0;
}

.content .intro-content:before, .content .intro-content:after {
  content: "";
  display: table;
}

.content .intro-content:after {
  clear: both;
}

.content .intro-content .mini-left {
  float: left;
  box-shadow: none;
  background: none;
  border: none;
  width: 26%;
  margin: 0;
}

@media only screen and (width <= 600px) {
  .content .intro-content .mini-left {
    float: none;
    width: 50%;
    margin: 0 auto;
  }
}

.content .alignleft {
  float: left;
  margin: 4px 24px 12px 0;
}

.content .alignright {
  float: right;
  margin: 4px 0 12px 24px;
}

.content .highlight-bold {
  font-family: bold;
  font-size: 30px;
}

.content .highlight.yellow {
  background: #ff0;
  padding: 5px;
  font-family: bold;
  line-height: 24px;
}

.content .featured {
  background: #f5f5f5;
  border: 2px solid #d9d9d9;
  height: auto;
  margin: 50px 0;
  padding: 4px 18px;
  font-family: bold;
}

@media only screen and (width <= 600px) {
  .content .featured {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (width <= 780px) {
  .content .featured {
    height: auto;
  }
}

.content .featured p {
  text-align: center;
  margin-top: 32px;
  padding: 12px;
  font-size: 18px;
  line-height: 26px;
}

.content .featured p.notice {
  color: red;
  margin: 0;
  font-family: bold;
  font-size: 24px;
}

.content .featured h3 {
  text-align: center;
  margin: 18px 0;
}

.content .featured h4 {
  text-align: center;
  color: #006598;
  font-family: bold;
  font-size: 32px;
  line-height: 38px;
}

.content .featured h4 a {
  text-decoration: underline;
}

.content .featured h5 {
  margin: 12px 0 0;
  font-size: 22px;
}

.content .featured img {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}

.content .featured img:before, .content .featured img:after {
  content: "";
  display: table;
}

.content .featured img:after {
  clear: both;
}

.content .featured-image {
  text-align: center;
}

.head-intro {
  margin-top: 24px;
  margin-bottom: 48px;
}

@media only screen and (width <= 780px) {
  .head-intro {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.sidebar {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333%;
  margin-left: 0%;
  margin-right: 3%;
}

.sidebar:before, .sidebar:after {
  content: "";
  display: table;
}

.sidebar:after {
  clear: both;
}

.sidebar:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 780px) {
  .sidebar {
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sidebar:first-child {
    margin-left: auto;
  }

  .sidebar:last-child {
    margin-right: auto;
  }
}

.sidebar .weather-widget {
  border: 1px solid #ddd;
}

.sidebar .movie-widget {
  border: 1px solid #999;
  margin: 25px 0 0;
}

.main-video {
  border: 1p solid black;
  margin: 10px 0;
}

@media only screen and (width <= 680px) {
  .sidebar .weather-widget #inpl-weather-main {
    margin: 0 auto;
  }
}

.sidebar .testimonial-box {
  background: #efefef;
  border: 1px solid #ddd;
  margin-bottom: 60px;
  padding: 10px;
}

.sidebar .testimonial-box h4 {
  font-size: 18px;
}

.sidebar .testimonial-box p {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (width <= 780px) {
  .sidebar .testimonial-box {
    text-align: center;
    background: none;
    border: none;
  }
}

.sidebar .widget-title {
  text-align: left;
  font-size: 24px;
}

.sidebar .side-menu {
  list-style: none;
}

.sidebar .side-menu li {
  margin-bottom: 12px;
  font-size: 18px;
}

.sidebar .side-menu li a {
  color: #000;
  border-bottom: 1px solid #135e99;
}

.sidebar .side-menu li a:hover {
  border-width: 3px;
  border-color: #c00000;
}

.sidebar .featured-widget {
  text-align: center;
  background: linear-gradient(#3b5ebc 0%, #3a55a2 100%);
  margin-top: 24px;
  box-shadow: 1px 1px 1px #000;
}

.sidebar .featured-widget h3 {
  color: #fff;
  text-align: center;
  background: #001652;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  font-family: open-sans, sans-serif;
  font-size: 24px;
  position: relative;
  top: 30px;
}

.sidebar .featured-widget .featured-widget-image {
  margin-top: 60px;
}

.sidebar .featured-widget .featured-widget-link {
  margin-top: 32px;
  margin-bottom: 12px;
}

.sidebar .featured-widget .featured-widget-link a {
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 12px;
  transition: all .5s;
}

.sidebar .featured-widget .featured-widget-link a:hover {
  color: #fff;
  background: #000;
}

.end-info {
  text-align: center;
  margin: 24px;
}

.end-info a {
  color: #3827fe;
  font-family: bold;
  font-size: 24px;
  text-decoration: underline;
}

footer {
  border-top: 1px solid #ddd;
}

footer .footer-links {
  text-align: center;
  margin: 12px 0;
  list-style: none;
}

@media only screen and (width <= 780px) {
  footer .footer-links {
    text-align: center;
  }
}

footer .footer-links li {
  margin-left: 12px;
  display: inline-block;
}

footer .footer-links li a {
  font-size: 12px;
}

.sales-template {
  background: #efefef;
}

.sales-template .container {
  background: #fff;
  padding: 0 32px;
}

@media only screen and (width <= 780px) {
  .sales-template .container {
    padding: 0 12px;
  }
}

.sales-template p {
  text-align: left;
  color: #000;
  font-family: georgia;
  font-size: 16px;
  line-height: 1.5em;
}

.sales-template p.left-indent {
  color: #000;
  border-left: 4px solid #ddd;
  margin-left: 32px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (width <= 780px) {
  .sales-template p.left-indent {
    margin-top: 12px;
    margin-left: 0;
  }
}

.sales-template .left-side {
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.6667%;
  margin-left: 0%;
  margin-right: 0%;
}

.sales-template .left-side:before, .sales-template .left-side:after {
  content: "";
  display: table;
}

.sales-template .left-side:after {
  clear: both;
}

.sales-template .left-side:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 780px) {
  .sales-template .left-side {
    width: 100%;
  }
}

.sales-template header {
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
  border: none;
}

.sales-template header .logo {
  margin: 90px 0;
}

.sales-template header .site-title {
  margin-bottom: 72px;
}

.sales-template header .site-title p {
  color: #fff;
  text-align: center;
  margin: 16px 0;
  font-size: 48px;
  line-height: 48px;
}

.sales-template header .site-title p.subtitle {
  text-transform: uppercase;
  font-family: bold;
}

.sales-template header .site-title p.subtitle .highlight {
  color: #fffc01;
  text-decoration: underline;
}

.sales-template footer {
  float: none;
  width: auto;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.sales-template footer:before, .sales-template footer:after {
  content: "";
  display: table;
}

.sales-template footer:after {
  clear: both;
}

.sales-template footer p {
  text-align: center;
  font-size: 12px;
}

.sales-template .notice {
  text-align: center;
  width: 60% auto;
  border: 1px solid #000;
  height: auto;
  margin: 24px auto;
  padding: 4px 18px 12px;
  font-family: georgia;
}

@media only screen and (width <= 600px) {
  .sales-template .notice {
    width: auto;
  }
}

.sales-template .notice h3 {
  color: red;
  text-transform: uppercase;
}

.sales-template .notice p {
  text-align: center;
  font-weight: bold;
}

.sales-template .testimonials:before, .sales-template .testimonials:after {
  content: "";
  display: table;
}

.sales-template .testimonials:after {
  clear: both;
}

.sales-template .testimonials .single-testimonial {
  text-align: center;
  padding: 12px;
}

.sales-template .testimonials .single-testimonial:before, .sales-template .testimonials .single-testimonial:after {
  content: "";
  display: table;
}

.sales-template .testimonials .single-testimonial:after {
  clear: both;
}

.sales-template .testimonials .single-testimonial h3 {
  color: #3d466e;
  text-align: center;
  margin: 12px 0;
}

.sales-template .testimonials .single-testimonial p {
  margin-top: 4px;
  margin-bottom: 8px;
  font-family: georgia;
}

.sales-template .testimonials .single-testimonial .test-image {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}

.sales-template .testimonials .single-testimonial .test-image:before, .sales-template .testimonials .single-testimonial .test-image:after {
  content: "";
  display: table;
}

.sales-template .testimonials .single-testimonial .test-image:after {
  clear: both;
}

.sales-template .testimonials .single-testimonial .test-content {
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}

.sales-template .testimonials .single-testimonial .test-content:before, .sales-template .testimonials .single-testimonial .test-content:after {
  content: "";
  display: table;
}

.sales-template .testimonials .single-testimonial .test-content:after {
  clear: both;
}

.sales-template .testimonials .single-testimonial .test-content p {
  padding: 0 12px;
  font-size: 14px;
  line-height: 16px;
}

.sales-template .testimonial {
  margin-bottom: 32px;
}

.sales-template .testimonial:before, .sales-template .testimonial:after {
  content: "";
  display: table;
}

.sales-template .testimonial:after {
  clear: both;
}

.sales-template .wywiad {
  border: 4px solid #135e99;
  border-radius: 18px;
  margin: 0 auto;
  padding: 24px;
}

.sales-template .wywiad .highlight.yellow {
  background: #ff0;
  padding: 12px 8px;
  font-family: bold;
  line-height: 24px;
}

.sales-template .wywiad table {
  border-collapse: separate;
  border-spacing: 0 12px;
}

.sales-template .wywiad table tr td {
  vertical-align: top;
  margin-bottom: 12px;
  padding-left: 12px;
}

.sales-template .wywiad table tr td:first-child {
  text-align: right;
}

.sales-template .three-columns-wrapper {
  border-bottom: 1px solid #aaa;
  margin-top: 64px;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.sales-template .three-columns-wrapper:before, .sales-template .three-columns-wrapper:after {
  content: "";
  display: table;
}

.sales-template .three-columns-wrapper:after {
  clear: both;
}

.sales-template .three-columns-wrapper .three-columns {
  float: left;
  clear: none;
  text-align: inherit;
  text-align: center;
  width: 33.3333%;
  margin-left: 0%;
  margin-right: 0%;
}

.sales-template .three-columns-wrapper .three-columns:before, .sales-template .three-columns-wrapper .three-columns:after {
  content: "";
  display: table;
}

.sales-template .three-columns-wrapper .three-columns:after {
  clear: both;
}

.sales-template .three-columns-wrapper .three-columns:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 600px) {
  .sales-template .three-columns-wrapper .three-columns {
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sales-template .three-columns-wrapper .three-columns:first-child {
    margin-left: auto;
  }

  .sales-template .three-columns-wrapper .three-columns:last-child {
    margin-right: auto;
  }
}

.sales-template .three-columns-wrapper .three-columns .top-col {
  height: 180px;
}

.sales-template .three-columns-wrapper .three-columns p {
  text-align: center;
  padding-right: 32px;
}

.sales-template .call-us {
  background-position: 12px 4px;
  border: 4px solid #135e99;
  border-radius: 18px;
  height: 60px;
  margin-top: 48px;
  margin-bottom: 38px;
  padding: 14px 20px 14px 14px;
  font-family: bold;
  line-height: 48px;
}

.sales-template .call-us.second p {
  color: #135e99;
  margin-right: 0;
  padding-top: 10px;
  font-size: 48px;
}

@media only screen and (width <= 900px) {
  .sales-template .call-us.second p, .sales-template .call-us.second .highlight a {
    font-size: 32px;
  }
}

.sales-template .call-us p {
  text-align: center;
  color: #135e99;
  margin: 0;
  font-family: bold;
  font-size: 38px;
  line-height: 52px;
}

.sales-template .call-us .highlight {
  padding: 3px 6px;
}

.sales-template .call-us .highlight a {
  color: #000;
  background: #ff0;
  padding: 0 8px 8px;
  font-size: 36px;
}

@media only screen and (width <= 900px) {
  .sales-template .call-us {
    height: auto;
  }

  .sales-template .call-us p, .sales-template .call-us .highlight {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .sales-template .call-us p:first-child, .sales-template .call-us .highlight:first-child {
    margin-left: auto;
  }

  .sales-template .call-us p:last-child, .sales-template .call-us .highlight:last-child {
    margin-right: auto;
  }

  .sales-template .call-us .highlight {
    margin: 12px 0;
  }
}

.sales-template .big-highlight {
  color: #135e99;
  text-align: left;
  background: #ff0;
  padding: 18px;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}

@media only screen and (width <= 600px) {
  .sales-template .big-highlight {
    width: auto;
    font-size: 32px;
  }
}

.sales-template .head-intro {
  text-align: center;
}

.sales-template .head-intro h1 {
  color: #ae1f1f;
  word-wrap: break-word;
  font-family: arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1em;
}

.sales-template .content {
  width: 100%;
  padding: 0;
}

.sales-template .content .content-intro:before, .sales-template .content .content-intro:after {
  content: "";
  display: table;
}

.sales-template .content .content-intro:after {
  clear: both;
}

.mhol li {
  margin-bottom: 10px;
}

.regulamin h1 {
  text-align: center;
}

.regulamin h3 {
  margin: 25px 0;
}

.mhinfo {
  text-align: justify;
  margin-top: 5px;
  display: block;
}

.mhinfo img {
  width: 60px;
  margin: 5px auto 6px 0;
  display: block;
}

@media only screen and (width <= 780px) {
  .sales-template .content article {
    padding: 0;
  }
}

.sales-template .content h1 {
  padding: 24px 10px;
  font-family: bold;
  font-size: 42px;
  line-height: 48px;
}

@media only screen and (width <= 780px) {
  .sales-template .content h1 {
    text-align: center;
    padding: 8px;
    font-size: 26px;
    line-height: 30px;
  }
}

.sales-template .content h1 .highlight {
  background: #fff600;
  padding: 4px 12px;
}

.sales-template h4 {
  text-align: center;
  margin: 8px 0;
  font-size: 18px;
  font-weight: bold;
}

.sales-template h3 {
  font-family: bold;
  font-size: 24px;
}

@media only screen and (width <= 780px) {
  .sales-template h3 {
    margin: 32px 0;
  }
}

.sales-template h3.icon-head {
  background: url("cccccccc.1b19eaba.webp") 0 4px no-repeat;
  padding-left: 32px;
}

.sales-template h2 {
  text-align: left;
  color: #135e99;
  margin: 48px 0 24px;
  font-family: georgia;
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (width <= 600px) {
  .sales-template h2 {
    text-transform: none;
  }
}

.sales-template .feat-arrow {
  color: #135e99;
  font-size: 24px;
}

.sales-template .feat-section {
  text-align: center;
  background: #f0fff0;
  border: 2px solid #adff2f;
  border-radius: 10px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 12px 24px;
}

.sales-template .feat-section:hover {
  color: #fff;
  background: #2bfc2b;
  font-weight: bold;
}

.sales-template .feat-section p {
  text-align: center;
}

.sales-template ul {
  color: #000;
  margin-left: 32px;
  font-family: georgia;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (width <= 780px) {
  .sales-template ul {
    margin-left: 0;
    list-style: inside;
  }
}

.sales-template .side-message {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}

.sales-template .side-message:before, .sales-template .side-message:after {
  content: "";
  display: table;
}

.sales-template .side-message:after {
  clear: both;
}

.sales-template .side-message:last-child {
  margin-right: 0%;
}

.sales-template .side-message h3 {
  color: #000;
}

.sales-template .side-message p {
  padding-right: 24px;
}

.sales-template .side-wrapper:before, .sales-template .side-wrapper:after {
  content: "";
  display: table;
}

.sales-template .side-wrapper:after {
  clear: both;
}

.sales-template .arrow-list {
  margin-top: 32px;
  margin-bottom: 42px;
  list-style: none;
}

.sales-template .arrow-list.no-border {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sales-template .arrow-list li {
  background-position: 4px 6px;
  margin-bottom: 0;
  padding-left: 32px;
  font-family: georgia;
}

.sales-template .arrow-list.small {
  font-size: 16px;
}

.sales-template .boldred {
  color: #135e99;
  font-family: ProBold;
  font-weight: bold;
}

.sales-template .big-arrow-list {
  border-bottom: 1px dotted #000;
  margin-top: 64px;
  padding-bottom: 24px;
  list-style: none;
}

.sales-template .big-arrow-list h3 {
  color: #135e99;
  padding-left: 90px;
  font-size: 36px;
  font-weight: bold;
  line-height: 56px;
}

.sales-template .big-arrow-list p {
  padding-left: 90px;
  line-height: 22px;
}

.sales-template .featured-in ul {
  list-style: none;
}

.sales-template .featured-in ul:before, .sales-template .featured-in ul:after {
  content: "";
  display: table;
}

.sales-template .featured-in ul:after {
  clear: both;
}

.sales-template .featured-in ul li {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 18px;
}

.sales-template .featured-in ul li:before, .sales-template .featured-in ul li:after {
  content: "";
  display: table;
}

.sales-template .featured-in ul li:after {
  clear: both;
}

@media only screen and (width <= 600px) {
  .sales-template .featured-in ul li {
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sales-template .featured-in ul li:first-child {
    margin-left: auto;
  }

  .sales-template .featured-in ul li:last-child {
    margin-right: auto;
  }
}

.sales-template .featured-in ul li .featured-desc {
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin: 12px;
  padding: 12px 8px 24px;
}

.sales-template .featured-in ul li .featured-image {
  margin: 18px 0;
}

.sales-template .cta {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.sales-template .guarantee {
  text-align: center;
}

.sales-template .guarantee h2 {
  margin: 0;
}

.sales-template .guarantee span {
  margin-bottom: 12px;
  font-size: 30px;
  display: block;
}

.sales-template .price {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
}

.sales-template .price span {
  display: inline-block;
}

.sales-template .price span.main-price {
  color: #135e99;
  font-family: bold;
  font-size: 42px;
}

.sales-template .button-cart {
  text-align: center;
  margin: 32px 0;
}

.sales-template .buy-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(#fa7c00 0%, #b65a00 100%);
  border: none;
  border-radius: 12px;
  padding: 8px 28px;
  font-family: ProBoldCond;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 1px 1px 1px #000;
}

.sales-template .buy-button:hover {
  color: #000;
  box-shadow: none;
  background: #fff;
}

.sales-template .sidebar {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333%;
  margin-top: 48px;
  margin-left: 0%;
  margin-right: 3%;
}

.sales-template .sidebar:before, .sales-template .sidebar:after {
  content: "";
  display: table;
}

.sales-template .sidebar:after {
  clear: both;
}

.sales-template .sidebar:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 780px) {
  .sales-template .sidebar {
    width: 100%;
  }
}

.sales-template .sidebar .side-wrapper {
  border-left: 1px solid #ddd;
  margin-left: 24px;
  padding-left: 24px;
}

@media only screen and (width <= 780px) {
  .sales-template .sidebar .side-wrapper {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}

.sales-template .testimonial-sales-box {
  background: #e6e6e6;
  margin: 42px 0;
}

@media only screen and (width <= 600px) {
  .sales-template .testimonial-sales-box {
    padding: 12px;
  }
}

.sales-template .testimonial-sales-box:before, .sales-template .testimonial-sales-box:after {
  content: "";
  display: table;
}

.sales-template .testimonial-sales-box:after {
  clear: both;
}

.sales-template .testimonial-sales-box h3 {
  margin: 16px 0 8px;
}

.sales-template .testimonial-sales-box .testimonial-image {
  float: left;
  clear: none;
  text-align: inherit;
  width: 40%;
  margin-left: 0%;
  margin-right: 0%;
}

@media only screen and (width <= 600px) {
  .sales-template .testimonial-sales-box .testimonial-image {
    width: 100%;
  }
}

.sales-template .testimonial-sales-box .testimonial-image:before, .sales-template .testimonial-sales-box .testimonial-image:after {
  content: "";
  display: table;
}

.sales-template .testimonial-sales-box .testimonial-image:after {
  clear: both;
}

.sales-template .testimonial-sales-box .testimonial-image:last-child {
  margin-right: 0%;
}

.sales-template .testimonial-sales-box .testimonial-image img {
  margin: 6px 24px 6px 6px;
}

.sales-template .testimonial-sales-box .testimonial-description {
  float: left;
  clear: none;
  text-align: inherit;
  width: 58.8%;
  margin-left: 0%;
  margin-right: 3%;
}

@media only screen and (width <= 600px) {
  .sales-template .testimonial-sales-box .testimonial-description {
    width: 100%;
  }
}

.sales-template .testimonial-sales-box .testimonial-description:before, .sales-template .testimonial-sales-box .testimonial-description:after {
  content: "";
  display: table;
}

.sales-template .testimonial-sales-box .testimonial-description:after {
  clear: both;
}

.sales-template .testimonial-sales-box .testimonial-description:last-child {
  margin-right: 0%;
}

.sales-template .testimonial-sales-box .testimonial-description p {
  padding-right: 24px;
  line-height: 20px;
}

.sales-template .testimonial-sales-box .testimonial-name {
  float: right;
  margin-top: 12px;
}

#form-submission {
  float: none;
  background: #eee;
  border-radius: 24px;
  width: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: block;
  box-shadow: 1px 1px 1px #000;
}

#form-submission:before, #form-submission:after {
  content: "";
  display: table;
}

#form-submission:after {
  clear: both;
}

@media only screen and (width <= 600px) {
  #form-submission {
    float: none;
    width: auto;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  #form-submission:before, #form-submission:after {
    content: "";
    display: table;
  }

  #form-submission:after {
    clear: both;
  }
}

#form-submission .asterix {
  color: red;
}

#form-submission fieldset {
  border: none;
}

@media only screen and (width <= 600px) {
  #form-submission fieldset {
    text-align: center;
  }
}

#form-submission fieldset div {
  margin-bottom: 12px;
}

#form-submission fieldset div:before, #form-submission fieldset div:after {
  content: "";
  display: table;
}

#form-submission fieldset div:after {
  clear: both;
}

#form-submission fieldset label {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}

#form-submission fieldset label:before, #form-submission fieldset label:after {
  content: "";
  display: table;
}

#form-submission fieldset label:after {
  clear: both;
}

#form-submission fieldset label:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 600px) {
  #form-submission fieldset label {
    text-align: left;
    font-size: 12px;
  }
}

#form-submission fieldset input {
  float: left;
  clear: none;
  text-align: inherit;
  color: #767676;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 8px 12px;
  font-family: Helvetica, Arial, sans-serif;
}

#form-submission fieldset input:before, #form-submission fieldset input:after {
  content: "";
  display: table;
}

#form-submission fieldset input:after {
  clear: both;
}

#form-submission fieldset input:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 600px) {
  #form-submission fieldset input {
    padding: 4px;
  }
}

#form-submission fieldset .select-style select {
  border-radius: 8px;
  width: 30%;
  padding: 4px;
}

@media only screen and (width <= 600px) {
  #form-submission fieldset .select-style select {
    float: left;
    width: 60%;
  }
}

#form-submission fieldset .select-style:before, #form-submission fieldset .select-style:after {
  content: "";
  display: table;
}

#form-submission fieldset .select-style:after {
  clear: both;
  content: "< >";
  pointer-events: none;
  color: #fff;
  background: linear-gradient(#63b0fc 0%, #0085ff 100%);
  border: 1px solid #0059ff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 3px;
  font-size: 12px;
  font-stretch: expanded;
  position: absolute;
  top: 2px;
  right: -2px;
  transform: rotate(90deg);
}

@media only screen and (width <= 600px) {
  #form-submission fieldset .select-style:after {
    display: none;
  }
}

#form-submission fieldset .radio-buttons label {
  width: 100%;
}

#form-submission .error-message {
  display: none;
}

#form-submission .btn-form {
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  text-align: center;
  float: none;
  background: #073d64;
  border: none;
  width: 100%;
  font-family: bold;
  font-size: 32px;
}

@media only screen and (width <= 600px) {
  #form-submission .btn-form {
    width: 230px;
    padding: 24px 12px;
    font-size: 12px;
  }
}

.form-template {
  background: #efefef;
}

.form-template .form-container {
  position: relative;
  top: 30px;
  bottom: 40px;
}

.form-template .form-container h1 {
  text-align: left;
  border-bottom: 2px solid #3294ed;
  margin: 0 auto 24px;
  padding-bottom: 8px;
  font-family: Open Sans Light;
  font-size: 34px;
  font-weight: bold;
}

.form-template .form-container h3 {
  margin: 10px 0;
  font-size: 18px;
  display: inline-block;
}

.form-template .form-container fieldset {
  border: none;
}

@media only screen and (width <= 600px) {
  .form-template .form-container fieldset {
    width: auto;
    margin: 0 12px;
    padding: 24px 12px;
    position: relative;
  }
}

.form-template .form-container .order-form {
  text-align: center;
  margin: 24px 0;
}

@media only screen and (width <= 600px) {
  .form-template .form-container {
    padding: 12px;
  }
}

.form-template .form-container .error-message {
  color: red;
  text-align: center;
  font-size: 12px;
  display: none;
}

.form-template .form-container .form-intro:before, .form-template .form-container .form-intro:after {
  content: "";
  display: table;
}

.form-template .form-container .form-intro:after {
  clear: both;
}

.form-template .form-container .form-intro h3 {
  margin-bottom: 12px;
  font-size: 48px;
}

.form-template .form-container .form-intro p {
  font-size: 30px;
  line-height: 36px;
}

.form-template .form-container #form-submission {
  float: none;
  width: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.form-template .form-container #form-submission:before, .form-template .form-container #form-submission:after {
  content: "";
  display: table;
}

.form-template .form-container #form-submission:after {
  clear: both;
}

.form-template .form-container #form-submission fieldset {
  border: none;
}

.form-template .form-container #form-submission fieldset .btn-form {
  color: #fff;
  cursor: pointer;
  background: #125cbd;
  border: none;
  width: 50%;
  padding: 12px;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 1px 2px 1px #000;
}

@media only screen and (width <= 600px) {
  .form-template .form-container #form-submission fieldset .btn-form {
    width: 100%;
  }
}

.form-template .form-container #form-submission fieldset .btn-form:hover {
  color: #000;
  box-shadow: none;
  background: #fff;
}

.form-template .form-container #form-submission fieldset:last-child {
  text-align: center;
}

.form-template .form-container .form-input label {
  text-align: right;
  width: 25%;
  margin-right: 12px;
  display: inline-block;
}

@media only screen and (width <= 680px) {
  .form-template .form-container .form-input label {
    text-align: left;
    margin-right: 0;
  }
}

.form-template .form-container .form-input input {
  border: 1px solid #4d4e4e;
  width: 30%;
  margin-bottom: 12px;
  padding: 8px 12px;
  box-shadow: 1px 1px 1px #fff;
}

@media only screen and (width <= 680px) {
  .form-template .form-container .form-input input {
    width: 45%;
  }
}

.form-template .form-container .form-input input select {
  margin-left: 4px;
}

.form-template .form-container .payment-buttons {
  width: 100%;
}

.form-template .form-container .payment-buttons .payment-form {
  width: 100%;
  margin-bottom: 24px;
}

.form-template .form-container .payment-buttons .payment-form .payment-form-input {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 22px;
  padding-bottom: 16px;
}

.form-template .form-container .payment-buttons .payment-form .payment-form-input:before, .form-template .form-container .payment-buttons .payment-form .payment-form-input:after {
  content: "";
  display: table;
}

.form-template .form-container .payment-buttons .payment-form .payment-form-input:after {
  clear: both;
}

.form-template .form-container .payment-buttons .payment-form label {
  float: left;
  text-align: left;
}

.form-template .form-container .payment-buttons .payment-form .payment-radio-wrapper, .form-template .form-container .payment-buttons .payment-form .payment-image-wrapper {
  width: 360px;
  display: table-cell;
}

.form-template .form-container .payment-buttons .payment-form label, .form-template .form-container .payment-buttons .payment-form input {
  width: 100%;
}

.form-template .form-container .payment-buttons .payment-form input[type="radio"] {
  display: none;
}

.form-template .form-container .payment-buttons .payment-form input[type="radio"] + label span {
  vertical-align: middle;
  cursor: pointer;
  float: right;
  color: #fff;
  background: #ff8900;
  width: auto;
  margin: -8px 4px 0 22px;
  padding: 10px 20px;
  display: inline-block;
  box-shadow: 1px 1px 1px #c3c3c3;
}

.form-template .form-container .payment-buttons .payment-form input[type="radio"]:checked + label span {
  background: #000;
}

.form-template .form-container .payment-buttons .payment-form .payment-logo {
  display: table-cell;
}

.form-template .form-container .form-submit-button, .form-template .form-container .nav-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(#63b6db 0%, #309dcf 100%);
  border: 1px solid #06648f;
  width: 250px;
  margin: 0;
  padding: 10px 24px;
  font-size: 18px;
  transition: all .5s;
}

@media only screen and (width <= 550px) {
  .form-template .form-container .form-submit-button, .form-template .form-container .nav-button {
    padding: 4px 8px;
    font-size: 12px;
  }
}

.form-template .form-container .form-submit-button:hover, .form-template .form-container .nav-button:hover {
  color: #fff;
  background: #000;
}

.form-template .form-container .select-inputs h3 {
  vertical-align: middle;
  padding-left: 10px;
  display: table-cell;
}

.form-template .form-container .radio-form-single-input {
  text-align: center;
  margin-bottom: 6px;
  display: inline-block;
}

.form-template .form-container .radio-form-single-input input, .form-template .form-container .radio-form-single-input label {
  width: auto;
  margin-right: 0;
}

.form-template .form-container .radio-form-single-input input[type="radio"] {
  margin-right: 6px;
}

.form-template .form-container .radio-buttons, .form-template .form-container .select-inputs {
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: table;
}

.form-template .form-container .radio-buttons h3 {
  padding-left: 0;
}

.form-template .form-container .select-inputs select {
  margin-left: 12px;
  padding: 8px;
}

.form-template .form-container .form-input.checkbox {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  font-size: 14px;
}

.form-template .form-container .form-input.checkbox input {
  width: auto;
}

.form-template .form-container .logos {
  width: 36px;
  height: 21px;
  margin-right: 12px;
  display: inline-block;
}

.form-template .form-container .logos.kurier {
  background-position: -32px 0;
  width: 44px;
}

.form-template .form-container .logos.inpost {
  background-position: -80px 0;
  width: 50px;
}

.comments {
  -webkit-font-smoothing: antialiased;
  color: gray;
  width: 650px;
  margin: 0 0 20px;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, lucida grande, tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 1.28;
}

@media only screen and (width <= 650px) {
  .comments {
    width: auto;
  }
}

.comments .links {
  border: 1px solid #e6e6e6;
  margin-bottom: 25px;
  padding: 9px 9px 8px;
}

.comments .clearfix:after {
  content: " ";
  clear: both;
  display: table;
}

.clearfix {
  clear: both;
}

.comments .comments-top {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 9px 0;
  font-size: 11px;
  line-height: 13px;
}

.comments .comments-count {
  float: left;
  color: #333;
  font-weight: bold;
}

.comments span.job a {
  color: #898f9c;
  font-weight: normal;
}

.comments i {
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  display: inline-block;
}

.comments i.more {
  position: relative;
  top: 5px;
}

.comments .comments-add {
  float: right;
}

.comments .comments-content {
  padding: 10px;
}

.comments .comment-content p a {
  font-weight: normal;
}

.comments .comment-content p {
  font-size: 12px;
  line-height: 1.28;
}

.comments li.c {
  border-bottom: 1px solid #e9e9e9;
}

.comments li.a {
  padding-left: 60px;
}

.comments figure img hover {
  cursor: pointer;
}

.comments .comment {
  margin-bottom: 10px;
  padding-left: 60px;
}

.comments ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comments ul li {
  margin-bottom: 10px;
  display: block;
}

.comments p {
  margin: 0;
  padding: 0;
}

.comments figure {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}

.comments a {
  color: #3b5998;
  border: 0;
  font-weight: bold;
  text-decoration: none;
}

.comments a:hover {
  text-decoration: underline;
}

.comments .comment-content {
  color: #1a1a1a;
  margin-bottom: 6px;
}

.comments .count {
  color: #3b5998;
}

.comments .action-bar a {
  font-weight: normal;
}

.comments .comments-more {
  text-align: center;
  color: #000;
  background-color: #edeff4;
  border: 1px solid #d8dfea;
  margin-top: 10px;
  padding: 6px;
  font-weight: normal;
}

.comments .comments-more:hover {
  background: #d8dfea;
}

.comments .comments-more a {
  padding: 8px;
  font-weight: normal;
  display: block;
}

.comments .comments-more a:hover {
  text-decoration: none;
}

.comments .comments-box {
  background: #00000005;
  border-top: 1px dotted #00000040;
  padding: 10px;
  font-size: .9em;
}

.comments .comments-list {
  -webkit-padding-start: 0px;
  margin: 10px 0;
  padding: 10px;
}

.comments .comments-list h1 {
  clear: both;
  font: bold 1.2em / 1.3 Helvetica, Arial, sans-serif;
}

.comments .comments-list li {
  clear: both;
  border-bottom: 1px dashed #0006;
  width: 100%;
  padding: 10px 0;
  display: block;
}

.comments .comments-list li:hover {
  cursor: pointer;
  background: #fff;
}

.comments .comments-list li .avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 0 10px 5px;
}

.comments .comments-list li .comment-text {
  margin-left: 0;
}

.comments .comments-list .name {
  color: #373a4e;
  font: bold .9em / 1.3 Helvetica, Arial, sans-serif;
}

.comments .comments-list .date {
  color: #0006;
  font: bold 1em / 1.3 Helvetica, Arial, sans-serif;
}

.comments .comments-list .text {
  background: #000;
  padding: 10px 0;
  font: 1em / 1.3 Helvetica, Arial, sans-serif;
}

.comments textarea {
  resize: none;
  width: 100%;
  height: 60px;
  margin: 5px 0;
  display: block;
  padding: 10px !important;
}

.comments textarea .small {
  font-size: .75em;
}

.comments textarea strong {
  color: #ed0a1a;
}

.products:before, .products:after {
  content: "";
  display: table;
}

.products:after {
  clear: both;
}

.products .product-box {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

@media only screen and (width <= 780px) {
  .products .product-box {
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .products .product-box:first-child {
    margin-left: auto;
  }

  .products .product-box:last-child {
    margin-right: auto;
  }
}

.products .product-box .head {
  margin-bottom: 12px;
  padding: 6px 0;
}

.products .product-box.small .product-image {
  opacity: .5;
}

.products .product-box:before, .products .product-box:after {
  content: "";
  display: table;
}

.products .product-box:after {
  clear: both;
}

.products .product-box:last-child {
  margin-right: 0%;
}

.products .product-box .info, .products .product-box .head, .products .product-box .product-image {
  text-align: center;
}

.products .product-box .add-info1 {
  padding: 12px 0;
  font-size: 24px;
}

.products .product-box .add-info2 {
  padding: 18px 0;
  font-size: 32px;
}

.buttons {
  text-align: center;
}

.buttons .btn {
  clear: both;
  float: none;
  width: 100%;
  margin: 24px auto;
  display: block;
  box-shadow: 1px 1px 1px #000;
}

.buttons .btn:first-child {
  margin-left: auto;
}

.buttons .btn:last-child {
  margin-right: auto;
}

.buttons .btn-big {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(#6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  border: none;
  width: 50%;
  padding: 14px 0;
  font-size: 20px;
  font-weight: bold;
}

.buttons .btn-big:hover {
  background: linear-gradient(#1e69de 0%, #3690f0 49%, #54a3ee 50%, #6db3f2 100%);
}

@media only screen and (width <= 860px) {
  .buttons .btn-big {
    width: 100%;
  }
}

.buttons .btn-small {
  background: #ddd;
  border: none;
  width: 40%;
  padding: 10px 0;
  font-size: 16px;
}

@media only screen and (width <= 860px) {
  .buttons .btn-small {
    width: 100%;
  }
}

.form-container fieldset {
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border: 0;
  border-radius: 3px;
  width: 100%;
  margin: 0 0 10%;
  padding: 20px 30px;
  position: absolute;
  box-shadow: 0 0 15px 1px #0006;
}

.form-container fieldset:not(:first-of-type) {
  display: none;
}

.form-container .action-button:hover, #order-form .action-button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #27ae60;
}

.fs-title {
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 15px;
}

.fs-subtitle {
  color: #666;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: normal;
}

#progressbar {
  counter-reset: step;
  margin-bottom: 30px;
  overflow: hidden;
}

#progressbar li {
  text-transform: uppercase;
  float: left;
  text-align: center;
  color: #000;
  width: 25%;
  font-size: 10px;
  list-style-type: none;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  color: #333;
  background: #fff;
  border-radius: 3px;
  width: 20px;
  margin: 0 auto 5px;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  display: block;
}

#progressbar li:after {
  content: "";
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 9px;
  left: -50%;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:before, #progressbar li.active:after {
  color: #fff;
  background: #3294ed;
}

.choose-product:before, .choose-product:after {
  content: "";
  display: table;
}

.choose-product:after {
  clear: both;
}

.choose-product .single-product {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

.choose-product .single-product:before, .choose-product .single-product:after {
  content: "";
  display: table;
}

.choose-product .single-product:after {
  clear: both;
}

.choose-product .single-product:last-child {
  opacity: .7;
  margin-top: 48px;
  margin-right: 0%;
}

.order-form-wrapper:before, .order-form-wrapper:after {
  content: "";
  display: table;
}

.order-form-wrapper:after {
  clear: both;
}

.order-form-wrapper .tracking-order {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

.order-form-wrapper .tracking-order:before, .order-form-wrapper .tracking-order:after {
  content: "";
  display: table;
}

.order-form-wrapper .tracking-order:after {
  clear: both;
}

.order-form-wrapper .tracking-order:last-child {
  margin-right: 0%;
}

.order-form-wrapper .tracking-order h4 {
  border-left: 8px solid #3294ed;
  padding-left: 8px;
  font-size: 18px;
  line-height: 1;
}

.order-form-wrapper .tracking-order a {
  float: right;
  margin-top: 12px;
  font-weight: bold;
  display: block;
}

.order-form-wrapper .tracking-order a:hover {
  text-decoration: underline;
}

@media only screen and (width <= 550px) {
  .order-form-wrapper .tracking-order {
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .order-form-wrapper .tracking-order:first-child {
    margin-left: auto;
  }

  .order-form-wrapper .tracking-order:last-child {
    margin-right: auto;
  }
}

.order-details {
  text-align: left;
  margin-bottom: 24px;
}

.order-details h4 {
  border-left: 8px solid #3294ed;
  padding-left: 8px;
  font-size: 18px;
  line-height: 1;
}

.order-details span {
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.order-details.col-2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

.order-details.col-2:before, .order-details.col-2:after {
  content: "";
  display: table;
}

.order-details.col-2:after {
  clear: both;
}

.order-details.col-2:last-child {
  margin-right: 0%;
}

@media only screen and (width <= 550px) {
  .order-details.col-2 {
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .order-details.col-2:first-child {
    margin-left: auto;
  }

  .order-details.col-2:last-child {
    margin-right: auto;
  }
}

.owner-information hr {
  color: #919191;
}

.owner-information p {
  color: #919191;
  text-align: center;
  font-size: 10px;
  line-height: 5px;
}

.lang4u .head-intros {
  margin-top: 5px;
  margin-bottom: 15px;
}

.lang4u .testimonial-article {
  background: #f5f5f5;
  border: 2px solid #d9d9d9;
  margin: 32px 0;
  padding: 10px 18px;
}

.lang4u .testimonial-article p {
  margin: 0;
}

.lang4u .testimonial-article .img {
  float: left;
  margin-right: 20px;
}

.lang4u .testimonial-article .body {
  min-height: 100px;
}

.markdown img {
  text-align: center;
  margin: 25px auto;
  display: block;
}

.markdown h6 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}

.antisnore .sidebar .featured-widget {
  box-shadow: none;
}

.devbox {
  border: 3px solid red;
  width: 1000px;
  margin: 0 auto;
  padding: 5px;
  font-family: Consolas, monospace;
  font-size: 14px;
}

html > body .ui-pnotify {
  position: fixed;
}

.ui-pnotify-history-container.well, .ui-pnotify-history-all, .ui-pnotify-history-last {
  display: none;
}

.ui-pnotify {
  color: #000;
  text-shadow: 1px 1px #fff3;
  text-align: center;
  z-index: 9999;
  background-color: #faf46a;
  border: 2px solid #d6ce6e;
  height: auto;
  font-size: 90%;
  position: absolute;
  top: 25px;
  right: 1%;
  width: 300px !important;
}

@media only screen and (width >= 0) and (width <= 640px) {
  .ui-pnotify {
    font-size: 90%;
    width: 98% !important;
  }
}

h4.ui-pnotify-title {
  font: bold 1em / 1 Helvetica, sans-serif;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 2px 2px 10px #32323299;
  -moz-box-shadow: 2px 2px 10px #32323299;
  box-shadow: 2px 2px 10px #0009;
}

.ui-pnotify-container {
  background-position: 0 0;
  height: 100%;
  margin: 0;
  padding: 15px;
}

.ui-pnotify-closer, .ui-pnotify-sticker {
  float: right;
  margin-left: .2em;
}

.ui-pnotify-title {
  margin-top: 0;
  margin-bottom: .4em;
  font-weight: bold;
  display: block;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon, .ui-pnotify-icon span {
  float: left;
  margin-right: .2em;
  display: block;
}

.ui-pnotify-history-container {
  z-index: 10000;
  border-top: none;
  border-radius: 0;
  width: 70px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 18px;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
  text-align: center;
  padding: 2px;
}

.ui-pnotify-history-container button {
  cursor: pointer;
  width: 100%;
  display: block;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  margin: 0 auto;
  display: block;
}

.ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {
  left: 25px;
  right: auto;
}

.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
  top: auto;
  bottom: 25px;
}

@media only screen and (width <= 480px) {
  .footer-links {
    padding-bottom: 200px;
  }
}

#ouibounce-modal .button-big {
  color: #fff;
  clear: both;
  cursor: pointer;
  text-align: center;
  background: #135e99;
  margin: 20px 0;
  padding: 15px 30px;
  font-size: 1.3em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

#ouibounce-modal .more-space {
  margin: 8px 0;
}

#ouibounce-modal .button-big span {
  font-size: .67em;
  font-weight: normal;
}

#ouibounce-modal .center {
  text-align: center;
}

#ouibounce-modal p.last-offer {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
}

#ouibounce-modal .button-big:hover {
  background: #d41212;
}

#ouibounce-modal {
  z-index: 2;
  width: 100%;
  height: 100%;
  font-family: Open Sans, sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#ouibounce-modal .underlay {
  cursor: pointer;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  animation: .5s fadein;
  position: absolute;
  top: 0;
  left: 0;
}

#ouibounce-modal .modal {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  width: 600px;
  height: 600px;
  margin: auto;
  animation: .3s popin;
  position: absolute;
  inset: 0;
}

#ouibounce-modal .modal-title {
  color: #fff;
  text-align: center;
  background-color: #252525;
  border-radius: 4px 4px 0 0;
  height: 25px;
  margin: 0;
  padding: 4px;
  font-size: 18px;
}

#ouibounce-modal h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 1em;
  font-weight: 500;
}

#ouibounce-modal h3 strong {
  color: red;
}

#ouibounce-modal #timerText {
  color: red;
  text-align: center;
  font-size: 43px;
  font-weight: bold;
}

#ouibounce-modal .modal-body {
  text-align: center;
  padding: 15px;
  font-size: 1em;
}

#ouibounce-modal .modal-body strong {
  color: red;
  font-weight: bold;
}

#ouibounce-modal p {
  color: #344a5f;
  margin: 0;
  padding: 3px 0;
  font-size: 17px;
  line-height: 1.5em;
}

#ouibounce-modal p.blink {
  margin: 0;
}

#ouibounce-modal p.line {
  text-align: center;
  margin: 0;
  font-weight: bold;
}

#ouibounce-modal form {
  text-align: center;
  margin-top: 35px;
}

#ouibounce-modal .error {
  text-align: center;
  color: red;
  margin: 5px 0;
}

#ouibounce-modal form input[type="text"] {
  -webkit-font-smoothing: antialiased;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 300px;
  padding: 12px;
  font-size: 1.2em;
}

#ouibounce-modal form input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  background-color: #4ab471;
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 1.1em;
  font-weight: bold;
}

#ouibounce-modal form p {
  text-align: left;
  opacity: .8;
  margin-top: 1px;
  margin-left: 35px;
  padding-top: 1px;
  font-size: .9em;
}

#ouibounce-modal .modal-footer {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
}

#ouibounce-modal .modal-footer p {
  cursor: pointer;
  border-bottom: 1px solid #344a5f;
  font-size: 14px;
  display: inline;
}

#ouibounce-modal strong.price {
  font-size: 22px;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes popin {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  85% {
    opacity: 1;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media only screen and (width >= 791px) {
  .main-video .disabled-splash {
    text-align: center;
    width: 660px;
    height: 370px;
  }

  .main-video .disabled-splash img {
    opacity: .7;
    margin: 0 auto;
    padding-top: 90px;
    display: block;
  }
}

@media only screen and (width <= 790px) {
  .main-video .disabled-splash {
    text-align: center;
    background-size: cover;
    max-width: 100%;
  }

  .main-video .disabled-splash img {
    opacity: .7;
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
  }
}

.comments-form {
  margin-top: 10px;
}

.comments-form .done {
  text-align: center;
  background-color: #edeff4;
  border: 1px solid red;
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
}

.comments-form input[type="text"] {
  border: 1px solid gray;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px;
}

.comments-form input[type="submit"] {
  appearance: none;
  background-color: #edeff4;
  border: 1px solid gray;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  text-shadow: none !important;
  box-shadow: none !important;
}

.feat-section.guaranted-frame strong {
  font-weight: normal;
  text-decoration: underline;
}

nav ul li a {
  z-index: 0;
}

.promo {
  display: none;
}

.onet .promo {
  text-align: center;
  color: #0006;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 0;
  font-size: 14px;
  display: block;
}

.onet nav {
  display: none;
}

h2.main-cta {
  color: #039;
  margin-bottom: 12px;
  text-decoration: underline;
}

h2.main-cta a {
  color: #0046af;
  text-decoration: underline;
}

p.main-cta {
  color: red;
  font-size: 14px;
}

.clear {
  clear: both;
}

.callbox {
  z-index: 100;
  text-align: center;
  width: 160px;
  position: fixed;
  top: 0;
  left: 2%;
  box-shadow: 1px 2px 10px #00000080;
}

.callbox .numer {
  text-transform: uppercase;
  color: #4650f4;
  background: #eef6ff;
  width: 160px;
  padding: 6px;
  font-size: 10px;
  font-weight: bold;
}

.callbox .numer span {
  color: #fff;
  letter-spacing: 1px;
  font-size: 2em;
  display: block;
}

.callbox .numer span a {
  color: #4650f4;
}

.callbox .time {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #4650f4;
  width: 160px;
  padding: 6px;
  font-size: 12px;
}

.unbounce_form .done {
  text-align: center;
  margin-top: 270px;
  font-size: 30px;
  font-weight: bold;
}

.buy-button {
  text-transform: uppercase;
}

.head-intro {
  margin: 10px 0;
}

.regulline-method em {
  font-weight: bold;
}

.regulline-method p strong {
  font-size: 16px;
}

.popupout {
  z-index: 9999;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#popup {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 5px;
  width: 700px;
  max-height: 90%;
  margin-left: -435px;
  padding: 35px 81px;
  position: fixed;
  top: 5%;
  left: 50%;
  overflow-y: auto;
}

#popup .alert {
  text-align: center;
  display: none;
}

#popup .close {
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
}

#form {
  padding-top: 30px;
  padding-bottom: 30px;
}

#popup input::-webkit-input-placeholder {
  color: #a3a3a3;
  font-family: Lato, sans-serif;
}

#form input::-webkit-input-placeholder {
  color: #a3a3a3;
  font-family: Lato, sans-serif;
}

#popup input::-moz-placeholder {
  color: #444;
  font-family: Lato, sans-serif;
}

#form input::-moz-placeholder {
  color: #444;
  font-family: Lato, sans-serif;
}

:is(#popup input:-ms-input-placeholder, #form input:-ms-input-placeholder), :is(#popup input:-moz-placeholder, #form input:-moz-placeholder) {
  color: #444;
  font-family: Lato, sans-serif;
}

#popup .h, #form .h {
  color: #b41c58;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

#popup .h2, #form .h2 {
  color: #363636;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 900;
}

#popup .l .item1 .txt1, #popup .l .item1 .txt2, #form .l .item1 .txt1, #form .l .item1 .txt2 {
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 1;
}

#popup .item1 img, #form .item1 img {
  height: 140px;
  margin-bottom: 20px;
}

#popup .l, #form .l {
  float: left;
  width: 49%;
}

#popup .r, #form .r {
  float: right;
  width: 49%;
}

#popup input[type="text"], #popup input[type="email"], #form input[type="text"], #form input[type="email"] {
  float: left;
  border: 1px solid #c2c2c2;
  width: 49%;
  margin: 0 .5% 5px;
  padding: 1% 2%;
}

#popup input[type="submit"], #form input[type="submit"] {
  color: #fff;
  float: center;
  text-transform: uppercase;
  border: none;
  margin: auto;
  padding: 24px 16px;
  font-size: 27px;
  font-weight: bold;
  background-color: #0ead08 !important;
  border-radius: 6px !important;
}

.mhalert .h, .mhalert p {
  text-align: center;
}

.mhalert input {
  height: 46px;
  font-size: 18px;
  float: none !important;
  margin: 0 !important;
  display: inline-block !important;
}

.mhalert button {
  padding: 5px 13px 12px;
  line-height: 1;
  margin: 0 !important;
  display: inline-block !important;
}

.mhalert img {
  height: 173px;
  margin: auto auto 13px;
  display: block;
}

#mhclock {
  text-align: center;
  margin-top: -14px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}

@media (width <= 885px) {
  #popup {
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 0;
    width: 95%;
    max-height: 90%;
    margin-left: 0;
    padding: 2%;
    top: 5%;
    left: 0;
    overflow-y: auto;
  }

  #popup .l, #popup .r, #form .l, #form .r {
    float: none;
    width: 100%;
  }

  .sales-template .buy-button {
    display: block;
  }
}

@media (height <= 806px) {
  #popup .h, #form .h {
    margin-bottom: 0;
  }

  #popup {
    padding: 5px 81px;
    top: 15px;
  }

  #popup .h, #form .h {
    font-size: 20px;
  }

  #popup .h2, #form .h2 {
    margin-top: 8px;
    font-size: 13px;
  }
}

@media (width <= 885px) {
  #popup {
    width: 92%;
    height: 96%;
    margin-left: 0;
    padding: 2% 4%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (width <= 640px) {
  #popup input[type="text"], #popup input[type="email"], #form input[type="text"], #form input[type="email"] {
    float: none;
    width: 96%;
  }
}

#form input[type="submit"] {
  transition: all .3s ease-in-out;
}

#form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #0e8909 !important;
}

.item4 {
  text-align: center;
  padding-top: 20px;
}

.info_block {
  text-align: center;
  color: #fff;
  vertical-align: top;
  background: #8daee9;
  border-radius: 3px;
  width: 40%;
  margin: 10px;
  padding: 15px;
  font-weight: 300;
  display: inline-block;
  box-shadow: 0 10px 22px #8080804f;
}

.info_block span {
  font-weight: 700;
}

.fa {
  font: 14px / 1 FontAwesome !important;
  font-size: inherit !important;
  display: inline-block !important;
}

.btn.btn-success {
  padding: 14px 40px;
  font-size: 30px;
  font-weight: 700;
}

.form-group small {
  font-size: 11px;
}

.cb {
  font-size: 17px;
  font-weight: 400;
}

img.dostawa_img {
  height: 70px;
  margin: 10px;
}

.actual_price span {
  color: #d52d2d;
  font-size: 18px;
}

.actual_price s {
  color: gray;
}

h4.alert-heading {
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 400;
}

.meta span {
  font-style: italic;
  font-weight: 300;
  display: block;
}

.testimonials img {
  border-radius: 5px;
}

.d-md-none .single-testimonial img {
  width: 100%;
  max-width: 300px;
}

.single-testimonial {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.head-intro h1 {
  font-size: 33px !important;
  line-height: 38px !important;
}

.intro-content {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #0000;
  border-radius: .25rem;
  margin-top: 30px;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  position: relative;
}

* {
  font-family: Open Sans, sans-serif !important;
}
/*# sourceMappingURL=index.a8d4b4e6.css.map */
