/* Reset */
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;
}

sup { 
  vertical-align: super;
  font-size: 9px;
}

/* 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;
}

.close_content{
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  position: absolute;
  bottom: 2px;
  right: 2px;
}

/* Layout */
body {
  background: #FFFFFF;
  font-family: 'Droid Sans', sans-serif;
}

.wrapper {
  width: 1280px;
  height: 767px;
  overflow: hidden;
  margin: 4px auto;
}

.wrapper .main_background{
  background: url("../images/main.jpg");
  width: inherit;
  height: inherit;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper .main_background .elipse{
  position: absolute;
  background: url("../images/icon-bielinski.png");
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: ease-in-out 0.4s;
}

.wrapper .main_background .elipse:hover{
  opacity: 0.5;
}

.logo{
  background: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 65px;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (min-width: 992px){
  .text{
    position: absolute;
    top: 7px;
    width: 28px;
    /*display: none;*/
    /* height: 30px; */
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 869px) {
  .text{
    position: absolute;
    top: 5px;
    left: 1px;
    width: 22px;
    /* display: none; */
    /* height: 30px; */
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
}
@media (min-width: 869px) and (max-width: 911px) {
  .text{
    position: absolute;
    top: 8px;
    left: 3px;
    width: 22px;
    /* display: none; */
    /* height: 30px; */
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
}
@media (min-width: 912px) and (max-width: 992px) {
  .text{
    position: absolute;
    top: 8px;
    left: 3px;
    width: 22px;
    /* display: none; */
    /* height: 30px; */
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
}
@media (min-width: 540px) and (max-width: 700px) {
  /* CSS rules for tablets */
  .text{
    position: absolute;
    top: 6px;
    left: -1px;
    width: 22px;
  /* display: none; */
   /* height: 30px; */
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
}
@media (min-width: 700px) and (max-width: 767px) {
  /* CSS rules for tablets */
  .text{
    position: absolute;
    top: 8px;
    left: 0;
    width: 22px;
  /* display: none; */
   /* height: 30px; */
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
}
@media(min-width: 320px) and (max-width: 360px) { 
  /* CSS rules for phones */
  .text{
    position: absolute;
    top: 5px;
    left: -2;
    width: 20px;
    right: 0px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
}
@media(min-width: 360px) and (max-width: 429px) { 
  /* CSS rules for phones */
  .text{
    position: absolute;
    top: 5px;
    left: -1px;
    width: 20px;
    right: 0px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
}
@media(min-width: 429px) and (max-width: 539px) {
  .text{
    position: absolute;
    top: 5px;
    left: -1px;
    width: 20px;
    right: 0px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
}
@media(min-width: 539px) and (max-width: 540px) { 
  /* CSS rules for phones */
  .text{
    position: absolute;
    top: 5px;
    left: -1px;
    width: 20px;
    right: 0px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
}
.content{
  position: absolute;
  display: none;
  z-index: 22;
}

.content div{
  border: 2px solid #84225e;
  border-radius: 10px;
  background: #fff;
  padding: 15px 30px 15px 30px;
  width: 500px;
  overflow: hidden;
}

.content div .image_container{
  border: 2px none rgba(255, 144, 32, 0.156863);
  width: 42%;
  padding: 0;
  border-radius: 0;
  float: left;
  margin-right: 4%;
}

.content div .image_container img{
  display: none;
  width: 100%;
}

.content div .image_container .active{
  display: block;
}

.content div .image_container .elipse_lightbox_anchor{
  text-decoration: none;
  background: url("../images/zoom-in-xxl.png");
  background-repeat: no-repeat;
  margin: 6px 0 0 0;
  color: #84225e;
  padding-left: 24px;
  height: 28px;
  padding-top: 4px;
  font-size: 14px;
  display: block;
}

.content .left_arrow, .content .rigth_arrow{
  position: absolute;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: 51.2px;
  height: 51.2px;
  cursor: pointer;
  top: 80px;
}

.content .left_arrow{
  background: url("../images/backward.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -2px;
}

.content .rigth_arrow{
  background: url("../images/forward.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 214px;
}

.content h1{
    font-size: 18px;
    font-weight: 700;
    float: left;
    width: 54%;
    margin: 4px 0 6px 0;
}

.content p{
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 12px;
  float: left;
  width: 54%;
}

.content p strong{
  font-weight: 700;
}

#lightbox h1, #lightbox p{
  color: #fff;
}

#lightbox h1{
  font-size: 14px;
  text-transform: uppercase;
  margin: 6px 0;
}

#lightbox p{
  font-size: 12px;
}

.content_16 h1, .content_16 p{ width: 100%}
.content_13 h1, .content_13 p{ width: 100%}
.content_11 h1, .content_11 p{ width: 100%}

@media (max-width: 1300px) {
  .wrapper {
    width: 1200px;
    height: 720px;
  }

  .content div{
    width: 430px;
  }

  .content div .image_container .elipse_lightbox_anchor{
    font-size: 13px;
  }
}

@media (max-width: 1230px) {
  .wrapper {
    width: 1000px;
    height: 600px;
  }
}


@media (max-width: 1030px) {
  .wrapper {
    width: 850px;
    height: 510px;
  }

  .content div{
    width: 400px;
  }

  .content div .image_container{
    width: 45%;
  }

  .content h1{
    width: 51%;
    font-size: 15px;
  }

  .content p{
    font-size: 13px;
    width: 51%;
  }
}

@media (max-width: 870px) {
  .wrapper {
    width: 680px;
    height: 408px;
  }

  .content div{
    width: 370px;
  }

  .wrapper .main_background .elipse{
    width: 24px;
    height: 25px;
  }
}

@media (max-width: 700px) {
  .wrapper {
    width: 530px;
    height: 318px;
  }

  .wrapper .main_background .elipse{
    width: 21px;
    height: 22px;
  }

  .logo{
    width: 150px;
    height: 53px;
  }

  .content div{
    width: 320px;
  }
}

@media (max-width: 550px) {
  .close_content{
    display: block;
  }
  .wrapper {
    width: 410px;
    height: 246px;
  }

  .wrapper .main_background .elipse{
    width: 19px;
    height: 20px;
  }

  .logo{
    width: 120px;
    height: 42px;
  }

  .content{
    position: absolute;
    top: 20px !important;
    left: 0 !important;
    width: 100%;
  }

  .content div{
    width: 91%;
    position: relative;
    left: 1%;
    padding: 3%;
  }

  .content div .image_container .elipse_lightbox_anchor{
    height: 40px;
  }
}

@media (max-width: 430px) {
  .wrapper {
    width: 350px;
    height: 262px;
  }

  .wrapper .main_background .elipse{
    width: 17px;
    height: 18px;
  }

  .content div{
    width: 286px;
  }

  .logo{
    width: 100px;
    height: 35px;
  }
}
.modal{
  display: none;
}
@media (max-width: 576px) {
  .modal_content{
    border: 2px solid #84225e;
      border-radius: 10px;
      background: #fff;
      padding:20px;
      width: 282px;
      max-width: 500px;
      overflow: hidden;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      
  }
  .modal{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: var(--ds-blanket, rgba(9, 30, 66, 0.54));
    
  }
  .modal_content h1{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .modal_content p{
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .modal_content a{
    font-size: 15px 400;
    text-decoration: none;
    background-color: #84225e;
    color: #fff;
    padding: 5px 30px;
    max-width: 150px;
    cursor: pointer;
    border-radius: 4px;
  }
}
