@import '/wp-content/LQT/common/fonts/fonts.css';

@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* GENERAL */

html,
body {
  background-color: #fff;
  line-height: 1.2;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: 'tele-grotesk-head-ult', sans-serif;
  background: #e20074 url('../img/background.png') center top no-repeat;
}

h1 {
  font-family: 'tele-grotesk-ult', sans-serif;
  font-size: 50px;
}

/* Minoru */
.input__field--minoru,
.input__field--minoru2 {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 0px 2px transparent;
  -webkit-transition: box-shadow 1s;
  transition: box-shadow 1s;
}

.input__label--minoru {
  padding: 0;
  width: 100%;
  text-align: left;
}

iframe {
  width: 0px;
  height: 0px;
}

.input__field--minoru:focus {
  box-shadow: 1px 1px 30px 2px #87c1e0;
}

.input__field--minoru2:focus {
  box-shadow: 1px 1px 30px 2px #87c1e0;
}

.input__field--minoru:focus {
  -webkit-animation: anim-shadow 0.75s;
  animation: anim-shadow 0.75s;
}

.input__field--minoru2:focus {
  -webkit-animation: anim-shadow 0.5s;
  animation: anim-shadow 0.5s;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 20px #87c1e0;
    opacity: 1;
  }
}

.input__label-content--minoru {
  padding: 0.75em 0.15em;
}

/* FORM */

.checkbox input[type='checkbox'] {
  margin-left: 0px;
}

#bgForm,
#bgForm2 {
  position: absolute;
  background: white;
  padding: 20px 30px;
  width: 400px;
  top: 120px;
  left: calc(50% + 160px);
  /* max-height: calc(100vh - 140px); */
  overflow-y: auto;
  -webkit-box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.42);
}

#bgForm form {
  width: 100%;
}

@media (max-width: 1200px) {
  #bgForm,
  #bgForm2 {
    left: calc(50% + 60px);
  }
}

@media (max-width: 990px) {
  #bgForm,
  #bgForm2 {
    top: auto;
    left: auto;
    position: relative;
    max-height: none;
    margin: 0px auto;
    margin-bottom: 40px;
    width: 100%;
    max-width: 380px;
  }
}

/*@media only screen and (min-width: 425px) {
   #bgForm {
       position: fixed;

        top: 200px;
        left:1200px;
   }
}*/

.error_info {
  color: red;
  font-family: 'tele-grotesk-ult', sans-serif;
}

.agreements.error_info {
  color: red;
  padding-left: 20px;
}

#product-lead-badanie-rynku-cyberbezpieczenstwa input.error {
  border: 1px solid red;
  color: red;
}

.blad {
  color: red;
}

/*.gora{
    position: fixed;
    top: 200px;
    left: 1200px;
    width: 500px;
}*/
#form,
#thankYou,
#form1,
#thankYou1 {
  display: none;
  background: rgba(0, 0, 0, 0);
  margin-top: 38px;
  min-height: 510px;
  /*margin-top: 155px;*/
  margin-bottom: 15px;
}

#thankYou2 {
  display: none;
  background: rgba(0, 0, 0, 0);
  margin-top: 38px;
  min-height: 510px;
  /*margin-top: 155px;*/
  margin-bottom: 15px;
}

.tooltip-arrow {
  display: none;
}

.tooltip-inner {
  max-width: 525px;
  background-color: #e20074;
  border-radius: 0;
}

#form.active,
#thankYou.active,
#form1.active,
#thankYou1.active,
#thankYou2.active {
  display: block;
}

#form h4,
#thankYou h4,
#form1 h4,
#thankYou1 h4,
#thankYou2 h4 {
  color: #000;
  font-size: 30px;
  font-family: 'tele-grotesk-head-ult';
  line-height: 1;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}

.next {
  text-decoration: none;
}

.next:hover {
  text-decoration: none;
}

.next:active {
  text-decoration: none;
}

.krok-2 {
  background-color: #e20074;
  color: #fff;
  font-family: 'tele-grotesk-fet', sans-serif;
  font-weight: 900;
  font-size: 18px;
  height: 40px;
  vertical-align: middle;
  padding-top: 10px;
  padding-left: 10px;
  text-align: center;
}

/*.formularz{
    display:block;
    position:fixed;
    top: 200px;
    left:1200px;
}*/

p.pobierz {
  color: #000;
  font-family: 'tele-grotesk-nor', sans-serif;
  font-size: 30px;
}

.raport {
  color: #e20074;
  font-family: 'tele-grotesk-ult', sans-serif;
  font-size: 26px;
  padding-left: 0px;
  top: -8px;
  position: relative;
}

.bezplatny {
  height: 51px;
  padding-top: 8px;
}

.form-control {
  border-radius: 0;
}

.imie,
.tel {
  padding-right: 5px;
}

.nazw,
.nip-f {
  padding-left: 5px;
}

fieldset {
  padding-bottom: 5px;
}

/*.checkbox input[type=checkbox]{
    margin-left: 0;
}*/
input {
  font-family: 'tele-grotesk-nor', sans-serif;
}

label {
  font-family: 'tele-grotesk-nor', sans-serif;
  font-size: 10px;
}

input[type='submit'] {
  background-color: #e20074;
  color: #fff;
  font-family: 'tele-grotesk-fet', sans-serif;
  font-weight: 900;
  font-size: 18px;
  height: 40px;
}

label {
  color: #8d8d8d;
}

a {
  text-decoration: none;
  color: #8d8d8d;
}

a:hover {
  color: #8d8d8d;
}

.dol {
  margin-bottom: 20px;
}

/* HEADERS */
.header {
  margin-top: 60px;
}

.go-next {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: -100px;
  left: 50%;
  margin-left: -80px;
  background: transparent url(../img/scroll-down.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

h1 {
  margin-bottom: 0px;
  margin-top: 3px;
  width: 100%;
  display: block;
  float: left;
}

h1 .title-pink {
  background-color: transparent;
  padding: 0;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 .title-white {
  font-family: 'tele-grotesk-nor', sans-serif;
  background-color: transparent;
  color: #fff;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 25px;
  line-height: 1.2em;
  display: inline-block;
}

h1 .title-white strong {
  font-family: 'tele-grotesk-ult', sans-serif;
}

.desc {
  margin-top: 35px;
}

.description,
.description-bold {
  font-family: 'tele-grotesk-nor', sans-serif;
  font-size: 23px;
  color: #fff;
  margin-bottom: 18px;
}

.description-bold {
  font-weight: 900;
  margin-top: 20px;
}

ul.inheader {
  color: white;
  font-family: 'tele-grotesk-nor';
  list-style: square;
  padding-left: 1em;
  margin-top: 0.3em;
}

ul.inheader li {
  margin-top: 10px;
}

.rev_link {
  font-family: 'tele-grotesk-nor';
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
}

.rev_link:hover,
.rev_link:focus,
.rev_link:active {
  color: #000;
}

@media (min-width: 430px) {
  ul.inheader {
    font-size: 20px;
  }
}

.video-wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.video-holder {
  display: inline-block;
  margin: 15px auto;
  position: relative;
}

@media (min-width: 990px) {
  .video-wrapper {
    text-align: left;
    margin-top: 30px;
  }

  .video-holder .video-bg {
    width: 100%;
  }
  .video-holder .video-bg img {
    width: 100% !important;
  }

  .video-holder .overlay {
    left: 0 !important;
    right: 0 !important;
  }
}

.video-holder .video-bg {
  display: inline-block;
  margin: 0px auto;
}

.video-holder .video-bg img {
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.video-holder .overlay {
  position: absolute;
  top: 0;
  left: 9px;
  bottom: 4px;
  right: 9px;
  background: #000000aa;
  color: white;
  font-family: 'tele-grotesk-nor', sans-serif;
  display: flex;
  /*display: none;*/
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  padding: 0 30px;
}

.fancy-no-frame .fancybox-outer {
  padding: 0 !important;
}

.fancy-no-frame .fancybox-outer * {
  box-sizing: border-box;
}

.fancy-no-frame .fancybox-skin {
  background: black;
  color: white;
  outline: 1px solid #666;
}

.more {
  font-family: 'tele-grotesk-nor', sans-serif;
  position: absolute;
  top: -181px;
  background-color: #e20074;
  color: #fff;
  z-index: 99;
  padding: 10px;
  left: 0;
}

.more:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(226, 0, 116, 0);
  border-top-color: #e20074;
  border-width: 10px;
  margin-left: -10px;
}

.more a {
  color: #fff;
}

#dowiedz {
  margin-top: 70px;
}

/*SECTION 1*/
.section1 {
  color: #fff;
  font-size: 32px;
  margin-top: 98px;
  font-family: 'tele-grotesk-ult', sans-serif;
}

.icons {
  margin-top: 50px;
}

.i-desc {
  margin-top: 26px;
  font-family: 'tele-grotesk-ult', sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
}

.main {
  padding-bottom: 40px;
}

/* BANNER */

#banner {
  /* background:transparent url("../img/background.png") center center fixed; */
  background: transparent;
  /*background-size: cover;
    /*position: relative;*/
  /* min-height: 850px; */
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}

.main-sec {
  background-color: transparent;
}

#banner .banner-logo {
  margin-top: 20px;
  margin-bottom: 17px;
}

#banner .banner-logo.life {
  top: -18px;
  margin-left: 26px;
  position: relative;
}

#banner .banner-top {
  margin-top: 90px;
  padding: 0 25px;
  background-color: #e20074;
  font-size: 120px;
  display: inline-block;
}

#banner .banner-bottom {
  margin-top: 10px;
  padding: 0 25px;
  background-color: #000;
  font-size: 83px;
  display: inline-block;
}

#banner nav {
  margin-top: 30px;
  font-size: 30px;
}

.prawa-strona {
  width: 20%;
}

.lewa-strona {
  margin-left: 2%;
}

#poznaj {
  background-color: #e20074;
  color: #fff;
  font-family: 'tele-grotesk-fet', sans-serif;
  font-weight: 900;
  font-size: 18px;
  border-radius: 0px;
  margin-top: 40px;
}

/* SECTION 2 */
#end {
  background: no-repeat center;
  background-size: cover;
  /*position: relative;*/
  min-height: 767px;
}

.procenty {
  font-family: 'tele-grotesk-head-ult', sans-serif;
  color: #e20074;
  font-size: 69px;
}

.opis {
  font-family: 'tele-grotesk-hal', sans-serif;
  font-size: 20px;
}

.procent1 {
  margin-top: 123px;
}

.procent2 {
  margin-top: 25px;
}

.lewa {
  margin-right: 20px;
}

h2 .title-pink {
  background-color: transparent;
  padding: 0;
  color: #fff;
  font-family: 'tele-grotesk-ult', sans-serif;
  font-size: 44px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.koniec {
  margin-top: 60px;
}

h2 {
  margin: 2px;
}

h2 .title-black {
  background-color: #000;
  padding: 0 10px;
  color: #fff;
  font-family: 'tele-grotesk-ult', sans-serif;
  font-size: 28px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kon {
  margin-top: 30px;
  padding-left: 0;
}

.opis-lewa {
  font-family: 'tele-grotesk-nor', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

#cyber {
  width: 109%;
}

/* OTHER */

#other {
  background: url('../img/other.png') no-repeat;
  background-size: cover;
  /*position: relative;*/
  min-height: 462px;
}

h2 .title-white {
  background-color: #fff;
  color: #e20074;
  padding: 0 10px;
  font-size: 31px;
  font-family: 'tele-grotesk-ult', sans-serif;
}

.ddos {
  text-decoration: none;
  background-color: #e20074;
  color: #fff;
  padding: 14px 29px 14px 29px;
  font-size: 18px;
}

.ddos:hover {
  text-decoration: none;
  color: #000;
}

#other h2 {
  margin-top: 80px;
  margin-left: 0;
}

#other .i-desc {
  margin-top: 10px;
}

.buton {
  margin-top: 40px;
}

/* footer */
#footer {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer .banner-logo {
  margin-left: 45px;
  margin-right: 58px;
}

.formula {
  display: none;
}

.sprmail {
  font-family: 'tele-grotesk-ult', sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
}

/*FORMULARZ*/
#campaign-lead-przewodnik-po-iot .row.imie,
#campaign-lead-przewodnik-po-iot .row.firma,
#campaign-lead-przewodnik-po-iot .row.wiadomosc,
#campaign-lead-przewodnik-po-iot .row.telefon,
#campaign-lead-przewodnik-po-iot .row.agr1,
#campaign-lead-przewodnik-po-iot .row.agr2 {
  margin: 0;
  padding: 0;
}

#campaign-lead-przewodnik-po-iot .form-horizontal .form-group {
  margin: 0 0 10px 0;
  padding: 0;
}

#campaign-lead-przewodnik-po-iot .rsform-block-name .formControls,
#campaign-lead-przewodnik-po-iot .rsform-block-phone .formControls {
  padding-right: 5px;
}

#campaign-lead-przewodnik-po-iot .rsform-block-surname .formControls,
#campaign-lead-przewodnik-po-iot .rsform-block-nip .formControls {
  padding-left: 5px;
}

#campaign-lead-przewodnik-po-iot .more {
  display: none;
}

#campaign-lead-przewodnik-po-iot #submit {
  text-transform: uppercase;
  background: #e20275;
  color: white;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: 'tele-grotesk-ult', Arial, sans-serif;
  font-size: 22px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 3px 10px;
}

#campaign-lead-przewodnik-po-iot .row.wyslij p {
  font-family: 'tele-grotesk-ult';
  font-size: 14px;
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

#campaign-lead-przewodnik-po-iot .row.wyslij .formControls {
  float: right;
}

#campaign-lead-przewodnik-po-iot input[type='checkbox'] {
  min-height: 15px;
  min-width: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  margin-top: 2px;
  outline: none;
}

#campaign-lead-przewodnik-po-iot input[type='checkbox']:checked {
  background: url(../img/tick1.jpg);
  min-height: 15px;
  min-width: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  margin-top: 2px;
  background-position: center;
}

#campaign-lead-przewodnik-po-iot .has-error .form-control {
  border-color: #ff0000;
}

#campaign-lead-przewodnik-po-iot .rsform-error input[type='checkbox'] {
  border-color: #ff0000;
}

#campaign-lead-przewodnik-po-iot .has-error .checkbox-inline {
  color: #8d8d8d;
}

#campaign-lead-przewodnik-po-iot .formError {
  color: #ff0000;
  font-family: 'tele-grotesk-fet';
  font-size: 12px;
}

/*RWD */

@media (max-width: 1578px) {
}

@media (max-width: 1440px) {
  .header {
    margin-top: 60px;
  }
}

@media (max-width: 1200px) {
  h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 40px;
  }

  .go-next {
    width: 120px;
    height: 120px;
    bottom: -110px;
    left: 50%;
    margin-left: -50px;
  }
}

@media (max-width: 1199px) {
  h2 .title-pink {
    font-size: 38px;
  }

  .raport {
    font-size: 26px;
    padding-left: 0;
    top: -8px;
    position: relative;
  }

  p.pobierz {
    font-size: 29px;
  }
}

@media (max-width: 1000px) {
  /*.gora{
       display: none;
    }*/

  .formula {
    display: block;
  }
}

@media (max-width: 991px) {
  .koniec {
    margin-top: 0;
  }

  #cyber {
    width: auto;
  }

  .prawa-strona {
    width: auto;
  }

  .lewa-strona {
    margin-left: auto;
  }

  #end {
    background: url('../img/section-maan.png') no-repeat;
    background-size: cover;
  }

  .imie,
  .tel {
    padding-right: 15px;
  }

  .nazw,
  .nip-f {
    padding-left: 15px;
  }

  h1 {
    font-size: 35px;
  }
}

@media (max-width: 1024px) {
  .gora {
    top: 100px;
    left: 650px;
  }

  input[type='submit'] {
    font-size: 15px;
  }

  .more {
    top: -205px;
  }
}

@media (max-width: 991px) {
  #strzalka {
    /* display: none; */
  }

  h1 {
    font-size: 47px;
  }

  .second-sec {
    background-color: #e7e6e6;
  }

  h2 .title-pink {
    font-size: 44px;
  }

  #campaign-lead-przewodnik-po-iot .rsform-block-name .formControls,
  #campaign-lead-przewodnik-po-iot .rsform-block-phone .formControls {
    padding-right: 15px;
  }

  #campaign-lead-przewodnik-po-iot .rsform-block-surname .formControls,
  #campaign-lead-przewodnik-po-iot .rsform-block-nip .formControls {
    padding-left: 15px;
  }

  .raport {
    margin-left: 0px;
    margin-top: -20px;
    top: -7px;
    position: relative;
  }

  #banner {
    min-height: 529px;
  }

  .section1 {
    margin-top: 50px;
  }

  .more {
    top: -160px;
  }

  .go-next {
    width: 100px;
    height: 100px;
    bottom: -60px;
    left: 50%;
    margin-left: -50px;
  }
}

@media (max-width: 768px) {
  /*.gora{
        display:none;
    }*/
  .opis {
    font-size: 15px;
    text-align: center;
    margin-left: 8%;
  }

  .koniec {
    display: none;
  }

  #strzalka {
    margin-top: 30px;
    margin-left: 30px;
    width: 200px;
  }

  h2 {
    font-size: 20px;
  }

  .procent1 {
    margin-top: 50px;
  }

  .kon {
    margin-top: 0px;
  }

  .procenty {
    margin-left: 50%;
  }

  .imie,
  .tel {
    padding-right: 15px;
  }

  .nazw,
  .nip-f {
    padding-left: 15px;
  }

  .lewa {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  h2 .title-pink {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 35px;
  }

  #banner {
    /* background: transparent url("../img/background.png") center left fixed; */
    background: transparent;
  }

  h2 .title-pink {
    font-size: 26px;
  }

  h2 {
    margin-top: 0px;
  }

  .more {
    top: -300%;
  }
}

@media (max-width: 425px) {
  .imie,
  .tel {
    padding-right: 15px;
  }

  .nazw,
  .nip-f {
    padding-left: 15px;
  }

  #strzalka {
    /* display: none; */
  }

  .kon {
    /*text-align-last: center;*/
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-logo {
    width: 90px;
  }

  .responsive {
    width: 150px;
  }

  h1 .title-pink {
    line-height: 33px;
  }

  h1 .title-white {
    font-size: 22px;
    line-height: 1.1em;
  }

  #banner {
    min-height: 496px;
  }

  h2 .title-pink {
    line-height: 27px;
  }

  #banner .banner-logo.life {
    top: -14px;
  }
}

@media (max-width: 424px) {
  h1 {
    font-size: 30px;
  }

  h2 .title-pink {
    font-size: 23px;
  }

  .raport {
    margin-left: -8px;
  }

  .more {
    top: -330%;
  }
}

@media (max-width: 374px) {
  h1 {
    font-size: 25px;
  }

  .section1 {
    font-size: 29px;
  }

  h2 .title-pink {
    font-size: 19px;
  }

  p.pobierz {
    font-size: 25px;
  }

  .raport {
    margin-left: 0;
    font-size: 18px;
  }

  #campaign-lead-przewodnik-po-iot .row.wyslij p {
    font-size: 12px;
  }

  .more {
    top: -350%;
  }
}

@import '/wp-content/LQT/common/fonts/fonts.css';

.my-wrapper {
  max-width: 375px;
  margin: 0 auto;
  position: relative;
}

.container-fluid .container {
  padding: 0 5%;
  margin: 0 auto;
  width: 100%;
}

.offer {
  background: #000;
  background-image: url(../img/other-products-bck.svg);
  background-size: 400px;
  background-position: -10px top;
  background-repeat: no-repeat;
  z-index: 10;
  padding: 40px 0;
}

.offer.external {
  background: #000;
}

.swiper-container {
  width: 290px;
  margin: 0 auto;
}

.offer .sec-title {
  font-family: 'teleneobold';
  font-size: 2.1em;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 30px;
}

.offer .sec-title.flex-title span {
  font-size: 0.5em;
  line-height: 1.3em;
  font-family: 'teleneothin';
  display: inline-block;
}

.offer .sec-subtitile {
  font-family: 'teleneothin';
  font-size: 1.25em;
  line-height: 1.1em;
  color: #ffffff;
}

.read-box {
  /* width: 290px;
  margin: 0 auto; */
  padding-bottom: 30px;
}

.read-box .read-box-item {
  width: 280px;
  /* height: 330px; */
  margin: 0;
  background: #fff;
  margin-bottom: 20px;

  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.read-box .read-box-item .cover_box {
  width: 100%;
  height: 160px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background: #333;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.read-box .read-box-item.box_1 .cover_box {
  background-image: url(../img/1.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.read-box .read-box-item.box_2 .cover_box {
  background-image: url(../img/2.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.read-box .read-box-item.box_3 .cover_box {
  background-image: url(../img/3.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.read-box .read-box-item:hover .cover_box {
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* .read-box .read-box-item:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background: #00000050;
  z-index: 0;
} */

.read-box .read-box-item .timer-p {
  position: absolute;
  left: 0;
  top: 30px;
  background: #e20074;
  display: flex;
  align-items: center;
  padding: 5px 7px;
  z-index: 10;
}

.read-box .read-box-item .timer-p .time-ico {
  width: 14px;
  margin-right: 5px;
}

.read-box .read-box-item .timer-p .time-r {
  font-family: 'teleneoregular';
  font-size: 1em;
  line-height: 1em;
  margin-top: 2px;
  color: #fff;
}

.read-box .read-box-item .read-box-bot {
  /* position: absolute; */
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background: #fff;
  padding: 20px;
}

.read-box .read-box-item .read-box-bot .read-title {
  font-family: 'teleneobold';
  font-size: 1.1em;
  line-height: 1.1em;
  color: #000;
  min-height: 100px;
}

.read-box .read-box-item .read-box-bot .hr-sep {
  border: none;
  border-top: 1px solid #e20074;
  margin: 20px 0;
}

.read-box .read-box-item .read-box-bot .mini-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-box .read-box-item .read-box-bot .mini-box .pink-title {
  font-family: 'teleneobold';
  font-size: 1em;
  line-height: 1em;
  color: #e20074;
}

.read-box .read-box-item .read-box-bot .mini-box .date-txt {
  font-family: 'teleneoregular';
  font-size: 1em;
  line-height: 1em;
  color: #000;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e20074;
}

.prop-box {
  padding-bottom: 60px;
}

.sw-prop .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}

.sw-prop .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  color: #e20074;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

@media (min-width: 470px) {
  .read-box .read-box-item .cover_box {
    height: 200px;
  }
}

@media (min-width: 600px) {
  .my-wrapper {
    max-width: 768px;
  }

  .container-fluid .container {
    padding: 0 10px;
    width: 600px;
  }

  .offer .sec-title {
    font-size: 2.4em;
    margin-bottom: 30px;
  }

  .offer .sec-subtitile {
    font-size: 1.35em;
  }

  .read-box .read-box-item .cover_box {
    height: 150px;
  }

  .offer {
    background-size: 600px;
  }
}

@media (min-width: 960px) {
  .my-wrapper {
    max-width: 100%;
    background: #fff;
  }

  .container-fluid .container {
    padding: 0;
    width: 960px;
  }

  .offer {
    padding: 40px 0;
  }

  .offer .sec-title {
    font-size: 2.4em;
    margin-bottom: 30px;
  }

  .offer .sec-subtitile {
    font-size: 1.37em;
  }

  .offer .c-img {
    width: 320px;
    margin: 0;
    margin-bottom: 0px;
    margin-top: -50px;
    float: right;
  }

  .read-box .read-box-item .cover_box {
    height: 176px;
  }

  .read-box .read-box-item .read-box-bot .read-title {
    font-size: 1.2em;
    line-height: 1.3em;
  }
}

@media (min-width: 1200px) {
  .my-wrapper {
    max-width: 100%;
    background: #fff;
  }

  .container-fluid .container {
    padding: 0;
    width: 1200px;
  }

  .offer {
    padding: 50px 0;
  }

  .offer .sec-title {
    font-size: 3em;
    margin-bottom: 30px;
  }

  .offer .sec-subtitile {
    font-size: 1.56em;
  }

  .read-box {
    /* width: 290px;
  margin: 0 auto; */
    padding-bottom: 0px;
  }

  .read-box .read-box-item .timer-p {
    top: 40px;
    padding: 7px 10px;
  }

  .read-box .read-box-item .timer-p .time-ico {
    width: auto;
    margin-right: 8px;
  }

  .read-box .read-box-item .timer-p .time-r {
    font-size: 1.2em;
    margin-top: 4px;
  }

  .read-box .read-box-item {
    width: 360px;
    /* height: 360px; */
    margin-bottom: 20px;
  }

  .read-box .read-box-item:hover {
    background-size: 460px;
  }

  .read-box .read-box-item .read-box-bot {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .read-box .read-box-item .read-box-bot .read-title {
    font-size: 1.3em;
  }

  .read-box .read-box-item .read-box-bot .hr-sep {
    margin: 30px 0;
  }

  .read-box .read-box-item .read-box-bot .mini-box .pink-title {
    font-size: 1.2em;
  }

  .read-box .read-box-item .read-box-bot .mini-box .date-txt {
    font-size: 1.2em;
  }

  .offer {
    background-size: 800px;
    background-position: calc(50% - 300px) top;
  }

  .read-box .read-box-item .cover_box {
    height: 210px;
  }
}
