.grid
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.grid div:first-child
{
    text-align: right;
    padding-right:0.5em;
    display: flex;
    align-items:top;
    justify-content:flex-end;
}

.grid *:last-child
{
    display: flex;
    align-items:top;
    text-align: left;
    padding-left:0.5em;
    justify-content:flex-start;
}
.copy-content {
    font-weight: 700;
}
.application {
    word-break: break-word;
}
.application__title
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.application__name
{
    text-align: center;
}
.application__desc {
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.grey-link {
    cursor: pointer;
    font-weight: 500;
    color: #575757;
    opacity: 0.87;
    font-size: 16px;
}



.grey-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #575757;
    transition: 300ms;
}

.grey-link:hover::after {
    opacity: 0;
    visibility: hidden;
}
#exchange-form-second-step ._card {
    position: relative;
}
#exchange-form-second-step .card__price .invalid-feedback {
    position: absolute;
    left: 0;
    top: 80px;
}
#exchange-form-second-step #exchangeform-amount_from, #exchange-form-second-step #exchangeform-amount_to {
    font-size: 18px;
    font-weight: 600;
    background-color: #41DCC0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
}
#exchange-form-second-step input#exchangeform-amount_from::-webkit-input-placeholder,
#exchange-form-second-step input#exchangeform-amount_to::-webkit-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
}

#exchange-form-second-step input#exchangeform-amount_from::placeholder,
#exchange-form-second-step input#exchangeform-amount_to::placeholder{
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
}
._card .card__price .invalid-feedback {
    font-weight: 400;
    font-size: 70%;
    line-height: 12px;
}
#create-review-form .field textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #41DCC0;
    padding: 15px 17px 13px 0;
    font-size: 18px;
    overflow:hidden;
}
.reviews__card, .reviews__items {
    position: relative;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(186, 186, 186, 0.87);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(186, 186, 186, 0.87);
    opacity:  0.87;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(186, 186, 186, 0.87);
    opacity:  0.87;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(186, 186, 186, 0.87);
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(186, 186, 186, 0.87);
}

::placeholder { /* Most modern browsers support this now. */
    color: rgba(186, 186, 186, 0.87);
}
#create-review-form .field {
    margin-bottom:30px;
}
#create-review-form .__btn.btn-green {
    margin:0 auto;
}
@media only screen and (max-width: 991px) {
    .requisites__title {
        font-size: 90%;
    }
    .application__name.name {
        font-size:18px;
    }
    ._card .card__price .invalid-feedback {
        font-weight: 400;
        font-size: 60%;
        line-height: 11px;
    }
    #exchange-form-second-step ._card, .application__card ._card {
        margin-top:15px;
        margin-bottom:15px;
    }
    .cards__arrow-down {
        margin-top:28px;
        margin-bottom:-23px;
    }
    .grey-link {
        font-size: 14px;
    }
    .application__card {
        text-align: center;
    }
}
@media only screen and (max-width: 575px) {

    .tabs__nav li {
        display: none;
        width: 100%;
        cursor: pointer;
        padding: 5px 40px 5px 10px;
        min-width: 150px;
        border: 0 !important;
        text-align: center;
        color: #89e8d8;
    }

    .tabs__nav li.active {
        display: block;
        border-top: 0;
    }

    .tabs__nav {
        display: flex;
        flex-direction: column;
        width: auto !important;
        padding: 0;
        position: relative;
        border-bottom: 3px solid #41DCC0;
    }

    .tabs__nav.open li {
        display: block;
    }

    .modal-fancy .tabs .arrow:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-top: 3px solid #41DCC0;
        border-left: 3px solid #41DCC0;
        transform: rotate(225deg);

    }

    .modal-fancy .tabs__scrolled {
        position: relative;
        margin-right: 0;
    }

    .modal-fancy .tabs__scrolled .arrow {
        position: absolute;
        right: 5px;
        z-index: 11;
        top: 4px;
        transition: all ease-in-out .3s;
        pointer-events: none;
    }

    .modal-fancy .tabs__scrolled.open .arrow {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        top: 15px;
    }

    .tabs__nav li:after {
        display: none !important;
    }
}

.was-validated .form-control:valid, .form-control.is-valid, #exchangeform-city {
    border-color: #41DCC0;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid #41DCC0;
    padding-right: calc(1.5em + 0.75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control:focus {
    outline: none;
    border:0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.exchange__btn img {
    margin-right: 30px !important;
}
.greylink {
    cursor: pointer;
    font-weight: 500;
    color: #575757;
    opacity: 0.87;
    text-decoration: underline;
}
.verification__confirmation::before {
    content: '';
    display: block;
    width: 420px;
    height: 259px;
    background: url(../images/verification-img.png) 50%/contain no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 80%;
    background-position: right bottom;
}

@media only screen and (max-width: 1330px) {
    .verification__confirmation::before {
        width: 337px;
        height: 233px;
        background-size: contain;
    }
}


.field select {
    width: 100%;
    border: none;
    border-bottom: 2px solid #41DCC0;
    padding: 0 17px 13px 0;
    font-size: 18px;
}

.bank_select_not_found{
    text-decoration: underline;
    font-size: 12px;
    color: #1aaf91;
    cursor: pointer;
    margin-bottom: 20px;
}

.bank_input_class{

}

.field-exchangeform-field_id_16{
    margin-bottom: 0!important;
}
.requisites__card.notification {
    display: flex;
    padding: 17px;
    margin-bottom: 25px;
    background: #41DCC0;
}

.requisites__card.notification p {
    margin-bottom: 0;
}
.field-exchangeform-recaptcha
{
    display: none;
}