@keyframes pulse {
  0% {
    @include transform(scale(0.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(235, 143, 57, 0);
  }
  100% {
    @include transform(scale(0.9));
    box-shadow: 0 0 0 0 rgba(235, 143, 57, 0);
  }
}
.list-loader-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  z-index: 6000;
}
.list-loader-box .list-loader-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.78);
  top: 0;
}
.list-loader-box #list-loader {
  position: fixed;
  top: calc(50% - 51px);
  left: calc(50% - 51px);
  transform: translate(-50%, -50%);
  z-index: 5001;
}
.list-loader-box #list-loader span {
  position: absolute;
  border-radius: 100%;
}
.list-loader-box #list-loader span:nth-child(1) {
  border: 7px solid #0CA0DD;
  border-top: 7px solid transparent;
  width: 102px;
  height: 102px;
  animation: spin-1 3s infinite linear;
}
.list-loader-box #list-loader span:nth-child(2) {
  border: 7px solid #0CA0DD;
  border-top: 7px solid transparent;
  top: 15px;
  left: 15px;
  width: 72px;
  height: 72px;
  animation: spin-2 2.2s infinite linear;
}
.list-loader-box #list-loader span:nth-child(3) {
  border: 7px solid #0CA0DD;
  border-top: 7px solid transparent;
  top: 35px;
  left: 35px;
  width: 32px;
  height: 32px;
  animation: spin-3 1.4s infinite linear;
}
@keyframes spin-1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-3 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.info-block-wrapper .wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.info-block-wrapper .wrapper h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.info-block-wrapper .wrapper #fogalomtar-dots {
  display: none;
}
.info-block-wrapper .wrapper .item-list ul {
  list-style: none;
  margin-bottom: 20px;
}
.info-block-wrapper .wrapper .item-list ul li .answer p {
  line-height: 1.4;
}
.info-block-wrapper .wrapper .item-list ul li .answer ul {
  list-style: disc;
  padding-left: 30px;
}
.info-block-wrapper .wrapper .item-list ul li .answer a {
  color: #e4760f;
  font-style: italic;
  font-weight: 600;
}
.info-block-wrapper .wrapper a.more-btn {
  color: #e4760f;
  background-color: transparent;
  box-shadow: none;
  font-size: 24px;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 23px auto 0;
  text-transform: none;
  font-weight: 700;
  line-height: 1.7;
  display: block;
}
.info-block-wrapper .wrapper a.more-btn:after {
  content: ' ';
  border-color: #e4760f;
  border-width: 3px;
  border-style: solid;
  border-bottom: unset;
  border-left: unset;
  border-radius: unset;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
}
.info-block-wrapper#fogalomtar-block-wrapper {
  background-color: #F0F3F5;
  margin-top: 35px;
  padding-bottom: 20px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .title {
  margin-bottom: 31px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list {
  padding-bottom: 9px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul {
  position: relative;
  margin-bottom: 0;
  width: auto;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li {
  position: absolute;
  width: 100%;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li .question {
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: #595959;
  background: url('../img/postit.png') no-repeat;
  position: absolute;
  margin: 0;
  padding: 0 27px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li ol li,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li ul li {
  position: static;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(1) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(9) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(17) .question {
  left: 0;
  width: 170px;
  height: 158px;
  background-position: 0 0;
  z-index: 19;
  padding-top: 6px;
  padding-bottom: 31px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(2) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(10) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(18) .question {
  left: 146px;
  top: 46px;
  width: 187px;
  height: 160px;
  background-position: -170px 0;
  z-index: 20;
  padding-top: 4px;
  padding-bottom: 26px;
  padding-left: 23px;
  padding-right: 30px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(3) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(11) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(19) .question {
  left: 289px;
  top: 9px;
  width: 187px;
  height: 178px;
  background-position: -372px 0;
  z-index: 19;
  padding-top: 4px;
  padding-bottom: 40px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(4) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(12) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(20) .question {
  left: 3px;
  top: 139px;
  width: 187px;
  height: 178px;
  background-position: -372px 0;
  z-index: 18;
  padding-top: 4px;
  padding-bottom: 40px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(5) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(13) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(21) .question {
  left: 228px;
  top: 173px;
  width: 183px;
  height: 166px;
  background-position: -575px 0;
  z-index: 18;
  padding-bottom: 35px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(6) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(14) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(22) .question {
  left: 0;
  top: 278px;
  width: 176px;
  height: 166px;
  background-position: -765px 0;
  z-index: 17;
  padding-bottom: 35px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(7) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(15) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(23) .question {
  left: 151px;
  top: 285px;
  width: 176px;
  height: 171px;
  background-position: -946px 0;
  z-index: 16;
  padding-top: 8px;
  padding-bottom: 35px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(8) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(16) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(24) .question {
  left: 299px;
  top: 304px;
  width: 176px;
  height: 168px;
  background-position: -1126px 0;
  z-index: 17;
  padding-bottom: 37px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(9) .question {
  top: 427px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(10) .question {
  top: 473px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(11) .question {
  top: 436px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(12) .question {
  top: 576px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(13) .question {
  top: 610px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(14) .question {
  top: 731px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(15) .question {
  top: 748px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(16) .question {
  top: 741px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(17) .question {
  top: 924px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(18) .question {
  top: 970px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(19) .question {
  top: 933px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(20) .question {
  top: 1063px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(21) .question {
  top: 1097px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(22) .question {
  top: 1218px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(23) .question {
  top: 1235px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(24) .question {
  top: 1225px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(1) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(9) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(17) .question {
  background-position: 0 -158px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(2) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(10) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(18) .question {
  background-position: -170px -167px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(3) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(11) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(19) .question {
  background-position: -372px -178px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(4) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(12) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(20) .question {
  background-position: -372px -178px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(5) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(13) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(21) .question {
  background-position: -575px -166px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(6) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(14) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(22) .question {
  background-position: -765px -169px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(7) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(15) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(23) .question {
  background-position: -946px -175px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(8) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(16) .question,
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(24) .question {
  background-position: -1126px -169px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active .question {
  color: white;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active .question:before {
  transform: rotate(225deg);
  top: 10px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active .answer {
  display: block;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li .answer {
  position: absolute;
  right: 0;
  width: 51%;
  display: none;
  overflow: auto;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li .answer h6 {
  font-size: 18px;
  line-height: 24px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li .answer p {
  margin-top: 10px;
  font-size: 15px;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li .answer ul {
  height: unset !important;
}
.info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li .answer ul li {
  position: static;
}
.info-block-wrapper#gyik-block-wrapper {
  margin-top: 27px;
  padding-bottom: 20px;
  background: url('../img/gyik-bg.svg') no-repeat 49.5vw 30px;
}
.info-block-wrapper#gyik-block-wrapper .wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
.info-block-wrapper#gyik-block-wrapper .wrapper .title {
  margin-bottom: 38px;
}
.info-block-wrapper#gyik-block-wrapper .wrapper .item-list {
  padding-bottom: 0px;
  max-width: 692px;
  min-height: 396px;
}
.info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li {
  background-color: white;
  position: relative;
  padding: 1px 50px 2px 10px;
  border-radius: 14px;
  margin-bottom: 9px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li .question {
  margin: 8px 0 6px 41px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  color: #10a3de;
  line-height: 1.05;
}
.info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li .question:before {
  content: "";
  position: absolute;
  top: 5px ;
  bottom: 0;
  margin: 0 auto;
  left: -28px;
  width: 15px;
  height: 10px;
  background-image: url("../img/tuske_le.svg");
  background-repeat: no-repeat;
}
.info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li.active {
  padding-bottom: 10px;
}
.info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li.active .question:before {
  background-image: url("../img/tuske_fel.svg");
}
.info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li .answer {
  margin-left: 42px;
  font-size: 15px;
  display: none;
}
.info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li .answer li {
  box-shadow: unset;
}
#blog-block-wrapper .blog-entries-wrapper .blog-entry:first-child {
  margin-left: 0;
}
#blog-block-wrapper .blog-entries-wrapper .blog-entry:last-child {
  margin-right: 0;
}
#rate-block-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#rate-block-wrapper #rate_wrapper {
  float: none;
  margin: 18px 0 62px;
  padding: 15px 0 0;
  font-weight: bold;
  letter-spacing: -0.9px;
  font-size: 15px;
}
#rate-block-wrapper #rate_wrapper #rate-title {
  margin-bottom: 12px;
}
#rate-block-wrapper #rate_wrapper #rating-value-wrapper {
  text-align: right;
}
@media screen and (max-width: 992px), (orientation: portrait) {
  .info-block-wrapper .wrapper {
    padding-top: 0px;
  }
  .info-block-wrapper .wrapper #fogalomtar-dots {
    display: block;
  }
  .info-block-wrapper .wrapper .prev-next-button {
    top: -6px;
  }
  .info-block-wrapper .wrapper .prev-next-button.prev {
    left: 0;
  }
  .info-block-wrapper .wrapper .prev-next-button.next {
    right: 0;
  }
  .info-block-wrapper .wrapper .item-list {
    position: relative;
  }
  .info-block-wrapper .wrapper .item-list #x {
    position: absolute;
    top: 10px;
    right: 11px;
    cursor: pointer;
    z-index: 1;
  }
  .info-block-wrapper .wrapper .more-btn {
    width: 100%;
  }
  .info-block-wrapper#fogalomtar-block-wrapper {
    margin: 10px 17px 0;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .title {
    font-size: 20px;
    margin-bottom: 11px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul {
    height: auto;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li {
    position: relative;
    min-height: 62px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li .question {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    background-image: url('../img/postit_mobil.png');
    width: calc(100% - 125px);
    margin: 13px auto;
    text-align: center;
    line-height: 1;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li ol li,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li ul li {
    min-height: unset;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li .answer {
    position: static;
    width: auto;
    height: auto;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(1) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(9) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(17) .question {
    background-position: 0px -74px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(2) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(10) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(18) .question {
    background-position: -227px -87px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(3) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(11) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(19) .question {
    background-position: -452px -85px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(4) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(12) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(20) .question {
    background-position: -675px -88px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(5) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(13) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(21) .question {
    background-position: -901px -89px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(6) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(14) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(22) .question {
    background-position: -1135px -88px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(7) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(15) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(23) .question {
    background-position: -1361px -88px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(8) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(16) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li.active:nth-child(24) .question {
    background-position: -1594px -77px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(1) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(9) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(17) .question {
    background-position: 0px -2px;
    width: 226px;
    height: 73px;
    /*on all origin height:63px;*/
    padding-bottom: 17px;
    padding-right: 0;
    top: 0;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(2) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(10) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(18) .question {
    background-position: -227px -2px;
    width: 225px;
    height: 81px;
    padding-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
    left: unset;
    right: 0;
    top: unset;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(3) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(11) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(19) .question {
    background-position: -452px -2px;
    width: 222px;
    height: 81px;
    padding-bottom: 17px;
    padding-right: 0;
    left: 0;
    top: unset;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(4) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(12) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(20) .question {
    background-position: -675px -2px;
    width: 225px;
    height: 81px;
    padding-bottom: 22px;
    padding-left: 0;
    left: unset;
    right: 0;
    top: unset;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(5) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(13) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(21) .question {
    background-position: -901px -2px;
    width: 229px;
    height: 81px;
    padding-bottom: 17px;
    padding-right: 20px;
    left: 0;
    top: unset;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(5) .question div,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(13) .question div,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(21) .question div {
    width: 195px;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(6) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(14) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(22) .question {
    background-position: -1135px -2px;
    width: 225px;
    height: 81px;
    padding-bottom: 17px;
    padding-left: 15px;
    left: unset;
    right: 0;
    top: unset;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(7) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(15) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(23) .question {
    background-position: -1361px -2px;
    width: 225px;
    height: 81px;
    padding-bottom: 25px;
    padding-right: 20px;
    left: 0;
    top: unset;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(8) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(16) .question,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(24) .question {
    background-position: -1594px -2px;
    width: 212px;
    height: 75px;
    padding-bottom: 17px;
    left: unset;
    right: 0;
    top: unset;
  }
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(8) .question div,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(16) .question div,
  .info-block-wrapper#fogalomtar-block-wrapper .wrapper .item-list ul li:nth-child(24) .question div {
    width: 195px;
  }
  .info-block-wrapper#gyik-block-wrapper {
    background: none;
    margin: 14px 8px 0 8px;
    padding-bottom: 0;
  }
  .info-block-wrapper#gyik-block-wrapper .wrapper .title {
    margin-bottom: 22px;
  }
  .info-block-wrapper#gyik-block-wrapper .wrapper .item-list {
    min-height: unset;
  }
  .info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li {
    padding-right: 10px;
  }
  .info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li .question {
    line-height: 21px;
    margin-left: 32px;
  }
  .info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li .question:before {
    width: 17px;
    height: 12px;
    background-image: url("../img/tuske_le_mobil.svg");
    top: 5px;
  }
  .info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li .question.ios:before {
    top: 7px;
  }
  .info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li.active .question:before {
    background-image: url("../img/tuske_fel_mobil.svg");
  }
  .info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li.active .question.ios:before {
    top: 7px;
  }
  .info-block-wrapper#gyik-block-wrapper .wrapper .item-list ul li .answer {
    margin-left: 0;
  }
  #blog-block-wrapper {
    margin-top: 21px;
  }
  #blog-block-wrapper .blog-entries-wrapper .blog-entry {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  #blog-block-wrapper .blog-entries-wrapper .blog-entry .blog-image {
    width: 100%;
  }
  #blog-block-wrapper .blog-entries-wrapper .blog-entry .blog-image img {
    width: 100%;
  }
  #blog-block-wrapper .blog-more.all {
    margin-top: 4px;
  }
  #rate-block-wrapper #rate_wrapper {
    margin: 0 auto 43px;
    padding-top: 32px;
    text-align: center;
    width: 215px;
  }
}
