#preloader {
  height: 100px;
  width: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  visibility: visible;
}
#preloader::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: 2px solid #DE6461;
  border-top: 1px solid transparent;
  border-radius: 100%;
}
#preloader > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: wink 1s ease-in-out infinite alternate;
  animation: wink 1s ease-in-out infinite alternate;
}
@media (min-width: 768px) {
  #preloader {
    height: 120px;
    width: 120px;
    margin-top: -60px;
    margin-left: -60px;
  }
  #preloader::before {
    left: -2px;
    top: -2px;
    border-width: 2px;
  }
   > .icon {
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}
@media (min-width: 1200px) {
  #preloader {
    height: 130px;
    width: 130px;
    margin-top: -65px;
    margin-left: -65px;
  }
  #preloader > .icon {
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header.shrinked .sticky-header {
  top: 0px;
}
header.shrinked .sticky-header .pull-left {
  display: none;
}
header.shrinked .sticky-header .sticky-nav > li {
  margin-top: 2px !important;
}
header.shrinked .sticky-header .sticky-nav li a {
  line-height: 36px;
}
header.shrinked .sticky-header .sticky-nav li.menu_btn a {
  color: #fff !important;
  padding: 5px 25px !important;
}
header.shrinked .sticky-header .sticky-nav li.menu_btn a:hover {
  color: #1E73BE !important;
}
header.shrinked .sticky-header .sticky-nav li.menu_btn.spilka_menu_btn a {
  color: #41A2D8 !important;
}
header.shrinked .sticky-header .sticky-nav li.menu_btn.spilka_menu_btn a:hover {
  color: #fff !important;
}
@media (max-width: 375px) {
  .home #page.site {
    padding: 0 10px;
  }
  .home #page.site .table_section .total-table-price p {
    font-size: 16px;
  }
}
@media (min-width: 993px) {
  .menu_btn.current-menu-item {
    border-bottom: 0px !important;
  }
  .menu_btn a {
    border-radius: 3px;
    padding: 10px 25px !important;
    font-size: 1.1em !important;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu_btn a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    background-color: transparent !important;
  }
  .menu_btn a::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .menu_btn.donate_btn a {
    background-color: #dc6464;
    border: 2px solid #dc6464 !important;
  }
  .menu_btn.donate_btn a::before {
    content: "\f08a";
  }
  .menu_btn.spilka_menu_btn {
    margin-right: 10px;
  }
  .menu_btn.spilka_menu_btn a {
    background-color: transparent !important;
    border: 2px solid #41A2D8 !important;
  }
  .menu_btn.spilka_menu_btn a:hover {
    background-color: #41A2D8 !important;
  }
  .menu_btn.spilka_menu_btn a::before {
    content: "\f2c0";
  }
}
.maps iframe {
  pointer-events: none;
}
.span_blue {
  color: #41A2D8 !important;
}
.span_red {
  color: #dc6464 !important;
}
.span_underline {
  text-decoration: underline;
}
.donate_cols_row {
  margin-top: -30px;
}
.donate_cols_row > .elementor-container {
  max-width: 1000px !important;
  margin: 0 auto;
}
.donate_cols_row .elementor-row {
  justify-content: center !important;
}
.donate_cols_row .donate_col_left,
.donate_cols_row .donate_col_right {
  width: 46% !important;
  margin: 2% 1% !important;
}
.donate_grid {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0px 0px 0px;
  flex-flow: column nowrap;
}
.donate_grid .donate_col {
  width: 49%;
}
.donate_grid .donate_grid_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.donate_grid .donate_grid_flex.donate_qr_wrap {
  margin-top: 12px;
}
.donate_grid .donate_item.donate_patreon {
  max-width: 200px;
  margin: 0 auto;
}
.donate_grid .donate_item.donate_betalingsservice {
  width: 100%;
  margin-top: 10px;
}
.donate_grid .donate_item.donate_paypal {
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}
.donate_grid .donate_item.donate_kofi {
  width: 100%;
  margin-right: 9%;
  max-width: 110px;
}
.donate_grid .donate_item.donate_qr {
  width: 100%;
  margin: 0px 10px 0px 0px;
  max-width: 85px;
}
.donate_grid .donate_item.donate_mobilepay {
  width: 100%;
  max-width: 85px;
}
.donate_grid .donate_item.donate_mobilepay .desc_mobilepay {
  font-family: "Roboto", Sans-serif !important;
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  color: #5b7bfb;
}
.donate_grid .donate_item.donate_coffee_page {
  width: 100%;
  max-width: 36px;
}
.donate_grid .donate_item.donate_bank {
  margin-top: 10px;
}
.donate_grid .donate_item.donate_bank .donate_item_desc {
  font-family: "Roboto", Sans-serif !important;
  font-weight: 400;
  text-align: center;
  line-height: 1.3em;
  font-size: 16px;
  color: #999999;
}
.donate_grid .donate_item.donate_bank .donate_item_desc .donate_item_desc_blue {
  font-weight: 600;
  display: block;
  margin-bottom: -13px;
  color: #41A2D8 !important;
}
.donate_grid .paypal_form input {
  width: 100%;
}
.donate_btn_section .elementor-button {
  font-family: "Roboto", Sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px;
  padding: 20px 120px;
  border: 2px solid #DE6461;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  background-color: #DE6461 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.donate_btn_section .elementor-button:hover {
  background-color: transparent !important;
  color: #DE6461;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.payment_img_row {
  margin: -25px auto 40px;
  display: flex;
  max-width: 320px;
}
.payment_img_row .payment_item {
  margin: 0px 5px;
}
@media (max-width: 767px) {
  .donate_row {
    padding-bottom: 0px !important;
  }
  .donate_grid {
    margin-top: 0px;
    flex-flow: column nowrap;
    align-items: center;
  }
  .donate_grid .donate_col {
    width: 100%;
    max-width: 220px;
  }
  .donate_cols_row .elementor-row {
    flex-flow: column-reverse nowrap;
    align-items: center;
  }
  .donate_cols_row .donate_col_left,
  .donate_cols_row .donate_col_right {
    width: 100% !important;
    max-width: 400px;
  }
  .donate_cols_row .donate_col_left {
    margin: 20px 0px 30px !important;
  }
  .donate_cols_row .donate_col_right {
    margin: 40px 0px 0px !important;
  }
  .donate_row .elementor-row > .elementor-column > .elementor-column-wrap {
    padding: 0px !important;
  }
  .donate_btn_section .elementor-button {
    padding: 17px 75px;
  }
}
.fb-customerchat.fb_iframe_widget > span > iframe {
  max-width: 400px;
}
.oon_row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.oon_elem {
  width: calc(20% - 3%);
  display: flex;
  flex-flow: column nowrap;
  margin: 1.5% 1.5%;
  padding: 10px;
  border: 7px solid #2095CE;
  border-radius: 5px;
  justify-content: space-between;
  max-height: 13.5vh;
  min-height: 170px;
}
.oon_elem.oon_extra_elem {
  align-items: center;
}
.oon_elem.oon_extra_elem.oon_elem_blue .oon_small {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  font-size: 1.3vw;
  color: #2095CE;
}
.oon_elem.oon_extra_elem.oon_elem_blue .oon_big {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  font-size: 1.7vw;
}
.oon_elem.oon_extra_elem.oon_elem_blue img {
  max-height: 70px;
}
.oon_elem.oon_extra_elem.oon_elem_green-soft .oon_small {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  font-size: 1.4vw;
  color: #000;
  letter-spacing: -1px;
}
.oon_elem.oon_extra_elem.oon_elem_green-soft .oon_big {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  font-size: 1vw;
}
.oon_elem.oon_extra_elem.oon_elem_green-soft img {
  max-height: 80px;
}
.oon_elem.oon_elem_blue {
  border-color: #2095CE;
}
.oon_elem.oon_elem_red {
  border-color: #D8273B;
}
.oon_elem.oon_elem_green {
  border-color: #509840;
}
.oon_elem.oon_elem_red-soft {
  border-color: #A12049;
}
.oon_elem.oon_elem_green-soft {
  border-color: #5FB74F;
}
.oon_elem.oon_elem_orange {
  border-color: #F89F2E;
}
.oon_elem.oon_elem_orange-soft {
  border-color: #BD8B1C;
}
.oon_elem.oon_elem_blue-light {
  border-color: #175F9C;
}
.oon_elem.oon_elem_blue-dark {
  border-color: #194760;
}
.oon_elem .oon_elem__head {
  display: flex;
}
.oon_elem .oon_elem__head .oon_number {
  margin-right: 3px;
  font-size: 2vw;
  color: #D26763;
}
.oon_elem .oon_elem__head .oon_text {
  font-size: 15px;
  margin-top: 1px;
  line-height: 1em;
  color: #000;
}
.oon_elem .oon_elem__img {
  text-align: center;
}
.oon_elem .oon_elem__img img {
  max-height: 75px;
  margin: 0 auto;
}
.oon_elem .oon_img_inline img {
  font-size: 20px;
  width: 100%;
  max-width: 1.4vw;
}
/*Danish version*/
.oon_block__da .oon_elem.oon_extra_elem.oon_elem_blue .oon_big {
  font-size: 1.4rem;
}
.oon_block__da .oon_elem.oon_extra_elem.oon_elem_blue .oon_small {
  font-size: 1.2rem;
}
@media (min-width: 1500px) {
  .oon_elem.oon_extra_elem.oon_elem_blue .oon_small {
    font-size: 18px;
  }
  .oon_elem.oon_extra_elem.oon_elem_blue .oon_big {
    font-size: 25px;
  }
  .oon_elem .oon_img_inline img {
    max-width: 20px;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft .oon_small {
    font-size: 20px;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft .oon_big {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  header#masthead .sticky-header:not(.sticky-header-shrink) nav ul li ul {
    background-color: #333333 !important;
    top: 93px !important;
  }
}
#masthead .sticky-header li.yellow a {
  color: #F3F13E;
}
#masthead li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}
#agama_slider h2.slide-title {
  font-family: 'Roboto Condensed', sans-serif !important;
}
.site-header .sticky-header.sticky-header-shrink nav a {
  color: #23282d !important;
}
header#masthead {
  background-color: #333 !important;
}
@media screen and (max-width: 768px) {
  #mobile-language-menu {
    display: block;
  }
  #mobile-language-menu {
    height: 60px;
    background: #000;
  }
  #mobile-language-menu li.lang-item {
    padding: 18px;
    display: inline;
    position: relative;
    left: 1px;
    float: right;
  }
  #mobile-language-menu img {
    width: 30px;
  }
  .lang-item-10 {
    display: none;
  }
  .lang-item-7 {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  #mobile-language-menu {
    display: none;
  }
}
p.single-line-meta {
  display: none;
}
img.img-responsive {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  body.blog_grid .js-isotope .article-wrapper {
    width: 99% !important;
    position: initial !important;
    display: block;
    left: 0px !important;
  }
}
.cf7-custom-form {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 10px 0px 50px 0px;
}
.cf7-custom-2-cols,
.cf7-custom-3-cols {
  display: flex;
  justify-content: space-between;
}
.cf7-custom-2-cols .cf7-custom-input {
  width: 97% !important;
  margin: 10px 0px 20px 0px !important;
}
.cf7-custom-3-cols .cf7-custom-input {
  width: 96% !important;
  margin: -10px 0px 20px 0px !important;
}
.cf7-custom-1-cols .cf7-custom-input {
  width: 98.5% !important;
  margin: 10px 0px 20px 0px !important;
}
.cf7-custom-form label {
  font-size: 18px;
  color: #333333;
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 900;
  width: 100% !important;
}
.cf7-custom-form .cf7-custom-input,
.cf7-custom-form .tail-select .label-inner {
  font-size: 16px;
  color: #333333 !important;
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 400;
}
.cf7-custom-form .tail-select {
  width: 98.5% !important;
  margin: -10px 0px 25px 0px;
}
.cf7-custom-form .tail-select .select-label {
  padding: 8px 30px 8px 10px;
  border-radius: 0px !important;
  border: 2px solid #DDD;
  box-shadow: none !important;
}
.cf7-custom-form .tail-select .select-label:after {
  top: 17.5px;
}
.cf7-custom-form ::-webkit-input-placeholder {
  color: rgba(48, 52, 56, 0.85);
}
.cf7-custom-form ::-moz-placeholder {
  color: rgba(48, 52, 56, 0.85);
}
.cf7-custom-form :-ms-input-placeholder {
  color: rgba(48, 52, 56, 0.85);
}
.cf7-custom-form :-moz-placeholder {
  color: rgba(48, 52, 56, 0.85);
}
.cf7-custom-form .cf7-custom-btn,
.cf7-custom-form .cf7-custom-btn:hover {
  border-radius: 0px !important;
  font-size: 20px !important;
  padding: 18px 50px 15px 50px !important;
  height: 100% !important;
  line-height: 1em !important;
  margin: 0px 0px 10px 0px !important;
  border: 0px !important;
  outline: none;
  box-shadow: none;
  white-space: unset !important;
  text-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .cf7-custom-2-cols,
  .cf7-custom-3-cols {
    flex-flow: column nowrap;
  }
  .cf7-custom-1-cols .cf7-custom-input,
  .cf7-custom-2-cols .cf7-custom-input,
  .cf7-custom-3-cols .cf7-custom-input,
  .cf7-custom-form .tail-select {
    width: 100% !important;
  }
  .cf7-custom-form label {
    font-size: 17px;
  }
  .cf7-custom-form .cf7-custom-input,
  .cf7-custom-form .tail-select .label-inner {
    font-size: 15px;
  }
  .cf7-custom-form .cf7-custom-btn,
  .cf7-custom-form .cf7-custom-btn:hover {
    font-size: 17px !important;
    padding: 14px 40px 11px 40px !important;
  }
}
.wpcf7-mail-sent-ok {
  background: #5FBA39;
  border: none !important;
  color: #fff;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  padding: 25px 20px !important;
  margin: 0px !important;
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .wpcf7-mail-sent-ok {
    padding: 10px 10px !important;
    font-size: 17px;
    line-height: 1.2em;
  }
}
.cf7-checkbox-wrap .sm-form-control {
  width: 100%;
  height: 100% !important;
  padding: 0px !important;
  font-size: 17px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: none !important;
  margin-bottom: 20px;
}
.wpcf7-acceptance input {
  position: relative;
  visibility: hidden;
  font-size: 0;
  padding: 0;
  display: none;
}
.wpcf7-acceptance input + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 0px;
  border: 2px solid #222;
}
.wpcf7-acceptance input + span:after {
  display: block;
  position: absolute;
  content: '\2713';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 3px;
  left: 2px;
  visibility: hidden;
  font-size: 16px;
}
.wpcf7-acceptance input:checked + span:before {
  background: transparent;
}
.wpcf7-acceptance input:checked + span:after {
  visibility: visible;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  margin-left: 10px;
  display: block;
  font-size: 15px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
    margin-left: 7px;
  }
}
.cf7-checkbox-wrap .wpcf7-not-valid-tip {
  margin: -12px 0px 25px 0px;
  font-size: 16px;
}
.cf7-custom-2-cols .wpcf7-not-valid-tip {
  margin: -12px 0px 20px 0px;
  font-size: 16px;
}
.cf7-custom-1-cols .wpcf7-not-valid-tip {
  margin: -12px 0px 25px 0px;
  font-size: 16px;
}
.cf7-custom-3-cols .wpcf7-not-valid-tip {
  margin: -12px 0px 20px 0px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cf7-checkbox-wrap .wpcf7-not-valid-tip,
  .cf7-custom-1-cols .wpcf7-not-valid-tip,
  .cf7-custom-2-cols .wpcf7-not-valid-tip,
  .cf7-custom-3-cols .wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 1.2em;
  }
}
.checkbox-address .checkbox_address,
.checkbox-betaling .checkbox_address,
.radio-payment .wpcf7-radio {
  border: none !important;
  height: auto !important;
  padding: 0px !important;
  margin: 10px 0px 30px 0px !important;
}
.checkbox_address input {
  position: relative;
  visibility: hidden;
  font-size: 0;
  padding: 0;
  display: none;
}
.checkbox_address input + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 0px;
  border: 2px solid #222;
}
.checkbox_address input + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 3px;
  left: 2px;
  visibility: hidden;
  font-size: 16px;
}
.checkbox_address input:checked + span:before {
  background: transparent;
}
.checkbox_address input:checked + span:after {
  visibility: visible;
}
.checkbox_address .wpcf7-list-item-label {
  margin-left: 10px;
  display: block;
  font-size: 17px;
  line-height: 1.2em;
}
.radio-payment .wpcf7-radio {
  margin-bottom: 40px !important;
}
.cf7_label_payment {
  font-size: 18px;
  color: #333333;
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 900;
  width: 100% !important;
  padding-top: 10px !important;
}
.radio-payment span.wpcf7-list-item {
  display: block;
  margin: 10px 0px 10px 0px;
}
.radio-payment input {
  position: relative;
  visibility: hidden;
  font-size: 0;
  padding: 0;
  display: none;
}
.radio-payment input + span {
  position: relative;
}
.radio-payment input + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 1px;
  left: -25px;
  border: 2px solid #222;
}
.radio-payment input + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 1px;
  left: -22px;
  visibility: hidden;
  font-size: 16px;
}
.radio-payment input:checked + span:before {
  background: transparent;
}
.radio-payment input:checked + span:after {
  visibility: visible;
}
.radio-payment .wpcf7-list-item-label {
  margin-left: 25px;
  display: block;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 400;
}
.icons_row {
  padding-bottom: 50px;
}
.icons_element .elementor-icon {
  font-size: 70px;
  margin-bottom: 0px;
  transition: 0.3s all ease-in-out;
}
.icons_element .elementor-icon-box-title {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 1.3em;
  color: #DE6461 !important;
  font-weight: 900 !important;
  letter-spacing: -0.5px !important;
}
.icons_element .elementor-icon-box-description {
  font-size: 18px;
  line-height: 1.4em;
  color: #000 !important;
}
.icons_element:hover .elementor-icon {
  transform: scale(1.1);
  transition: 0.3s all ease-in-out;
}
@media (max-width: 767px) {
  .icons_element {
    margin-bottom: 35px;
  }
}
.table_elementor_wrap .table_section {
  padding: 30px 0px !important;
}
.table_section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 30px !important;
  border: 0px !important;
}
.table_section .table_total_row {
  margin-bottom: 20px;
}
.table_section .table_total_label {
  margin-bottom: 20px;
  color: #525252;
  font-weight: 600 !important;
  font-size: 21px;
  line-height: 1.4em;
  font-family: "Roboto", Sans-serif !important;
}
.table_section .total-table-price {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 4px solid #1E73BE;
  display: flex;
  align-items: center;
}
.table_section .total-table-price .total_table_item {
  display: flex;
  align-items: center;
  margin: 10px 20px;
  position: static;
}
.table_section .total-table-price .total_table_item::after {
  content: attr(data-title);
  border: 1px solid #333;
  background: rgba(255, 255, 230, 0.9);
  position: absolute;
  padding: 10px;
  opacity: 0;
  color: #444;
  font-size: 15px;
  margin-left: 55px;
  font-family: "Roboto", Sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table_section .total-table-price .total_table_item:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table_section .total-table-price .total_table_item:first-child {
  margin-left: 0px;
}
.table_section .total-table-price .total_table_item .total_table_item__icon {
  font-size: 25px;
  color: #fff;
  margin-right: 10px;
  background: #1E73BE;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.table_section .total-table-price .total_table_item .total_table_item__content {
  display: flex;
  padding: 7px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table_section .total-table-price p {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #444;
  font-family: "Roboto", Sans-serif;
}
.table_section .total-table-price p.total-table-price-eur {
  padding-right: 7px;
}
.table_section .total-table-price p.total-table-price-dkk {
  padding-left: 14px;
}
.table_section .total-table-price p.total-table-price-dkk::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "|";
  position: absolute;
  font-size: 30px;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  font-family: "Roboto", Sans-serif;
  font-weight: 900;
}
.table_section .table_tabs_row {
  background: none !important;
  border: 0px !important;
  display: flex;
  padding: 0px !important;
  border-radius: 0px !important;
}
.table_section .table_tabs_row > li {
  margin: 0px 5px !important;
  border: 0px !important;
  background: #1E73BE !important;
  border-radius: 10px 10px 0px 0px !important;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table_section .table_tabs_row > li:first-child {
  margin-left: 0px !important;
}
.table_section .table_tabs_row > li > a {
  color: #fff !important;
  padding: 8px 20px 6px 20px !important;
  font-weight: 600;
  font-size: 20px;
}
.table_section .table_tabs_row > li:hover,
.table_section .table_tabs_row > li.ui-tabs-active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #DE6461 !important;
}
.table_section .tab_item {
  padding: 0px !important;
}
.table_section .table_elem .table_head {
  background: #D9D9D9;
}
.table_section .table_elem .table_head th {
  padding: 13px 10px !important;
  color: #444;
  font-family: "Roboto", Sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3em;
  vertical-align: middle;
}
.table_section .table_elem .table_head th:not(.ta_left) {
  text-align: center;
}
.table_section .table_elem .table_head th.accordion_all_wrap .accordion_all_btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table_section .table_elem .table_head th.accordion_all_wrap .accordion_all_btn::before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table_section .table_elem .table_head th.accordion_all_wrap .accordion_all_btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1E73BE;
}
.table_section .table_elem .table_head th.accordion_all_wrap .accordion_all_btn.active::before {
  content: "\f068" !important;
}
.table_section .table_elem tbody .table_item:not(.table_item_sum) {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.table_section .table_elem tbody .table_item:not(.table_item_sum):not(.accordion_open):hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #D9D9D9 !important;
}
.table_section .table_elem tbody .table_item.table_item_bg {
  background: #EFEFEF;
}
.table_section .table_elem tbody .table_item.table_item_sum {
  background: #D9D9D9;
  height: 52px;
}
.table_section .table_elem tbody .table_item.table_item_sum td {
  padding: 3px 10px;
  vertical-align: middle;
}
.table_section .table_elem tbody .table_item td {
  padding: 5px 10px 7px 10px;
  vertical-align: top;
}
.table_section .table_elem tbody .table_item td:not(.ta_left) {
  text-align: center;
}
.table_section .table_elem tbody .table_item td .table_span_wrap {
  height: 45px;
  overflow: hidden;
}
.table_section .table_elem tbody .table_item td .table_span_wrap.single_string {
  display: flex;
  align-items: center;
}
.table_section .table_elem tbody .table_item td .table_span_wrap.single_string_reg {
  justify-content: center;
}
.table_section .table_elem tbody .table_item td.vantag_string .table_span_wrap,
.table_section .table_elem tbody .table_item td.accordion_item_string .table_span_wrap,
.table_section .table_elem tbody .table_item td.date_string .table_span_wrap,
.table_section .table_elem tbody .table_item td.weight_string .table_span_wrap,
.table_section .table_elem tbody .table_item td.price_string .table_span_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table_section .table_elem tbody .table_item td .table_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1E73BE;
  color: #fff;
  font-size: 21px;
  height: 36px;
  width: 36px;
  border-radius: 100%;
}
.table_section .table_elem tbody .table_item td .table_icon.icon_popup {
  position: static;
}
.table_section .table_elem tbody .table_item td .table_icon.icon_popup.table_icon_vantag::after {
  margin-left: 160px;
}
.table_section .table_elem tbody .table_item td .table_icon.icon_popup.table_icon_help::after {
  margin-left: 230px;
}
.table_section .table_elem tbody .table_item td .table_icon.icon_popup::after {
  content: attr(data-title);
  border: 1px solid #333;
  background: rgba(255, 255, 230, 0.9);
  position: absolute;
  padding: 10px;
  opacity: 0;
  color: #444;
  font-size: 15px;
  font-family: "Roboto", Sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table_section .table_elem tbody .table_item td .table_icon.icon_popup:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table_section .table_elem tbody .table_item td .help_icons_row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table_section .table_elem tbody .table_item td .help_icons_row span {
  margin: 5px;
}
.table_section .table_elem tbody .table_item td:first-child {
  border-left: 0px;
}
.table_section .table_elem tbody .table_item td:last-child {
  border-right: 0px;
}
.table_section .table_elem tbody .table_item td.region_string span,
.table_section .table_elem tbody .table_item td.help_to_string span {
  display: block;
}
.table_section .table_elem tbody .table_item td.help_to_string {
  width: 28%;
}
.table_section .table_elem tbody .table_item td.help_to_string span.row_see_more {
  display: flex;
  align-items: center;
}
.table_section .table_elem tbody .table_item td.help_to_string span.row_see_more .table_see_more {
  color: #1E73BE;
  padding-left: 5px;
  display: contents;
}
.table_section .table_elem tbody .table_item td.sum_label_string span,
.table_section .table_elem tbody .table_item td.sum_number_string span {
  font-size: 19px;
  font-weight: 700;
  color: #222;
}
.table_section .table_elem tbody .table_item td span {
  color: #555;
  padding: 3px 0px;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  display: inline-flex;
  line-height: 1.3em;
}
.table_section .table_elem tbody .table_item td.table_notice span {
  padding-left: 25px;
  font-size: 14px;
  color: #666;
}
.table_section .table_elem tbody .table_item td.accordion_item_string .accordion_item_btn {
  color: #1E73BE;
}
.table_section .table_elem tbody .table_item td.accordion_item_string .accordion_item_btn::before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table_section .table_elem tbody .table_accordion.accordion_open .accordion_item_btn {
  color: #444 !important;
}
.table_section .table_elem tbody .table_accordion.accordion_open .accordion_item_btn::before {
  content: "\f068" !important;
}
.table_section .table_elem tbody .table_accordion.accordion_open .table_see_more {
  display: none !important;
}
.table_section .table_elem tbody .table_accordion.accordion_open .table_span_wrap {
  height: 100%;
}
.table_section .table_elem tbody .table_full_info_wrap {
  display: none;
}
.table_section .table_elem tbody .table_full_info_wrap.table_item_bg {
  background: #EFEFEF;
}
.table_section .table_elem tbody .table_full_info_wrap .table_full_info {
  padding: 10px 8% 20px 2%;
}
.table_section .table_elem tbody .table_full_info_wrap .table_full_info_item {
  padding: 8px 0px;
}
.table_section .table_elem tbody .table_full_info_wrap .table_full_info_item span {
  font-size: 15px;
  color: #444;
  padding: 3px 0px;
  font-family: "Roboto", Sans-serif;
  line-height: 1.3em;
}
.table_section .table_elem tbody .table_full_info_wrap .table_full_info_item span.info_label {
  font-weight: 900;
}
.table_section .table_elem tbody .table_full_info_wrap .table_full_info_item span.info_links_row a {
  padding: 0px 10px;
  position: relative;
  color: #1E73BE;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table_section .table_elem tbody .table_full_info_wrap .table_full_info_item span.info_links_row a:hover {
  text-decoration: underline;
  color: #444;
}
.spilka_option_row {
  display: flex;
  flex-flow: column nowrap;
}
.spilka_option_row .spilka_payment_option {
  margin: 15px 0px;
  width: 100%;
  display: flex;
}
.spilka_option_row .spilka_payment_option.payment_img_row {
  max-width: 100%;
}
.spilka_option_row .spilka_payment_option.payment_img_row .option_wrap {
  display: flex;
  max-width: 320px;
}
.spilka_option_row .spilka_payment_option.mobile_pay .option_wrap {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.spilka_option_row .spilka_payment_option.mobile_pay .option_wrap .mobile_pay_img {
  max-width: 130px;
}
.spilka_option_row .spilka_payment_option.mobile_pay .donate_item_desc {
  margin-left: 15px;
  font-family: "Roboto", Sans-serif !important;
  font-weight: 400;
  text-align: left;
  line-height: 1.3em;
  font-size: 16px;
  color: #999999;
}
.spilka_option_row .spilka_payment_option.mobile_pay .desc_mobilepay {
  font-family: "Roboto", Sans-serif !important;
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  color: #5b7bfb;
}
.spilka_option_row .spilka_payment_option.betaling_pay .option_wrap {
  max-width: 280px;
}
.spilka_option_row .spilka_payment_option.bank_pay .donate_item_desc {
  font-family: "Roboto", Sans-serif !important;
  font-weight: 400;
  text-align: left;
  line-height: 1.3em;
  font-size: 16px;
  color: #999999;
}
.spilka_option_row .spilka_payment_option.bank_pay .donate_item_desc .donate_item_desc_blue {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: -13px;
  color: #41A2D8 !important;
}
.spilka_option_row .spilka_payment_option .option_wrap {
  width: 90%;
}
.spilka_option_row .spilka_payment_option .option_elem {
  width: 10%;
  margin-right: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spilka_option_row .spilka_payment_option .option_elem .checkbox {
  width: 25px;
  height: 25px;
  border: 2px solid #41A2D8;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spilka_option_row .spilka_payment_option .option_elem .checkbox::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #41A2D8;
  border-radius: 100%;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.spilka_option_row .spilka_payment_option.active .option_elem .checkbox::before {
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.spilka_logic_form_wrap {
  display: none;
}
.spilka_logic_form_wrap .hidden_field {
  display: none;
}
.spilka_logic_form_wrap .spilka_address_fields {
  flex-flow: row wrap;
}
.spilka_logic_form_wrap .spilka_address_fields > .wpcf7-form-control-wrap {
  width: 50% !important;
}
.spilka_logic_form_wrap .spilka_address_fields > label {
  margin-bottom: 10px;
}
.spilka_logic_form_wrap .wpcf7-form-control.wpcf7-acceptance {
  margin-top: 15px;
}
.spilka_logic_form_wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 17px;
}
.spilka_logic_form_wrap .cf7-custom-1-cols .wpcf7-not-valid-tip,
.spilka_logic_form_wrap .cf7-custom-2-cols .wpcf7-not-valid-tip {
  margin: 10px 0px 20px 0px;
}
.spilka_logic_form_wrap .cf7-custom-1-cols .cf7-custom-input,
.spilka_logic_form_wrap .cf7-custom-2-cols .cf7-custom-input {
  margin: 10px 0px 0px 0px !important;
  font-family: "Roboto", Sans-serif !important;
  color: #868686 !important;
}
.spilka_logic_form_wrap .cf7-custom-1-cols .cf7-custom-input::-webkit-input-placeholder,
.spilka_logic_form_wrap .cf7-custom-2-cols .cf7-custom-input::-webkit-input-placeholder {
  color: #868686 !important;
}
.spilka_logic_form_wrap .cf7-custom-1-cols .cf7-custom-input::-moz-placeholder,
.spilka_logic_form_wrap .cf7-custom-2-cols .cf7-custom-input::-moz-placeholder {
  color: #868686 !important;
}
.spilka_logic_form_wrap .cf7-custom-1-cols .cf7-custom-input:-ms-input-placeholder,
.spilka_logic_form_wrap .cf7-custom-2-cols .cf7-custom-input:-ms-input-placeholder {
  color: #868686 !important;
}
.spilka_logic_form_wrap .cf7-custom-1-cols .cf7-custom-input:-moz-placeholder,
.spilka_logic_form_wrap .cf7-custom-2-cols .cf7-custom-input:-moz-placeholder {
  color: #868686 !important;
}
.spilka_logic_form_wrap label {
  color: #5A5A5A;
  font-family: "Roboto", Sans-serif !important;
  font-weight: 400;
  line-height: 1.5em;
}
.spilka_logic_form_wrap .spilka_logic_form {
  padding: 25px 9% 30px;
  border: 1px solid #e1e1e1;
  max-width: 100%;
}
.spilka_logic_form_wrap .spilka_logic_form .cf7-custom-btn,
.spilka_logic_form_wrap .spilka_logic_form .spilka_logic_form .cf7-custom-btn:hover {
  font-size: 18px !important;
  width: 100% !important;
  height: 54px !important;
  margin: 0 auto !important;
  text-align: center !important;
  text-transform: none !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 0 0 transparent !important;
  color: #fff !important;
  line-height: 27px;
  background-color: #41A2D8 !important;
  box-shadow: 0 2px 0 0 #2d7197 !important;
}
@media (max-width: 767px) {
  .page-id-41 .site,
  .page-id-189 .site {
    padding: 0px !important;
  }
  .spilka_section .elementor-row {
    flex-flow: column nowrap !important;
  }
  .spilka_option_row .spilka_payment_option {
    margin: 12px 0px;
  }
  .spilka_option_row .spilka_payment_option .option_elem {
    width: 8%;
    margin-right: 3%;
  }
  .spilka_option_row .spilka_payment_option .option_elem .checkbox {
    width: 20px;
    height: 20px;
  }
  .spilka_option_row .spilka_payment_option .option_elem .checkbox::before {
    width: 12px;
    height: 12px;
  }
  .spilka_option_row .spilka_payment_option.mobile_pay .option_wrap .mobile_pay_img {
    max-width: 90px;
  }
  .spilka_option_row .spilka_payment_option.betaling_pay .option_wrap {
    max-width: 230px;
  }
  .spilka_option_row .spilka_payment_option.bank_pay .donate_item_desc,
  .spilka_option_row .spilka_payment_option.mobile_pay .donate_item_desc {
    font-size: 14px;
  }
  .spilka_option_row .spilka_payment_option.bank_pay .donate_item_desc .donate_item_desc_blue {
    font-size: 15px;
  }
  .spilka_section.donate_cols_row .donate_col_left {
    margin: 20px 0px -30px !important;
  }
  .spilka_section .checkbox_address .wpcf7-list-item-label {
    font-size: 14px;
  }
  .spilka_logic_form_wrap .spilka_address_fields > label {
    font-size: 16px;
  }
  .spilka_logic_form_wrap .spilka_address_fields > .wpcf7-form-control-wrap {
    width: 100% !important;
  }
  .spilka_logic_form_wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .table_section .total-table-price {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .table_section .total-table-price .total_table_item {
    margin: 6px 0px;
  }
  table.table_elem {
    min-width: 1000px;
  }
  .tabs_table_wrapper {
    overflow-x: scroll;
  }
  .oon_elem {
    width: calc(25% - 20px);
    margin: 10px;
  }
  .oon_elem .oon_elem__head .oon_number {
    font-size: 36px;
  }
  .oon_elem .oon_elem__head .oon_text {
    font-size: 16px;
  }
  .oon_elem.oon_extra_elem.oon_elem_blue .oon_small {
    font-size: 20px;
  }
  .oon_elem.oon_extra_elem.oon_elem_blue .oon_big {
    font-size: 25px;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft .oon_small {
    font-size: 23px;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft .oon_big {
    font-size: 16px;
  }
  .oon_elem .oon_elem__img img {
    max-height: 9vh;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft img {
    max-height: 8vh;
  }
  .oon_elem.oon_extra_elem.oon_elem_blue img {
    max-height: 7vh;
  }
}
@media (max-width: 767px) {
  .table_section {
    padding: 20px 15px !important;
  }
  .table_section .table_total_label {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .table_section .total-table-price .total_table_item .total_table_item__icon {
    font-size: 20px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
  }
  .table_section .total-table-price p {
    font-size: 18px;
  }
  .table_section .table_tabs_row > li {
    margin: 0px 3px !important;
  }
  .table_section .table_tabs_row > li > a {
    padding: 6px 15px 4px 15px !important;
    font-size: 19px;
  }
  .table_section .table_elem .table_head th {
    font-size: 18px;
  }
  .table_section .table_elem tbody .table_item td span {
    font-size: 16px;
  }
  .table_section .table_elem tbody .table_item td .table_icon {
    font-size: 20px;
    height: 35px;
    width: 35px;
  }
  .table_section .table_elem tbody .table_item td .table_span_wrap {
    height: 45px;
  }
  .table_section .table_elem tbody .table_full_info_wrap .table_full_info_item span {
    font-size: 16px;
  }
  .table_section .table_elem tbody .table_item td.sum_label_string span,
  .table_section .table_elem tbody .table_item td.sum_number_string span {
    font-size: 17px;
  }
  .table_section .table_elem tbody .table_item td.table_notice span {
    padding-left: 15px;
    font-size: 14px;
  }
  .oon_elem {
    width: calc(50% - 10px);
    margin: 5px 5px;
    max-width: 220px;
    max-height: 100%;
    min-height: 160px;
    border-width: 5px;
    padding: 8px;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft .oon_small {
    font-size: 19px;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft .oon_big {
    font-size: 15px;
  }
  .oon_elem .oon_elem__img img {
    max-height: 90px;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft img {
    max-height: 90px;
  }
  .oon_elem.oon_extra_elem.oon_elem_blue img {
    max-height: 80px;
  }
  .oon_elem .oon_elem__head .oon_number {
    font-size: 32px;
  }
  .oon_elem .oon_elem__head .oon_text {
    font-size: 14px;
  }
  .oon_elem .oon_img_inline img {
    max-width: 17px;
  }
  .oon_elem.oon_extra_elem.oon_elem_blue .oon_big {
    font-size: 23px;
  }
  .oon_elem.oon_extra_elem.oon_elem_blue .oon_small {
    font-size: 18px;
  }
  .oon_block {
    position: relative;
    max-height: 372px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .oon_block::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .oon_block .oon_block__more_wrap {
    position: absolute;
    left: 0px;
    bottom: 5px;
    z-index: 2;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .oon_block .oon_block__more_wrap .oon_block__more {
    font-size: 14px;
    color: #7A7A7A;
    cursor: pointer;
  }
  .oon_block.open .oon_block__more_wrap {
    position: relative;
    padding-top: 20px;
  }
  .oon_block.open {
    max-height: 100%;
  }
  .oon_block.open::before {
    display: none;
  }
  .oon_block__da .oon_elem.oon_extra_elem.oon_elem_blue .oon_small {
    font-size: 14px;
  }
  .oon_block__da .oon_elem.oon_extra_elem.oon_elem_blue .oon_big {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .home #page.site {
    padding: 0 5px;
  }
  .oon_elem {
    width: calc(50% - 10px);
    margin: 5px 5px;
    min-height: 135px;
    padding: 5px;
  }
  .oon_block {
    max-height: 320px;
  }
  .oon_elem .oon_elem__img img {
    max-height: 65px;
  }
  .oon_elem.oon_extra_elem.oon_elem_blue img {
    max-height: 70px;
  }
  .oon_elem.oon_extra_elem.oon_elem_blue .oon_small {
    font-size: 13px;
  }
  .oon_elem.oon_extra_elem.oon_elem_blue .oon_big {
    font-size: 16px;
  }
  .oon_elem .oon_img_inline img {
    max-width: 12px;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft img {
    max-height: 70px;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft .oon_small {
    font-size: 15px;
  }
  .oon_elem.oon_extra_elem.oon_elem_green-soft .oon_big {
    font-size: 13px;
  }
  .oon_elem .oon_elem__head .oon_number {
    font-size: 25px;
  }
  .oon_elem .oon_elem__head .oon_text {
    font-size: 12px;
  }
  .oon_block__da .oon_elem.oon_extra_elem.oon_elem_blue img {
    max-height: 60px;
  }
  .oon_block__da .oon_elem.oon_extra_elem.oon_elem_blue .oon_small {
    font-size: 12px;
  }
  .oon_block__da .oon_elem.oon_extra_elem.oon_elem_blue .oon_big {
    font-size: 13px;
  }
}
