

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

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

.inner__content {
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    background: #fff;
    z-index: 1;
    position: relative;
}
.inner .container {
    position: relative;
    z-index: 1;
}
.inner-bg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-90%);
    display: block;
}
footer {
    position: relative;
}

.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: #0152CD;
    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;
}

.title {
    font-size: 46px;
}

@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;
    }
    .title {
        font-size: 24px;
    }
}

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

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

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

.price__item-num {
        color: #0152CD;
    font-size: 48px;
    line-height: 90%;
}

.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);
}

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

.text-content span {
    color: #0152CD;
}

.text-content img {
    margin-top: 30px;
}

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

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

ol li::marker {
    color: #0152CD;
    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;
}
.text-content .btn:hover {
    color: #0152CD;
}
.inner ul>li {
    list-style: disc;
}

.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;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

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

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

.contacts__item .orgs__dots {
    justify-content: flex-start;
}

.contacts__item:nth-child(4n - 2) .orgs__dots span {
  background: #FBB040;
}

.contacts__item:nth-child(4n - 1) .orgs__dots span {
  background: #DBA7CC;
}

.contacts__item:nth-child(4n) .orgs__dots span {
  background: #7AC144;
}

.contacts__item-text a {
    color: #0152CD;
    text-decoration: underline;
}

.venue {
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    gap: 40px;
    margin-top: 30px;
    z-index: 1;
    position: relative;
    background: #fff;
}

.venue__img {
    border-radius: 15px;
    width: 400px;
    object-fit: cover;
}

.venue__title {
    font-size: 24px;
    line-height: 140%;
    color: #0152CD;
    position: relative;
    font-family: "Intro Bold";
}

.venue__address {
    display: flex;
    gap: 10px;
    color: #0152CD;
    font-size: 24px;
    line-height: 130%;
    margin-top: 20px;
}

.venue__address a:hover {
    text-decoration: underline;
}

.ymaps {
    border-radius: 20px;
    border: 1px solid #0152CD;
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.ymaps iframe {
    width: 100%;
    height: 100%;
}

.metro {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    color: #0152CD;
    font-size: 24px;
    line-height: 110%;
    font-weight: 600;
}

.metro__icon {
    width: 30px;
    margin-top: 0 !important;
}

@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;
}
.venue__img {
    width: 300px;
}
.venue {
    flex-wrap: wrap;
    gap: 20px;
}
}

@media screen and (max-width: 600px) {
    .venue__img {
    width: 100%;
}
    .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;
}

}