@-webkit-keyframes fadeEffect {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeEffect {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.admin-bar .fakta-a-myty {
padding-top: calc(var(--site-header-height) + var(--action-header-height) + 32px);
}
@media screen and (max-width: 782px) {
.admin-bar .fakta-a-myty {
padding-top: calc(var(--site-header-height) + var(--action-header-height) + 46px);
}
}
.fakta-a-myty {
padding-top: calc(var(--site-header-height) + var(--action-header-height));
}
.fakta-a-myty__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 120rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6rem;
margin: 0 auto;
}
.fakta-a-myty__content-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.8rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.fakta-a-myty__content-head .header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 4rem 0.8rem 0.8rem 0.8rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4rem;
-ms-flex-item-align: stretch;
align-self: stretch;
border-radius: 1.2rem;
background: var(--SVE-white, #fff);
}
.fakta-a-myty__content-head .header__boxes {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 0.8rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.fakta-a-myty__content-head .header__boxes .box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 29rem;
height: 20.4rem;
padding: 2.4rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
border-radius: 1.2rem;
border: 1px solid var(--SVE-Blue-Blue-10, #eef0fe);
}
.fakta-a-myty__content-head .header__boxes .box:hover {
background: var(--SVE-Blue-Blue-10, #eef0fe);
}
.fakta-a-myty__content-head .header__boxes .box:hover .button .btn_secondary {
color: var(--SVE-white, #fff);
background: var(--SVE-Blue-Blue-50, #2259e1);
}
.fakta-a-myty__content-head .header__boxes .box:hover .button .btn_secondary svg g path {
stroke: var(--SVE-white, #fff);
}
.fakta-a-myty__content-head .header__boxes .box.active {
background: var(--SVE-Blue-Blue-10, #eef0fe);
}
.fakta-a-myty__content-article {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2.4rem;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}
.fakta-a-myty__content-article .cards {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 120rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 2.4rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.fakta-a-myty__content-article .cards .card_article {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 0.8rem;
-webkit-box-flex: 1;
-ms-flex: 1 0 17.625rem;
flex: 1 0 17.625rem;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.fakta-a-myty__content-article .cards .card_article img {
width: 100%;
max-width: 6rem;
height: 6rem;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.fakta-a-myty__content-article .cards .card_article a {
text-align: center;
}
.fakta-a-myty__content #link-0 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}
.article-text .box-text {
display: none;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}
.article-text .box-text:first-child {
display: block;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}
.article-text__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 120rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 auto;
padding-bottom: 8rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 1095px) {
.article-text__content {
gap: 2.4rem;
padding-bottom: 4rem;
}
}
.article-text__content:nth-child(even) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
@media screen and (max-width: 1095px) {
.article-text__content:nth-child(even) {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.article-text__content-col-left {
width: 100%;
max-width: 60.4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2.4rem;
}
@media screen and (max-width: 1095px) {
.article-text__content-col-left {
max-width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.article-text__content-col-left .text-content {
max-height: 144px;
overflow: hidden;
position: relative;
-webkit-transition: max-height 0.3s ease;
transition: max-height 0.3s ease;
}
.article-text__content-col-left .text-content p {
padding-bottom: 1rem;
}
.article-text__content-col-left .text-content.show-more {
max-height: none;
}
.article-text__content-col-left .btn_show_more {
max-width: 18rem;
}
.article-text__content-col-right img,
.article-text__content-col-right iframe {
border-radius: 1.2rem;
}
@keyframes fadeEffect {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeEffect {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media screen and (max-width: 600px) {
.admin-bar .fakta-a-myty {
padding-top: var(--action-header-height);
}
.fakta-a-myty {
padding-top: var(--action-header-height);
}
}
@media screen and (max-width: 575px) {
.fakta-a-myty__content-head .header__boxes .box {
max-width: 100%;
}
}