@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&family=Oswald:wght@700&family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,400&display=swap");

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

html {
    -webkit-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

input[type="text"]::-ms-clear {
    display: none;
}

input[type="password"]::-ms-reveal {
    display: none;
}

body, html {
    min-height: 100vh;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #3b3e43;
    background-color: #f7f7f8;
}

body.modal-open {
    overflow: hidden !important;
}

#header,
#footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

#main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto;
    padding: 30px 0 60px;
    margin-top: 64px;
}

#contentWrap {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (min-width: 1200px) {
    #contentWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

fieldset, legend {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

label {
    position: relative;
}

.hidden {
    display: none !important;
}

.invisible {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    -webkit-clip-path: inset(100%) !important;
    clip-path: inset(100%) !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

.clearfix {
    display: block;
    width: 100%;
    height: 0;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1390px;
}

.w-100 {
    width: 100% !important;
}

.text-danger {
    color: #f36476 !important;
}

.text-success {
    color: #40cc90;
}

.content {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 15px rgba(161, 168, 180, 0.35);
    box-shadow: 0 5px 15px rgba(161, 168, 180, 0.35);
    border-radius: 24px;
    padding: 30px 20px;
    margin: 0 0 30px;
}

.content_block {
    -webkit-box-shadow: 0 2px 5px -1px rgba(161, 168, 180, 0.35), 0 7px 10px rgba(161, 168, 180, 0.15), 0 25px 25px rgba(161, 168, 180, 0.15);
    box-shadow: 0 2px 5px -1px rgba(161, 168, 180, 0.35), 0 7px 10px rgba(161, 168, 180, 0.15), 0 25px 25px rgba(161, 168, 180, 0.15);
    border-radius: 0 12px 12px 12px;
}

@media (min-width: 1200px) {
    .content_no-have-offers {
        padding: 60px 57px 75px 56px;
    }
}

@media (min-width: 1200px) {
    .content_connected-offers {
        padding: 140px 40px;
    }
}

.content_offer-tabs {
    border-top-left-radius: 12px;
}

@media (min-width: 992px) {
    .content_offer-tabs {
        border-top-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    .content_offer-tabs {
        padding: 30px 40px;
    }
}

.content_dashboard-profit {
    padding: 30px 40px 40px;
    border-radius: 12px;
}

.content_offers-disabled {
    padding: 30px 15px;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .content_offers-disabled {
        padding: 40px 25px;
    }
}

@media (min-width: 992px) {
    .content_offers-disabled {
        padding: 26px 40px 60px;
        border-radius: 24px;
    }
}

.content_offers-enabled {
    padding: 30px 15px;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .content_offers-enabled {
        padding: 40px 25px;
    }
}

@media (min-width: 992px) {
    .content_offers-enabled {
        padding: 26px 40px 60px;
        border-radius: 24px;
    }
}

.content_offers-no {
    padding: 30px 15px;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .content_offers-no {
        padding: 56px 30px 24px;
        border-radius: 24px;
    }
}

.content_privacy-policy {
    padding: 30px 15px;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .content_privacy-policy {
        padding: 30px 40px;
        border-radius: 24px;
    }
}

.content_statistics-widht-btns {
    padding: 30px 15px;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .content_statistics-widht-btns {
        padding: 40px 25px;
    }
}

@media (min-width: 992px) {
    .content_statistics-widht-btns {
        padding: 35px 40px 10px;
        border-radius: 24px;
    }
}

.content_profile-settings {
    padding: 10px 15px 40px;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .content_profile-settings {
        padding: 10px 30px 40px;
    }
}

@media (min-width: 992px) {
    .content_profile-settings {
        padding: 10px 40px 40px;
        border-top-left-radius: 0;
    }
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.tabs__title {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #3b3e43;
}

.tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

@media (min-width: 992px) {
    .tabs__list {
        height: 42px;
    }
}

.tabs__item {
    display: block;
    margin: 0 10px 10px 0;
    padding: 0;
}

@media (min-width: 992px) {
    .tabs__item {
        margin-right: 2px;
        margin-bottom: 0;
    }
}

.tabs__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e2e5ea;
    border-radius: 8px;
    margin: 0;
    padding: 6px 40px 2px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #212224;
    -webkit-transition: background-color .1s linear,
    color .1s linear;
    transition: background-color .1s linear,
    color .1s linear;
}

@media (min-width: 992px) {
    .tabs__toggle {
        border-radius: 8px 8px 0 0;
    }
    
    .tabs__toggle:hover {
        background-color: #4d89ee;
        color: #ffffff;
    }
}

.tabs__toggle.active {
    background: #ffffff;
    -webkit-box-shadow: 0 -2px 5px -1px rgba(161, 168, 180, 0.35), 0 -7px 10px rgba(161, 168, 180, 0.15), 0 -25px 25px rgba(161, 168, 180, 0.15);
    box-shadow: 0 -2px 5px -1px rgba(161, 168, 180, 0.35), 0 -7px 10px rgba(161, 168, 180, 0.15), 0 -25px 25px rgba(161, 168, 180, 0.15);
    font-weight: 600;
    color: #3b3e43;
    cursor: default;
    -webkit-transition: none;
    transition: none;
}

@media (min-width: 992px) {
    .tabs__toggle.active {
        border-radius: 12px 12px 0 0;
        font-size: 18px;
        line-height: 28px;
        padding-top: 10px;
        padding-bottom: 4px;
    }
}

.tabs__pane {
    display: none;
}

.tabs__pane.active {
    display: block;
}

.informer {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background: url("../img/i-informer.svg") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.informer_tl .informer__body {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    border-radius: 8px 8px 0 8px;
    opacity: 1;
}

.informer_tr .informer__body {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
    border-radius: 8px 8px 8px 0;
    opacity: 1;
}

.informer_br .informer__body {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    border-radius: 0 8px 8px 8px;
    opacity: 1;
}

.informer_bl .informer__body {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
    border-radius: 8px 0 8px 8px;
    opacity: 1;
}

.informer.show .informer__body {
    z-index: 20;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.informer__body {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    width: 250px;
    height: auto;
    padding: 10px 20px 16px;
    margin: 0;
    background: #3b3e43;
    -webkit-box-shadow: 0 2px 3px -2px rgba(97, 115, 145, 0.45), 0 4px 9px -2px rgba(97, 115, 144, 0.25), 0 15px 25px rgba(97, 115, 144, 0.2);
    box-shadow: 0 2px 3px -2px rgba(97, 115, 145, 0.45), 0 4px 9px -2px rgba(97, 115, 144, 0.25), 0 15px 25px rgba(97, 115, 144, 0.2);
    border-radius: 8px 8px 0 8px;
    z-index: -1;
    opacity: 0;
}

.informer__title {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    text-align: left;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #686E78;
}

.informer__desc {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: auto;
    height: 49px;
    margin: 0;
    padding: 16px 32px;
    border-radius: 6px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.2px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.btn_sml {
    padding: 9px 16px;
    font-size: 11px;
    line-height: 12px;
    height: 30px;
}

.btn_select-date i:first-child {
    margin-right: 5px;
}

.btn_select-date i:last-child {
    margin-left: 5px;
}

.btn_primary {
    color: #ffffff;
    background-color: #4d89ee;
}

@media (min-width: 1200px) {
    .btn_primary:hover {
        background-color: #2157b4;
    }
}

.btn_primary[disabled] {
    background-color: #e2e5ea !important;
    color: #a1a8b4 !important;
    cursor: not-allowed;
}

.btn_lite {
    color: #4d89ee;
    background-color: #ffffff;
    border: 1px solid #E2E5EA;
}

@media (min-width: 1200px) {
    .btn_lite:hover {
        background-color: #4d89ee;
        color: #ffffff;
    }
}

.btn_lite[disabled] {
    background-color: #e2e5ea !important;
    color: #a1a8b4 !important;
    cursor: not-allowed;
}

.btn_with-drop {
    overflow: initial;
}

.btn_with-drop:hover .button-dropdown {
    opacity: 1;
    z-index: 20;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn_note {
    border: 1px solid #40cc90;
    color: #40cc90;
    cursor: default;
}

.input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 9px 5px 10px 10px;
    background-color: #ffffff;
    border: 1px solid #cbcfd6;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #686E78;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 768px) {
    .input {
        font-size: 15px;
        padding-right: 16px;
        padding-left: 16px;
    }
}

.input:disabled {
    background-color: #f0f0f4;
    border: 1px solid #cbcfd6;
    color: #cbcfd6;
    cursor: not-allowed;
}

.input::-webkit-input-placeholder {
    color: #686E78;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.input::-moz-placeholder {
    color: #686E78;
    opacity: 0.7;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.input:-moz-placeholder {
    color: #686E78;
    opacity: 0.7;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.input:-ms-input-placeholder {
    color: #686E78;
    opacity: 0.7;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.input:focus::-webkit-input-placeholder {
    color: #686E78;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.input:focus::-moz-placeholder {
    color: #686E78;
    opacity: 0;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.input:focus:-moz-placeholder {
    color: #686E78;
    opacity: 0;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.input:focus:-ms-input-placeholder {
    color: #686E78;
    opacity: 0;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.select {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 42px;
    z-index: 1;
}

.select .wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #cbcfd6;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

.select .arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 19px;
    right: 16px;
    width: 6px;
    height: 4px;
    background: transparent url("../img/i-select-arr.svg") center center no-repeat;
    z-index: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.select .input {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
}

.select .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    max-height: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.select .options span {
    display: block;
    width: 100%;
    height: 42px;
    padding: 9px 5px 10px 10px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #686E78;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.select .options span.active {
    color: #4d89ee;
    background-color: #f3f3f3;
    cursor: default;
}

@media (min-width: 768px) {
    .select .options span {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .select .options span:hover {
        background-color: #f3f3f3;
    }
}

.select.open .arr {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.select.open .options span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #e2e5ea;
    border-radius: 8px;
    border-spacing: 0;
}

.table thead tr {
    border-bottom: 1px solid #e2e5ea;
}

.table thead th {
    position: relative;
    padding: 6px 11px;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    color: #686E78;
    text-align: left;
    background: #f7f7f8;
}

.table thead th .informer {
    float: right;
    margin: 1px 0 0;
}

.table thead th .sort-btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/i-sort.svg") center no-repeat;
    float: left;
    margin-right: 3px;
}

.table thead th .sort-btn.flip {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.table thead th::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #3b3e43;
}

.table thead th:first-child {
    font-weight: 600;
}

.table thead th:last-child::after {
    display: none;
}

.table tbody tr {
    border-bottom: 1px solid #e2e5ea;
}

.table tbody tr:nth-child(even) td {
    background-color: #f7f7f8;
    background-clip: content-box;
}

.table tbody tr:nth-child(even) td span {
    font-weight: 600;
    background-color: #f7f7f8;
}

.table td span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #e2e5ea;
}

.table td:last-child span::after {
    display: none;
}

.table tbody td {
    position: relative;
    padding-top: 20px;
}

.table tbody td span {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 12px 11px 12px 14px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #3b3e43;
    text-align: left;
}

.table tfoot tr {
    background-color: #f7f7f8;
    background-clip: content-box;
}

.table tfoot td {
    position: relative;
    padding-top: 20px;
}

.table tfoot td span {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 12px 11px 12px 14px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #212224;
}

.table_four-columns thead th {
    width: calc(100% / 4);
}

.table_five-columns thead th {
    width: calc(100% / 5);
}

.table_six-columns thead th {
    width: calc(100% / 6);
}

.table_seven-columns thead th {
    width: calc(100% / 4);
}

.table .status {
    position: relative;
    font-weight: 600;
}

.table .status::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #3b3e43;
    border-radius: 50%;
    margin-right: 5px;
    top: -1px;
}

.table .status_completed {
    color: #40cc90;
}

.table .status_completed::before {
    background-color: #40cc90;
}

.table .status_pending {
    color: #ffcc69;
}

.table .status_pending::before {
    background-color: #ffcc69;
}

.table .status_error {
    color: #f36476;
}

.table .status_error::before {
    background-color: #f36476;
}

.error-msg {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 52px;
    background: #ffc4cb;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #bb3f4e;
}

.error input {
    border-color: #f36476;
    color: #f36476;
}

.error path {
    fill: #f36476;
}

.error + .modal__err,
.error + .error-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
}

.button-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 20px 15px 20px;
    width: 232px;
    height: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #3b3e43;
    -webkit-box-shadow: 0 2px 3px rgba(97, 115, 145, 0.45), 0 4px 9px rgba(97, 115, 144, 0.25), 0 15px 25px rgba(97, 115, 144, 0.2);
    box-shadow: 0 2px 3px rgba(97, 115, 145, 0.45), 0 4px 9px rgba(97, 115, 144, 0.25), 0 15px 25px rgba(97, 115, 144, 0.2);
    border-radius: 8px 0 8px 8px;
    cursor: default;
    z-index: -1;
    opacity: 0;
}

.button-dropdown__title {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    padding-left: 21px;
}

.radio__container {
    display: block;
    position: relative;
    margin: 0 0 10px;
    padding: 0;
}

.radio__container:last-child {
    margin-bottom: 0 !important;
}

.radio__container input:checked + .radio__label {
    font-weight: 600;
    cursor: default;
    color: #f7f7f8;
}

.radio__container input:checked + .radio__label::before {
    border-color: #4d89ee;
}

.radio__container input:checked + .radio__label::after {
    opacity: 1;
}

.radio__label {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 22px;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #f7f7f8;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

@media (min-width: 1200px) {
    .radio__label:hover {
        color: #4d89ee;
    }
    
    .radio__label:hover::before {
        border-color: #4d89ee;
    }
}

.radio__label::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #f7f7f8;
    border-radius: 50%;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.radio__label::after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4d89ee;
    opacity: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.link {
    text-decoration: none;
    color: #4d89ee;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

@media (min-width: 1200px) {
    .link:hover {
        color: #3b3e43;
    }
}

.header {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .27s ease-out;
    transition: all .27s ease-out;
    z-index: 10;
}

.header .row {
    min-height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .header .row {
        height: auto;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
}

.header.shadow {
    -webkit-box-shadow: 0 2px 5px -1px rgba(161, 168, 180, 0.35), 0 7px 10px rgba(161, 168, 180, 0.15), 0 25px 25px rgba(161, 168, 180, 0.15);
    box-shadow: 0 2px 5px -1px rgba(161, 168, 180, 0.35), 0 7px 10px rgba(161, 168, 180, 0.15), 0 25px 25px rgba(161, 168, 180, 0.15);
}

.header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: 0 0 0 0 rgba(161, 168, 180, 0) !important;
    box-shadow: 0 0 0 0 rgba(161, 168, 180, 0) !important;
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    padding-right: 0;
}

@media (min-width: 992px) {
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: auto;
    }
}

.header__nav {
    display: none;
}

@media (min-width: 992px) {
    .header__nav {
        display: block;
        margin-left: -25px;
    }
}

@media (min-width: 1200px) {
    .header__nav {
        margin-left: 0;
    }
}

.header__nav nav {
    display: block;
    width: 100%;
    height: auto;
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 22px  24px 22px 20px;
    border-radius: 6px;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    color: #212224;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 1200px) {
    .header__nav li a:hover {
        background-color: #212224;
        color: #ffffff;
    }
    
    .header__nav li a:hover .i-dashboard path {
        fill: #ffffff;
    }
    
    .header__nav li a:hover .i-statistic path,
    .header__nav li a:hover .i-statistic rect,
    .header__nav li a:hover .i-payments path,
    .header__nav li a:hover .i-payments rect {
        stroke: #ffffff;
    }
    
    .header__nav li a:hover .i-offers path {
        stroke: #ffffff;
    }
    
    .header__nav li a:hover .i-offers circle {
        fill: #ffffff;
    }
}

.header__nav li a.active {
    background-color: #f7f7f8 !important;
    border-radius: 0;
    color: #212224 !important;
    cursor: default;
}

.header__nav li a.active .i-dashboard path {
    fill: #4d89ee !important;
}

.header__nav li a.active .i-statistic path,
.header__nav li a.active .i-statistic rect,
.header__nav li a.active .i-payments path,
.header__nav li a.active .i-payments rect {
    stroke: #4d89ee !important;
}

.header__nav li a.active .i-offers path {
    stroke: #4d89ee !important;
}

.header__nav li a.active .i-offers circle {
    fill: #4d89ee !important;
}

.header__nav svg {
    display: inline-block;
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.header__nav svg path,
.header__nav svg rect,
.header__nav svg circle {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    padding-left: 0;
}

@media (min-width: 992px) {
    .header__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: auto;
    }
}

.header__nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #212224;
    border-radius: 6px;
}

.header__nav-toggle::before, .header__nav-toggle::after {
    content: '';
    display: block;
    position: relative;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-right: 7px;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.header__nav-toggle::before {
    width: 16px;
    top: -2px;
}

.header__nav-toggle::after {
    width: 11px;
    bottom: -2px;
}

@media (min-width: 1200px) {
    .header__nav-toggle:hover::before {
        width: 11px;
    }
    
    .header__nav-toggle:hover::after {
        width: 16px;
    }
}

#managerCardShow {
    display: inline-block;
    margin-right: 5px;
}

@media (min-width: 768px) {
    #managerCardShow {
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {
    #managerCardShow {
        display: none;
    }
}

.aside {
    display: block;
    position: relative;
    height: auto;
    padding: 20px 30px 30px;
    -webkit-box-shadow: 0 2px 5px -1px rgba(161, 168, 180, 0.35), 0px 7px 10px rgba(161, 168, 180, 0.15), 0px 25px 25px rgba(161, 168, 180, 0.15);
    box-shadow: 0 2px 5px -1px rgba(161, 168, 180, 0.35), 0px 7px 10px rgba(161, 168, 180, 0.15), 0px 25px 25px rgba(161, 168, 180, 0.15);
    border-radius: 12px;
    background-color: #ffffff;
    top: 0;
    left: 0;
    margin: 10px auto;
    width: 300px;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (min-width: 1200px) {
    .aside {
        width: 100%;
        position: sticky;
        top: 30px;
        margin: initial;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 30px 40px 50px;
        -webkit-transform: none;
        transform: none;
    }
}

.aside__caption {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #3b3e43;
}

@media (min-width: 1200px) {
    .aside__caption {
        font-size: 26px;
        line-height: 34px;
    }
}

.aside__pic {
    display: block;
    width: 100%;
    height: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0;
    padding-bottom: 126.5822784810127%;
    border-radius: 8px;
    background-color: #e2e5ea;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1200px) {
    .aside__pic {
        width: 237px;
        max-width: 100%;
    }
}

.aside__name {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #3b3e43;
}

@media (min-width: 1200px) {
    .aside__name {
        font-size: 22px;
        line-height: 32px;
    }
}

.aside__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 14px;
    padding: 0;
}

.aside__contacts li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
    .aside__contacts li {
        margin-bottom: 10px;
    }
}

.aside__contacts li:last-child {
    margin-bottom: 0 !important;
}

.aside__contacts span {
    display: block;
    margin-right: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #a1a8b4;
}

.aside__contacts a {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #212224;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 1200px) {
    .aside__contacts a {
        font-size: 13px;
    }
    
    .aside__contacts a:hover {
        color: #4d89ee;
    }
}

@media (min-width: 1200px) {
    .aside .modal__close {
        display: none;
    }
}

#asideWrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(33, 34, 36, 0.9);
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0.3s;
    transition: opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0.3s;
    transition: transform 0s linear 0.3s,
    opacity 0.2s linear 0s;
    transition: transform 0s linear 0.3s,
    opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0.3s;
}

#asideWrap.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0s;
    transition: opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s,
    opacity 0.2s linear 0s;
    transition: transform 0s linear 0s,
    opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0s;
}

#asideWrap.show .aside {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (min-width: 1200px) {
    #asideWrap {
        width: 100%;
        position: sticky;
        top: 30px;
        right: initial;
        left: initial;
        bottom: initial;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        background: none;
        overflow: unset;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        z-index: initial;
        opacity: 1;
        -webkit-transform: initial;
        transform: initial;
    }
}

.modal {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(33, 34, 36, 0.9);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0.3s;
    transition: opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0.3s;
    transition: transform 0s linear 0.3s,
    opacity 0.2s linear 0s;
    transition: transform 0s linear 0.3s,
    opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0.3s;
}

.modal.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0s;
    transition: opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s,
    opacity 0.2s linear 0s;
    transition: transform 0s linear 0s,
    opacity 0.2s linear 0s,
    -webkit-transform 0s linear 0s;
}

.modal.show .modal__dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal__dialog {
    position: relative;
    width: auto;
    max-width: 90%;
    margin: 10px auto;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (min-width: 768px) {
    .modal__dialog {
        width: 550px;
        margin: 60px auto;
    }
}

.modal__dialog.hide {
    -webkit-transform: translate(0, -15px) !important;
    transform: translate(0, -15px) !important;
    opacity: 0 !important;
}

.modal__content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 3px rgba(97, 115, 145, 0.45), 0 4px 9px rgba(97, 115, 144, 0.25), 0 15px 25px rgba(97, 115, 144, 0.2);
    box-shadow: 0 2px 3px rgba(97, 115, 145, 0.45), 0 4px 9px rgba(97, 115, 144, 0.25), 0 15px 25px rgba(97, 115, 144, 0.2);
    border-radius: 12px;
    padding: 20px 15px 30px;
}

@media (min-width: 768px) {
    .modal__content {
        padding: 40px 30px 50px;
    }
}

@media (min-width: 992px) {
    .modal__content {
        padding: 60px 85px 80px;
        border-radius: 24px;
    }
}

.modal__content_promo {
    padding: 30px 15px;
}

.modal__content_promo .modal__close {
    margin-top: -2px !important;
    margin-left: -2px !important;
}

.modal__content_promo .modal__controller_prev {
    margin-right: 10px;
}

.modal__content_promo .modal__controller_next {
    margin-left: 10px;
}

@media (min-width: 390px) {
    .modal__content_promo {
        padding: 30px 30px 26px;
    }
}

.modal__close {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    z-index: 5;
}

.modal__close::before, .modal__close::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background-color: #a1a8b4;
    border-radius: 2px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

.modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

@media (min-width: 1200px) {
    .modal__close:hover {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .modal__close:hover::before, .modal__close:hover::after {
        background-color: #3b3e43;
    }
}

.modal__header {
    position: relative;
    padding: 0;
    margin: 0;
}

.modal__body {
    position: relative;
    padding: 0;
    margin: 0;
}

.modal__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #3b3e43;
    margin: 0 0 5px;
    padding: 0 10px 0 0;
}

@media (min-width: 768px) {
    .modal__title {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .modal__title {
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 14px;
    }
}

.modal__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #3b3e43;
    margin: 0 0 14px;
    padding: 0;
}

@media (min-width: 992px) {
    .modal__subtitle {
        font-size: 15px;
        line-height: 26px;
    }
}

.modal__form-group {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
}

.modal__form-group label {
    display: block;
    width: 100%;
    height: auto;
}

.modal__form-group_double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal__form-group_double label {
    margin-right: 4px;
    max-width: calc(50% - 2px);
}

.modal__form-group_double label:nth-child(2) {
    margin-right: 0 !important;
}

@media (min-width: 768px) {
    .modal__form-group_double label {
        margin-right: 10px;
        max-width: calc(50% - 5px);
    }
}

.modal__form-group_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .modal__form-group_buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.modal__form-group_buttons button:first-child {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .modal__form-group_buttons button:first-child {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.modal__form-group_buttons button:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.modal__form-group_btn-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__form-group_btn-vertical .btn {
    margin-top: 15px;
}

.modal__form-group_btn-vertical .btn:first-child {
    margin-top: 0 !important;
}

.modal__form-group_checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal__form-group_checkboxes .label {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.4;
    color: #3b3e43;
}

@media (min-width: 768px) {
    .modal__form-group_checkboxes .label {
        font-size: 13px;
        margin-bottom: 14px;
        line-height: 20px;
    }
}

.modal__form-group_checkboxes .label:last-child {
    margin-bottom: 0 !important;
}

.modal__form-group_checkboxes .label.error span::before {
    border-color: #f36476;
}

.modal__form-group_checkboxes .label span {
    display: block;
    width: 100%;
    padding-left: 29px;
    position: relative;
}

.modal__form-group_checkboxes .label span::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 2px solid #4d89ee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.modal__form-group_checkboxes .label span::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #4D89EE;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 1200px) {
    .modal__form-group_checkboxes .label span:hover::after {
        opacity: 0.4;
    }
}

.modal__form-group_checkboxes .label input:checked + span::before {
    border-color: #4d89ee !important;
}

.modal__form-group_checkboxes .label input:checked + span::after {
    opacity: 1 !important;
    background: #4D89EE !important;
}

.modal__form-group_checkboxes .label a {
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    color: #4d89ee;
    text-decoration: none;
}

@media (min-width: 768px) {
    .modal__form-group_checkboxes .label a {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (min-width: 1200px) {
    .modal__form-group_checkboxes .label a:hover {
        text-decoration: underline;
    }
}

.modal__button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
}

@media (min-width: 768px) {
    .modal__button-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.modal__button-group .btn {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .modal__button-group .btn {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.modal__button-group .btn:last-child {
    margin-right: 0 !important;
}

.modal__controller {
    display: block;
    position: relative;
    top: 50%;
    width: 44px;
    height: 44px;
    background-color: rgba(33, 34, 36, 0.9);
    border-radius: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.modal__controller::before, .modal__controller::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
}

.modal__controller_prev::before {
    -webkit-transform: translate(-50%, calc(-50% + 3px)) rotate(45deg);
    transform: translate(-50%, calc(-50% + 3px)) rotate(45deg);
}

.modal__controller_prev::after {
    -webkit-transform: translate(-50%, calc(-50% - 3px)) rotate(-45deg);
    transform: translate(-50%, calc(-50% - 3px)) rotate(-45deg);
}

.modal__controller_next::before {
    -webkit-transform: translate(-50%, calc(-50% - 3px)) rotate(45deg);
    transform: translate(-50%, calc(-50% - 3px)) rotate(45deg);
}

.modal__controller_next::after {
    -webkit-transform: translate(-50%, calc(-50% + 3px)) rotate(-45deg);
    transform: translate(-50%, calc(-50% + 3px)) rotate(-45deg);
}

@media (min-width: 1200px) {
    .modal__controller:hover {
        background-color: #4d89ee;
    }
}

.modal__article-list {
    position: relative;
    height: 9999px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.modal__article-list li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.modal__article-list li.active {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.modal__promo-list {
    display: block;
    position: relative;
    overflow: hidden;
    width: auto;
    height: 9999px;
    background-color: #c4c4c4;
    border-radius: 12px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.modal__promo-list li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.modal__promo-list li.active {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.modal__promo-list img,
.modal__promo-list video,
.modal__promo-list iframe {
    display: block;
    max-width: 100%;
    border-radius: 12px;
}

@media (min-width: 992px) {
    .modal__promo-list img,
    .modal__promo-list video,
    .modal__promo-list iframe {
        max-width: 60vw;
    }
}

.modal__controller-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
}

.modal__show-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    z-index: 1;
    cursor: pointer;
}

.modal__show-password svg {
    display: block;
}

.modal__show-password path {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

@media (min-width: 1200px) {
    .modal__show-password:hover path {
        fill: #4d89ee;
    }
}

.modal__label {
    position: relative;
}

.modal__label.error input {
    border-color: #f36476;
    color: #f36476;
}

.modal__label.error path {
    fill: #f36476;
}

.modal__label.error + .modal__err {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
}

.modal__err {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 52px;
    background: #ffc4cb;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #bb3f4e;
}

.modal__footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
}

.modal__footer-link span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #4d89ee;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 1200px) {
    .modal__footer-link span:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
}

.modal__footer-link span::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/i-arr-right.svg") center no-repeat;
    background-size: cover;
    margin-left: 5px;
}

.modal__socials p {
    width: 80%;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #686E78;
    padding: 0;
    margin: 20px 0 10px;
}

@media (min-width: 768px) {
    .modal__socials p {
        width: 100%;
        font-size: 13px;
        line-height: 20px;
        margin-top: 24px;
        margin-bottom: 14px;
    }
}

.modal__socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.modal__socials ul li {
    display: block;
    width: auto;
    height: auto;
    margin-right: 36px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(77, 137, 238, 0);
    box-shadow: 0 0 0 0 rgba(77, 137, 238, 0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 1200px) {
    .modal__socials ul li:hover {
        -webkit-box-shadow: 0 0 0 2px rgba(77, 137, 238, 0.7);
        box-shadow: 0 0 0 2px rgba(77, 137, 238, 0.7);
    }
}

.modal__socials ul li:last-child {
    margin-right: 0 !important;
}

.modal_go-to-skype .modal__dialog, .modal_go-to-telegram .modal__dialog {
    width: 665px;
}

.modal_articles .modal__dialog {
    width: 885px;
}

.modal_articles .modal__controller_prev {
    position: relative !important;
    left: 0;
    top: auto;
    margin-top: 35px;
    margin-bottom: 5px;
    z-index: 5;
}

@media (min-width: 992px) {
    .modal_articles .modal__controller_prev {
        position: absolute !important;
        left: 18px;
        top: 50%;
        margin: 0;
    }
}

.modal_articles .modal__controller_next {
    position: absolute;
    top: 55px;
    left: 70px;
    z-index: 5;
}

@media (min-width: 768px) {
    .modal_articles .modal__controller_next {
        top: 75px;
        left: 85px;
    }
}

@media (min-width: 992px) {
    .modal_articles .modal__controller_next {
        top: 50%;
        left: auto;
        right: 18px;
    }
}

.modal_promo .modal__close {
    top: 2px;
    right: 2px;
}

.modal_promo .modal__controller_prev {
    position: relative;
    -webkit-transform: none;
    transform: none;
}

.modal_promo .modal__controller_next {
    position: relative;
    -webkit-transform: none;
    transform: none;
}

.modal_request-sent-order .balance__card {
    margin-bottom: 14px;
}

.modal_request-sent-order .select {
    height: 42px;
}

.modal_request-sent-order .select .link {
    cursor: default;
    padding: 0;
}

.modal_request-sent-order .select .link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 9px 16px 10px;
    font-style: italic;
    font-weight: 600;
    font-size: 11px;
    color: #4d89ee;
    text-decoration: none;
}

.modal_request-sent-order .profile-settings__label {
    margin-bottom: 5px;
}

.modal__contacts {
    margin-top: 30px;
    margin-bottom: -50px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #686E78;
    text-align: center;
}

.modal__contacts a {
    font-weight: 600;
}

.modal__results-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__results-txt h4 {
    display: block;
    position: relative;
    margin: 24px 0 14px;
    padding: 0;
}

.modal__results-txt p {
    display: block;
    position: relative;
    max-width: 380px;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .modal__results-txt p {
        margin-bottom: 60px;
    }
}

.modal__nav-item a {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #686E78 !important;
}

@media (min-width: 992px) {
    .modal__nav-item {
        display: none;
    }
}

.modal li + .modal__nav-item {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #e2e5ea;
}

.modal .modal__nav-item + .modal__nav-item {
    margin: 0;
    padding: 0;
    border-top: none;
}

#settingMenu .modal__dialog {
    width: calc(100% + 30px);
    float: none;
    max-width: none;
    margin: 0 -15px;
}

@media (min-width: 992px) {
    #settingMenu .modal__dialog {
        width: 350px;
        margin: 10px 0;
        float: right;
    }
}

#settingMenu .modal__content {
    padding: 33px 30px;
    border-radius: 0;
}

@media (min-width: 992px) {
    #settingMenu .modal__content {
        border-radius: 12px;
        border-top-right-radius: 0;
    }
}

#settingMenu .modal__header {
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e2e5ea;
}

#settingMenu .modal__title {
    font-weight: 600;
    color: #3b3e43;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 3px;
}

#settingMenu .modal__post {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #a1a8b4;
}

#settingMenu .modal__post a {
    margin-left: 10px;
}

#settingMenu a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #4d89ee;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

@media (min-width: 1200px) {
    #settingMenu a:hover {
        color: #3b3e43;
    }
}

#settingMenu .modal__link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#settingMenu .modal__link-list li {
    margin-bottom: 17px;
}

#settingMenu .modal__link-list li:last-child {
    margin-bottom: 0 !important;
}

#settingMenu .modal__link-list a {
    font-weight: 400;
}

#requestSent .modal__title {
    text-align: center;
    margin-bottom: 40px;
}

#requestSent .btn {
    width: 254px;
}

#requestSent .modal__contacts {
    margin-top: 40px;
}

@media (min-width: 768px) {
    #requestSent .modal__contacts {
        margin-top: 100px;
    }
}

#requestSentOrder .modal__content {
    padding-bottom: 80px;
}

.profit__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .profit__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.profit__title {
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #3b3e43;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .profit__title {
        margin-bottom: 0;
    }
}

.profit__controlles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profit__controlles .btn {
    margin-bottom: 5px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .profit__controlles .btn {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 2px;
    }
}

@media (min-width: 768px) {
    .profit__controlles {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.profit__offers-btn {
    position: relative;
    overflow: visible;
}

.profit__offers-btn:hover .dropdown {
    z-index: 1;
    opacity: 1;
}

.profit__offers-btn .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 18px 30px 40px;
    background: #3b3e43;
    -webkit-box-shadow: 0 2px 3px rgba(97, 115, 145, 0.45), 0 4px 9px rgba(97, 115, 144, 0.25), 0 15px 25px rgba(97, 115, 144, 0.2);
    box-shadow: 0 2px 3px rgba(97, 115, 145, 0.45), 0 4px 9px rgba(97, 115, 144, 0.25), 0 15px 25px rgba(97, 115, 144, 0.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -1;
    opacity: 0;
    border-radius: 12px 0 12px 12px;
}

.profit__offers-btn .dropdown span {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 18px;
}

.profit__offers-btn .dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.profit__offers-btn .dropdown li {
    margin-bottom: 10px;
}

.profit__offers-btn .dropdown li a {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #ffcc69;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    transition: color .1s linear;
}

.profit__offers-btn .dropdown li a:hover {
    color: #a1a8b4;
}

.profit__offers-btn .dropdown li a.active {
    color: #a1a8b4;
    cursor: default;
}

.profit__offers-btn .dropdown li:last-child {
    margin-bottom: 0 !important;
}

.profit__chart-wrap {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #e2e5ea;
    border-radius: 6px;
    padding: 20px 20px 10px;
    overflow-x: auto;
}

.profit__chart-container {
    width: 890px;
    height: 445px;
}

.dashboard-no-have-offers__tilte {
    display: block;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    color: #3b3e43;
    margin: 0 0 14px;
    padding: 0;
}

@media (min-width: 1200px) {
    .dashboard-no-have-offers__tilte {
        font-size: 31px;
        line-height: 38px;
    }
}

.dashboard-no-have-offers__subtilte {
    display: block;
    max-width: 635px;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #3b3e43;
}

.dashboard-no-have-offers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 0 -20px;
    padding: 0;
}

@media (min-width: 1400px) {
    .dashboard-no-have-offers__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}

.dashboard-no-have-offers__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    border: 1px solid #c4c4c4;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 10px;
}

@media (min-width: 390px) {
    .dashboard-no-have-offers__card {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .dashboard-no-have-offers__card {
        width: 280px;
        padding: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 1400px) {
    .dashboard-no-have-offers__card {
        margin: 0;
    }
}

.dashboard-no-have-offers__pic {
    display: block;
    width: 144px;
    height: 144px;
    background-color: #f0f0f4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #a1a8b4;
    border-radius: 6px;
}

.dashboard-no-have-offers__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #3b3e43;
    margin: 27px 0 14px;
    padding: 0;
}

.dashboard-no-have-offers__inform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 24px;
    padding: 0;
}

.dashboard-no-have-offers__inform li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
}

.dashboard-no-have-offers__inform span:first-child {
    display: block;
    margin-right: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #a1a8b4;
}

.dashboard-no-have-offers__inform span:last-child {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #4d89ee;
}

.dashboard-no-have-offers__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.dashboard-connected-offers__caption {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #3b3e43;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .dashboard-connected-offers__caption {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .dashboard-connected-offers__caption {
        position: absolute;
        padding: 0 40px;
        top: 30px;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 0;
    }
}

.dashboard-connected-offers__title {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 14px;
    padding: 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    color: #3b3e43;
}

@media (min-width: 1200px) {
    .dashboard-connected-offers__title {
        font-size: 31px;
        line-height: 38px;
    }
}

.dashboard-connected-offers__description {
    display: block;
    width: 100%;
    max-width: 635px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #3b3e43;
}

.dashboard-connected-offers__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}

.dashboard-offer-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-offer-tabs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #e2e5ea;
    border-radius: 8px;
    margin: 0 0 10px;
    padding: 10px;
}

.dashboard-offer-tabs__item:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .dashboard-offer-tabs__item {
        display: block;
        padding: 30px 30px 28px 190px;
    }
}

.dashboard-offer-tabs__pic {
    display: block;
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 8px;
    background-color: #e2e5ea;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px;
    margin-right: 20px;
}

@media (min-width: 992px) {
    .dashboard-offer-tabs__pic {
        position: absolute;
        top: 30px;
        left: 30px;
        margin-bottom: 0;
        margin-right: 0;
    }
}

.dashboard-offer-tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .dashboard-offer-tabs__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.dashboard-offer-tabs__caption {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 22px;
    line-height: 32px;
    color: #3b3e43;
}

.dashboard-offer-tabs__convertion > span:first-child {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #a1a8b4;
    margin-right: 10px;
}

.dashboard-offer-tabs__convertion > span:last-child {
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-align: right;
    color: #40CC90;
}

.dashboard-offer-tabs__desc {
    margin: 0 0 8px;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #3b3e43;
    min-height: 50px;
}

.dashboard-offer-tabs__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 768px) {
    .dashboard-offer-tabs__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.dashboard-offer-tabs__footer .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.dashboard-offer-tabs__statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 768px) {
    .dashboard-offer-tabs__statistic {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.dashboard-offer-tabs__statistic li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .dashboard-offer-tabs__statistic li {
        margin-right: 20px;
    }
}

.dashboard-offer-tabs__statistic li > span:first-child {
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #a1a8b4;
}

.dashboard-offer-tabs__statistic li > span:last-child {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #40cc90;
}

.dashboard-offer-tabs .btn {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .dashboard-offer-tabs .btn {
        margin-top: 0;
    }
}

.dashboard-statistics__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    left: 20px;
    bottom: 30px;
    margin: 0;
}

@media (min-width: 1400px) {
    .dashboard-statistics__btn {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 20px;
    }
}

.dashboard-statistics__btn_centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .dashboard-statistics__btn_centered {
        width: 100%;
    }
}

.dashboard-statistics .tabs__content {
    overflow-x: auto;
}

@media (min-width: 1400px) {
    .dashboard-statistics .tabs__content {
        overflow: unset;
    }
}

.dashboard-statistics .tabs__pane {
    min-width: 932px;
    padding-bottom: 15px;
}

@media (min-width: 1400px) {
    .dashboard-statistics .tabs__pane {
        padding-bottom: 0;
    }
}

.dashboard-statistics .content_offer-tabs {
    padding-bottom: 65px;
}

.statistics-width-btns .buttons-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .statistics-width-btns .buttons-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.statistics-width-btns .buttons-group .btn {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .statistics-width-btns .buttons-group .btn {
        margin-bottom: 0;
        margin-left: 10px;
    }
}

#offers-cpa,
#offers-revshare,
#day-cpa,
#day-revshare,
#stat-all,
#stat-processed,
#stat-completed,
#stat-rejected,
#cpa,
#revshare,
#offersEnabledStat {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    #offers-cpa,
    #offers-revshare,
    #day-cpa,
    #day-revshare,
    #stat-all,
    #stat-processed,
    #stat-completed,
    #stat-rejected,
    #cpa,
    #revshare,
    #offersEnabledStat {
        overflow: initial;
    }
}

@media (min-width: 1400px) {
    #offers-cpa,
    #offers-revshare,
    #day-cpa,
    #day-revshare,
    #stat-all,
    #stat-processed,
    #stat-completed,
    #stat-rejected,
    #cpa,
    #revshare,
    #offersEnabledStat {
        padding: 0;
        margin: 0;
    }
}

#offers-cpa .table,
#offers-revshare .table,
#day-cpa .table,
#day-revshare .table,
#stat-all .table,
#stat-processed .table,
#stat-completed .table,
#stat-rejected .table,
#cpa .table,
#revshare .table,
#offersEnabledStat .table {
    min-width: 932px;
}

@media (min-width: 992px) {
    #offers-cpa .table,
    #offers-revshare .table,
    #day-cpa .table,
    #day-revshare .table,
    #stat-all .table,
    #stat-processed .table,
    #stat-completed .table,
    #stat-rejected .table,
    #cpa .table,
    #revshare .table,
    #offersEnabledStat .table {
        width: 100%;
        min-width: initial;
    }
}

@media (min-width: 1400px) {
    #offers-cpa,
    #offers-revshare,
    #day-cpa,
    #day-revshare,
    #stat-all,
    #stat-processed,
    #stat-completed,
    #stat-rejected,
    #cpa,
    #revshare,
    #offersEnabledStat {
        padding-bottom: 0;
    }
}

.offers__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.3;
    color: #3b3e43;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .offers__title {
        font-size: 31px;
        line-height: 38px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .offers__title {
        font-size: 31px;
        line-height: 38px;
    }
}

.offers__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    padding: 7px 16px 5px 14px;
    height: 38px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .offers__status {
        margin-top: 0;
        margin-left: 15px;
    }
}

.offers__status_dis {
    background: #f36476;
}

.offers__status_en {
    background: #40cc90;
}

.offers__ref-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 20px 15px 25px;
    border: 1px solid #e2e5ea;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .offers__ref-link {
        padding: 30px 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.offers__ref-link p {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #212224;
}

@media (min-width: 768px) {
    .offers__ref-link p {
        font-size: 18px;
        line-height: 28px;
        margin-right: 10px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .offers__ref-link_connect {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.offers__ref-link .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 44px;
}

.offers__ref-link .input {
    margin-top: 8px;
}

.offers__ref-link div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .offers__ref-link div {
        width: auto;
    }
}

.offers__ref-link .informer {
    width: 44px;
    height: 44px;
    border: 1px solid #E2E5EA;
    border-radius: 6px;
    background-image: url("../img/i-info.svg");
    background-size: initial;
}

.offers__funtions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .offers__funtions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.offers__funtions h3 {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #3b3e43;
    margin: 0 0 14px;
    padding: 0;
}

.offers__funtions-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

@media (min-width: 992px) {
    .offers__funtions-list {
        width: 50%;
    }
}

.offers__funtions-list li {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 0 0 23px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #686E78;
}

@media (min-width: 992px) {
    .offers__funtions-list li {
        margin-bottom: 12px;
        line-height: 26px;
    }
}

.offers__funtions-list li:last-child {
    margin-bottom: 0 !important;
}

.offers__funtions-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #686E78;
    opacity: 0.7;
}

.offers__funtions-params {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .offers__funtions-params {
        width: 50%;
        margin-top: 0;
    }
}

.offers__funtions-params li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .offers__funtions-params li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 27px;
    }
}

.offers__funtions-params li:last-child {
    margin-bottom: 0 !important;
}

.offers__funtions-params li:last-child::before {
    display: none;
}

.offers__funtions-params li::before {
    content: '';
    display: none;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e2e5ea;
    z-index: 0;
}

@media (min-width: 768px) {
    .offers__funtions-params li::before {
        display: block;
    }
}

.offers__funtions-params img {
    display: block;
    position: relative;
    margin-right: 14px;
}

.offers__funtions-params span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #686E78;
    z-index: 1;
}

@media (min-width: 768px) {
    .offers__funtions-params span:first-child {
        padding-right: 20px;
    }
}

.offers__funtions-params span:last-child {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding-left: 40px;
    color: #3b3e43;
    background-color: #ffffff;
    z-index: 1;
}

@media (min-width: 768px) {
    .offers__funtions-params span:last-child {
        padding-left: 20px;
        text-align: right;
        max-width: 250px;
    }
}

.offers__promo {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #3b3e43;
    margin: 0 0 14px;
    padding: 0;
}

.offers__promo h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #3b3e43;
    margin: 0 0 14px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .offers__promo h3 {
        text-align: left;
        text-transform: initial;
    }
}

.offers__no-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.offers__no-promo h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #3b3e43;
    margin: 0 0 14px 0;
    padding: 0;
}

.offers__no-promo h4 {
    margin: 10px 0 14px;
    padding: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #3b3e43;
}

@media (min-width: 768px) {
    .offers__no-promo h4 {
        font-size: 31px;
        line-height: 38px;
        margin: 100px 0 14px;
    }
}

.offers__no-promo p {
    max-width: 450px;
    margin: 0 auto 30px;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #3b3e43;
}

@media (min-width: 768px) {
    .offers__no-promo p {
        margin-bottom: 84px;
    }
}

.offers__no-promo .btn {
    white-space: initial;
}

@media (min-width: 768px) {
    .offers__no-promo .btn {
        white-space: nowrap;
    }
}

.offers__promo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -10px;
}

.offers__promo-list li {
    display: block;
    width: auto;
    min-width: 100px;
    height: 100px;
    background-color: #f0f0f4;
    border: 1px solid #a1a8b4;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

@media (min-width: 768px) {
    .offers__promo-list li {
        height: 130px;
    }
}

@media (min-width: 992px) {
    .offers__promo-list li {
        height: 180px;
    }
}

.offers__promo-list li img {
    display: block;
    height: 100%;
    width: auto;
}

.offers__promo-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}

@media (min-width: 768px) {
    .offers__promo-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.offers__promo-buttons .btn {
    margin: 0 0 10px;
    max-width: 120%;
}

.offers__promo-buttons .btn:last-child {
    margin-bottom: 0 !important;
    white-space: initial;
}

@media (min-width: 768px) {
    .offers__promo-buttons .btn {
        margin: 0 5px 0;
    }
}

.offers-enabled__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.offers-enabled__stat h3 {
    width: 100%;
    margin: 0 0 17px;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #212224;
    text-align: left;
}

.offers-enabled__stat .btn {
    margin-top: -30px;
    white-space: initial;
}

@media (min-width: 1200px) {
    .offers-enabled__stat .btn {
        margin-top: 20px;
    }
}

#offersEnabledStat {
    width: 100%;
}

.offers-no__title {
    display: block;
    margin: 0 0 14px;
    padding: 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    color: #3b3e43;
}

@media (min-width: 1200px) {
    .offers-no__title {
        font-size: 31px;
        line-height: 38px;
    }
}

.offers-no__subtitle {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #3b3e43;
}

.offers-no__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
}

.offers-no__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    border: 1px solid #e2e5ea;
    border-radius: 8px;
    margin: 0 auto 20px;
    padding: 25px 15px;
}

@media (min-width: 768px) {
    .offers-no__list-item {
        display: block;
        max-width: 100%;
        padding: 26px 30px 21px 205px;
    }
}

.offers-no__list-item:last-child {
    margin-bottom: 0 !important;
}

.offers-no__list-pic {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 173px;
    height: 173px;
    background-color: #e2e5ea;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .offers-no__list-pic {
        position: absolute;
        width: 173px;
        height: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }
}

.offers-no__list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .offers-no__list-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 7px;
    }
}

.offers-no__list-caption {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 900;
    font-size: 22px;
    line-height: 32px;
    color: #3b3e43;
}

@media (min-width: 768px) {
    .offers-no__list-caption {
        margin-bottom: 0;
    }
}

.offers-no__list-desc {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 5px;
    padding: 0;
    max-width: 550px;
    min-height: 50px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #3b3e43;
    text-align: center;
}

@media (min-width: 768px) {
    .offers-no__list-desc {
        text-align: left;
    }
}

.offers-no__list-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .offers-no__list-footer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .offers-no__list-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.offers-no__list-footer .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.offers-no__list-statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .offers-no__list-statistic {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.offers-no__list-statistic li {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .offers-no__list-statistic li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.offers-no__list-statistic li:first-child {
    margin-right: 30px;
}

.offers-no__list-statistic li > span:first-child {
    display: inline-block;
    margin-right: 8px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #3b3e43;
}

.offers-no__list-statistic li > span:nth-child(2) {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #40cc90;
}

.privacy-policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.privacy-policy__title {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    color: #3b3e43;
}

.privacy-policy__content {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #3b3e43;
}

.profile-settings label {
    display: block;
    width: 100%;
    height: auto;
}

.profile-settings__title {
    display: block;
    position: relative;
    margin: 30px 0 15px;
    padding: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #3b3e43;
}

.profile-settings__subtitle {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #3b3e43;
}

@media (min-width: 768px) {
    .profile-settings__subtitle {
        width: 635px;
    }
}

.profile-settings__form {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 380px;
}

.profile-settings__fieldset {
    display: block;
    position: relative;
    margin: 30px 0 0 0;
}

.profile-settings__fieldset_traffic {
    margin-top: 20px;
}

.profile-settings__fieldset-title {
    display: block;
    margin: 0 0 14px 0;
    padding: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #3b3e43;
}

.profile-settings__form-group {
    display: block;
    position: relative;
    margin: 0 0 14px;
    padding: 0;
}

.profile-settings__form-group:last-child {
    margin-bottom: 0 !important;
}

.profile-settings__form-group-select {
    display: block;
    position: relative;
    margin: 0 0 14px;
    padding: 0;
    height: 42px;
}

.profile-settings__label {
    display: block;
    position: relative;
    margin-bottom: 8px;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #3b3e43;
}

@media (min-width: 768px) {
    .profile-settings__label {
        font-size: 18px;
        line-height: 28px;
    }
}

.profile-settings__label_traffic {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.profile-settings__button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    padding: 0;
}

.profile-settings__button-group .btn {
    margin-bottom: 30px;
}

.profile-settings__button-group .btn:last-child {
    margin-bottom: 0 !important;
}

.profile-settings__group {
    margin-bottom: 15px;
}

.profile-settings__group-title {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #3b3e43;
}

#profile-contacts .btn {
    white-space: initial;
}

.balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .balance {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.balance__inform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .balance__inform {
        width: 400px;
        margin-bottom: 0;
    }
}

.balance__inform .btn_primary {
    margin-bottom: 24px;
}

.balance__card {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 20px;
    border: 1px solid #4d89ee;
    border-radius: 16px;
}

.balance__card h4 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
}

.balance__card p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
}

@media (min-width: 768px) {
    .balance__card p {
        font-size: 44px;
    }
}

.balance__card .informer {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
}

.balance__card_dark {
    background-color: #4d89ee;
}

.balance__card_dark h4, .balance__card_dark p {
    color: #ffffff;
}

.balance__card_dark .informer {
    background-image: url("../img/i-informer-lite.svg");
}

.balance__card_lite h4 {
    color: #a1a8b4;
}

.balance__card_lite p {
    color: #212224;
}

.balance__offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .balance__offers {
        width: calc(100% - 400px);
        padding-left: 30px;
    }
}

.balance__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
}

.balance__caption {
    display: block;
    margin: 0 0 12px;
    padding: 0;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #3b3e43;
}

.balance__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.balance__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .balance__list li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 12px;
    }
}

.balance__list li:last-child {
    margin-bottom: 0 !important;
}

.balance__item-name {
    display: block;
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0 30px 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #3b3e43;
}

.balance__item-controllers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (min-width: 768px) {
    .balance__item-controllers {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.balance__item-controllers span {
    display: inline-block;
    position: relative;
    width: 75px;
    height: auto;
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #3b3e43;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

@media (min-width: 768px) {
    .balance__item-controllers span {
        -webkit-transform: none;
        transform: none;
    }
}

.balance__chart {
    width: 100%;
    margin-top: 50px;
}
