.topmenuline .line{
    display: block;
    margin-top: 0;
}

.tag h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
}

.tag h2{
    margin: 8px auto 24px 0;
}

.alphabet{
    margin-bottom: 32px;
}
.alphabet a{
    display: inline-block;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 500;
    color: #340B45;
}
.alphabet a:hover, .tag a:hover{
    color: #340B45 !important;
}
.letter{
    width: 1181px;
    height: 41px;
    letter-spacing: 0.5em;
    /*background: lightgoldenrodyellow;*/
    margin-bottom: 20px;
}

.tag{
    /*margin-bottom: 132px;*/
    padding-bottom: 84px;
}
.tag a{
    width: fit-content;
    height: 47px;
    line-height: 47px;
    background-color: #EAE0F0B2;
    border-radius: 10px;
    padding: 0 15px;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 16px;
    text-transform: lowercase;
    font-weight: 500;
}
.tag a:hover{
    background-color: #D2AAE8;
}

.anchor::before {
  content: '';
  display: block;
  margin-top: -100px; 
  padding-top: 100px;
  visibility: hidden;
}


@media only screen and (max-width: 1700px){
    .tag h2{
        margin: 12px auto 24px 0;
    }
    .alphabet a{
        font-size: 22px;
    }
    .tag a{
        font-size: 16px;
        margin-right: 10px;
        margin-bottom: 12px;
    }
    .tag{
        padding-bottom: 88px;
    }

}


@media only screen and (max-width: 1140px){
    .titleh1{
        width: calc(100% - 48px);
        padding: 0 24px;
    }
    .alphabet{
        width: calc(100% - 48px);
        padding: 0 24px;
    }
    .alphabet a{
        font-size: 20px;
        line-height: 1.5;
    }
    .letter{
        width: 100%;
        height: fit-content;
    }
    .tag{
        width: calc(100% - 48px);
        padding: 0 24px 88px 24px;
    }
    .tag h2{
        font-size: 26px;
    }
    .tag a{
        height: 35px;
        line-height: 35px;
        padding: 0 12px;
    }
}