header {
    background: #fff;
}

.header__link {
    color: #414042;
}

.header__nav-sub-wrapper .header__link,
.mobile .header__link {
    color: #fff;
}
main {
    padding-top: 100px;
    min-height: 90vh;
}

.inner {
    padding: 60px 0 60px;
}

.speakers {
    padding: 60px 0;
    border-top: 2px solid #939598;
}

.speakers__list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.speakers__item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: calc(50% - 15px);
}
.speakers__item-img {
    flex-shrink: 0;
}

.speakers__item-name {
    font-size: 28px;
    color: #00ADEE;
    line-height: 120%;
}

.speakers__item-desc {
    color: #414042;
    font-size: 21px;
    line-height: 120%;
    margin-top: 10px;
}

.inner ul {
    list-style: disc;
    padding-left: 20px;
}

.inner li {
    margin-top: 8px;
    font-size: 24px;
    line-height: 34px;
    color: #414042;
    list-style: disc;
}

@media screen and (max-width: 1000px) {
    .speakers__item {
        width: 100%;
    }
    .inner {
    padding: 30px 0;
} 
}

@media screen and (max-width: 500px) {
    .speakers__item {
        flex-direction: column;
    }
}

.price {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    border-top: 2px solid #939598;
}

.price__item {
    padding: 20px 0;
    border-bottom: 2px solid #939598;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.price__item-name {
    color: #00ADEE;
    font-size: 30px;
    line-height: 110%;
}

.price__item-num {
        color: #00ADEE;
    font-size: 48px;
    line-height: 90%;
    flex-shrink: 0;
}

.underprice {
    margin-top: 30px;
        color: #414042;
    font-size: 24px;
    line-height: 120%;
}

.price__buttons {
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
}

.btn {
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    border-radius: 30px;
    background: #2F5FA4;
}

.price__buttons .btn {
    width: calc(33% - 30px);
}

.link_pdf {
  display: inline-block;
  height: 52px;
	width: 400px;
	max-width: 100%;
}
.link_pdf::before {
	content: '';
	display: inline-block;
	background: url('../img/icon_pdf.png');
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 25px;
	max-width: 28%;
	margin-right: 4%;
	height: 52px;
	max-height: 50%;
}

.subtitle {
    padding: 20px;
    margin-top: 10px;
    border-bottom: 2px solid #939598;
    color: #00ADEE;
    font-size: 30px;
    line-height: 110%;
}

.text-content span {
    color: #00ADEE;
}

ol {
    padding-left: 30px;
    list-style: auto;
}

.text-content ol li {
    list-style: auto;
}

ol li::marker {
    color: #00ADEE;
    margin-top: 20px;
}

.text-content p {
    color: #414042;
    margin-top: 20px;
    font-size: 24px;
    line-height: 130%;
}

.text-content a {
    color: #2F5FA4;
}

.text-content .btn {
    margin: 20px auto 0;
    color: #fff;
}

.btn-center {
    display: flex;
    justify-content: center;
    gap: 20px 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.contacts {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 2px solid #939598;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.contacts__item {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacts__item-name {
    color: #00ADEE;
    font-size: 28px;
    line-height: 120%;
}

.contacts__item-text {
        color: #414042;
    font-size: 24px;
    line-height: 120%;
}

@media screen and (max-width: 1200px) {
    .price__item-name {
        font-size: 24px;
    }
    .price__item-num {
        font-size: 38px;
    }
    .price__buttons {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }
    .price__buttons .btn {
    width: auto;
    flex-shrink: 0;
}
}

@media screen and (max-width: 600px) {
    .price__item-name {
        font-size: 18px;
    }
    .price__item-num {
        font-size: 22px;
    }
    .underprice {
        font-size: 16px;
    }
    .inner li,
    .text-content p {
        font-size: 18px;
    }
    .subtitle {
        font-size: 22px;
    }
    .contacts__item {
    width: 100%;
}
main {
    padding-top: 50px;
}

}
.price__item-ul {
    margin-left: 20px;
}
.price__item-ul>li {
    font-size: 22px;
    line-height: 27px;
}

.mt-15 {
    margin-top: 15px;
}
