
footer{
    margin-top: 60px;
    padding-bottom: 90px;
}
footer .container{
    position: relative;
}
.footer-main{
    gap: 15px;
    position: relative;
    padding-top: 15px;
}
.footer-main:before{
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient( 90deg, rgba(30, 35, 46, 0) 0%, rgba(128, 133, 143, .252417) 27.6%, rgba(128, 133, 143, .5) 52.62%, rgba(128, 133, 143, .291283) 74.48%, rgba(13, 16, 22, 0) 100% );
}
.footer-box-parent{
    margin-top: 5px;
}
.footer-box-click{
    display: flex;
    width: 100%;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}
footer .f_title{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #d2eeed;
}
.footer-box-click:after{
    content: "";
    position: absolute;
    top: 3px;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #d2eeed;
    border-right: 1px solid #d2eeed;
    transform: rotate(135deg);
    opacity: 0.6;
    transition: 0.3s;
}
.footer-box-drop {
    margin-top: 10px;
    display: none;
}
.footer-parent-act .footer-box-drop{
    display: block;
}
.footer-parent-act .footer-box-click:after{
    transform: rotate(-45deg);
    top: 6px;

}
.footer-box-drop ul{
    list-style-type: disc;
    margin-left: 20px;
    gap: 4px;
}
.footer-box-drop li{
    color: #80858f;
}
.footer-box-drop a{
    color: #80858f;
    font-size: 12px;
    transition: 0.3s;
}
.footer-box-drop a:hover{
    color: #ffffff;
}
.padershka-cnt{
    position: relative;
    padding-top: 15px;
}
.padershka-cnt:before{
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient( 90deg, rgba(30, 35, 46, 0) 0%, rgba(128, 133, 143, .252417) 27.6%, rgba(128, 133, 143, .5) 52.62%, rgba(128, 133, 143, .291283) 74.48%, rgba(13, 16, 22, 0) 100% );
}

.padershka-fl{
    margin-top: 10px;
    gap: 8px;
}
.padershka-btn{
    gap: 8px;
    color: #3b6f6d;
    padding: 8px 15px;
    border: 1px solid #3b6f6d;
    border-radius: 6px;
    width: 50%;
    background: unset;
    transition: 0.3s;
}
.padershka-btn:hover{
    color: #ffffff;
}
.padershka-btn svg{
    width: 24px;
    height: 24px;
    color: #3b6f6d;

}
.padershka-btn:hover svg{
    color: #ffffff;
}
.bonus-promo-codes{
    margin-top: 25px;
}
.footer-logos{
    width: 100%;
}


.logos-providers-scr{
    overflow-x: auto;
    padding-bottom: 10px;
}
.logos-providers{
    width: max-content;
    justify-content: center;
}
.logos-providers{
    gap: 8px;
}
.logos-providers img{
    height: 1.5rem;
    width: auto;
    filter: grayscale(100);
    transition: 0.3s;
}
.logos-providers img:hover{
    filter: grayscale(0);
}
.logos-payments-scr{
    margin-top: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
}
.logos-payments{
    gap: 15px;
    justify-content: center;
}
.logos-payments img{
    height: 1.5rem;
    width: auto;
    filter: grayscale(100);
    transition: 0.3s;
}
.logos-payments img:hover{
    filter: grayscale(0);
}


.bonus-promo-flex{
    margin-top: 25px;
}
.bonus-promo-gap{
    margin-top: 10px;
    gap: 8px;
}
.bonus-promo-link{
    gap: 4px;
}
.bonus-promo-link span{
    color: #2a4241;
    font-size: 12px;
    line-height: 16px;
    display: block;
}
.bonus-promo-link a{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #d2eeed;
}
.our-social-networks{
    margin-top: 15px;
}
.our-social-networks-soc{
    margin-top: 8px;
    gap: 4px;
}
.social-networks-link{
    width: 40px;
    filter: brightness(0) invert(1);
    transition: 0.3s;
}
.social-networks-link:hover{
    filter: unset;
}


.our-applications{
    margin-top: 25px;
}
.footer-apps-icon{
    margin-top: 10px;
    width: 120px;
    height: 40px;
    color: #d2eeed;
    border: 1px solid #d2eeed;
    border-radius: .25rem;
    overflow: hidden;
    display: flex;
}
.legal-license-age {
    color: #80858f;
    border: 1px solid #80858f;
    border-radius: 1.5px;
    padding: 6px .25rem;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    right: 20px;
    bottom: 0;
}

@media (min-width: 1024px){
    .footer-box-drop {
        display: block;
    }
    .footer-box-click:after{
        display: none;
    }
    .footer-main {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-main:before{
        display: none;
    }
    .padershka-fl {
        flex-direction: column;
    }
    .padershka-btn {

        width: 100%;
    }
    .padershka-cnt {
        padding-top: 0;
    }
    .padershka-cnt:before{
        display: none;
    }
    .bonus-promo-codes {
        margin-top: 20px;
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .bonus-promo-flex {
        margin-top: 24px;
        flex-direction: row;
        align-items: flex-start;
        gap: 150px;
    }
    .bonus-promo-gap {
        flex-direction: row;
        gap: 20px;
    }
    .our-social-networks {
        margin-top: 0;
    }
    .logos-providers img {
        height: 2.3rem;
    }
    .logos-payments img {
        height: 2.3rem;
    }
    .our-applications {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .legal-license-age {
        position: absolute;
        right: auto;
        left: 20px;
        bottom: 50px;
    }
    .padershka-cnt {
        max-width: 200px;
        width: 100%;
    }
}

@media (min-width: 1180px){
    .logos-providers img {
        height: 40px;
    }
    .logos-payments img {
        height: 38px;
    }
}

.footer_copy{
    margin-top: 25px;
    color: #9b9b9b;
    text-align: center;
    font-size: 13px;
}

.footer_switcher{
    margin-top: 20px;
}