.section {
    padding: 0;
}
.section.action_name {
    padding: 0 0 150px;
}
.action_inner {
    position: relative;
}
.action_content {
    max-width: 655px;
}
.action_date {
    font-family: 'Lora-SemiBold';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #9D653F;
    margin-bottom: 4px;
}
.action_title {
    font-family: 'Oswald-Medium';
    font-weight: 500;
    font-size: 40px;
    line-height: 148%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #3D5632;
    margin-bottom: 8px;
}
.action_subtitle {
    font-family: 'GolosText-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #777777CC;
    margin-bottom: 30px;
}
.action_text {
    font-family: 'Lora-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 70px;
}
.action_count {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 70px;
}
.action_count span {
    font-family: 'Lora-Regular';
    font-weight: 400;
    font-size: 48px;
    line-height: 99%;
    color: #3D5632;
    position: relative;
}
.action_count span::before {
    content: '';
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    background: #FFBD39;
    top: -14px;
    left: -25px;
    z-index: -1;
}
.action_count p {
    font-family: 'Lora-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.action_img {
    position: absolute;
    top: -70px;
    right: 0;
}
.section.join {
    padding: 100px 0 0;
}
.section.map {
    padding: 0 0 100px;
}
.map_toogle {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    max-width: max-content;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 4px;
}
.map_toogle button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    font-family: 'Lora-Regular';
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 6px;
    color: #3D5632;
    cursor: pointer;
    border: none;
    background: transparent;
}
.map_toogle button.active {
    background: #9D653F;
    color: #FFF4E7;
}
.map_toogle button img:nth-child(2) {
    display: none;
}
.map_toogle button.active img:nth-child(1) {
    display: none;
}
.map_toogle button.active img:nth-child(2) {
    display: inline-block;
}
.map_inner {
    position: relative;
}
.nih-map-card__foot {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px #3D563226;
    border-radius: 8px;
    padding: 8px 16px;
    width: 100%;
    max-width: 579px;
}
.nih-map-card__foot .page-subtitle {
    font-family: 'Lora-Medium';
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #3D5632;
    max-width: 307px;
}
.nih-map-card__foot .button {
    padding: 12px 20px;
}
.nih-map-card__foot .button span {
    background: #FFF4E7;
    box-shadow: 0px 0px 4.8px 0px #3D563226;
    width: 24px;
    height: 24px;
    border-radius: 5px;
}
.section.memory {
    padding: 100px 0;
}
.memory {
    background-image: url('../../images/action/bg_memory.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.memory_title {
    color: #FFF4E7;
    letter-spacing: 2%;
}
.memory_title span {
    color: #FFBD39;
}
.memory_cards {
    margin: 60px 0;
    display: flex;
    gap: 60px;
}
.memory_card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 353px;
}
.memory_card_count {
    background: #FFF4E7;
    border-radius: 8px;
    padding: 10px 20px;
    font-family: 'Lora-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #3D5632 ;
    width: 100%;
    max-width: max-content;
}
.memory_card_title {
    font-family: 'Lora-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #FFF4E7;
    margin-bottom: 16px;
}
.memory_card_text {
    color: #FFF4E7;
}
.memory_link {
    display: block;
    margin: 0 auto;
    background: #FFFBF6;
    color: #333333;
    max-width: max-content;
}
.memory_link:hover {
    background: #FFFBF6;
}
.section.formats {
    padding: 55px 0 100px;
}
.formats_title {
    color: #333333;
    letter-spacing: 2% ;
    margin-bottom: 16px;
}
.formats_inner {
    display: flex;
    gap: 20px;
    width: 100%;
}
.formats_content, .formats_img {
    width: 50%;
}
.formats_subtitle {
    margin-bottom: 30px;
}
.formats_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.formats_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 0 !important;
}
.formats_item span {
    display: flex;
    gap: 8px;
    font-family: 'Lora-Bold';
    font-weight: 700;
}
.formats_link a {
    font-family: 'Lora-SemiBold';
    font-weight: 600;
    color: #3D5632;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.section.materials {
    padding: 0 0 100px;
}
.materials_inner {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.materials_left {
    width: 33%;
}
.materials_right {
    width: 67%;
}
.materials_title {
    color: #333333;
    margin-bottom: 30px;
    text-transform: none;
    font-family: 'Oswald-Regular';
}
.materials_subtitle {
    margin-bottom: 24px !important;
}
.materials_cards {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.materials_card {
    display: flex;
    align-items: flex-end;
    background: #9D653F1A;
    border-radius: 8px;
    padding: 12px 16px;
    gap: 16px;
}
.materials_card_left {
    display: flex;
    gap: 16px;
    align-items: center;
}
.materials_card_pdf {
    background: #D94D4D1A;
    border-radius: 8px;
    font-family: 'GolosText-SemiBold';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #D94D4D;
    padding: 17px 10px;
    text-transform: uppercase;
}
.materials_card_center {
    display: flex;
    flex-direction: column;
    gap: 6px ;
    font-family: 'Lora-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 0;
}
.materials_card_center span {
    font-family: 'Lora-SemiBold';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.materials_link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    font-family: 'Lora-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3D5632;
    margin-left: auto;
}
@media screen and (max-width: 1279.98px) {
    .action_content {
        max-width: 495px;
    }
    .action_img {
        top: -50px;
        right: -23px;
    }
    .section.formats {
        padding: 30px 0 100px;
    }
}
@media screen and (max-width: 1023.98px) {
    .action_content, .action_img {
        max-width: 352px;
    }
    .action_img {
        top: 0;
        right: 0;
    }
    .action_text, .action_count {
        margin-bottom: 32px;
    }
    .action_count p {
        font-size: 16px;
        line-height: 22px;
    }
    .memory_cards {
        gap: 16px;
    }
    .formats_content {
        width: 100%;
    }
    .formats_img {
        display: none;
    }
    .section.formats {
        padding: 80px 0 105px;
    }
    .section.materials {
        padding: 100px 0 80px;
    }
    .materials_inner {
        flex-direction: column;
        gap: 0;
    }
    .materials_left, .materials_right {
        width: 100%;
    }
    .section.map {
        padding: 0 0 80px;
    }
}
@media screen and (max-width: 767.98px) {
    .action_content {
        max-width: 100%;
    }
    .action_img {
        display: none;
    }
    .action_count span::before {
        width: 35px;
        height: 35px;
        top: inherit;
        left: inherit;
        bottom: -4px;
        right: -8px;
    }
    .action_content .button {
        width: 100%;
    }
    .memory_cards {
        flex-direction: column;
        gap: 32px;
    }
    .memory_card {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        max-width: 100%;
    }
    .memory_card_title {
        margin-bottom: 8px;
    }
    .section.action_name {
        padding: 0 0 80px;
    }
}
@media screen and (max-width: 659.98px) {
    .section.action_name, .section.action_name, .section.formats, .section.materials, .section.map {
        padding: 0 0 60px;
    }
    .action_title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 16px;
    }
    .action_subtitle {
        line-height: 22px;
        margin-bottom: 16px;
    }
    .memory_card_title, .memory_card_count {
        font-size: 20px;
        line-height: 24px;
    }
    .materials_card {
        flex-direction: column;
        align-items: flex-start;
    }
    .materials_link {
        margin-left: 0;
    }
    .materials_card_center span {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 474.98px) {}
@media screen and (max-width: 424.98px) {}
@media screen and (max-width: 374.98px) {}