
#error{
    display: none;
}
hr {
    color: #e7e7e7;
}
.container h4 {
    font-size: 20px;
}
.group-div {
    padding: 10px 0;
}
.parent-page ul {
    width: 100%;
    /* list-style: none !important; */
}
.grey {
    background-color: #f4f4ff;
}
.allwigth {
    width: 100vw;
    position: absolute;
    left: 0;
    height: auto;
}
.text-justify {
    text-align: justify;
}
.height300 {
    height: 300px;
}
.height200 {
    height: 200px;
}
.lock {
    background-image: url("../images/castle.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px);
}
details > p:empty,
details p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.parent-page.wp-block-details .div-save-docs.wp-block-list  {
    border: none;
}
.red-question summary {
    font-size: 16px !important;
    line-height: 40px !important;
    letter-spacing: 10% !important;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif;
    color: #151515;
}
.red-question {
  min-height: 40px;
  border-bottom: 1px solid #e7e7e7;
  
}
.red-question[open] summary {
    color: #722b14;
}
.red-question summary {
    list-style: none; /* Убираем маркер у summary */
    position: relative;
    padding-left: 30px; /* Место для новой картинки */
}

.red-question summary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../images/next-v.svg') ;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s; /* Анимация при открытии */
}
.red-question[open] summary::before {
    background-image: url('../images/down-v.svg') ;
}
.red-question[open] p {
        padding-left: 30px;
}

.width-100 { width: 100% !important; }
.parent-page ul li{
    border: 1px solid #e7e7e7;
    /* display: flex; 
    align-items: center; 
    gap: 15px; 
    padding: 0 20px;  */

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    background-repeat: no-repeat;
    background-position-x: right 25px;
    background-position: calc(100% - 25px) 50%;
    background-position-y: center;
    background-size: 16px;
}
.parent-page ul li a .img-div,
.parent-page details summary img {
    display: flex;
    align-items: center;
}
.parent-page ul li:hover{
    background-color: #91b1d8;
    /* border: none; */
    border: 1px solid #91b1d8;
    color: #151515 !important;
}
.parent-page ul li:hover img ,
.parent-page details summary:hover img
 {
    filter: invert(1) brightness(0);
}
.parent-page ul li:hover a,
.parent-page ul li:active a  {
    color: #151515 !important;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

p.parent-page.wp-block-details {
    padding: 0; 
    margin: 0;
}
.parent-page.wp-block-details summary,
.parent-page details summary,
.parent-page.wp-block-details a {
    cursor: pointer;
    display: flex;
    /*border: 1px solid #e7e7e7;*/
    background-image: url('../images/next-v.svg');
    background-repeat: no-repeat;
    background-position-x: right 20px;
    background-position: calc(100% - 20px) 50%;
    background-position-y: center;
}
#page-content h1{
    text-align: justify;
}
#page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow summary{
    /* width: calc(100% - 25px) !important; */
    background-color: #fff;
    width: auto;
    margin-left: 10%;
    height: 80px;
    color: #707070;
    background-image: url('../images/next-v.svg');
    
}
#page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow summary img {
    filter:none;
    height: 40px;
    padding-right: 20px;
}
#page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow:hover summary,
#page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow[open] summary{
    border-color: #f6bf41;
    background-color: #f6bf41 ;
    color: #000 ;
}
#page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow[open] .save-doc,
.parent-page details[open] .save-doc {
    border: 1px solid #f6bf41 !important;
    border-top: none !important;
    background-color: #fff;
}
#page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow[open] .save-doc:hover{
    color: #000 ;
    background-color: #fff !important;
    text-decoration: underline;
}

.parent-page.wp-block-details summary,
#page-content p.parent-page.wp-block-details a,
.parent-page details summary {
    border: 1px solid #e7e7e7;
}
#page-content p.parent-page.wp-block-details:hover a,
#page-content p.parent-page.wp-block-details a:hover,
.parent-page details .save-doc
{
   
    border: 1px solid #91b1d8;
}

.wp-block-file__embed {
  /*display: none !important;*/
}

.link-next {
    background-image: url('../images/next-v.svg');
}
.link-list a {
    padding:  20px;
}
.parent-page.wp-block-details .save-doc a.wp-block-file__button.wp-element-button,
#page-content .div-save-docs .save-doc .wp-block-file__button.wp-element-button{
    background-color: transparent;
    color: transparent;
}



.parent-page.wp-block-details , #page-content div.wp-block-group.link-to-page {
    display: flex;
    flex-direction: column;
}
.parent-page.wp-block-details summary,
#page-content .parent-page.wp-block-details a,
#page-content div.wp-block-group.link-to-page a,
.parent-page details summary {
    align-items: center;
    color: #707070;
}
.parent-page.wp-block-details summary:hover,
.parent-page.wp-block-details a:hover/*,
.parent-page details summary:hover */{
    background-color: #91b1d8;
    color: #151515 !important;
    border: 1px solid #91b1d8;
}
.parent-page.wp-block-details .save-doc a:hover{
    background-color: transparent;
    border: none;
}
.parent-page.wp-block-details .save-doc a {
    background-image: none;
}
.parent-page.wp-block-details summary:hover img,
.parent-page.wp-block-details a:hover img,
.parent-page.wp-block-details[open] img,
.parent-page details[open] img,
#page-content .parent-page.wp-block-details  .link-to-page p:hover a img,
#page-content div.wp-block-group.link-to-page p:hover a img,
#page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow:hover summary img,
#page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow[open] summary img,
#page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow[open] .save-doc img  {
    filter: brightness(0) invert(0);
}
.parent-page.wp-block-details[open] summary,
.parent-page details[open] summary{

    background-color: #91b1d8;
    border: none;
    color: #151515;
    background-image: url('../images/down-v.svg');
    border: 1px solid #91b1d8;
    /* border-top: none; */
}
#page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow[open] summary {
    background-image: url('../images/down-v.svg');
}
.parent-page.wp-block-details .div-save-docs {
    border: 1px solid #91b1d8/*#707070*/;
    border-top:none;
    margin-left: auto;
}
#page-content .parent-page.wp-block-details  .link-to-page p a{
    align-items: center;
    color: #707070;
    background-image: none;
}
#page-content div.wp-block-group.link-to-page p a {
    display: flex;
    align-items: center;
    color: #707070;
    background-image: none;
}
.calendar {
    border: 1px solid #707070;
    background-image: url('../images/calendar.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-color: transparent;
}
.calendar:hover {
    background-image: url('../images/calendarB.svg');
    border:1px solid #f6bf41;
}
#page-content .calendar a {
    color: #707070;
}
.docs {
    background-image: url('../images/docs.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-color: transparent;
}

#info-about-section .div-save-docs .wp-block-file.save-doc {
    width: 100%;
}
.margin-left5 .save-doc{
    margin-left: 5% !important;
    width: auto !important;
}
.noborder {
    border: none !important;
}
.docs:hover {
    background-image: url('../images/docsB.svg');
}
.parent-page.wp-block-details .save-doc, 
.div-save-docs .save-doc,
.parent-page details .save-doc {
    height: auto;
    align-content: center;
    padding: 0 20px; 
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
}   

.parent-page.wp-block-details .save-doc .wp-block-file__button.wp-element-button,
#page-content .div-save-docs .save-doc .wp-block-file__button.wp-element-button {
    background-image: url('../images/save.svg');
    background-repeat: no-repeat;
    /* width: 50px; */
    height: auto;
    /* min-height: 40px; */
    padding: 0;
    margin: 0;
    background-position-x: center;
    background-position-y: center;
    background-color: transparent;
    color: transparent;
    font-size: 0;
}

#page-content .parent-page.wp-block-details  .link-to-page p a img{
    filter: none;
}

#page-content .parent-page.wp-block-details .link-to-page p:hover a,
#page-content div.wp-block-group.link-to-page p:hover a {
    background-color: #f6bf41;
    color: #000;
    border: none;
}


#page-content .parent-page.wp-block-details .save-doc a, #page-content .div-save-docs .save-doc a {
    align-content: center;
    color: #707070;
}

#page-content .parent-page.wp-block-details .save-doc:hover, #page-content .div-save-docs .save-doc:hover {
    background-color: #f6bf41 !important;
}   
#page-content .parent-page.wp-block-details .save-doc:hover a, #page-content .div-save-docs .save-doc:hover a {
    color:#151515;
}
#page-content .save-doc:hover .wp-element-button {
    filter:brightness(0);
}
.parent-page ul li a {
    color: #707070 !important;
    font-weight: 700;
    width: 100%;
    display: flex;
    gap:5px;
}

/* Обычное положение — над футером */
.static-btn-block {
  /* margin-top: 20px; или как нужно */
  text-align: center;
  background-color: #fff;
  margin-bottom: auto;
}

/* Фиксированное положение у нижнего края */
.static-btn-block.fixed {
  position: fixed;
  bottom: 0px; /* отступ от низа экрана */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 100%;
  padding: 0 calc((100% - 1110px) / 2);
  /* или задай фиксированную ширину, если нужно */
}
.static-btn-block .wp-block-group__inner-container {
  border-top: 1px solid #e7e7e7;

}
#page-content .wp-block-button.is-style-fill.static-btn  {
    margin: 30px 0;
}
.wp-block-button__link.wp-element-button {
  padding: 8px 20px;
}

.center-border{
    text-transform: uppercase;
    width: max-content;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.contcat-modal-div-body-info-block {
    /* margin-top: 30px; */
    width: 100%;
}
.contcat-modal-div-body-info-block .info-block-item {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.contcat-modal-div-body-info-block .label-info {
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    color: #000;
    /* margin-bottom: 10px; */
    line-height: 150%;
    letter-spacing: 0.05em;  
    width: 65%;
    margin-top: 8px;
}
.contcat-modal-div-body-info-block .data-info {
    font-size: 16px; 
    font-weight: 600; 
    color: #151515; 
    background-color: #F6BF41; 
    border-radius: 30px; 
    padding: 10px 20px; 
    text-align: center;
    line-height:150%;
    letter-spacing: 0.05em;
    margin: auto;
    width: 35%;
    min-width: 363px;
}

.emagic {
      overflow: hidden;
}
/* Адаптация для мобильных устройств */
@media (max-width: 767px) {

    #page-content h1 {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0;
        color: #022456;
        /* text-align: justify; */
    }
     #page-content h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0;
        padding: 5px 15px;
        color: #022456;
        /* text-align: justify; */
    }

    .breadcrumbs img {
        padding: 0 5px;
        height: 10px;
    }
    hr.wp-block-separator {
        margin: 5px 0;
    }
    #page-content a, #page-content p, #page-content span:not(.page-numbers) {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 120%;
    }
    .parent-page ul li,
    .parent-page details summary{
        height: 64px;
        background-size: 12px;
        background-position: calc(100% - 15px) 50%;
    }
    .parent-page ul li img,
    .parent-page details summary img {
        width: auto;
        height: 34px; 
    }
    .parent-page ul li a,    
    .parent-page details summary
    {
        color: #707070 !important;
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0;
        width: 100%;
        display: flex;
        gap:5px;
    }

    .parent-page ul li a .img-div {
        /* width: 34px; */
        width: 40px;
        /* display: flex;
        align-items: center; */
    }

    .link-list a {
        padding: 0 30px 0 15px;
    }
    .link-list a p{
        color: #707070;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        max-width: 80%;
    }
    .parent-page.wp-block-details summary,
    .parent-page details summary,
    #page-content .parent-page.wp-block-details a,
    #page-content div.wp-block-group.link-to-page a{
        gap: 10px;
        height: 64px;
        padding: 0 15px;
        padding-right: 50px;
        font-size: 12px ;
        letter-spacing: 0;
        line-height: 120%;
        background-size: 20px;
    }

    #page-content .red-question summary {
        font-size: 12px !important;
        line-height: 16px !important;
        letter-spacing: 2% !important;
        padding: 12px 0 12px 30px;

    }

    #mega-menu-wrap-custom-left-menu #mega-menu-custom-left-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link.active {
        background: #f6bf41;
        color: #151515;
        background-image: url('../images/close-white.svg') !important;;
    }
    .parent-page.wp-block-details summary img , .parent-page.wp-block-details a img{
        height: 34px;
        max-width: 60px
    }
    .parent-page.wp-block-details[open],
    #page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow[open]:not(:last-child) {
        padding-bottom: 25px;
    }

    .parent-page.wp-block-details .div-save-docs{
        /*width: calc(100% - 15px);*/
        margin-left: 15px;
        width: calc(100% - 10%);
        margin-left: 10%;
    }
    .parent-page.wp-block-details .link-to-page {
        /* width: calc(100% - 15px); */
        border-color: #91b1d8;
        /*margin-left: 15px;*/
        width: inherit;
    }
    .parent-page.wp-block-details .save-doc, .div-save-docs .save-doc {
        height: auto;
        align-content: center;
        padding: 0 10px 0 60px;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        margin: 0 0 0 auto;
    }

    .parent-page .wp-block-details .wp-block-group.div-save-docs .wp-block-file.save-doc{
        padding-left: 20px !important;
    }
    #page-content .parent-page.wp-block-details  .link-to-page p {
        padding: 0;
        margin: 0;
        height: 60px;
        /*width: calc(100% - 20px)*/;
        float: right;
        
    }
    #page-content div.wp-block-group.link-to-page p{
        padding: 0;
        margin: 0;
        height: 60px;
        float: right;
        width: 100%;
    }

    #page-content .parent-page.wp-block-details  .link-to-page p a{
        height: 60px;
        padding: 0 15px;
    }
    #page-content div.wp-block-group.link-to-page p a {
        height: 60px;
    }
    #page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow summary{
        height: 60px;
    }
    .calendar {
        background-position-x: left 15px;
        background-position: 15px 50%;
    }
    .docs {
        background-position: 15px 50%;
        background-size: 33px;
    }

    .parent-page.wp-block-details .save-doc, 
    .div-save-docs .save-doc {
        min-height: 60px;
        width: 100%;
    }   

    #page-content .parent-page.wp-block-details .save-doc a, 
    #page-content .div-save-docs .save-doc a {
        max-width: 100%;
        padding: 0 10px 0 0;
        width: calc(100% - 20px );
        display: inline-block;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }
.parent-page.wp-block-details .save-doc .wp-block-file__button.wp-element-button, 
#page-content .div-save-docs .save-doc .wp-block-file__button.wp-element-button {
}
    .parent-page.wp-block-details .save-doc .wp-block-file__button.wp-element-button,
    #page-content .div-save-docs .save-doc .wp-block-file__button.wp-element-button {
        width: 20px;
        min-height: 20px;
        background-size: 20px;
    }
    .about {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contcat-modal-div-body-label-block {
        width: 145px;
    }
     .contcat-modal-div-body-info-block {
        margin-top: 0;
        width: 100%;
    }
    .contcat-modal-div-body-info-block .info-block-item {
        display: block;
        gap: 20px;
    }
    .contcat-modal-div-body-info-block .label-info {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 6px;
        width: 100%;
        text-align: center;
    }
    .contcat-modal-div-body-info-block .data-info {
        font-size: 14px; 
        min-width: 323px;
        text-align: center;
        width: 80%;
    }


}
@media (min-width: 1110px) {



    #page-content h1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 5%;
        padding: 20px 0;
    }

    .parent-page ul li{
        height: 100px;
    }
    .parent-page ul li img{
        width: auto;
        height: 54px; 
    }
    .parent-page ul li a{
        color: #707070 !important;
        font-weight: 700;
        /* font-size: 20px;
        line-height: 170%;
        letter-spacing: 5%; */
        width: 100%;
        display: flex;
        gap:5px;
    }

    .parent-page ul li a .img-div {
        width: 65px;
        /* display: flex;
        align-items: center; */
    }

    #page-content  .wp-block-details summary,
    .parent-page details summary,
    #page-content  .wp-block-details a {
        font-weight: 700;
        font-size: 20px;
        line-height: 170%;
        letter-spacing: 7%;
    }

    .parent-page.wp-block-details summary,
    #page-content p.parent-page.wp-block-details a,
    .parent-page details summary {
        gap: 10px;
        height: 110px;
        padding: 0 20px;
        padding-right: 50px;
    }
    #page-content .parent-page.wp-block-details a,
    #page-content div.wp-block-group.link-to-page a 
    {
        gap: 10px;
        height: 80px;
        padding: 0 20px;
        padding-right: 50px;
    }

    .parent-page.wp-block-details summary img ,
    .parent-page.wp-block-details a img,
    .parent-page details summary img
    {
        height: 58px;
        max-width: 60px;
        margin-right: 20px;
    }
    .parent-page.wp-block-details[open],
    #page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow[open]:not(:last-child),
    .parent-page details[open]{
        padding-bottom: 25px;
    }

    .parent-page.wp-block-details .div-save-docs {
        width: 1000px;
    }

    .parent-page.wp-block-details .link-to-page { }

    #page-content .parent-page.wp-block-details  .link-to-page p,
    #page-content div.wp-block-group.link-to-page p {
        padding: 0;
        margin: 0;
        height: 80px;
        width: 1000px;
        float: right;
    }

    #page-content .parent-page.wp-block-details  .link-to-page p a{
        height: 80px;
        padding: 0 20px;
    }
    #page-content div.wp-block-group.link-to-page p a {
        height: 80px;
    }

    .calendar {
        background-position-x: left 20px;
        background-position: 20px 50%;
        padding: 0 20px 0 75px !important;
    }
    .docs {
        background-position-x: left 20px;
        background-position: 20px 50%;
        padding: 0 20px 0 75px !important;
    }

    .parent-page.wp-block-details .save-doc, 
    .div-save-docs .save-doc {
        width: 1010px;
        min-height: 80px;
        width: 1000px;
    }   

    #page-content .parent-page.wp-block-details .save-doc a, 
    #page-content .div-save-docs .save-doc a {
        max-width: 840px;
    }

    .parent-page.wp-block-details .save-doc .wp-block-file__button.wp-element-button,
    #page-content .div-save-docs .save-doc .wp-block-file__button.wp-element-button {
        width: 50px;
        min-height: 40px;
    }    
}

@media (min-width: 768px) and (max-width: 1109px) {

    #page-content h1 {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.03em;
        padding: 15px 0;
        color: #022456;
    }

    .parent-page ul li {
        height: 80px;
        background-size: 14px;
        background-position: calc(100% - 20px) 50%;
    }

    .parent-page ul li img {
        height: 45px;
        width: auto;
    }

    .parent-page ul li a {
        color: #707070 !important;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0.02em;
        width: 100%;
        display: flex;
        gap: 5px;
    }

    .parent-page ul li a .img-div {
        width: 50px;
        /* display: flex;
        align-items: center; */
    }

    .parent-page.wp-block-details summary,
    #page-content .parent-page.wp-block-details a,
    #page-content div.wp-block-group.link-to-page a {
        gap: 10px;
        height: 90px;
        padding: 0 20px;
        padding-right: 50px;
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 1.4;
        color: #707070;
        align-items: center;
    }

    .parent-page.wp-block-details summary img,
    .parent-page.wp-block-details a img {
        height: 45px;
        max-width: 60px;
    }

    .parent-page.wp-block-details[open],
    #page-content .parent-page.wp-block-details[open] .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow[open]:not(:last-child) {
        padding-bottom: 25px;
    }

    .parent-page.wp-block-details .div-save-docs {
        width: 90%;
        margin-left: auto;
    }

    #page-content .parent-page.wp-block-details .link-to-page p,
    #page-content div.wp-block-group.link-to-page p {
        padding: 0;
        margin: 0;
        height: 70px;
        /* width: 900px; */
        width: 100%;
        float: right;
    }

    #page-content .parent-page.wp-block-details .link-to-page p a,
    #page-content div.wp-block-group.link-to-page p a {
        height: 70px;
        padding: 0 20px;
        align-items: center;
        color: #707070;
        background-image: none;
        display: flex;
    }

    #page-content .parent-page.wp-block-details .link-to-page p a img,
    #page-content div.wp-block-group.link-to-page p a img {
        filter: none;
        margin-right: 10px;
    }

    #page-content .parent-page.wp-block-details .link-to-page p:hover a,
    #page-content div.wp-block-group.link-to-page p:hover a,
    #page-content .parent-page.wp-block-details .link-to-page p:hover a,
    #page-content div.wp-block-group.link-to-page p:active a {
        background-color: #f6bf41;
        color: #000;
        border: none;
    }

    .calendar {
        background-position-x: left 18px;
        background-position: 18px 50%;
        padding: 0 20px 0 65px !important;
    }

    .docs {
        background-position-x: left 18px;
        background-position: 18px 50%;
        padding: 0 20px 0 65px !important;
    }

    .parent-page.wp-block-details .save-doc,
    .div-save-docs .save-doc {
        /* width: 900px; */
        width: 100%;
        min-height: 70px;
        align-content: center;
        padding: 0 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    #page-content .parent-page.wp-block-details .save-doc a,
    #page-content .div-save-docs .save-doc a {
        max-width: 780px;
        color: #707070;
    }

    #page-content .parent-page.wp-block-details .save-doc:hover,
    #page-content .div-save-docs .save-doc:hover {
        background-color: #f6bf41 !important;
    }

    #page-content .parent-page.wp-block-details .save-doc:hover a,
    #page-content .div-save-docs .save-doc:hover a {
        color: #151515;
    }

    #page-content .save-doc:hover .wp-element-button {
        filter: brightness(0);
    }

    .parent-page.wp-block-details .save-doc .wp-block-file__button.wp-element-button,
    #page-content .div-save-docs .save-doc .wp-block-file__button.wp-element-button {
        width: 40px;
        min-height: 35px;
        background-size: 40px;
    }

    /* Добавьте нужные стили для других элементов по необходимости */
}