.dark-theme .main__link + .main__link::before {
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.209376 9.76983C-0.0777189 9.47125 -0.0684094 8.99647 0.230169 8.70937L4.16792 5L0.230169 1.29062C-0.0684099 1.00353 -0.0777193 0.528747 0.209376 0.230167C0.496471 -0.0684109 0.971253 -0.0777207 1.26983 0.209374L5.76983 4.45937C5.91689 4.60078 6 4.79599 6 5C6 5.20401 5.91689 5.39922 5.76983 5.54062L1.26983 9.79062C0.971254 10.0777 0.496471 10.0684 0.209376 9.76983Z" fill="%23EFF1F2"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -30px;
    pointer-events: none;
}

.main{
    margin-top: 174px;
    padding-bottom: 66px;
}

.main__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 10px 0;
    margin-bottom: 20px;
    overflow: auto;
}
.main__links::-webkit-scrollbar {
    display: none;
}

.main__link{
    font-size: 16px;
    color: var(--color-text-main);
    position: relative;
    text-wrap: nowrap;
}
.main__link + .main__link::before{
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.209376 9.76983C-0.0777189 9.47125 -0.0684094 8.99647 0.230169 8.70937L4.16792 5L0.230169 1.29062C-0.0684099 1.00353 -0.0777193 0.528747 0.209376 0.230167C0.496471 -0.0684109 0.971253 -0.0777207 1.26983 0.209374L5.76983 4.45937C5.91689 4.60078 6 4.79599 6 5C6 5.20401 5.91689 5.39922 5.76983 5.54062L1.26983 9.79062C0.971254 10.0777 0.496471 10.0684 0.209376 9.76983Z" fill="%236E6E6E"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -30px;
    pointer-events: none;
}
.main__link.active{
    text-decoration: underline;
}



.main__title{
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
    margin-bottom: 50px;
}




.main__content{
    border-radius: 4px;
    padding: 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70))), url('../img/main/list/list.webp'), lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/list/list.webp'), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/list/list.webp'), lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 384px;
}
.main__form{
    position: relative;
    max-width: 100%;
}

.main__form-icon{
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.main__form-btn{
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    outline: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.main__form-input{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
    padding: 38px 166px 39px 64px;
    border-radius: 4px;
    background: #FFF;
    outline: none;
    border: none;
    width: 100%;
}
.main__form-input::-webkit-input-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
}
.main__form-input::-moz-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
}
.main__form-input:-ms-input-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
}
.main__form-input::-ms-input-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
}
.main__form-input::placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
}

.main__content-name{
    font-size: 31px;
    line-height: 120%;
    color: #fff;
}









@media (max-width: 1140px){
    .main{
        margin-top: 164px;
    }
}
@media (max-width: 1060px){
    .main__link{
        font-size: 14px;
    }
    .main{
        padding-bottom: 41px;
    }
}

@media (max-width: 930px){
    .main {
        margin-top: 92px;
    }
    .main__links{
        margin-bottom: 12px;
    }
    .main__title{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .main__content{
        padding: 20px;
        min-height: 576px;
    }
    .main__content-name{
        font-size: 24px;
    }
}




@media (max-width: 600px){
    .main__links{
        margin-bottom: 10px;    
    }
    .main {
        margin-top: 82px;
    }
    .main__content-name{
        font-size: 25px;
    }
    .main__content {
        min-height: 768px;
    }
    .main__form-input {
        padding: 20px 64px 121px 64px;
    }
    .main__form-btn{
        left: 20px;
        right: 20px;
        bottom: 20px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: initial;
    }
    .main__form-icon{
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: 18px;
    }
}