* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Source Sans Pro";
}
.container {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    font-family: "Source Sans Pro";
}
.header {

}
.photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header {
    background-color: #151411;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DFB865;
    position: relative;
}

/* Мобильное меню */
.menu {
    display: none;
    flex-direction: column;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #151411;
    padding: 20px;
    border-top: 1px solid #DFB865;
    z-index: 1000;
}
.center {
    display: flex;
    margin: 0 auto;

}
.menu.active {
    display: flex;
}

.menu li {
    margin: 10px 0;
}

.menu li a {
    text-decoration: none;
    color: #DFB865;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
}


.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.menu-toggle span {
    width: 100%;
    height: 2px;
    background-color: #DFB865;
    transition: all 0.3s ease;
}

.cta-button {
    border: 2px solid #DFB865;
    background: #151411;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #DFB865;
}

.cta-button i {
    margin-left: 5px;
}

.color-text {
    color: #DFB865;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
}
.transform-text{
    transition: transform 0.4s ease;
}
.transform-text:hover {
    transform: scale(1.05);
}
.btn-main {
    position: absolute;
    border: 2px solid #DDB764;
    background: #DDB764;
    padding: 20px 50px;
    cursor: pointer;
    top: 8.6%;
    left: 90px;
}
.color-main {
    color: black;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 20px; /* место для стрелки слева */
}
.color-main::before {
    content: "→";
    position: absolute;
    margin-left: -30px;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
    font-size: 40px;

}

.clear {
    text-decoration: none;
}
.fon1 {
    position: relative;
    margin-top: -4px;
}
.o-forume {
    position: absolute;
    max-width: 700px;
    top: 7%;
    left: 25%;
    letter-spacing: 1px;
}
.o-forume > h1{
    color: #DFB865;
    display: flex;
    justify-content: center;
    font-size: 40px;
    padding: 20px;
    letter-spacing: 2px;

}
.color-text-p {
    text-align: justify;
    color: #ffffff;
    font-size: 20px;
    line-height: 31px;
    font-weight: 300;
    padding: 10px;
    cursor: pointer;
}

.color-span {
    color: #DFB865;
}
.blocks-photo {
    margin-top: -5px;
    position: relative;
    background: #000000;

}
.gap {
    padding-bottom: 15px;
}
.photo1 {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    object-fit: cover;
}
.photo2 {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    object-fit: cover;
}
.btn-one {
    position: absolute;
    border: 2px solid #DDB764;
    background: #DDB764;
    padding: 20px 34px;
    cursor: pointer;
    top: 58%;
    left: 128px;
}
.eee {
    position: relative;
}
.btn-forum {
    position: absolute;
    border: 2px solid #DDB764;
    background: #DDB764;
    padding: 20px 34px;
    cursor: pointer;
    top: 85%;
    left: 40%;
}
.btn-two {
    position: absolute;
    border: 2px solid #DDB764;
    background: #DDB764;
    padding: 20px 34px;
    cursor: pointer;
    top: 62%;
    right: 125px;
}
.btn-three {
    position: absolute;
    border: 2px solid #DDB764;
    background: #DDB764;
    padding: 20px 34px;
    cursor: pointer;
    top: 60%;
    left: 125px;
}
.clear-one {
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    font-family: "Source Sans Pro";
}
.uchastie {
    position: relative;
}
.telefon {
    position: absolute;
    top: 200px;
    left: 150px;
}
.size-telefon {
    max-height: 800px;
}
.title-ushastie {
    position: absolute;
    margin-top: 40px;
    left: 30%;
}
.title-ushastie > h1 {
    color: #DFB865;
    display: flex;
    justify-content: center;
    font-size: 40px;
    padding: 20px;
    letter-spacing: 2px;
}
.text-uchastie {
    position: absolute;
    max-width: 400px;
    text-align: justify;
    top: 25%;
    left: 50%;
}
.color-text-i {
    text-align: justify;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    padding: 10px;
    cursor: pointer;
}
.btn-four {
    position: absolute;
    border: 2px solid #DDB764;
    background: #DDB764;
    padding: 20px 34px;
    cursor: pointer;
    top: 110%;
    left: 12px;
}
.programma {
    position: absolute;
    bottom: 40px;
    left: 40%;
}
.programma > h1 {
    color: #DFB865;
    display: flex;
    justify-content: center;
    font-size: 40px;
    padding: 20px;
    letter-spacing: 2px;
}
/*Аккордион*/
.accordion-container {
    width: 100%;
    max-width: 1360px;
    margin: -4px auto;
    background: linear-gradient( #890029, #23000A);
    overflow: hidden;
}
.accordion-icon {
    color: #DFB865;
}
.accordion {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #DFB865;
}
.border {

    border-top: 1px solid #DFB865;
}

.accordion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.accordion:first-child::before {
    display: none;
}

.accordion-header {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    width: 100%;
    text-align: left;
    background: transparent;
    color: white;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    margin-left: 11%;
}

.size-arrow {
    width: 35px;
    margin-right: 40px;
}
.accordion-icon {
    margin-right: 15px;
    transition: transform 0.3s ease;
    min-width: 20px;
    font-weight: bold;
    font-size: 14px;

}

.accordion.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-title {
    flex-grow: 1;
    font-size: 40px;
    color: #DFB865;
    font-weight: 300;
    letter-spacing: 2px;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,0.3);*/
}

.accordion-content {
    padding: 0;
    max-height: 0;
    transition: max-height 0.4s ease, padding 0.4s ease;
    /*background: rgba(0, 0, 0, 0.2);*/
    color: white;
    position: relative;
    z-index: 2;
}

.accordion.active .accordion-content {
    max-height: 100%;
}

.accordion-content p {
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ffffff;
    opacity: 0.9;
}

.accordion-content p:last-child {
    margin-bottom: 0;
}

/* Распределение градиента по аккордеонам */
.accordion:nth-child(1) {
    background: linear-gradient(to bottom,
    #890029 0%,
    #7a0024 14.28%,
    );
}

.accordion:nth-child(2) {
    background: linear-gradient(to bottom,
    #7a0024 0%,
    #6b0020 28.57%,
    );
}

.accordion:nth-child(3) {
    background: linear-gradient(to bottom,
    #6b0020 0%,
    #5c001c 60.85%,
    #5c001c 100%);
}

.accordion:nth-child(4) {
    background: linear-gradient(to bottom,
    #5c001c 0%,
    #4d0018 57.14%,
    #4d0018 100%);
}

.accordion:nth-child(5) {
    background: linear-gradient(to bottom,
    #4d0018 0%,
    #3e0014 71.42%,
    #3e0014 100%);
}

.accordion:nth-child(6) {
    background: linear-gradient(to bottom,
    #3e0014 0%,
    #2f000f 85.71%,
    #2f000f 100%);
}

.accordion:nth-child(7) {
    background: linear-gradient(to bottom,
    #2f000f 0%,
    #23000A 100%);
    /*border-bottom-left-radius: 15px;*/
    /*border-bottom-right-radius: 15px;*/
}

.accordion:nth-child(7) .accordion-header {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.schedule-container {
    max-width: 100%;
}

.schedule-table {
    max-width: 100%;
    margin-left: 200px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.schedule-table tr {
    border-bottom: 1px solid #D9D9D9;
}

.schedule-table tr:last-child {
    border-bottom: none;
}

.time {
    vertical-align: top;
    padding: 15px 20px 15px 0;

    font-size: 40px;
    width: 80px;
    color: #ffffff;
    border-right: 1px solid #D9D9D9;
}
.event {
    padding: 15px 20px;
    font-size: 35px;
    color: #ffffff;
}

.main-event-row td {
    padding-top: 25px;
    padding-bottom: 15px;
}

.main-event {
    color: #ffffff;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 5px;
    padding: 5px 20px;
}
.time-accord {

    display: inline-block;
    position: relative;
    left: 33.5%;
    font-weight: normal;
}
.time-accord2 {
    display: inline-block;
    position: relative;
    top: -45px;
    left: 19%;
    font-weight: normal;
}
.time-accord3 {
    top: -45px;
    display: inline-block;
    position: relative;
    left: 36.5%;
    font-weight: normal;
}
.time-accord4 {
    display: inline-block;
    position: relative;
    top: -45px;
    left: 5%;
    font-weight: normal;
}
.time-accord5 {
    display: inline-block;
    position: relative;
    top: -45px;
    left: 36.5%;
    font-weight: normal;
}
.time-accord6 {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 24.5%;
    font-weight: normal;
}
.time-accord7 {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 63.5%;
    font-weight: normal;
}
.time-accord8 {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 34%;
    font-weight: normal;
}
.time-accord9 {
    display: inline-block;
    position: relative;
    top: -45px;
    left: 78.5%;
    font-weight: normal;
}
.time-accord10 {
    display: inline-block;
    position: relative;
    top: -45px;
    left: 3.5%;
    font-weight: normal;
}
.time-accord11 {
    display: inline-block;
    position: relative;
    top: -45px;
    left: 30.5%;
    font-weight: normal;
}
.time-accord12 {
    display: inline-block;
    position: relative;
    top: -45px;
    left: 72.5%;
    font-weight: normal;
}
.time-accord13 {
    display: inline-block;
    position: relative;
    top: -40px;
    left: 63.5%;
    font-weight: normal;
}
.time-accord14 {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 29.5%;
    font-weight: normal;
}
.time-accord15 {
    display: inline-block;
    position: relative;
    top: -40px;
    left: 70.5%;
    font-weight: normal;
}

.role-block {
    padding-left: 20px;
    margin-bottom: 20px; /* Отступ между блоками "Ведущий" и "Спикеры" */
    max-width: 820px;
    text-align: justify-all;
}

.role {
    font-weight: 400; /* Жирный шрифт для роли (ВЕДУЩИЙ, СПИКЕРЫ) */
    font-size: 25px;
    text-transform: uppercase; /* Все буквы заглавные */
    margin-bottom: 10px;
    color: #DFB865;
    letter-spacing: 0.5px; /* Легкий разрядка для удобочитаемости */
}

.name.prominent {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 5px;
    color: #ffffff; /* Синий цвет для имени ведущего, чтобы выделить */
}
.size-text {
    font-size: 20px;
    text-transform: uppercase;
}
.speaker {
    font-size: 25px;
    line-height: 1.5; /* Межстрочный интервал для списка спикеров */
    color: #ffffff;
}
.fon-form {
    position: relative;
    max-width: 1360px;
    margin: 4px auto;
}
.d {
    max-width: 700px;
}
.form-block {
    border: 2px solid #DFB865;
    position: absolute;
    left: 23%;
    top: 25%;
    color: #DFB865;
    width: 100%;
    max-width: 700px;
    height: 300px;
    background-color: #151411;
}
.form-block-h3 {
    display: flex;
    justify-content: center;
    font-weight: 300;
    margin-top: 40px;
    font-size: 25px;
    letter-spacing: 1.5px;
    font-family: "Source Sans Pro";
}
.form-block-p {
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin-top: 20px;
    font-size: 25px;
    letter-spacing: 1.5px;
    font-family: "Source Sans Pro";
}
.btn-five {
    display: flex;
    margin: 40px auto;
    border: 2px solid #DDB764;
    background: #DDB764;
    padding: 20px 35px;
    cursor: pointer;
}
.fon-partners {
    position: relative;
    max-width: 1360px;
    margin: -8px auto;
}
.form-partners {
    position: absolute;
    left: 37%;
    top:10%;
}
.form-partners-h3 {
    color: #DFB865;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: "Source Sans Pro";
}
.blocks-partners {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0.8%;
    top: 50%;
    max-width: 100%;
    height: 135px;
}
.flex-container {
    display: flex;
    gap: 1px;
}
.logo1 {
    border: 1px solid black;
    max-width: 205px;
    background-color: #42371E;
    padding: 25px 15px;
}
.logo2 {
    border: 1px solid black;
    max-width: 205px;
    background-color: #42371E;
    padding: 25px 15px;
}
.logo3 {
    border: 1px solid black;
    max-width: 205px;
    background-color: #42371E;
    padding: 25px 15px;
}
.logo4 {
    border: 1px solid black;
    max-width: 205px;
    background-color: #42371E;
    padding: 35px 15px;
}
.logo5 {
    border: 1px solid black;
    max-width: 285px;
    background-color: #42371E;
    padding: 35px 15px;
}
.logo6 {
    border: 1px solid black;
    max-width: 205px;
    background-color: #42371E;
    padding: 35px 15px;
}
.logo7 {
    border: 1px solid black;
    max-width: 205px;
    background-color: #42371E;
    padding: 25px 25px;
}
.logo8 {
    border: 1px solid black;
    max-width: 205px;
    background-color: #42371E;
    padding: 25px 25px;
}
.l1 {
    width: 150px;
}
.l2 {
    width: 150px;
}
.l3 {
    width: 70px;
}
.l4 {
    width: 170px;
}
.l5 {
    width: 200px;
}
.l6 {
    width: 100px;
}
.l7 {
    width: 140px;
}


.fon-footer {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
}
.title-contact {
    position: absolute;
    left: 37%;
    top:10%;
}
.title-contact-h3 {
    margin-bottom: 20px;
    color: #DFB865;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: "Source Sans Pro";
}
.color-text-footer {
    display: inline-block;
    margin-top: 3px;
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    font-family: "Source Sans Pro";
}
.color-text-footer2 {
    display: inline-block;
    font-weight: 400;
    font-family: "Source Sans Pro";
    color: #DFB865;
    font-size: 22px;

}
.float {
    float: left;
    margin-left: 10px;
}
.footer-contact {
    position: absolute;
    left: 37%;
    top:83%;
}
.color-text-foote3 {
    display: inline-block;
    margin-top: 3px;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Source Sans Pro";
}
.color-text-footer4 {
    margin-top: 5px;
    margin-left: 80px;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #DFB865;
    font-family: "Source Sans Pro";
}
.name {
    font-weight: 300;
}
.map {
    position: absolute;
    top: 40%;
    left: 2%;
}
#map {
    border-radius: 10px;
    z-index: 999999;
    height: 250px;
    width: 1300px;
}
.dark-map {
    filter: grayscale(1) invert(100%);
}


@media (max-width: 768px) {
    .header {
        padding: 15px;
    }

    .menu-toggle {
        display: flex;
    }

    .cta-button {
        display: none;
    }

    .cta-button.mobile {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        padding: 15px;
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    .menu {
        display: flex !important;
        flex-direction: row;
        position: static;
        width: auto;
        background: none;
        border: none;
        padding: 0;
        gap: 50px;
    }

    .menu-toggle {
        display: none;
    }

    .cta-button {
        position: absolute;
        right: 50px;
    }
}

@media (max-width: 480px) {
    .menu {
        padding: 15px;
    }

    .menu li a {
        font-size: 16px;
        padding: 8px 0;
    }

    .cta-button.mobile {
        padding: 12px;
        font-size: 14px;
    }
    .btn-main {
        position: absolute;
        border: 2px solid #DDB764;
        background: #DDB764;
        padding: 5px 5px;
        cursor: pointer;
        top: 5.2%;
        left: 20px;
    }
    .color-main {
        margin-left: -15px;
        font-size: 10px;
    }
    .color-main:before {
        content: '';
    }
    .o-forume > h1 {
        color: #DFB865;
        display: flex;
        justify-content: center;
        font-size: 30px;
        padding: 20px;
        letter-spacing: 2px;
    }
    .o-forume {
        left: 0;
    }
}
@media (max-width: 620px) {
    .fon1 {
        height: 1050px;
  margin-top: -5px;
    }
    .color-text-p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 21px;
    }
    .btn-forum {
        position: absolute;
        top: 90%;
        left: 21%;
    }
    .o-forume > h1 {
        margin-top: -60px;
    }
    .clear-one {
        font-size: 16px;
    }
    /*стили под 3 фото */
    .blocks-photo {
        margin-top: 0;
    }
    .gap {
        padding-bottom: 0;
    }
    .btn-one, .btn-two, .btn-three{
        display: none;
    }
    .block-fon {
        background-color: #000000;
    }
    .btn-photo {
        margin-top: 35px;
        margin-left: 80px;
        border: 2px solid #DDB764;
        background: #DDB764;
        padding: 20px 34px;
        cursor: pointer;
        top: 85%;
        left: 40%;
    }


  
    .uchastie {


    }
    .title-ushastie {
        margin-top: 10px;
        position: absolute;
        left: 0;
    }
    .title-ushastie > h1 {
        font-size: 30px;
        text-align: center;
    }
    .flex {
        display: flex;
        flex-direction: column;
        height: 1200px;
    }
    .telefon {
        top: 10%;
        position: absolute;
        left: 9%;
    }
    .size-telefon {
        max-height: 500px;
    }
    .text-uchastie {
        position: absolute;
        left: 0;
        top: 50%;
    }
    .color-text-i {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 21px;
    }
    .programma {
        position: absolute;
        left: 22%;
        top: 92%;


    }
    .programma > h1 {

        font-size: 30px;
    }
    .btn-four {
        position: relative;
        margin-top: 15px;
        margin-left: 70px;
        border: 2px solid #DDB764;
        background: #DDB764;
        padding: 20px 34px;
        cursor: pointer;
    }
    /*стили аккордиона*/
    .accordion {
        margin-top: 3px;
    }
    .accordion-title {
        font-size: 14px;
    }
    .accordion-icon {
        margin-right: 0;
        max-width: 50px;
    }

    .container {
        padding: 0 !important;
    }
    .size-arrow {
        width: 25px;
        margin-top: 3px;
        margin-right: 35px;
        margin-left: 10px;
    }
    .accordion-header {
        margin-left: -20px;
    }
    .schedule-container {
        padding: 10px;
    }
    .schedule-table {
        margin-left: 0;

    }
    .time {
        font-size: 18px;
        width: auto;
    }
    .event {
        font-size: 20px;
    }
    .main-event {
        font-size: 18px;
    }
    .role {
        font-size: 20px;
    }
    .name.prominent {
        font-size: 20px;
    }
    .speaker {
        font-size: 16px;
    }
    .size-text {
        font-size: 18px;
    }
    .name.prominent {
        font-size: 16px;
    }
    .time-accord {
        font-size: 14px;
        left: 97%;
        top: -50px;
    }
    .time-accord2 {
        font-size: 12px;
        left: 48%;
        top: -120px;
    }
    .time-accord3 {
        font-size: 12px;
        left: 9%;
        top: -90px;
    }
    .time-accord4 {
        font-size: 14px;
        left: 50%;
        top: -115px;
    }
    .time-accord5 {
        font-size: 14px;
        left: 10%;
        top: -45px;
    }
    .time-accord6 {
        font-size: 14px;
        left: 18%;
        top: -95px;
    }
    .time-accord7 {
        font-size: 14px;
        left: 3%;
        top: -45px;
    }

    .time-accord8 {
        font-size: 14px;
        left: 62%;
        top: -45px;
    }
    .time-accord9 {
        font-size: 14px;
        left: 56%;
        top: -70px
    }
    .time-accord10 {
        font-size: 14px;
        left: 48%;
        top: -90px
    }
    .time-accord11 {
        font-size: 14px;
        left: 97%;
        top: -90px
    }
    .time-accord12 {
        font-size: 14px;
        left: 40%;
        top: -70px
    }
    .time-accord13 {
        font-size: 14px;
        left: 15%;
        top: -70px
    }
    .time-accord14 {
        font-size: 14px;
        left: 50%;
        top: -50px
    }
    .time-accord15 {
        font-size: 14px;
        left: 60%;
        top: -70px
    }
    .time-accord16 {
        font-size: 14px;
        position: absolute;
        left: 90%;
        margin-top: -45px;

    }
    .form-block {
        position: absolute;
        top: 60px;
        left: 0;
    }
    .fon-partners {
        margin-top: 212px;
        height: 1100px;
    }
    .flex-container {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 90%;
    }
    .form-partners {
        margin-top: -80px;
        position: absolute;
        left: 25%;
    }
    .form-partners-h3 {
        font-size: 30px;
        color: #DFB865;
        padding: 20px;
        letter-spacing: 2px;
        font-weight: 600;
    }
    .blocks-partners {
        position: absolute;
        top: 0;
        left: 90px;
    }
    .logo5 {
        border: 1px solid black;
        max-width: 205px;
        background-color: #42371E;
        padding: 35px 15px;
    }
    .l5 {
        width: 180px;
    }
    .logo3 {
        border: 1px solid black;
        max-width: 205px;
        background-color: #42371E;
        padding: 25px 70px;
    }
    .logo8 {
        border: 1px solid black;
        max-width: 205px;
        background-color: #42371E;
        padding: 25px 70px;
    }
    .logo6 {
        border: 1px solid black;
        max-width: 205px;
        background-color: #42371E;
        padding: 35px 55px;
    }
    .fon-footer {
        height: 550px;
    }
    .title-contact {
        margin-top: -50px;
        position: absolute;
        left: 10%;
        top: 10%;
    }
    .title-contact-h3 {
       font-size: 30px;
        margin-left: 70px;
    }
    .color-text-footer2 {
        margin-left: -10px;
    }
    .map {
        top: 30%;
    }
    #map {
        width: 360px;
    }
    .footer-contact {
        left: 20px;
        top: 80%;
    }
}
@media (min-width: 620px) {
    .block-fon {
        display: none;
    }
}