
/* offers begin
--------------------------------------------------- */

.new-offers__filter {
	border-bottom: 1px solid #e2e2e2;
	padding: 25px 0;
	margin-top: -50px;
	margin-bottom: 30px;
}

.new-offers__filter-pro {
	display: flex;
    align-items: center;
}

.new-offers__filter-pro-label {
	font-size: 12px;
    font-weight: 400;
	color: #000;
}

.new-offers__filter-pro-control {
	margin: 0 0 0 20px;
	display: flex;
	align-items: center;
}

.new-offers__filter-pro-control input {
	display: none;
}

.new-offers__filter-pro-control span {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    font-size: 0;
    cursor: pointer;
    transition: .3s
}

.new-offers__filter-pro-control span:after,
.new-offers__filter-pro-control span:before {
    content: "";
    display: inline-block;
    position: absolute;
    transition: .3s
}

.new-offers__filter-pro-control span:before {
    top: 0;
    left: 0;
    z-index: 5;
    border: 1px solid #8b9ca8;
    border-radius: 14px;
    background: transparent;
    width: 100%;
    height: 100%
}

.new-offers__filter-pro-control span:after {
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 50%;
    background: #8b9ca8;
    width: 25px;
    height: 25px
}

.new-offers__filter-pro-control:hover span:after {
    background: #36c0f4
}

.new-offers__filter-pro-control input:checked+span:before {
    border-color: #bfeeff;
    background: #bfeeff
}

.new-offers__filter-pro-control input:checked+span:after {
    left: calc(100% - 25px);
    background: #36c0f4
}

.old-pages .payment-element {
    display: inline-flex;
    align-items: center
}

.old-pages .payment-element img {
    align-self: flex-start;
    width: 50px;
    height: auto
}

.old-pages .payment-element .txt {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.old-pages .buysell-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0090ff;
    border-radius: 8px;
    background: #0090ff;
    padding: 0 30px;
    height: 65px;
    min-width: 100px;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    cursor: pointer;
    transition: .3s
}

.old-pages .buysell-btn:hover {
    border-color: #57c4ed;
    background: #57c4ed;
    color: #fff
}

.old-pages .buysell-btn:active {
    border-color: #193f90;
    background: #193f90;
    color: #fff
}

.old-pages .buysell-btn:focus {
    box-shadow: 0 0 2px 2px #3fb9ea;
    color: #fff
}

.old-pages .buysell-btn_green {
    border-color: #75b02e;
    background: #75b02e;
    color: #fff
}

.old-pages .buysell-btn_green:hover {
    border-color: #94cc50;
    background: #94cc50;
    color: #fff
}

.old-pages .buysell-btn_green:active {
    border-color: #578b19;
    background: #578b19;
    color: #fff
}

.old-pages .table-buysell .pro_mark {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #fda700
}

.old-pages .table-buysell .pro_mark.inline {
    top: 5px
}

.old-pages .table-buysell .pro_mark .icon {
    font-size: 22px
}

.old-pages .table-buysell .pro_mark .text {
    padding-left: 10px;
    text-align: left
}

.old-pages .table-buysell .label {
    margin-bottom: 10px;
    font-size: 12px;
    color: #a9b3bb
}

.old-pages .table-buysell .label-black {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000
}

.old-pages .table-buysell__loading {
	height: 200px;
	position: relative;
}

.old-pages .table-buysell__loading:after {
    content: '';
    position: absolute;
    z-index: 2;
    display: block;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border: 5px solid #c0c1c2;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.old-pages .table-buysell__empty {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.old-pages .table-buysell {
    position: relative;
    margin: 0 -30px
}

.old-pages .table-buysell .tr {
    display: flex;
    padding: 0 30px
}

.old-pages .table-buysell .tr_hide {
	display: none;
}

.old-pages .table-buysell .td {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.old-pages .table-buysell .td:last-child {
    text-align: right
}

.old-pages .table-buysell .td-user {
    width: 22%
}

.old-pages .table-buysell .td-payment {
    width: 23%
}

.old-pages .table-buysell .td-limits {
    width: 27%
}

.old-pages .table-buysell .td-rate {
    width: calc(28% - 140px)
}

.old-pages .table-buysell .td-btn {
    width: 140px
}

.old-pages .table-buysell__head {
    position: relative;
    border-bottom: 1px solid #e2e2e2
}

/* 
.old-pages .table-buysell__head:after,
.old-pages .table-buysell__head:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -1px;
    background: #e2e2e2;
    width: 100%;
    height: 1px
}

.old-pages .table-buysell__head:before {
    right: 100%
}

.old-pages .table-buysell__head:after {
    left: 100%
}
*/

.old-pages .table-buysell__head .tr {
    padding-bottom: 10px
}

.old-pages .table-buysell__head .td {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a9b3bb
}

.old-pages .table-buysell__body .tr {
    background: transparent;
    transition: .3s
}

.old-pages .table-buysell__body .tr .td {
    border-top: 1px solid #e2e2e2;
    padding: 25px 20px 25px 0;
    transition: .3s
}

.old-pages .table-buysell__body .tr .td:last-child {
    padding-right: 0
}

.old-pages .table-buysell__body .tr .td-limits,
.old-pages .table-buysell__body .tr .td-rate {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.old-pages .table-buysell__body .tr:first-child .td {
    border-top: none
}

.old-pages .table-buysell__body .tr:last-child .td {
    border-bottom: 1px solid #e2e2e2
}

.old-pages .table-buysell__body .tr:hover {
    background: #fff
}

.old-pages .table-buysell__body .tr:hover .td {
    border-color: transparent
}

.old-pages .table-buysell__body .tr:hover+.tr .td {
    border-top-color: transparent
}

.old-pages .table-buysell__body .label {
    display: none
}

.old-pages .table-buysell .username {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.old-pages .table-buysell .username:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: inset -20px 0 20px #eff2f6;
    width: 40px;
    height: 100%;
    transition: .3s
}

.old-pages .table-buysell .number {
    position: relative;
    margin: 0;
    font-size: 12px;
    color: #a9b3bb
}

.old-pages .table-buysell .number .pro_mark+.number__inner {
    margin-left: 5px;
    color: #fda700
}

.old-pages .table-buysell .number .tooltip.bottom-right:before {
    border-bottom-color: #fda700
}

.old-pages .table-buysell .number .tooltip__inner {
    background: #fda700;
    min-width: 0
}

.old-pages .table-buysell .number__inner {
    transition: .3s;
    cursor: pointer
}

.old-pages .table-buysell .number__inner:hover {
    color: #0090ff !important
}

.old-pages .table-buysell .tr:hover .username:after {
    box-shadow: inset -20px 0 20px #fff
}

.old-pages .table-buysell__load {
    height: 60px;
    line-height: 60px;
    text-align: center
}

.old-pages .table-buysell__load .load {
    display: inline-block;
    border: none;
    background: transparent;
    line-height: 1.2;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0090ff;
    cursor: pointer;
    transition: .3s
}

.old-pages .table-buysell__load .load:hover {
    color: #71befb
}

.old-pages .table-buysell__load .load:active {
    color: #193f90
}

@media (max-width: 1199px) {
	.old-pages .table-buysell .td-rate {
        width: calc(28% - 120px)
    }

    .old-pages .table-buysell .td-btn {
        width: 120px
    }

    .old-pages .table-buysell .payment-element .txt,
    .old-pages .table-buysell .username {
        font-size: 16px
    }

    .old-pages .table-buysell .payment-element .txt {
        padding-left: 10px
    }

    .old-pages .table-buysell__body .tr .td {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .old-pages .table-buysell__body .tr .td-limits,
    .old-pages .table-buysell__body .tr .td-rate {
        font-size: 16px
    }

    .old-pages .table-buysell .buysell-btn {
        height: 50px
    }
}

@media (max-width: 991px) {
	.old-pages .table-buysell .tr {
        flex-wrap: wrap;
        align-items: stretch
    }

    .old-pages .table-buysell .td-limits,
    .old-pages .table-buysell .td-user {
        width: 40%
    }

    .old-pages .table-buysell .td-payment,
    .old-pages .table-buysell .td-rate {
        width: calc(60% - 120px)
    }

    .old-pages .table-buysell .td-user {
        order: 1;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }

    .old-pages .table-buysell .td-payment {
        order: 2;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }

    .old-pages .table-buysell .td-limits {
        border-top: none !important;
        border-bottom: none !important;
        order: 4
    }

    .old-pages .table-buysell .td-rate {
        border-top: none !important;
        border-bottom: none !important;
        order: 5
    }

    .old-pages .table-buysell .td-btn {
        order: 3;
        width: 120px
    }

    .old-pages .table-buysell__head {
        display: none
    }

    .old-pages .table-buysell .payment-element .txt,
    .old-pages .table-buysell .username {
        font-size: 16px
    }

    .old-pages .table-buysell__body .tr .td {
        justify-content: flex-start;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .old-pages .table-buysell__body .tr .td-limits,
    .old-pages .table-buysell__body .tr .td-rate {
        font-size: 16px
    }

    .old-pages .table-buysell__body .label {
        display: inline-flex
    }

    .old-pages .table-buysell .buysell-btn {
        height: 50px
    }
}

@media (max-width: 567px) {
	.old-pages .table-buysell .td-limits,
    .old-pages .table-buysell .td-payment,
    .old-pages .table-buysell .td-rate,
    .old-pages .table-buysell .td-user {
        order: 1;
        width: 50%
    }

    .old-pages .table-buysell .td-btn {
        border-top: none !important;
        order: 2;
        width: 100%;
        text-align: center
    }

    .old-pages .table-buysell .payment-element .txt,
    .old-pages .table-buysell .username {
        font-size: 14px
    }

    .old-pages .table-buysell__body .tr .td-limits,
    .old-pages .table-buysell__body .tr .td-rate {
        padding-bottom: 0;
        font-size: 14px
    }
}

@media (max-width: 567px) {
	.old-pages .table-buysell .payment-element img {
        align-self: flex-start;
        width: 30px
    }
}

/* offers end
--------------------------------------------------- */

/* offers modal start
--------------------------------------------------- */

.old-pages .modal-ads_main__close {
	position: absolute;
    top: 5px;
    right: 5px;
    z-index: 15;
    width: 40px;
    height: 40px;
    line-height: 40px!important;
    text-align: center;
    color: #000;
    cursor: pointer;
    transition: .3s;
}

.old-pages .modal-ads_main::before {
	display: none;
}

.old-pages .modal-ads_main .icon-equality {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 10px
}

.old-pages .modal-ads_main .icon-equality:after,
.old-pages .modal-ads_main .icon-equality:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    background: #a9b3bb;
    width: 100%;
    height: 3px
}

.old-pages .modal-ads_main .icon-equality:before {
    top: 0
}

.old-pages .modal-ads_main .icon-equality:after {
    bottom: 0
}

.old-pages .modal-ads_main .icon-equality-rounded {
    display: inline-block;
    position: relative;
    border: 1px solid #a9b3bb;
    border-radius: 50%;
    width: 35px;
    height: 35px
}

.old-pages .modal-ads_main .icon-equality-rounded:after,
.old-pages .modal-ads_main .icon-equality-rounded:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    border-radius: 2px;
    background: #a9b3bb;
    width: 14px;
    height: 3px;
    transform: translateX(-50%)
}

.old-pages .modal-ads_main .icon-equality-rounded:before {
    top: 50%;
    margin-top: -4px
}

.old-pages .modal-ads_main .icon-equality-rounded:after {
    bottom: 50%;
    margin-bottom: -4px
}

.old-pages .modal-ads_main .icon-plus-rounded {
    display: inline-block;
    position: relative;
    border: 1px solid #a9b3bb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
	cursor: pointer;
}

.old-pages .modal-ads_main .icon-plus-rounded:after,
.old-pages .modal-ads_main .icon-plus-rounded:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #a9b3bb;
    transform: translate(-50%, -50%)
}

.old-pages .modal-ads_main .icon-plus-rounded:before {
    width: 19px;
    height: 1px
}

.old-pages .modal-ads_main .icon-plus-rounded:after {
    width: 1px;
    height: 19px
}

.old-pages .modal-ads_main .icon-minus-rounded {
    display: inline-block;
    position: relative;
    border: 1px solid #a9b3bb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
	cursor: pointer;
}

.old-pages .modal-ads_main .icon-minus-rounded:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #a9b3bb;
    width: 19px;
    height: 1px;
    transform: translate(-50%, -50%)
}

.old-pages .modal-ads_main .icon-decline-rounded {
    display: inline-block;
    position: relative;
    border: 1px solid #a9b3bb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
	cursor: pointer;
}

.old-pages .modal-ads_main .icon-decline-rounded:after,
.old-pages .modal-ads_main .icon-decline-rounded:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #a9b3bb;
    transform: translate(-50%, -50%)
}

.old-pages .modal-ads_main .icon-decline-rounded:before {
    width: 19px;
    height: 1px
}

.old-pages .modal-ads_main .icon-decline-rounded:after {
    width: 1px;
    height: 19px
}

.old-pages .modal-ads_main .pro_mark {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #fda700
}

.old-pages .modal-ads_main .pro_mark.inline {
    top: 5px
}

.old-pages .modal-ads_main .pro_mark .icon {
    font-size: 22px
}

.old-pages .modal-ads_main .pro_mark .text {
    padding-left: 10px;
    text-align: left
}

.old-pages .modal-ads_main .ads__info {
    display: flex
}

.old-pages .modal-ads_main .ads__info .col_offer {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.old-pages .modal-ads_main .ads__info .col_offer-left {
    border-right: 1px solid #e1e9f2;
    padding-right: 30px;
    width: 50%;
}

.old-pages .modal-ads_main .ads__info .col_offer-right {
    padding-left: 30px;
    width: 50%;
}

.old-pages .modal-ads_main .ads__info .label {
    font-size: 11px
}

.old-pages .modal-ads_main .ads__info .label.fs14 {
    font-size: 14px
}

.old-pages .modal-ads_main .ads__info .name {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}

.old-pages .modal-ads_main .ads__info .seller_info+.icons-list {
    margin: 25px -8px 20px
}

.old-pages .modal-ads_main .ads__info .icons-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 10px -8px 20px;
    padding-bottom: 5px
}

.old-pages .modal-ads_main .ads__info .icons-list:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    background: #e1e9f2;
    width: calc(100% - 20px);
    height: 1px
}

.old-pages .modal-ads_main .ads__info .icons-list .element {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    padding: 0 8px;
    max-width: 50%
}

.old-pages .modal-ads_main .ads__info .icons-list .element .value {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
    color: #000
}

.old-pages .modal-ads_main .ads__info .icons-list .element .tooltip {
    left: 10px
}

.old-pages .modal-ads_main .ads__info .facts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.old-pages .modal-ads_main .ads__info .facts-list .element {
}

.old-pages .modal-ads_main .ads__info .facts-list .element .value {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    white-space: nowrap;
    color: #000
}

.old-pages .modal-ads_main .ads__info .facts-list .element .label {
    margin: 0
}

.old-pages .modal-ads_main .ads__info .buttons-group {
    margin-top: auto
}

.old-pages .modal-ads_main .ads__info .buttons-group .button {
    height: 60px
}

.old-pages .modal-ads_main .ads__info .window_time {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.old-pages .modal-ads_main .ads__info .modal-ads__info_message {
    margin: 20px 0;
    color: #000;
    word-wrap: break-word;
	font-size: 14px;
}

.old-pages .modal-ads_main .ads__info .modal-ads__info_message p:last-child {
    margin: 0
}

.old-pages .modal-ads_main .ads__info .label__bottom {
    display: inline-flex;
    align-items: center;
    margin: auto 0 0;
    min-height: 60px
}

.old-pages .modal-ads_main__dialog {
	width: 100%;
	max-width: 800px;
	display: flex;
	margin: 1.75rem auto;
}

.old-pages .modal-ads_main .modal__body {
    position: relative;
	text-align: left;
    padding: 60px 40px 40px
}

.old-pages .modal-ads_main .modal__body .buttons {
    margin-top: 40px;
    text-align: center
}

.old-pages .modal-ads_main .modal__body .buttons .button {
    margin: 10px 20px;
    min-width: 130px
}

.old-pages .modal-ads_main .modal__head {
    border-bottom: 1px solid #eff2f6;
    padding: 30px 40px
}

.old-pages .modal-ads_main .modal__head+.modal__body {
    padding: 40px
}

.old-pages .modal-ads_main .modal__title {
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000
}

.old-pages .modal-ads_main .modal__content {
    width: 800px
}

.old-pages .modal-ads_main .modal__title {
    border-bottom: 1px solid #e1e9f2;
    padding-bottom: 30px
}

.old-pages .modal-ads_main .modal-ads_main__top {
    display: flex;
    align-items: center;
    margin: 0 -10px 20px
}

.old-pages .modal-ads_main .modal-ads_main__top .col_offer {
    padding: 0 10px;
    width: 33.333333%
}

.old-pages .modal-ads_main .label {
    margin-bottom: 5px;
	font-size: 12px;
    color: #a9b3bb;
}

.old-pages .modal-ads_main .value {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.old-pages .modal-ads_main .seller_info__reviews {
	margin-bottom: 10px;
}

.old-pages .modal-ads_main .method {
    display: inline-flex;
    align-items: center
}

.old-pages .modal-ads_main .method img {
    align-self: flex-start;
    width: 50px;
    height: auto
}

.old-pages .modal-ads_main .method .text {
    padding-left: 10px
}

.old-pages .modal-ads_main .method .name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.old-pages .modal-ads_main .inputs__outer {
    display: flex;
    background: #eff2f6;
    margin: 0 -40px;
    padding: 40px
}

.old-pages .modal-ads_main .inputs__outer .col_offer {
    position: relative
}

.old-pages .modal-ads_main .inputs__outer .col_offer-coins,
.old-pages .modal-ads_main .inputs__outer .col_offer-fiat {
    width: calc(33.33333% - 15px)
}

.old-pages .modal-ads_main .inputs__outer .col_offer-equality {
    width: 30px;
    text-align: center
}

.old-pages .modal-ads_main .inputs__outer .col_offer-btn {
    padding-left: 30px;
    width: 33.333333%
}

.old-pages .modal-ads_main .inputs__outer .form-element {
    margin: 0
}

.old-pages .modal-ads_main .inputs__outer .form-element input {
    border-color: transparent;
    height: 65px
}

.old-pages .modal-ads_main .inputs__outer .icon-equality {
    top: 22px
}

.old-pages .modal-ads_main .inputs__outer .button {
    width: 100%
}

.old-pages .modal-ads_main .inputs__outer .blocked_txt {
    color: red
}

.old-pages .modal-ads_main .inputs__outer .your_ad {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%
}

.old-pages .modal-ads_main .inputs__outer .your_ad .txt {
    margin: 20px
}

.old-pages .modal-ads_main .inputs__outer .your_ad .button {
    margin: 0 20px;
    width: 200px
}

.old-pages .modal-ads_main .set_payment_method {
    border-bottom: 1px solid #e1e9f2;
    display: flex;
    margin: 0 -40px
}

.old-pages .modal-ads_main .set_payment_method .col_offer-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    width: calc(100% - 280px)
}

.old-pages .modal-ads_main .set_payment_method .col_offer-slider {
    width: 280px
}

.old-pages .modal-ads_main .set_payment_method .smart-scroll {
    background: #e8e8e8;
    height: 100%
}

.old-pages .modal-ads_main .set_payment_method .smart-scroll__inner {
    padding: 40px
}

.old-pages .modal-ads_main .set_payment_method .paymethod_card {
    margin-bottom: 20px
}

.old-pages .modal-ads_main .set_payment_method .paymethod_card:last-child {
    margin: 0
}

.old-pages .modal-ads_main .ads__info {
    padding-top: 30px
}

.old-pages .modal-ads_main .ads__info-control {
	margin-top: auto;
}

.offer-modal-tooltip {
	font-size: 12px !important;
}

@media only screen and (max-width:991px) {
    .old-pages .modal-ads_main .ads__info .col_offer-left {
        padding-right: 30px;
        width: 50%
    }

    .old-pages .modal-ads_main .ads__info .col_offer-right {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .old-pages .modal-ads_main__dialog {
        padding: 0 15px;
    }

    .old-pages .modal-ads_main .modal-ads_main__top {
        flex-wrap: wrap;
        align-items: stretch
    }

    .old-pages .modal-ads_main .modal-ads_main__top .col_offer {
        width: 50%
    }

    .old-pages .modal-ads_main .modal-ads_main__top .col_offer:first-child {
        margin-bottom: 15px;
        width: 100%
    }

    .old-pages .modal-ads_main .inputs__outer {
        flex-wrap: wrap
    }

    .old-pages .modal-ads_main .inputs__outer .col_offer-coins,
    .old-pages .modal-ads_main .inputs__outer .col_offer-fiat {
        width: calc(50% - 15px)
    }

    .old-pages .modal-ads_main .inputs__outer .col_offer-equality {
        width: 30px;
        text-align: center
    }

    .old-pages .modal-ads_main .inputs__outer .col_offer-btn {
        padding-top: 30px;
        padding-left: 0;
        width: 100%
    }

    .old-pages .modal-ads_main .ads__info {
        flex-wrap: wrap
    }

    .old-pages .modal-ads_main .ads__info .col_offer-left {
        border-right: none;
        border-bottom: 1px solid #e1e9f2;
        margin-bottom: 30px;
        padding-right: 0;
        padding-bottom: 30px;
        width: 100%
    }

    .old-pages .modal-ads_main .ads__info .col_offer-right {
        padding: 0;
        width: 100%
    }

    .old-pages .modal-ads_main .ads__info .icons-list .element .tooltip {
        left: 50%;
        max-width: 100px;
        transform: translateX(-50%)
    }

    .old-pages .modal-ads_main .ads__info .icons-list .element .tooltip:before {
        left: 50%;
        margin-left: -5px
    }

    .old-pages .modal-ads_main .ads__info .icons-list .element .tooltip__inner {
        min-width: 105px;
        max-width: 120px;
        font-size: 11px
    }

    .old-pages .modal-ads_main .ads__info .label__bottom {
        min-height: 0
    }

    .old-pages .modal-ads_main .ads__info-control {
        text-align: center;
        margin-bottom: 10px;
    }

    .old-pages .modal-ads_main .modal__body {
        padding: 50px 20px 20px;
    }
}

@media only screen and (min-width:568px) and (max-width:767px) {
    .old-pages .modal-ads_main .set_payment_method .col_offer-form {
        padding: 20px;
        width: calc(100% - 220px)
    }

    .old-pages .modal-ads_main .set_payment_method .col_offer-slider {
        width: 220px
    }

    .old-pages .modal-ads_main .set_payment_method .smart-scroll__inner {
        padding: 20px 20px 20px 30px
    }

    .old-pages .modal-ads_main .set_payment_method .paymethod_card {
        margin-bottom: 20px;
        width: 170px
    }

    .old-pages .modal-ads_main .set_payment_method .paymethod_card:last-child {
        margin: 0
    }

    .old-pages .modal-ads_main .ads__info {
        padding-top: 20px
    }
}

@media only screen and (max-width:567px) {
    .old-pages .modal-ads_main .inputs__outer {
        margin: 0 -20px;
        padding: 20px
    }

    .old-pages .modal-ads_main .inputs__outer .col_offer-btn {
        padding-top: 15px;
        padding-left: 0;
        width: 100%
    }

    .old-pages .modal-ads_main .set_payment_method {
        flex-wrap: wrap;
        margin: 0 -20px
    }

    .old-pages .modal-ads_main .set_payment_method .col_offer {
        width: 100%
    }

    .old-pages .modal-ads_main .set_payment_method .col_offer-form {
        padding: 20px
    }

    .old-pages .modal-ads_main .set_payment_method .smart-scroll {
        height: 250px
    }

    .old-pages .modal-ads_main .set_payment_method .smart-scroll__inner {
        padding-right: 70px
    }

    .old-pages .modal-ads_main .set_payment_method .paymethod_card {
        margin: 0 auto 20px
    }

    .old-pages .modal-ads_main .set_payment_method .paymethod_card:last-child {
        margin: 0
    }
}

@media only screen and (max-width:479px) {
    .old-pages .modal-ads_main .modal-ads_main__top .col_offer {
        margin-bottom: 15px;
        width: 100%
    }

    .old-pages .modal-ads_main .modal-ads_main__top .col_offer:last-child {
        margin-bottom: 0
    }

    .old-pages .modal-ads_main .inputs__outer {
        margin: 0 -20px 20px;
        padding: 20px
    }

    .old-pages .modal-ads_main .inputs__outer .col_offer-coins,
    .old-pages .modal-ads_main .inputs__outer .col_offer-fiat {
        width: 100%
    }

    .old-pages .modal-ads_main .inputs__outer .col_offer-equality {
        width: 100%;
        height: 30px;
        text-align: center
    }

    .old-pages .modal-ads_main .inputs__outer .col_offer-equality .icon-equality {
        top: 5px
    }

    .old-pages .modal-ads_main .inputs__outer .col_offer-btn {
        padding-top: 15px;
        padding-left: 0;
        width: 100%
    }

    .old-pages .modal-ads_main .ads__info .name {
        font-size: 18px
    }

    .old-pages .modal-ads_main .ads__info .facts-list {
    }

    .old-pages .modal-ads_main .ads__info .facts-list .element {
    }

    .old-pages .modal-ads_main .ads__info .facts-list .element .value {
        font-size: 16px;
    }

    .old-pages .modal-ads_main .buttons-group .button {
        letter-spacing: 1px;
        font-size: 8px;
    }
}

/* offers modal end
--------------------------------------------------- */
