/*@import url("app-1440px.css");*/
@import url("app-1024px.css");
/*Differences*/

/*.orders-1{
    order: 1;
}
.orders-2{
    order: 3;
}
.orders-3{
    order: 2;
}*/

header .primary-menu-block{
    justify-content: flex-end;
}
header .primary-menu label {
    display: flex;
    z-index: 100;
}
header .primary-menu label input[type="checkbox"]:checked ~ span {
    background-color: var(--white);
}
header .primary-menu-block .primary-menu nav{
    background-color: transparent;
    padding: 0;
}
header .primary-menu nav .main-menu{
    display: none;
}
header .primary-menu nav .main-menu li a{
    color: var(--white);
}
.donate-block{
    width: 180px;
}
.donate-block a.btn-donate{
    width: 100%;
}
.donate-block p{
    width: 180px;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.2rem;
}

.hero-home .slider .tiny-slider.tns-horizontal.tns-subpixel>.tns-item{
    flex-direction: column-reverse;
    align-items: flex-start;
}
.hero-home .slider .slider-type-2 .right{
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
}
.hero-home .slider .slider-type-2 .left{
    margin-bottom: 70px;
    width: 100%;
    padding: 0;
}
.hero-home .slider .slider-type-2 .left .headline{
    font-size: 2rem;
    line-height: 40px;
}
section.map-app .map-block{
    width: 70%;
    min-height: 360px;
}
section.map-app .map-content-block{
    width: 30%;
    height: 360px;
    overflow-y: scroll;
}

section.map-app .map-button-list{
    padding: 3px 3px 2px 3px;
}
section.main-report{
    height: auto;
}
section.main-report .frame{
    flex: 1 1 calc(50% - 8px);
    font-size: 2rem;
    height: 380px;
    min-height: unset;
}
section.main-report .frame h4{
    font-size: 3rem;
}
section.main-report .frame p:first-of-type{
    font-size: 1.2rem;
    line-height: 26px;
}
footer .footer-sub-group{
    padding: 10px 0 0 0;
    flex-direction: column;
}
footer .footer-menu{
    justify-content: center;
}
footer .copyright{
    flex-direction: column;
}
footer .copyright .privacy-policy-menu{
    flex-direction: row;
    padding: 0;
}
footer .logo-group{
    flex-direction: column;
    width: 60%;
    align-items: center;
}
footer .logo-group .logo{
    height: 90px;
}
footer .logo-group p{
    padding: 10px 0 0 0;
}
footer .contact-group{
    align-items: center;
    width: 100%;
}
footer .contact-group p{
    text-align: center;
}
/*Differences*/

/*Pages*/
.pages .gallery-group img {
    height: 300px;
}
.pages .gallery-group {
    grid-template-columns: repeat(3, 1fr);
}
.partners-page .image-group .image-item{
    height: 160px;
}
.partners-page .image-group .text-item h3{
    font-size: 1.2rem;
}
/*Pages*/


/*Plugins*/
section.donate-report .cards {
    flex-direction: column;
}
section.donate-report .cards .card-item{
    width: 100%;
}
section.donate-report .cards .card-item .heading{
    flex-direction: column;
}
section.donate-report .cards .card-item .amount-group .amount{
    font-size: 1.8rem;
}
/*Plugins*/



