.PageTitle {
    margin-bottom: 66px;
    padding-top: 60px
}

@media screen and (max-width: 1300px) {
    .PageTitle {
        margin-bottom:44px;
        padding-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .PageTitle {
        margin-bottom:30px
    }
}

.PageTitle--center {
    text-align: center
}

.PageTitle--breadcrumbs {
    margin-bottom: 20px
}

.PageTitle__wrapper {
    padding: 0 100px;
    position: relative
}

@media screen and (max-width: 767px) {
    .PageTitle__wrapper {
        padding-left:0;
        padding-right: 70px
    }
}

.PageTitle__title {
    font-size: 62px;
    line-height: 64px;
    margin-bottom: 13px
}

@media screen and (max-width: 1300px) {
    .PageTitle__title {
        font-size:48px;
        line-height: 50px
    }
}

@media screen and (max-width: 767px) {
    .PageTitle__title {
        font-size:26px;
        line-height: 28px;
        text-align: left
    }
}

.PageTitle__subtitle {
    color: var(--color-main);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.PageTitle__subtitle+h1 {
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .PageTitle__subtitle {
        text-align:left
    }
}

.PageTitle__medal {
    background: url(../images/ico-medal.svg) no-repeat 50%;
    height: 83px;
    padding-left: 5px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 78px
}

@media screen and (max-width: 767px) {
    .PageTitle__medal {
        background-size:contain;
        height: 70px;
        top: 50%;
        transform: translateY(-50%);
        width: 60px
    }
}

.PageTitle__medal-number {
    color: #a36f1e;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    opacity: .85;
    padding-top: 18px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .PageTitle__medal-number {
        font-size:18px;
        line-height: 20px;
        padding-top: 15px
    }
}

.PageTitle__medal-text {
    color: #a36f1e;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .PageTitle__medal-text {
        font-size:10px;
        line-height: 10px
    }
}
