﻿body .selectric-items li.selected:before, .back-link:before, .btn-link-text:before, .load-more:before, body .selectric-items li.selected:after, .back-link:after, .btn-link-text:after, .load-more:after {
  content: "";
}

.default-btn {
  background: #fde85e;
  box-shadow: 0 2px 14px 5px rgba(253, 232, 94, 0.3);
  font: 700 13px/35px "arimobold", sans-serif;
  border-radius: 11px;
  padding: 0 18px;
  height: 35px;
  text-decoration: none !important;
}
.default-btn:active, .default-btn:focus, .default-btn:hover {
  background: #d4c459;
}
@media (min-width: 576px) {
  .default-btn {
    color: #30323f;
    height: 42px;
    border-radius: 9px;
    font: 700 14px/42px "arimobold", sans-serif;
    box-shadow: 4px 10px 27px 0 rgba(38, 42, 53, 0.09);
  }
}

.content-page-container {
  padding-bottom: 34px;
}
@media (min-width: 576px) {
  .content-page-container {
    padding-bottom: 83px;
  }
}
.content-page-container .share-btn {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .content-page-container .social-list {
    right: auto !important;
    left: 0;
    top: 10px;
  }
}
.content-page-container .main-heading-section {
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .content-page-container .main-heading-section {
    margin-bottom: 29px;
  }
}

html,
body,
#wrapper {
  height: 100%;
}

.mfp-bottom-bar .mfp-title {
  text-align: right;
  padding-left: 36px;
  padding-right: 0;
}

#wrapper > .row {
  min-height: 100%;
  flex-direction: column;
}

body {
  min-width: 320px;
  color: #30323f;
  font-family: "arimoregular", sans-serif;
  text-align: right;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
body.open-state {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.modal-open .overscroll {
    z-index: inherit;
  }
}
body.modal-open #footer {
  z-index: -1;
  right: 17px;
}

a {
  color: inherit;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

ul,
ol {
  padding: 0;
}

#wrapper .btn {
  color: inherit;
}

.holder {
  max-width: 1200px;
  margin: 0 auto;
}

#main {
  background: #f1f6fb;
  flex: 2 0 auto;
}

.tag-text {
  border-bottom: 3px solid #fde85e;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}
@media (min-width: 576px) {
  .tag-text {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 9px;
  }
}

@media (min-width: 576px) {
  .share-section .tag-text {
    font-size: 20px;
  }
}

.questions-slider .question {
  display: none;
}
.questions-slider .question.active {
  display: block;
}

@media (max-width: 576px) {
  .sticky-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #ffffff;
    padding: 14px 25px 11px;
    box-shadow: 0 5px 10px 0 rgba(141, 176, 211, 0.3);
  }
  .sticky-section .share-btn {
    opacity: 1;
    float: left;
  }
  .sticky-section .tag-text {
    border: none;
    font-family: "narkisblockmf_condensedbold", sans-serif;
    font-size: 30px;
  }
  .sticky-section .active-list {
    top: 3px !important;
    left: 40px !important;
  }
}
.share-btn {
  width: 16px;
  height: 17px;
  padding: 0;
  background: url("../../images/share-icon.png") 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  opacity: 0.4;
}
@media (min-width: 1200px) {
  .share-btn {
    display: none;
  }
}
.share-btn.active {
  opacity: 1;
}

.social-list {
  display: none;
}
.social-list.active-list {
  display: flex;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .social-list {
    display: flex;
  }
}
.social-list li {
  margin-left: 5px;
}
.social-list .link-item {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0 1px 17px 0 rgba(141, 176, 211, 0.59);
  display: block;
}
.social-list .link-item.email {
  background: #ffffff url("../../images/email-mob.png") center no-repeat;
  background-size: 15px 11px;
}
.social-list .link-item.facebook {
  background: #ffffff url("../../images/facebook-mob.png") center center no-repeat;
  background-size: 9px 18px;
}
.social-list .link-item.twitter {
  background: #ffffff url("../../images/twitter-mob.png") center center no-repeat;
  background-size: 20px 16px;
}
.social-list .link-item.watsup {
  background: #ffffff url("../../images/whatsup-mob.png") center center no-repeat;
  background-size: 19px 19px;
}
.social-list .link-item.telegram {
  background: #ffffff url("../../images/telegram-mob.png") center center no-repeat;
  background-size: 20px 17px;
}
@media (min-width: 576px) {
  .social-list .link-item {
    width: 44px;
    height: 44px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #dae4ee;
  }
  .social-list .link-item.email {
    background: url("../../images/mail.png") center center no-repeat;
    background-size: 18px 13px;
  }
  .social-list .link-item.facebook {
    background: url("../../images/facebook.png") center center no-repeat;
  }
  .social-list .link-item.twitter {
    background: url("../../images/twitter.png") center center no-repeat;
  }
  .social-list .link-item.watsup {
    background: url("../../images/viber.png") center center no-repeat;
  }
  .social-list .link-item.telegram {
    background: url("../../images/telegram.png") center center no-repeat;
  }
  .social-list .link-item:hover, .social-list .link-item:active, .social-list .link-item:focus {
    background-color: #e1eaf3;
    border-color: #e1eaf3;
  }
}

h1, h2, h3, h4, h5, h6,
.heading-default {
  font-family: "narkisblockmf_condensedbold", sans-serif;
  font-weight: normal;
  line-height: 0.9;
}

.h1-heading {
  font-size: 48px;
}
@media (min-width: 768px) {
  .h1-heading {
    font-size: 70px;
  }
}

.h2-heading {
  font-size: 42px;
}
@media (min-width: 768px) {
  .h2-heading {
    font-size: 60px;
  }
}

.h3-heading {
  font-size: 30px;
}
@media (min-width: 768px) {
  .h3-heading {
    font-size: 44px;
  }
}

.h4-heading {
  font-size: 16px;
}
@media (min-width: 768px) {
  .h4-heading {
    font-size: 26px;
  }
}

.load-more {
  font: 700 13px/20px "arimobold", sans-serif;
  position: relative;
  padding: 0;
  margin-bottom: 31px;
}
@media (min-width: 576px) {
  .load-more {
    font-size: 16px;
    margin-bottom: 45px;
  }
}
.load-more:after, .load-more.back-link:before {
  width: 12px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: url("../../images/arrow-bottom.png") 0 0 no-repeat;
  background-size: contain;
}

.btn-link-text, .back-link:before, .back-link {
  font: 600 13px/20px "arimobold", sans-serif;
}
.btn-link-text:hover, .back-link:hover:before, .back-link:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .btn-link-text, .back-link:before, .back-link {
    font: 600 16px/34px "arimobold", sans-serif;
  }
}
.btn-link-text:after, .back-link:after, .back-link:before {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  background: url("../../images/text-arrow.png") 0 0 no-repeat;
  background-size: contain;
  margin-right: 7px;
  transform: rotate(0deg);
}
@media (min-width: 576px) {
  .btn-link-text:after, .back-link:after, .back-link:before {
    width: 8px;
    height: 12px;
  }
}

.back-link:before {
  margin-right: 0;
  margin-left: 7px;
  transform: rotate(-180deg);
}
.back-link:after, .back-link:before {
  display: none;
}

.skipMenu {
  position: fixed;
  top: -2000px;
  width: 100%;
  z-index: 10000;
  text-align: center;
}
.skipMenu a:focus {
  background: #ffffff;
  border-radius: 4px;
  border: 1.5px solid;
  text-decoration: none;
  color: #30323f;
  position: fixed;
  top: 10px;
  width: 150px;
  text-align: center;
  z-index: 1;
  padding: 5px;
}

body .selectric {
  background: transparent;
  padding: 0;
  overflow: visible;
  font-size: 16px;
  color: #30323f;
  border: none;
  border-bottom: 3px solid #fde85e;
  border-radius: 0;
}
body .selectric .button {
  right: auto;
  left: 0;
  background: #f1f6fb url("../../images/select-arrow.png") center center no-repeat;
  background-size: 11px 7px;
  height: 21px;
  width: 20px;
}
body .selectric .button:after, body .selectric .button.back-link:before {
  display: none;
}
body .selectric .label {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 25px;
}
body .selectric-open {
  z-index: 1;
}
body .selectric-open .button {
  transform: rotate(180deg);
}
body .selectric-items {
  border-radius: 14px;
  border: 1px solid #adc0d2;
  left: auto;
  right: -6px;
  width: 283px !important;
  margin-top: -3px;
  z-index: 2;
  box-shadow: 0 5px 10px 0 rgba(141, 176, 211, 0.3);
  background: #ffffff;
}
body .selectric-items li {
  color: #30323f;
  background: transparent !important;
  padding: 0 20px;
  font-size: 14px;
  line-height: 53px;
  border-bottom: 1px solid #adc0d2;
}
body .selectric-items li:hover {
  background: #f3f6f9 !important;
}
body .selectric-items li:last-child {
  border-bottom: none;
}
body .selectric-items li.selected {
  font-family: "arimobold", sans-serif;
  position: relative;
}
body .selectric-items li.selected:before {
  width: 5px;
  height: 5px;
  background: #fde85e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-radius: 100%;
}
@media (min-width: 576px) {
  body .selectric-items li {
    font-size: 16px;
    line-height: 60px;
    border-bottom: none;
    padding: 0 27px;
  }
}
body .selectric-scroll {
  border-radius: 14px;
}
body .selectric-hover .selectric {
  border-color: #fde85e;
}

.event-box {
  font-family: "narkisblockmf_condensedbold", sans-serif;
  font-size: 24px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.54);
  padding: 5px 0;
}
@media (min-width: 576px) {
  .event-box {
    padding: 9px 0;
    font-size: 28px;
    line-height: 34px;
  }
}

.overscroll {
  margin-bottom: -30px;
  padding-bottom: 20px !important;
}
@media (min-width: 1200px) {
  .overscroll {
    margin-bottom: -50px;
    min-height: 100vh;
    position: relative;
    margin-bottom: 469px;
    padding-bottom: 0 !important;
    background: #f1f6fb;
    z-index: 1041;
  }
}

.tiktok-embed {
  max-width: 325px !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/_mixins.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/_varibales.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/general.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/rtl/_direction.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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%22%7D */