.analog-maslo-btns{
    gap: 15px;
    margin-bottom: 32px;
}

@media(min-width: 576px) {
    .analog-maslo-btns{
        gap: 35px;
    }
}

@media(min-width: 992px) {
    .analog-maslo-btns{
        margin-bottom: 52px;
    }
}

.analog-maslo-btns a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
}

@media(min-width: 576px) {
    .analog-maslo-btns a{
        width: auto;
    }
}

.analog-maslo-btns a:before{
    background: var(--primary-color);
    opacity: 0.1;
}

.analog-maslo-btns a.is-active{
    color: #fff;
    background: var(--primary-color);
}

.analog-maslo-text{
    display: flex;
    gap: 15px;
    margin-bottom: 6px;
}

@media(min-width: 992px) {
    .analog-maslo-text{
        margin-bottom: 32px;
    }
}

.analog-maslo-number{
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: var(--primary-color);
}

@media(min-width: 992px) {
    .analog-maslo-number{
        font-weight: 500;
        font-size: 30px;
        color: var(--primary-color);
    }
}

.analog-maslo-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: 525964;
}

@media(min-width: 992px) {
    .analog-maslo-title{
        font-size: 16px;
    }
}

.analog-maslo-wrapper .input-container select{
    width: 100%;
    height: 40px;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.005em;
    color: var(--heading-color);
    background-color: transparent;
    border: 2px solid var(--primary-color);
    box-shadow: none;

    -webkit-appearance: none;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 16px;
    padding-right: calc(12px * 2);
}

@media(min-width: 768px){
    .analog-maslo-wrapper .input-container select{
        height: 50px;
        border-color: var(--border-color);
    }
}

.analog-maslo-content{
    margin-bottom: 32px;
}

@media(min-width: 992px){
    .analog-maslo-content{
        margin-bottom: 52px;
    }
}