/*****************************************************************************/
/*********************************FullHD 1440**********************************/
/*****************************************************************************/


.content_details {
  /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 0.8em;
  font-weight: normal;
  color: #4B8ABF;
  text-align: left;
  text-decoration: none;
  color: #666666;
  white-space: nowrap;
  padding-right: 0.5em;
}


.content_text {
  font-size: 1em;
  line-height: 1.5em;
}

.content_text a {
  color: #4B8ABF;
  text-decoration: underline;
}

.content_text img {
  max-width: 100%;
}

.content_text iframe {
  border: 0px;
  max-width: 100%;
}


/*********************************FAQ*********************************/

.how-to {
  top: 105px;
  position: fixed;
  right: 66px;
  font-size: 21px;
  font-style: italic;
  font-family: serif;
  width: 260px;
  transition: opacity .2s ease, visibility .5s ease;
  opacity: 1;
  visibility: visible;
}

.how-to.hidden {
  opacity: 0;
  visibility: hidden;
}

.how-to svg {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.faq_title {
  margin-bottom: 16px;
}

.faq_title img {
  margin-bottom: -10px;
}

.faq_title a {
  color: #1c74b3;
  font-size: 1.1rem;
  line-height: 1.45;
  font-weight: normal;
  margin-bottom: 10px;
  text-decoration: none;
  border-bottom: 1px dashed #1c74b3;
}

.faq_title a:hover {
  border-bottom: none;
}

.faq_text {
  position: relative;
  overflow: hidden;
  height: 0;
  line-height: 1.5em;
  text-align: justify;
  padding-left: 38px;
}

.faq_text a {
  color: #1c74b3;
  text-decoration: underline;
}

/*********************************IDEAS*********************************/

#ideas {
  font-size: 1em;
  margin-top: 20px;
}

.idea_title {
  margin-bottom: 10px;
  color: #1c74b3;
  font-size: 1.2em;
  font-weight: 400;
}

.idea_vote {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 18px;
  background: transparent url(../images/vote.gif) no-repeat left top;
  margin-bottom: 10px;
  color: #1d1d1d;
  font-size: 13px;
  cursor: pointer;
  padding-left: 63px;
  padding-right: 4px;
}

.idea_vote:hover {
  opacity: 0.8;
}

.idea_author {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 20px;
  color: #1d1d1d;
  font-size: .85rem;
  font-style: italic;
  font-weight: 300;
}

.idea_text {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 25px;
  line-height: 1.5em;
  text-align: justify;
}

/*********************************BLOG*********************************/

.blog_title {
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.35;
}

.blog_title a {
  color: #1c74b3;
  /*/*font-family: 'PT Serif', "Times New Roman", Georgia, serif;*/
  font-weight: normal;
  margin-bottom: 10px;
  text-decoration: none;
}

.blog_date {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 0.9em;
  font-style: italic;
}

.blog_text {
  overflow: hidden;
  line-height: 1.5em;
  text-align: justify;
}

/*.blog_text:not(:last-child) {*/
/*  margin-bottom: 70px;*/
/*}*/

.blog_text a {
  color: #1c74b3;
  text-decoration: underline;
}

.blog_text img {
  max-width: 100%;
}

.blog_text iframe {
  margin-bottom: 10px;
}

/*********************************ARTICLE*********************************/

.article_text {
  margin-top: 20px;
  font-size: 1.1em;
  text-align: justify;
}


.article_text a {
  color: #1c74b3;
  text-decoration: none;
}

img.article-right {
  width: 400px;
  float: right;
  margin: 0 0 1em 2em;
}

img.article-left {
  width: 400px;
  float: left;
  margin: 0 2em 1em 0;
}
.discount-block {
  width: fit-content;
  margin: 0 auto 20px;
  background: #ffffff78;
  border-radius: 8px;
  padding: 15px 20px 15px 0;
  color: #ff5000;
  display: flex;
  align-items: center;
}

.discount-block-icon {
  padding: 5px 15px 0 20px;
  width: auto;
}

.discount-block form {
  width: fit-content;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.discount-block-text {
  font-size: 17px;
}

.discount-block-text .discount_question input[type=text] {
  border: 1px solid #1C74B3;
}

.discount-block-text a {
  text-decoration: none;
  font-weight: 400;
  color: #1c74b3;
  text-decoration: underline dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.discount-block-text a:hover {
  text-decoration: none;
}

.fb-page:empty {
  min-height: 600px;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #fbfbfb 10%, #fff 18%, #fbfbfb 33%);
  background-size: 800px 104px;
  height: 100px;
  position: relative;
}

@keyframes placeHolderShimmer{
  0%{
    background-position: -468px 0
  }
  100%{
    background-position: 468px 0
  }
}

@media only screen and (min-width: 921px) {
  .sticky {
    position: sticky;
    top: calc(var(--header-height, 80px) + 30px);
    z-index: 1;
  }
}

/* Large Screens (Desktops) */

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1200px) {
  .how-to {
    display: none;
  }
}

/* Medium Screens (Large Tablets) */

@media only screen and (max-width: 1023px) {

  .article_text img {
    width: 100%;
    margin: 0;
  }

  img.article-right {
    width: 100%;
    float: none;
    margin: 0 0 1em 0;
  }

  img.article-left {
    width: 100%;
    float: none;
    margin: 0 0 1em 0;
  }

}

/* Small Screens (Tablets) */

@media only screen and (max-width: 920px) {
}

/* Extra Small Screens (Mobile) */

@media only screen and (max-width: 576px) {
}




