div[id^="wait_"]
{
    display: none !important;
    background: none !important;
    border: 0 !important;
    color: #000000;
    font-family: Verdana, Arial,
    sans-serif; font-size: 11px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal;
    letter-spacing: normal !important;
    line-height: normal;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-indent: 0 !important;
    width: 0px !important;
    height: 0px !important;
    word-spacing: normal !important;
    z-index: 0;
    content: "";
}
.item-comment.hidden{
    display: none;
}
.block-error-form{
    display: none;
}
.bottom-contacts .form-contacts .block-error-form span{
    color: #FDDEDE!important;
    text-align: center;
}
.wrapp-contacts-main .contacts-main .info-contacts .item-contact .text-contact a {
}
.wrapp-you-help .block-help .item-help-main .info-help .descr span a{
    color: #0D0D0D;
}
.wrapp-top-main-slider .top-main-slider .wrapp-slider-main .item-slide img{
  max-height: 621px;
  object-fit: cover;
}

img.ym-advanced-informer {
    width: 88px;
    height: 31px;
    border: 0;
    margin-top: 48px;
}

.wrapp-detail-program .descr-program table th,
.wrapp-txt table th {
    padding: .75rem;
    color: #fff;
    background-color: #f28c51;
    text-align: inherit;
}
.wrapp-detail-program .descr-program table td ,
.wrapp-txt table td{
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #e4e4e4;
}

.wrapp-txt ul li,
.wrapp-detail-program .descr-program ul li {
    position: relative;
    padding-left: 18px;
}
.wrapp-txt ol li:before,
.wrapp-detail-program .descr-program ol li:before,
.wrapp-txt ul li:before,
.wrapp-detail-program .descr-program ul li:before {
    position: absolute;
    left: 0;
}

.wrapp-txt ol,
.wrapp-detail-program .descr-program ol,
.wrapp-txt ul,
.wrapp-detail-program .descr-program ul{
    margin-bottom: 16px;
}
.wrapp-txt ol,
.wrapp-detail-program .descr-program ol {
    padding-left: 18px;
}

.wrapp-txt ul li:before,
.wrapp-detail-program .descr-program ul li:before {
    content: "\25CF";
    color: #f28c51;
}


@media (max-width: 1023px) {
    img.ym-advanced-informer {
        margin-top: 30px;
    }
    .wrapp-txt ol,
    .wrapp-detail-program .descr-program ol,
    .wrapp-txt ul,
    .wrapp-detail-program .descr-program ul{
        margin-bottom: 8px;
    }
}


@media (min-width: 1024px) and (max-width: 1440px) {
  .wrapp-top-main-slider .top-main-slider .wrapp-slider-main .item-slide img{
    max-height: 439px;
    object-fit: cover;
  }
}
@media (min-width: 1441px) {

  .wrapp-top-main-slider .top-main-slider .wrapp-slider-main .item-slide .txt-slide{
    max-width: 800px;
    top: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

}