#crossBtn {
    transition: all .3s;
}
#crossBtn:hover {
    cursor: pointer;
    transform: rotate(180deg);
}

.ps_wrp {
    position: relative;
    padding-left: 37px;
    display: flex;
    align-items: center;
}

.ps_wrp.ps_choice:hover {
    cursor: pointer;
}

.ps_wrp .ps_icon {
    max-width: 25px;
    max-height: 25px;
    float: left;
    margin-left: 5px;
    top: calc(50% - 12px);
    position: absolute;
    left: 0;
}

.ps_wrp .ps_name {
    font-weight: 500;
    color: #073a79;
}

.ps_wrp .ps_choice {
    font-size: 12px;
    text-transform: uppercase;
    color: #4880ca;
    font-weight: bold;
}

.ps_wrp input {
    padding-left: 0;
}

.dimgrey {
    color: dimgrey;
}

.ps_wrp .arrow_down {
    position: absolute;
    right: 5px;
}

.ps_wrp .text_choice {
    position: absolute;
    right: 23px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #276ecd;
}

.darkgrey {
    color: #363636;
}

.exchblock[data-direct] .basick-warp, .pb30px {
    padding-bottom: 30px!important;
}

.exchblock .ps_list_cont {
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    z-index: 9;
    border-radius: 15px;
    box-shadow: 0px 5px 5px #9c9c9c;
    max-width: calc(100% - 60px);
    left: 30px;
    margin-top: -25px;
}

.exchblock.psListOpened .ps_list_cont {
    display: block!important;
    z-index: 25;
}

.overlayPS {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.ps-row.ps-focus {
    box-shadow: none;
}

.disountLink {
    text-decoration: none;
    border: 1px solid #4880ca;
    padding: 10px 20px;
    border-radius: 15px;
    transition: all;
}

.disountLink:hover {
    text-decoration: none;
    background: #4880ca;
    color: #fff;
}

.f-v-scroll {
    max-height: 500px;
    overflow-y: auto;
}

.f-v-scroll::-webkit-scrollbar {
    width: 5px;
    /* ширина для вертикального скролла */
    background: #fff;
    height: 5px;
}
.f-v-scroll::-webkit-scrollbar-thumb {
    background-color: #65a7ff;
    border-radius: 10px;
}

.custcl1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.exchblock[data-direct] .obm-input {
    max-width: 100%!important;
}

.psValute {
    position: absolute;
    right: 5px;
}

.psListOpened .arrow_down {
    transform: rotate(180deg);
}