.subscribeForm-left{
    width: Calc(100% - 217px);
    margin-right: 17px;
}

.subscribeForm-right{
    width: 200px;
    height: 40px;
    display: block;
}

.subscribeForm-right-btn,
.subscribeForm-right-btn-mob{
    width: 100%;
    height: 100%;
    display: block;
    background: #FFFFFF;
    border: 1px solid #D4E2FC;
    border-radius: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.subscribeForm-right-btn:hover,
.subscribeForm-right-btn-mob:hover{
    background: #D4E2FC;
}

.subscribeForm-right-btn-mob{
    display: none;
    width: 100%;
    height: 40px;
    margin-top: 24px;
}

.footer-top .subscribeForm .form-group{
    align-items: center;
    margin-bottom: 0;
}

.footer-top .subscribeForm .privacy-policy{
    clear: both;
    padding: 0 4px;
    margin: 16px 0 0 0;
}

.footer-top .subscribeForm .privacy-policy .jq-checkbox{
    width: 100%;
}

.footer-top .subscribeForm .privacy-policy .jq-checkbox input{
    width: 16px;
    height: 16px;
    margin: 0 16px 0 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.footer-top .subscribeForm .privacy-policy .jq-checkbox input[type=checkbox]:focus{
    outline: none;
    outline-offset: unset;
}

.footer-top .subscribeForm .privacy-policy .jq-checkbox input[type=checkbox]:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #276EF1;
    border-radius: 4px;
}

.footer-top .subscribeForm .privacy-policy .jq-checkbox input[type=checkbox]:checked:after{
    content: '\e948';
    width: 16px;
    font-family: 'nir-icons';
    font-size: 26px;
    position: absolute;
    top: 0;
    left: -3px;
    z-index: 1;
    color: #fff;
    line-height: 16px;
}

.footer-top .subscribeForm .privacy-policy label,
.footer-top .subscribeForm .privacy-policy label a{
    font: 400 14px Roboto, Arial, Helvetica, sans-serif;
    color: #A9BAC1;
}

.footer-top .subscribeForm .privacy-policy label{
    width: 100%;
    position: relative;
    justify-content: flex-start;
    margin-bottom: 0;
}

.footer-top .subscribeForm .privacy-policy label .privacy-policy-text{
    width: Calc(100% - 32px);
}

.footer-top .subscribeForm .privacy-policy label .privacy-policy-text span{
    width: fit-content;
    width: -moz-fit-content;
    text-decoration: underline;
}

.search-footer__input {
    border: 0;
}

.search-footer__button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 16px;
    font: 500 18px Roboto, Arial, Helvetica, sans-serif;
    background: transparent;
    text-transform: lowercase;
    color: #276EF1;
    border: none;
    border-radius: unset;
    line-height: 18px;
}

@media (max-width: 840px){

    .subscribeForm-left{
        width: Calc(100% - 224px);
        margin-right: 24px;
    }
}

@media (max-width: 667px){

    .subscribeForm-right-btn-mob{
        display: block;
    }

    .subscribeForm-right{
        display: none;
    }

    .subscribeForm-left{
        width: 100%;
        margin-right: 0;
    }

    .footer-top .subscribeForm .privacy-policy label,
    .footer-top .subscribeForm .privacy-policy label a{
        font-size: 12px;
        line-height: 16px;
    }
}