.dn{display:none;}

.pbmit-static-box-style-1 .pbmit-contentbox-inner{
    padding: 0 20px 20px;
}

.pbmit-static-box-style-1 .pbmit-staticbox-title h4{
    padding: 40px 0 20px;
}

.pbmit-heading h3{
    font-size: 24px;
    line-height: 35px;
}

.pbmit-tbar-title{
    max-width:750px;
}

.pbmit-entry-content ul{
    padding-left: 30px !important;
    list-style: circle !important;
    margin-bottom: 30px;
}

.site-footer .pbmit-footer-widget-col-2 .pbmit-footer-desc{
      padding: 40px 0 10px;
}



/* Стили для самого окна */
#myModal {
    background-color: #e7a391;
    border: none;
}
dialog {
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
}

/* Затемнение заднего фона при открытии */
dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Кнопка закрытия в углу */
.close-btn {
    float: right;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

/* Сброс обтекания для контента */
.modal-content {
    clear: both;
    margin-top: 50px;
}