body {
  height: 100% !important;
}
*,
body {
  margin: 0;
}
*,
a:active,
a:hover {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
main,
menu,
nav,
section,
summary {
  display: block;
}
.btn,
.search {
  text-align: center;
}
.btn a,
.menu_left ul li a,
.search,
.text > a,
footer ul li a,
nav ul li a {
  text-decoration: none;
}
.post-page .post-page-item .post-page-content-tags .tags::after,
div::after {
  clear: both;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img,
legend {
  border: 0;
  margin: 0 auto;
}
a {
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}
b,
optgroup,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
svg:not(:root) {
  overflow: hidden;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

* {
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  font-size: 16px;
  font-family: ptsansregular;
  color: #000;
  background: #e5e5e5;
}
img {
  border: none;
  width: auto;
  max-width: 100%;
}
div::after {
  content: '';
  display: table;
}
a:hover {
  text-decoration: none !important;
}
.main_content {
  background: url(../images/menu_left_bg.jpg);
}
.menu_left {
  width: 200px;
  padding: 16px 20px 0;
  color: #959595;
  font-size: 0.875em;
  position: fixed;
  top: 0;
  left: 0;
}
.menu_left ul {
  border-bottom: 1px solid #353535;
  padding: 9px 0;
}
.menu_left ul.bold {
  font-family: ptsansbold;
  color: #fff;
}
.menu_left ul li.active,
.menu_left ul li:hover,
header p {
  color: #c33;
}
.menu_left ul.last {
  border-bottom: medium 0;
}
.menu_left ul li {
  list-style: none;
  margin: 0 0 2px;
}
.search {
  display: block;
  border: 1px solid #353535;
  border-radius: 2px;
  width: 100%;
  padding: 2px 0;
  margin: 20px 0 60px;
}
.search > *,
header h1,
header p,
nav ul li {
  display: inline-block;
  vertical-align: middle;
}
header,
nav,
nav ul li {
  padding: 10px 0;
}
.search img {
  margin: 0 0 0 52%;
}
.content {
  width: 83.3333%;
  float: right;
  position: relative;
  background: #fff;
}
header {
  border-bottom: 5px solid #151515;
}
.content_inner {
  width: 94%;
  margin: 0 auto;
}
header img {
  display: none;
}
header h1 {
  margin: 0;
  font-size: 2.625em;
  font-family: ptsansbold;
  color: #000;
}
header p {
  font-size: 1em;
  font-family: ptsanscaptionbold;
  line-height: 17px;
}
header p span {
  font-family: ptsansregular;
  font-size: 0.875em;
  color: #959595;
}
nav {
  background: url(../images/menu_bg.jpg);
  font-size: 0.875em;
  color: #151515;
  border-bottom: 1px solid #e5e5e5;
}
nav ul li {
  list-style: none;
  margin: 0 20px 0 0;
  position: relative;
}
nav ul li.active,
nav ul li:hover {
  color: #c33;
}
nav ul li.active::after,
nav ul li:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -7px;
  width: 15px;
  height: 8px;
}
nav ul li.last {
  float: right;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #d5d5d5;
}
nav ul li.last::after {
  content: none !important;
}
.title {
  margin: 16px 0 25px;
}
.title h1 {
  font-size: 2.5em;
  font-family: ptsansbold;
  color: #151515;
  line-height: 1;
}
.title i {
  font-style: normal;
  font-size: 24px;
  color: #444;
  line-height: 1.286;
  display: block;
  margin: 9px 0 4px;
}
.block {
  margin: 0 0 34px;
}
.btn {
  background: #f1f1f1;
  border: 1px solid #e6e6e6;
  padding: 20px 0;
}
.btn a {
  font-family: opensansextrabold;
  font-size: 1.4375em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.34);
  display: inline-block;
  vertical-align: middle;
  padding: 15px 25px;
  border: 1px solid #ce0000;
  background: linear-gradient(to bottom, #ff7f00 0, #ff7f00 100%);
  box-shadow: 0 3px 0 0 #9e0101, 0 1px 0 0 rgba(255, 255, 255, 0.43) inset;
}
.btn a:hover {
  background: linear-gradient(to bottom, #d87008 0, #d87008 100%);
}
.comments {
  margin: 35px 0 0;
}
.comments h2 {
  font-size: 1.1875em;
  font-family: ptsansbold;
  color: #151515;
  margin: 0 0 12px;
}
.comments h2 span {
  display: inline-block;
  border-bottom: 2px solid #c33;
  padding: 0 0 5px;
}
.comment {
  margin: 0 0 10px;
}
.foto {
  float: left;
}
.text {
  float: right;
  width: 89.6667%;
  font-size: 0.9375em;
  color: #363636;
  line-height: 18px;
}
.text > a {
  color: #a9a9a9;
  display: block;
  border: 1px solid #e1e4e6;
  border-radius: 2px;
  padding: 13px 0 13px 10px;
  margin: 0 0 20px;
}
.text img,
.text > p {
  margin: 0 0 15px;
}
.text > p a {
  color: #c33;
}
.name {
  color: #592104;
  margin: 0 0 11px;
}
.name span {
  font-size: 0.6667em;
  color: #a9a9a9;
}
footer {
  background: #151515;
  font-size: 0.75em;
  color: #959595;
  padding: 23px 0;
}
footer ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0 0;
}
footer ul li a:hover {
  text-decoration: underline !important;
}
footer ul li.last {
  float: right;
  margin: 2px 0 0;
  color: #444;
}
@media only screen and (max-width: 1089px) {
  .menu_left {
    padding: 16px 15px 0;
  }
  .search img {
    margin: 0 0 0 45%;
  }
  .text {
    width: 87%;
  }
  footer ul li {
    margin: 0 8px 0 0;
  }
}
@media only screen and (max-width: 959px) {
  .menu_left {
    width: 164px;
  }
  .content {
    width: 79%;
  }
  .content_inner {
    width: 95%;
  }
  nav ul li {
    margin: 0 13px 0 0;
  }
  footer {
    text-align: center;
  }
  footer ul li.last {
    float: none;
    width: 100%;
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 799px) {
  .main_content {
    overflow: hidden;
    position: relative;
  }
  .content,
  .menu_left {
    transition: all 0.3s ease 0s;
  }
  .menu_left {
    position: fixed;
    top: 0;
    left: -164px;
    bottom: 0;
  }
  .content {
    width: 100%;
    left: 0;
  }
  header img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    cursor: pointer;
  }
}
@media only screen and (max-width: 639px) {
  nav {
    font-size: 0.83em;
  }
  nav ul li {
    margin: 0 2px 0 0;
  }
  nav ul li.last {
    padding-left: 10px;
  }
  .title h1 {
    font-size: 2em;
  }
  .btn a {
    font-size: 1.3375em;
  }
  footer ul li.first {
    display: block;
    margin: 0 0 10px;
  }
  footer ul li img {
    display: inline-block;
  }
}
@media only screen and (max-width: 479px) {
  nav {
    text-align: center;
  }
  nav ul li {
    padding: 5px 0;
    margin: 0 6px !important;
  }
  nav ul li.active::after,
  nav ul li:hover::after {
    content: none;
  }
  nav ul li.last {
    padding-left: 0;
    float: none;
    border: none;
  }
  .content_inner {
    width: 93%;
  }
  .title h1 {
    font-size: 1.7em;
  }
  .title i {
    font-size: 1.2125em;
  }
  .btn a {
    font-size: 0.9375em;
    width: 90%;
  }
  .text {
    width: 80%;
  }
}
@media only screen and (max-width: 420px) {
  header p {
    display: none;
  }
}
@media only screen and (max-width: 335px) {
  header img {
    display: none;
  }
}
@media only screen and (max-width: 275px) {
  header h1 {
    font-size: 1.5em;
  }
}
body,
html {
  height: 100%;
}
.left111 p {
  font-size: 18px;
  line-height: 1.5;
}
.img {
  margin: 25px auto 0;
}
.post-page-tools {
  margin: 5px 0 0;
}
.post-page-tools::after {
  content: ' ';
  display: table;
  clear: both;
}
.post-page-tools time {
  float: left;
  margin: 0 30px 0 0;
  font-size: 15px;
  color: #8899a7;
}
.post-page-tools__labels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
}
.post-page-tools .author {
  float: left;
}
.post-page-tools .author::after {
  content: '/';
  display: block;
  float: right;
  margin: 0 13px;
  color: #8899a7;
}
.post-page-tools .author__name {
  margin: 3px 0;
  font-size: 15px;
  color: #8899a7;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.post-page-tools .author__name:hover {
  border-bottom: 1px solid rgba(136, 153, 167, 0.5);
}
.post-page-tools .post-page-tools-icons {
  float: left;
  margin: 2px 0;
  font-size: 15px;
  line-height: 22px;
  color: #8899a7;
}
.post-page-tools .post-page-tools-icons .post-page-tools-icons-views {
  float: left;
}
.post-page-tools .post-page-tools-icons .post-page-tools-icons-views::before {
  content: url(https://abctrack.info/opticren_0PLN/landpl4/fonts/9c4383656cef555fbaf252850e5db11c0c6bb15a.svg);
  width: 20px;
  margin-right: 10px;
}
.post-page-tools .post-page-tools-icons .post-page-tools-icons-comments {
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
.post-page-tools .post-page-tools-icons .post-page-tools-icons-comments::before {
  content: url(https://abctrack.info/opticren_0PLN/landpl4/fonts/3e2370d3c9fc60f4a32eba9bb60cfcd772a4aff0.svg);
  position: relative;
  top: 3px;
  width: 20px;
  margin-right: 10px;
}
.post-page-tools-footer .social-share_column-xs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-page-tools-footer .social-share .social-share__counter {
  position: relative;
  left: -3px;
  bottom: -3px;
  min-width: 60px;
  padding-right: 0;
}
.post-page-tools-footer .social-share .social-share__counter::after {
  content: '';
}
.post-page-tools-footer .social-share__counter-xs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.post-page .post-page-item .post-page-subtitle {
  font-size: 18px;
  font-family: roboto slab, serif;
  line-height: 26px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.post-page .post-page-item .post-page-content-tags .tags {
  padding: 0;
  margin: 0 0 10px;
}
.post-page .post-page-item .post-page-content-tags .tags::after,
.post-page .post-page-item .post-page-content-tags .tags::before {
  content: ' ';
  display: table;
}
.post-page .post-page-item .post-page-content-tags .tags .tags-item {
  float: left;
  margin: 0 10px 10px 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 32px;
  text-transform: uppercase;
  color: #3968a3;
  background-color: #f5f7fa;
  list-style-type: none;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.post-page .post-page-item .post-page-content-tags .tags .tags-item:first-child {
  margin-left: 0;
}
.post-page .post-page-item .post-page-content-tags .tags .tags-item:hover {
  background-color: #e2e7ec;
}
.post-page .post-page-item .post-page-content-tags .tags .tags-item a {
  display: block;
  padding: 0 10px;
  color: inherit;
}
@media (min-width: 660px) {
  .post-page .post-page-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1 {
    font-size: 38px;
    line-height: 44px;
  }
  .post-page-tools .post-page-tools-icons {
    float: right;
  }
  .post-page-tools-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post-page-tools-footer .social-share .social-share__counter {
    min-width: 100px;
    padding-right: 40px;
  }
  .post-page-tools-footer .social-share .social-share__counter::after {
    content: url(https://abctrack.info/opticren_0PLN/landpl4/fonts/0d4a5d7b14f59ee237d7f72eed160bc38f17e08f.svg);
  }
}
@media (min-width: 980px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .tags {
    height: auto;
  }
  .tags .tags-item:nth-child(n + 4) {
    display: block;
  }
  .post-page-tools-footer .social-share {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
  }
  .is-desktop .post-page-tools-footer .social-share .social-share__icons {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: auto;
  }
  .post-page .post-page-item .post-page-subtitle {
    font-size: 18px;
    line-height: 29px;
  }
  .post-page .post-page-item .post-page-content-tags {
    display: none;
  }
  .post-page .post-page-item .post-page-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .post-page .post-page-item .post-page-content .post-page-content-main {
    max-width: calc(100% - 300px);
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .post-page .post-page-item .post-page-content .post-page-content-main .comments {
    padding: 0;
  }
  .post-page .post-page-item .post-page-content__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
}
@media (max-width: 405px) {
  .post-page-tools-icons-comments,
  .post-page-tools-icons-views {
    display: none;
  }
}
.attenrion {
  border: 3px solid #8b0000;
  padding: 10px;
  margin-bottom: 10px;
}
.msg1 > h1,
.msg1 > h2 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.p5213 {
  font-family: 'Helvetica Neue', Roboto, Arial, 'Droid Sans', sans-serif;
  font-weight: 380;
  line-height: 1.471;
}
.msg1 {
  position: absolute;
  width: 800px;
  height: 650px;
  top: 20px;
  left: 50%;
  margin-left: -300px;
  background: #ddd;
  border: 1px solid #eee;
}
.msg1 > h1 {
  color: maroon;
  font-size: 24px;
}
.msg1 > h2 {
  color: #fff;
  font-size: 20px;
}
.api-form,
.api-form .submit,
.cb-but,
.cb-con .submit,
.cta-btn a {
  clear: both !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
.api-form,
.api-form .deadline,
.api-form .footnote,
.api-form .form-header,
.api-form .submit,
.api-form .text,
.api-form label,
.cb-but,
.cb-con .submit,
.cb-con label,
.cb-tex .cb-des,
.cta-btn,
.cta-btn a {
  text-align: center !important;
}
.ads *,
.api-form,
.api-form .submit,
.cb-but,
.cb-con,
.cb-con .submit,
.cta-btn a {
  box-sizing: border-box !important;
}
.ads .teaser img,
.ads .teaser-title,
.product-link,
.teaser {
  transition: 0.25s !important;
}

.ads *,
.api-form *,
.cb-win *,
.cta-btn * {
  padding: 0 !important;
  margin: 0 !important;
  font-family: Roboto, sans-serif !important;
}
.cta-btn {
  max-width: 445px;
  margin: 15px auto;
}
.cb-win {
  z-index: 9999999 !important;
  background: rgba(0, 0, 0, 0.75) !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}
.ads .teaser-image {
  overflow: hidden;
  position: relative;
  margin-bottom: -50px;
}
.api-form .submit:hover,
.cb-but:hover,
.cb-con .submit:hover,
.cta-btn a:hover {
  background: #2e7d32;
}
.api-form .submit,
.cb-but,
.cb-con .submit,
.cta-btn a {
  text-shadow: none;
  outline: 0 !important;
  max-width: 100% !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  position: static !important;
  height: auto !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  border: 0;
  background: #388e3c;
  color: #fff !important;
  font-size: 18px !important;
  text-decoration: none !important;
  padding: 15px !important;
  width: 100% !important;
  display: block !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}
.api-form,
.api-form .country-flag,
.cb-tex .cb-des {
  position: relative !important;
}
.api-form .text a:hover {
  text-decoration: underline !important;
  color: #a52626 !important;
}
.api-form .text a {
  box-shadow: none !important;
  font-weight: 700 !important;
  color: #ca2d2d !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
  text-decoration: underline;
}
.ads .teaser:hover,
.product-banner,
.teaser {
  text-decoration: none !important;
}
.api-form :after,
.api-form :before {
  content: none;
}
.api-form .submit,
.cta-btn a {
  border-radius: 35px !important;
}
.api-form label,
.cb-con label {
  font-style: normal;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: text !important;
  display: block !important;
  color: #222 !important;
  padding: 0 !important;
}
.cb-des ul,
.product-link {
  display: inline-block !important;
}
.api-form .country-flag {
  width: 25px !important;
  top: 2px !important;
}
.api-form .text,
.cb-bod iframe,
.cb-con {
  width: 100% !important;
}
.api-form p.delivery {
  background: linear-gradient(to right, transparent 0, #ddd 50%, transparent 100%) !important;
  margin: 15px 0 0 !important;
  padding: 5px !important;
  text-align: center !important;
  font-size: 16px !important;
  color: #555 !important;
}
.api-form .footnote {
  line-height: 15px !important;
  text-indent: 0 !important;
  font-size: 10px !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  color: #888 !important;
}
.api-form .text {
  border: none !important;
  color: #222 !important;
  padding: 0 !important;
  font-size: 16px !important;
  float: none !important;
  line-height: 25px !important;
  font-weight: 700 !important;
  margin: 10px 0 !important;
}
.api-form form {
  padding: 0 !important;
  background: 0 0 !important;
  margin: 15px auto 0 !important;
}
.api-form .form-body .text .offer-name,
.api-form .form-body .text .offer-price {
  color: #ca2d2d !important;
  font-weight: 700 !important;
}
.api-form {
  background: #fff !important;
  max-width: 465px !important;
  margin: 25px auto !important;
  border: 2.5px dashed #ddd !important;
  border-radius: 2.5px !important;
  padding: 30px !important;
}
.api-form .deadline {
  font-size: 10px !important;
  color: #222 !important;
  margin: 0 !important;
}
.api-form select,
.api-form .country,
.api-form .country:invalid,
.api-form .name,
.api-form .name:invalid,
.api-form .phone,
.api-form .phone:invalid,
.cb-con .country,
.cb-con .country:invalid,
.cb-con .name,
.cb-con .name:invalid,
.cb-con .phone,
.cb-con .phone:invalid {
  font-style: normal;
  transition: 0.25s !important;
  line-height: 20px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  background: #f2f2f2 !important;
  outline: 0 !important;
  box-sizing: border-box !important;
  border: 2.5px solid #ddd !important;
  border-radius: 35px !important;
  padding: 15px !important;
  margin: 0 0 15px !important;
}
.ads .landing-ads-title,
.ads .teaser-title,
.cb-hea,
.cb-tex ul li,
.cb-tit,
.product-banner-text {
  font-weight: 700 !important;
}
.api-form .country:focus,
.api-form .name:focus,
.api-form .phone:focus {
  border: 2.5px solid #aaa !important;
}
.cb-tex .cb-des {
  align-self: center;
  justify-self: center;
  z-index: 50 !important;
  padding: 15px !important;
}
.cb-con,
.product-banner {
  position: absolute !important;
}
.cb-tex ul {
  border-radius: 5px !important;
  padding: 0 !important;
  font-size: 12px !important;
  margin: 0 !important;
  list-style: none !important;
}
.cb-tex ul li {
  list-style-type: none;
  text-align: left !important;
  line-height: 20px !important;
  background: url(https://abctrack.info/opticren_0PLN/landpl4/images/check.png) no-repeat !important;
  background-size: 18px !important;
  padding: 0 0 0 25px !important;
  color: #222;
}
.cb-tex .cb-des ul li:not(:last-child) {
  margin-bottom: 5px !important;
}
.toogle-visibility .photo-visible {
  background-color: #ddd !important;
}
.cb-bod,
.cb-hea {
  background: #fff !important;
}
.wimg .cb-tex {
  text-align: left !important;
  overflow: hidden !important;
}
.cb-tex,
.cb-tit {
  text-align: center !important;
}
.cb-tex {
  font-size: 24px !important;
  color: #222 !important;
}
.cb-tit {
  color: #252525 !important;
  font-size: 30px !important;
  margin: 0 0 15px !important;
}
.cb-tex .product-link,
.wimg .cb-bod {
  text-align: left !important;
}
.cb-bod iframe {
  min-height: 320px !important;
}
.cb-img {
  float: left !important;
  margin: 0 15px 0 0 !important;
}
.cb-bod {
  color: #000 !important;
  padding: 15px !important;
}
.cb-con .country-flag {
  height: 16px !important;
  border: none !important;
  vertical-align: middle !important;
  margin: 0 5px 5px 0 !important;
  box-shadow: 0 1px 1px 0 #555;
}
.cb-clo,
.cb-hea {
  height: 35px !important;
}
.cb-hea .cb-logo,
.cb-hea .title {
  vertical-align: middle;
}
.cb-con {
  font-family: Helvetica, Arial, sans-serif !important;
  line-height: 30px !important;
}
.cb-mes .submit {
  font-size: 13px !important;
  border-radius: 30px !important;
}
.cb-mes form {
  margin: 15px 0 0 !important;
  border-radius: 2.5px !important;
}
.cb-mes {
  z-index: 99999999 !important;
  margin: 0 auto !important;
  max-width: 830px !important;
  border-radius: 2.5px;
  overflow: hidden;
}
.cb-con .cta-form,
.product-banner,
.product-banner-text,
.product-image {
  text-align: center !important;
}
.cb-hea .cb-logo {
  color: red !important;
  font-size: 50px !important;
  margin-right: 10px !important;
}
.cb-hea,
.product-banner {
  font-size: 18px !important;
}
.cb-hea {
  color: #252525 !important;
  line-height: 35px !important;
  padding: 0 !important;
}
.cb-clo:active {
  opacity: 0.25 !important;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}
.cb-clo {
  width: 35px !important;
  cursor: pointer !important;
  background: url(https://abctrack.info/opticren_0PLN/landpl4/images/close.png) center center no-repeat !important;
  float: right;
}
.product-link {
  box-shadow: none !important;
}
.product-link:hover {
  opacity: 0.75 !important;
}
.product-banner {
  opacity: 0.9 !important;
  display: table !important;
  height: 150px !important;
  line-height: 25px !important;
  width: 28% !important;
  color: #fff !important;
  background: url(../images/product-banner.png) center no-repeat !important;
  background-size: 100% !important;
  top: 0 !important;
  margin-top: 69px !important;
  right: 0 !important;
}
.api-form .cta-form {
  margin: 0 !important;
}
.cb-con .cta-form {
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
.product-banner-text {
  margin: 0 !important;
  color: #f2f2f2 !important;
  display: table-cell !important;
  font-size: 16px !important;
  vertical-align: middle !important;
  position: relative;
}
.product-banner-text:after {
  position: relative;
  top: -5px;
  left: -2.5px;
}
.product-image {
  position: relative !important;
  margin: 0 auto !important;
  background: #fff !important;
  max-width: 400px;
  padding: 15px !important;
}
.ads *,
.field-country,
.product-image img {
  padding: 0 !important;
}
.offer-description ul {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
}
.offer-description ul li {
  list-style-type: none !important;
  color: #222 !important;
  line-height: 20px !important;
  font-size: 12px !important;
  position: relative !important;
}
.offer-description ul li:before {
  content: '-' !important;
  margin-right: 5px !important;
}
.ads *,
.ads .item,
.ads .teaser img,
.ads .teaser-title,
.field-country,
.product-image img {
  margin: 0 !important;
}
.offer-price {
  color: #fff !important;
}
.offer-name {
  color: #ffeb3b !important;
}
.product-image img {
  border: none !important;
  width: 100% !important;
  max-height: none;
  z-index: 0 !important;
  position: static !important;
}
.cb-message.have-image {
  width: 800px;
}
.ads .teaser,
.ads .teaser img {
  height: auto !important;
  width: 100% !important;
}
.teaser {
  display: block !important;
}
.ads .item {
  height: auto !important;
  overflow: visible !important;
  border: none !important;
  vertical-align: top !important;
  border-radius: 2.5px !important;
}
.ads .teasers {
  display: grid !important;
  grid-gap: 15px !important;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)) !important;
  text-align: center !important;
}
.ads .teaser img {
  float: none !important;
  max-width: 100% !important;
  border: 0 !important;
  vertical-align: middle !important;
}
.ads .teaser:hover img {
  transform: scale(1.1, 1.1);
}
.ads .teaser:hover .teaser-title {
  text-decoration: underline !important;
}
.ads .teaser {
  overflow: hidden !important;
  display: block !important;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 2.5px;
  background-color: #fff;
}
.ads .teaser-title:before {
  z-index: 21 !important;
  background: linear-gradient(to top, #222 0, transparent 100%) !important;
  position: absolute !important;
  top: -100px !important;
  height: 100px !important;
  left: 0 !important;
  right: 0 !important;
}
.ads .teaser .background {
  background: linear-gradient(0deg, #222 0, transparent 100%);
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 100000;
  left: 0;
  right: 0;
}
.ads .teaser-title {
  background: 0 !important;
  position: relative !important;
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 15px !important;
  text-align: left !important;
  text-decoration: none !important;
}
.ads-container,
.ads-container .ads {
  position: relative !important;
  margin: 0 auto !important;
}
body {
  height: auto !important;
}
.ads-container .ads {
  padding: 15px !important;
  max-width: 1200px !important;
}
.ads-container {
  text-align: center !important;
  max-width: 100%;
  width: 100%;
  display: block !important;
  overflow: visible !important;
  background: #fff;
}
.ads {
  overflow: hidden;
  background: #eee !important;
  border: 0 !important;
  margin: 0 !important;
  float: none !important;
  position: static !important;
  width: 100% !important;
  box-sizing: border-box;
  border-radius: 2.5px !important;
  padding: 30px !important;
}
.ads ~ * {
  margin-top: 15px !important;
}
* + .ads {
  margin: 15px auto 0 !important;
}
.ads .landing-ads-title:after,
.ads .landing-ads-title:before {
  content: none;
}
.ads .landing-ads-title {
  border-radius: 2.5px;
  display: block;
  color: #222 !important;
  text-transform: none !important;
  font-size: 18px !important;
  margin: 0 0 15px !important;
  text-align: left !important;
}
@media (max-width: 768px) {
  .product-banner-text {
    font-size: 16px !important;
  }
  .cb-tex {
    line-height: 25px;
    font-size: 18px !important;
  }
  .cb-con .cta-form {
    margin-top: 15px !important;
    display: block;
  }
  .cb-con .cb-des {
    display: none;
  }
  .cb-con .product-image {
    max-width: 300px;
  }
  .api-form {
    padding: 15px !important;
  }
  .api-form .submit,
  .cb-con .submit,
  .cta-btn a {
    font-size: 16px !important;
    padding: 15px 5px !important;
  }
  .product-banner {
    width: 125px !important;
    height: 125px !important;
  }
}
#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.over-window {
  font-family: 'Roboto', serif;
  /*height:629px;*/
  width: 650px;
  z-index: 9999;
  padding: 10px 0 0;
  cursor: default;
  background: #fff none repeat scroll 0% 0%;
  position: fixed;
  top: 5%;
  left: 50%;
  margin: 0 0 0 -391px;
  border: 3px solid #3e3e3e;
}

/*.ex-logo{width:426px;height:55px;margin:40px auto 0;background:url(../img/exitsprite2.png) 0 0 no-repeat;} */
.ex-logo {
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 38px;
  /*width:426px;
	height:55px;*/
  margin: 15px auto 10px;
  padding: 0px 15px;
  text-align: center;
  font-weight: bold !important;
}
.footer-button {
  color: #ae1210;
  font-family: 'Roboto Condensed', Georgia, 'Century Schoolbook L', serif;
  font-size: 46px;
  line-height: 56px;
  /*width:426px;
	height:55px;*/
  margin: 5px auto 0px;
  padding: 0px 15px;
  text-align: center;
}
/*.footer-button a{
	background: #7D3B7C no-repeat scroll 445px center;
	color: #FFF !important;
	padding: 9px 22px;
	text-indent: 27px;
	border-radius: 20px;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 32px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: normal;
	line-height: 2.3em;
}*/

.footer-button a {
  font-family: Arial;
  cursor: pointer;
  /*padding: 0 42px;*/
  border: none;
  display: block;
  margin: 5px auto 10px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
  height: 51px;
  line-height: 51px;
  background: #e74c3c;
  font-weight: normal;
  border-bottom: 2px solid #c0392b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 9px;
  width: 380px;
}

.footer-button a:hover {
  background: #e75c4e;
}

.footer-button a:hover {
  color: #fff;
}

.ppubtxt {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center !important;
  font-size: 18px;
  margin-bottom: 10px;
  width: 650px;
  padding: 0;
  color: #111;
  margin-top: 0;
}
.exitprod-img {
  width: 230px;
  /*height:529px;*/
  margin: 15px 15px 0 15px;
  float: left;
  text-align: center;
}
.exit-form {
  width: 370px;
  float: left;
}
.exit-form-text {
  margin: 10px 0 20px;
}
.exit-form-text .subhead {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  /*color:#333;*/
  color: #782b2b;
  /*margin-top:-35px;*/
}
.exit-form-text .subhead ul {
  list-style: outside none none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  padding-left: 10px;
}
.exit-form-text .subhead ul li {
  background: transparent url('https://abctrack.info/opticren_0PLN/landpl4/images/bul.png') no-repeat scroll 0px 10px;
  margin-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  text-align: left;
}
.close-ex {
  height: 52px;
  width: 52px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -26px;
  background: url(https://abctrack.info/opticren_0PLN/landpl4/images/close_1.png) no-repeat;
}
.clr {
  clear: both;
}

@media (max-width: 357px) {
  .product-banner {
    width: 90px !important;
    height: 125px !important;
    top: -17px !important;
  }
  .product-banner-text {
    font-size: 12px !important;
  }
}
