.article blockquote, .article p, .accordion__body p {
    margin: 2rem 0;
}

.article a, .article a, .accordion__body a {
    color: #20877D;
}

.article a:hover, .article a:hover, .accordion__body a:hover {
    color: #000;
}

.article a:visited , .article a:visited , .accordion__body a:visited  {
    color: #718986;
}

.article ul, .accordion__body ul,
.article ol, .accordion__body ol {
    margin-left: 40px !important;
}

.footer__promo img{
	width:  18.2rem;
}

.results__card-path{
    margin: 2.4rem 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 135%;
    color: #3D3D3D;
}

.news-list__desc {
    margin-bottom: auto;
}

.promo-3__title__size {
    margin-bottom: 4rem;
}

.promo-3__type{
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.1875;
    margin-bottom: 3rem;
}

.programs__tags_np {
    position: absolute;
    right: 3rem;
    top: 3rem;
}

.programs__tags_np img {
    width: 6rem;
    opacity: 0.6;
}

table.styled thead {
    background-color: #f8f8f8;
}

table.styled, table.styled th, table.styled td {
    border-collapse: collapse;
    border: 1px solid #e7e7e7;
    padding: 0.8rem;
}

.points-text__value--total{
    position: relative;
}

.points-text__value .icon {
    font-size: 1.9rem;
    position: absolute;
    top: -8px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
}


.tooltip {
    display: none;
    position: absolute;
    font-size: 1rem;
    color: #535c69;
    max-width: 300px;
    line-height: normal;
}

.points-text__value .icon:hover + .tooltip {
    display: block;
    text-align: justify;
}

.l-about-us__thanks {
    padding-bottom: 20rem;
}

.l-about-us__speakers {
    padding: 20rem 0 10rem 0;
}

.team {
    padding-top: 10rem;
}

@media (max-width: 899.98px){
.l-about-us__speakers {
    padding-top: 60px;
    padding-bottom: 0;
}

.l-about-us__thanks {
    padding: 60px 0 80px 0;
    background: #F8F8F8;
}
}

.contact__name {
    margin-bottom: 1.6rem;
}


.slick-track {
    margin-left: 0;
}

.points-green__row {
    justify-content: flex-start;
}

.points-green__col {
    flex: 0 1 45rem;
    padding: 0px 1rem;
}

@media (min-width: 899.98px){
.l-news-item__main__row:not(:has(.l-news-item__main__right)) .l-news-item__main__center { 
     width: calc(100% - 20rem);
}
}

.l-program__about .prewiev{
	width: 100%;
}

.footer__nav {
    max-width: 23rem;
}

.nav-collapse .acc_section:first-child {
    margin-top: 1rem;
}

.promo-3__content {
    z-index: 2;
}

.fotorama__stage__frame--video {
    background: linear-gradient(110.34deg, #00706C 0%, #00FFBB 100%);
}

.fotorama__video {
    top: 0;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    border-color: #20877d;
}
.fotorama__dot {
    border: 3px solid #dcdcdc;
}


.l-program__about__row:not(:has(.l-program__about__right)) .l-program__about__left {
    width: 100%;
    text-align: justify;
padding-right: 0;
}


.accordion .acc_section--not-dropdown {
    border-bottom: 1px solid #E1E1E1;
    position: relative;
}

.accordion .acc_section--not-dropdown svg {
    z-index: 0;
    display: block!important;
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
