.page-template-cat-symptoms #main{
    padding: 0;
}
.page-template-cat-symptoms h2{
    text-align: center;
}
.symptoms-alphabet-section .hidden {
    display: none !important;
}
.cat-symptoms-top-section{
    background-image: url(../img/cat-symptoms.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 73px 0 57px;
    position: relative;
    z-index: 0;
}
.cat-symptoms-top-section:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.26);
}
.cat-symptoms-top-section h1{
    font-weight: 800;
    font-size: 52px!important;
    line-height: 1;
    letter-spacing: 0.42px;
    margin-bottom: 30px;
}
.cat-symptoms-top-section p{
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.42px;
    margin-bottom: 38px;
}
.cat-symptoms-top-section h1,
.cat-symptoms-top-section p{
    color: #fff;
}
.cat-symptoms-top-section .input-wrap{
    display: inline-block;
    position: relative;
    max-width: 350px;
    width: 100%;
}
.cat-symptoms-top-section .input-wrap input{
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 3px;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    height: 28px;
    letter-spacing: 0.42px;
    color: #AAAAAA;
    padding: 0 5px 0 35px;
}
.cat-symptoms-top-section .input-wrap button{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    bottom: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDExLjQ4ODNMOC4yNjEzOCA3Ljc0OTdDOC45NjYwMyA2LjkyNzk3IDkuMzk1MzMgNS44NjI2OCA5LjM5NTMzIDQuNjk3NjZDOS4zOTUzMyAyLjEwNzQ0IDcuMjg3ODggMCA0LjY5NzY2IDBDMy40NDMwMyAwIDIuMjYyODMgMC40ODg1NTcgMS4zNzQ2MSAxLjM3NTMzQzAuNDg3ODM1IDIuMjYyODMgLTAuMDAwNzIxOTE3IDMuNDQzMDMgOC4wMDY4NGUtMDcgNC42OTc2NkM4LjAwNjg0ZS0wNyA3LjI4Nzg4IDIuMTA3NDQgOS4zOTUzMyA0LjY5NzY2IDkuMzk1MzNDNS44NjI2OCA5LjM5NTMzIDYuOTI4NjkgOC45NjYwMyA3Ljc1MDQyIDguMjYxMzhMMTEuNDg5IDEyTDEyIDExLjQ4ODNaTTQuNjk3NjYgOC42NzI2MUMyLjUwNjM4IDguNjcyNjEgMC43MjI3MTggNi44ODk2NyAwLjcyMjcxOCA0LjY5NzY2QzAuNzIxOTk1IDMuNjM1MjcgMS4xMzUzOSAyLjYzNzIgMS44ODYyOSAxLjg4NzAyQzIuNjM2NDcgMS4xMzYxMSAzLjYzNTI3IDAuNzIyNzE3IDQuNjk3NjYgMC43MjI3MTdDNi44ODg5NCAwLjcyMjcxNyA4LjY3MjYxIDIuNTA1NjYgOC42NzI2MSA0LjY5NzY2QzguNjcyNjEgNi44ODg5NCA2Ljg4ODk0IDguNjcyNjEgNC42OTc2NiA4LjY3MjYxWiIgZmlsbD0iI0FBQUFBQSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    border: none;
}
.letters-section{
    padding: 30px 15px 40px;
    border-bottom: 1px solid #F0B357;
}
.letters-section h2{
    margin-bottom: 60px;
}
.letters-section .letters{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 48px;*/
    margin: 0 -15px;
    text-align: center;
}

.letters-section .letter { display: inline-block; margin: 0 0 15px; width: calc(9% - 15px);  min-width: 50px; }

.letters-section .letter a{
    transition: all 0.4s ease;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    margin: 2px;
    width: 36px;
    height: 36px;
    border-radius: 21px;
    border: 1px solid #F0B357;
    line-height: 36px;
    font-size: 18px;
    font-weight: 900;
    color: #F0B357!important;
}
.letters-section .letter a.active{
    background: #F0B357;
    color: #fff!important;
}
.symptoms-alphabet-section{
    padding: 30px 15px 40px;
}
.symptoms-alphabet-section h2{
    margin-bottom: 33px;
}

.symptoms-alphabet-section  .symptom-item{
    box-sizing: border-box;
    border-top: 7px solid #F0B357;
    padding: 24px 0;
    margin: 0 15px 0;
}

/*.symptoms-alphabet-section  .symptom-item:last-child{*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    border-top: none;*/
/*}*/
.symptoms-alphabet-section .plus{
    width: 67px;
    height: 67px;
    display: inline-block;
    border-radius: 50%;
    font-size: 50px;
    line-height: 67px;
    color: #F0B357;
    border: 1px solid #F0B357;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s ease;
}
.symptoms-alphabet-section .plus:hover{
    opacity: 0.7;
}
.symptoms-alphabet-section .symptom-first-letter{
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.42px;
    color: #F0B357;
    margin-bottom: 21px;
}
.symptoms-alphabet-section ul{
    margin: 0 33px;
    border: 1px solid #F0B357;
}
.symptoms-alphabet-section ul a{
    border-bottom: 1px solid #F0B357;
    display: block;
    position: relative;
    line-height: 1.3;
    padding: 13px 32px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.42px;
    color: #000000;
}
.symptoms-alphabet-section ul li:last-child a{
    border-bottom: none;
}
.symptoms-alphabet-section ul a:after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-top: 1px solid #F0B357;
    border-right: 1px solid #F0B357;
    transform: rotate(45deg);
    right: 15px;
    top: calc(50% - 7px);
}
@media screen and (max-width: 1024px) {
    .cat-symptoms-top-section{
        padding: 40px 0;
    }
    .cat-symptoms-top-section h1{
        font-size: 40px!important;
    }
    .letters-section {
        padding: 30px 15px 30px;
    }
    .letters-section h2{
        margin-bottom: 30px;
    }
    .page-template-cat-symptoms h2{
        font-size: 28px!important;
    }
    .symptoms-alphabet-section .symptom-first-letter{
        font-size: 42px;
    }
}@media screen and (min-width: 769px) {
    /*.symptoms-alphabet-section  .symptom-item:nth-child(odd) { order: 1; }
    .symptoms-alphabet-section  .symptom-item:nth-child(even) { order: 2; }*/
    .symptoms-alphabet-section .symptom-list{
        position: relative;
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
    }
    .symptoms-alphabet-section .symptom-list::before, .symptoms-alphabet-section .symptom-list::after {
        content: "";
        flex-basis: 100%;
        width: 0;
        order: 2;
    }
    .symptoms-alphabet-section  .symptom-item{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .cat-symptoms-top-section h1{
        font-size: 35px!important;
    }
    .cat-symptoms-top-section p{
        font-size: 20px;
    }
    .symptoms-alphabet-section  .symptom-item{
        width: 100%;
        margin: 0;
        padding: 15px 0;
        order: inherit!important;
    }
    .page-template-cat-symptoms h2{
        font-size: 26px!important;
    }
    .symptoms-alphabet-section .symptom-first-letter{
        font-size: 35px;
        margin-bottom: 15px;
    }
    .symptoms-alphabet-section ul{
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    .cat-symptoms-top-section h1{
        font-size: 26px!important;
    }
    .symptoms-alphabet-section .plus{
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 40px;
    }
}