.footer__copyright a,
.footer__copyright a:hover {
    color: #fff!important;
}
.icon {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 5px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 2px;
}
.icon.icon-email {
    background-image: url('../img/email.svg');
}
.icon.icon-phone {
    background-image: url('../img/phone.svg');
}
.icon.icon-clock {
    background-image: url('../img/clock.svg');
}
.icon.icon-location {
    background-image: url('../img/location.svg');
}
    


.event-speakers__img::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 9px;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: 61px;
    height: 69px;
    background-image: url(../img/ava-plug.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.event-speakers__img {
    position: relative;
    z-index: 1;
    background: #4fbaab;
}

.forum-results__media-iframe video {
    display: block;
    min-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.download-pdf {
    text-align: right;
    margin-bottom: 30px;
    font-size: 14px;
}
.download-pdf a {
    color: #0097a0;
}
.download-pdf span {
    position: relative;
    padding-left: 40px;
}
.download-pdf span:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 31px;
    height: 36px;
    background: url(../img/file-pdf.svg) 0 0 no-repeat;
    background-size: contain;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 20px;
}
.video-wrap video, .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.two-button {
    display: flex;
    justify-content: center;
}
@media (max-width: 576px) {
    .two-button {
        flex-direction: column;
    }
}
.btn-common {
    background: #22bade;
    display: block;
    padding: 10px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
/*    white-space: nowrap;*/
    color: #fff;
    border: none;
    border-radius: 6px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 0 10px 20px;
}
.btn-common:hover {
    background: #d1d1d1;
}
.btn {
    margin: 0 10px 20px;
}

.block-prompt .title {
    text-decoration: underline;
    cursor: pointer;
    color: #4fbaab;
    position: relative;
    font-size: 18px;
    margin: 10px 0;
}
.block-prompt .title:hover {
    text-decoration: none;
}
.block-prompt .title.btn,
.block-prompt .title.btn:hover {
    text-decoration: none;
    color: #fff;
}
.block-prompt .prompt {
    display: none;
    border: 1px solid #4fbaab;
    background: #fff;
    padding: 15px;
    z-index: 9999;
    box-shadow: 3px 3px 10px #999;
    opacity: 0.7;
    color: #000;
    margin-bottom: 20px;
}
.wrap-block-prompt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wrap-block-prompt .block-prompt {
    width: calc(50% - 20px);
}

@media(max-width: 698px) {
    .wrap-block-prompt .block-prompt {
        width: 100%;
    }
}

    .wrap-paying {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 10px;
}
.wrap-paying .paying-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.333% - 30px);
}
.wrap-paying .paying-item img {
    width: 130px;
    margin-bottom: 20px;
}

.wrap-paying .paying-item p {
text-align: center;
}

.wrap-paying .paying-item-arrow {
    width: 100%;
}
.wrap-paying .paying-item-arrow img {
    width: 140px;
    margin: 25px auto;
    display: block;
}
@media(max-width: 698px) {
    .wrap-paying .paying-item img {
        width: 95px;
    }
    .wrap-paying .paying-item-arrow img {
        width: 100px;
        margin: 15px auto 0;
    }
    .wrap-block-prompt .block-prompt {
        width: 100%;
    }
}
@media(max-width: 450px) {
    .wrap-paying .paying-item {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    .wrap-paying .paying-item img {
        margin-bottom: 5px;
    }
    .wrap-paying .paying-item-arrow img {
        margin: 0 auto;
    }
}
.wrap-package {
    display: flex;
    margin: 30px 0 30px;
    justify-content: center;
}
.wrap-package .package-description {
    color: #fff;
    background: #4fbaab;
    padding: 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-right: 40px;
}
.wrap-package .package-description span {
    font-size: 20px;
}
.wrap-package .package-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrap-package .package-button {
    display: block;
    background: #eee;
    border: solid 2px #4fbaab;
    color: #4fbaab;
    padding: 35px 50px;
    font-weight: bold;
    font-size: 22px;
}
.wrap-package .package-button:hover {
    color: #fff;
    background: #4fbaab;
}
.fee-step {
    display: flex;
    margin-bottom: 20px;
}
.fee-step .num {
    display: flex;
    color: #fff;
    background: #4fbaab;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 22px;
    font-weight: bold;
    margin-right: 20px;
}
.fee-step .text {
    padding-top: 6px;
    width: 100%;
}
.fee-step .block-prompt .title {
    text-align: center;
    font-weight: bold;
}
.wrap-blockquote {
    display: flex;
    justify-content: space-between;
}
.wrap-blockquote div,
.wrap-blockquote blockquote {
    width: calc(50% - 20px);
}
p.grey-small,
p.grey-small a,
ul.grey-small a,
ul.grey-small {
    color: #999!important;
    font-size: 15px;
}
p.grey-small a {
    text-decoration: underline;
}
p.grey-small a:hover {
    color: #4fbaab!important;
}
p.grey,
ul.grey {
    color: #999!important;
}

@media(max-width: 550px) {
    .wrap-package {
        flex-direction: column;
    }
    .wrap-package .package-description {
        padding: 10px;
        font-size: 20px;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .wrap-package .package-button {
        margin-bottom: 20px;
        text-align: center;
        padding: 20px;
    }
    .wrap-blockquote {
        flex-direction: column;
    }
    .wrap-blockquote div, .wrap-blockquote blockquote {
        width: 100%;
    }
}

ol.decor,
ul.decor {
    margin: 15px 0!important;
}

@media screen and (max-width: 767px) {
    .sub-partners__btn {
        margin-top: 33px;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .sub-partners__btn {
        margin: 40px auto 0;
        min-width: 340px;
    }
}

.menu__btn {
    margin: 0 0 4px 0;
}

.news-inner .content ul li {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
}
@media (min-width: 1023px) {
    .news-inner .content ul li::before {
        top: 11px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .news-inner .content ul li {
        font-size: 15px;
        line-height: 1.2857142857;
    }
}

@media screen and (max-width: 767px) {
    .news-inner .content ul li {
        font-size: 13px;
        line-height: 1.3333333333;
    }
}