.filter-panel {
    margin-bottom: 8px;
}

.filter-panel__link,
.filter-panel__link:hover,
.filter-panel__link:active,
.filter-panel__link:visited {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 39px;
    padding: 0 25px;
    background: #007F42;
    margin-right: 4px;
    margin-bottom: 12px;
}

.filter-panel__link:hover {
    background: #4BBA53;
    color: #fff;
}

.filter-panel__link.is-active {
    background-color: #4BBA53;
    color: #fff;
}

.filter-panel__reset {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    color: #717171;
    font-size: 13px;
}

.realtime-pattern-helper {
    display: none;
}

.realtime-pattern-helper.is-visible {
    display: block;
}

.recaptcha-reziser {
    transform-origin: 0 0;
    transform: scale(0.74);
}

.apply__row a,
.apply__row a:hover,
.apply__row a:active,
.apply__row a:visited {
    color: #4bba53;
}

.currency-direction {
    margin-left: 4px;
    display: inline;
}

.currency-direction.up::after {
    content: '↑';
    color: green;
}

.currency-direction.down::after {
    content: '↓';
    color: red;
}

.cr-buttons-panel::after {
    content: '';
    display: table;
    clear: both;
}

.cr-buttons-panel__left {
    float: left;
}

.cr-buttons-panel__right {
    margin-top: 28px;
    float: right;
}

.cr-button-reset,
.cr-button-reset:hover,
.cr-button-reset:active,
.cr-button-reset:visited {
    color: #888 !important;
}

.cr-button-reset:hover {
    color: red !important;
}

.ok a,
.ok a:hover,
.ok a:active,
.ok a:visited {
    color: #4bba53;
}

.apply .error .catalog-min {
    border-color: red;
}

.cr-spouse-block {
    display: none;
}

.cr-spouse-block.is-visible {
    display: block;
}

.checkbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
}

.apply-agreement {
    padding: 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    background: #f1f1f1;
}

.apply-agreement ol {
    margin-bottom: 0;
}

.apply-agreement ol li:last-child {
    padding-bottom: 0;
}

.map-infowindow__title {
    font-size: 16px;
    margin-bottom: 4px;
}

.map-infowindow__text_title {
    margin-top: 8px;
    color: #369c3d;
}

.filials .leaflet-popup-content {
    margin: 8px 11px;
}

.deposits-full__content {
    margin-bottom: 33px;
}

.deposits-full__table {
    margin-bottom: 33px;
}

.deposits-full__file {
    margin-bottom: 33px;
    padding: 0 12px;
}

.deposits-full__calculator {
    margin-bottom: 32px;
}

.deposit-calc__label {
    display: block;
    margin-bottom: 8px;
}

.deposit-calc__item {
    margin-bottom: 12px;
}

.deposit-note {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 12px;
}

.deposits-file-link {
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.deposits-file-link::before {
    content: '';
    margin-right: 4px;
    width: 26px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url('../img/doc.png') 0 0 no-repeat;
}

td,
th {
    vertical-align: top;
}

.leasing-not-valid {
    margin-bottom: 4px;
    font-size: 12px;
    color: red;
}

.leasing-full__image {
    margin-bottom: 32px;
}

.leasing-full__file {
    margin-bottom: 28px;
    padding: 0 12px;
}

.leasing-file-link {
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.leasing-file-link::before {
    content: '';
    margin-right: 4px;
    width: 26px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url('../img/doc.png') 0 0 no-repeat;
}

.session-reset-alert {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 1000000;
    transform: translateX(-50%);
    margin: auto;
    cursor: pointer;
    display: inline-block;
}

.session-reset-alert__message {
    padding: 8px 16px 10px;
    font-size: 16px;
    color: #fff;
    background-color: #369c3d;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.questionnaire-item {
    padding: 20px;
    display: inline-block;
    background: #f8f8f8;
    border-radius: 4px;
}

.questionnaire-item__label {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 16px;
    line-height: 1.4;
}

.questionnaire-item__variant {
    display: inline-block;
    margin-right: 20px;
}

.questionnaire-item__variant label {
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.apply__title_large {
    font-size: 24px;
    margin-bottom: 20px;
}

.jq-radio.checked .jq-radio__div {
    width: 16px;
    height: 16px;
}

.affiliates-seach-table td {
    padding: 8px;
    font-size: 12px;
    line-height: 1.4;
}

.affiliates-seach-table td:first-child {
    white-space: nowrap;
}

.search-result-page mark {
    background-color: rgba(75, 186, 83, 0.25);
}

.search-result-page h3 {
    font-size: 20px;
    font-weight: normal;
}


.currency-direction {
    margin-left: 4px;
    display: inline;
}

.currency-direction.up::after {
    content: '↑';
    color: green;
}

.currency-direction.down::after {
    content: '↓';
    color: red;
}

.search-result-page h2 {
    margin: 0;
    font-weight: normal;
    margin-bottom: 8px;
}

.search-result-page h4 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
}

.search-result-page ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.search-result-page li {
    padding: 0;
    margin-bottom: 16px;
    list-style: none;
}

.search-result-page li p {
    color: #000;
    padding: 0;
    font-size: 16px;
}

.search-result-page a,
.search-result-page a:hover,
.search-result-page a:active,
.search-result-page a:visited {
    color: #4bba53;
}

.search-result-page a:hover {
    text-decoration: underline;
}

body.cke_editable {
    padding: 8px !important;
}

.affiliate-item-modal {
    width: 640px;
    height: 360px;
}

.affiliate-item-map .fancybox-close-small {
    z-index: 10000;
}

.affiliate-item-map {
    height: 100%;
    width: 100%;
    z-index: 5;
}

.primary-content img {
    margin: auto;
    padding: 20px 0;
    clear: both;
    display: block;
    height: auto !important;
    max-width: 100% !important;
}

.credits-index a,
.credits-index a:hover,
.credits-index a:active,
.credits-index a:visited {
    color: #4bba53;
}

.affiliates-table {
    line-height: 1.4;
}

.affiliates-table th,
.affiliates-table td {
    padding: 12px;
}

.affiliates-table td:first-child {
    font-weight: bold;
}

.affiliates-table td:nth-child(3) {
    white-space: nowrap;
}

.affiliates-table td:last-child {
    width: 320px;
}

.affiliates-table__link {
    color: #4bba53;
    cursor: pointer;
}

.affiliates-table__link:hover {
    text-decoration: underline;
}

.affiliate-schedule {
    font-size: 11px;
}

.affiliate-schedule__item {
    margin-bottom: 4px;
}

.affiliate-schedule__item_title {
    font-weight: bold;
}

.affiliate-schedule__holiday {
    color: #800000;
}

.affiliate-schedule__break {
    display: inline;
    color: #800000;
}

.affiliate-schedule__label {
    font-weight: normal;
}

.affiliate-schedule__work-time {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
}

.page__content .no-border {
    border: none !important;
}

.page__content .no-border td,
.page__content .no-border th {
    border: none !important;
}

.page__content img {
    max-width: 100% !important;
    height: auto !important;
}

.apply__right .about__item {
    width: 325px;
    margin-right: 0;
    margin-bottom: 20px;
}

.apply__right .about__name {
    width: 135px;
    min-height: 60px;
}

.apply__right .about__pic {
    width: 95px;
    height: 120px;
}

.apply__right .btn {
    line-height: 50px;
    margin-top: 0;
}

.apply__right .about__item_credit {
    margin-bottom: 0;
}

.apply__photos {
    margin-bottom: 10px;
}

.apply__photo {
    display: inline-block;
    margin-right: 6px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
}

.apply__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apply__photo.is-empty .apply__del {
    display: none !important;
}

.apply__photo:hover .apply__del {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.apply__del {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.apply__del span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/card/del.png') 55px 6px no-repeat;
}

.apply__file .jq-file {
    box-shadow: none;
    height: 25px;
    min-width: 172px;
    display: inline-block;
}

.apply__file .jq-file__name {
    display: none;
    position: static;
}

.apply__file .jq-file__browse {
    font-family: 'Montserrat', 'Liberation Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #00774f;
    background: transparent;
    box-shadow: none;
    display: inline-block;
    border-bottom: 1px solid #00774f;
    padding: 0;
    border-radius: 0;
    border-left: none;
    line-height: 20px;
    top: 0;
    left: 0;
    position: relative;
}

.apply__file .jq-file input {
    position: relative;
    width: 100%;
    background: blue;
    top: -32px;
    font-size: 0;
    height: 26px;
}

.apply__file .jq-file:hover .jq-file__browse {
    border-color: transparent;
}

.apply__file .jq-file:focus .jq-file__browse {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.apply__file .jq-file:active .jq-file__browse {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.page__side__list_green li a {
    color: #016436;
}

.special-mode-button {
    border: none;
    background: none;
    box-shadow: none;
    color: #4bba53;
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: 15px;
}

.header__links-grid {
    display: grid;
    grid: auto auto / auto auto;
}

.header__special {
    margin-left: 70px;
}

.sidebar-mobile__special {
    margin-bottom: 12px;
}

.sidebar-mobile__special .special-mode-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    color: #000;
    background-color: #f0f0f0;
}

.faq__item {
    background-color: #f8f8f8;
    border-radius: 4px;
    margin-bottom: 20px;
}

.faq__question {
    padding: 12px;
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.faq__question::after {
    content: '>';
    display: inline-block;
    float: right;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    transition: all 200ms ease-in-out 0ms;
    text-align: center;
    line-height: 14px;
    vertical-align: middle;
    color: #000;
    border-radius: 50%;
}

.faq__item.is-active .faq__question::after {
    transform: rotate(270deg);
}

.faq__answer {
    padding: 12px;
    padding-top: 0;
    display: none;
}

.faq__answer p:last-child {
    padding-bottom: 0;
}

.survey-list {
    margin-bottom: 40px;
}

.survey-list__item {
    margin-bottom: 12px;
}

.survey-list__item.is-completed {
    opacity: 0.5;
}

.survey-list__already-completed {
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
}

a.survey-list__title {
    color: inherit;
    text-decoration: inherit;
}

.survey-list__title {
    font-size: 20px;
    padding: 8px 12px;
    display: block;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 100ms ease-in-out 0ms;
}

.survey-list__title:hover {
    color: #4bba53;
    border-color: #4bba53;
}

.survey-list__item.is-completed .survey-list__title:hover {
    color: inherit;
    border-color: inherit;
}

.survey-full .captcha {
    margin-top: 0;
}

.survey-full__item {
    margin-bottom: 20px;
}

.survey-full-item__question {
    font-size: 20px;
    margin-bottom: 8px;
}

.survey-full__bottom {
    margin-bottom: 40px;
}

.survey-full__success {
    font-size: 20px;
    margin-bottom: 20px;
}

.survey-full__back {
    margin-bottom: 40px;
}

.flex-list {
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
}

.flex-list__item {
    padding: 0 4px;
}

.flex-list_2 .flex-list__item {
    width: 50%;
}

.flex-list_3 .flex-list__item {
    width: 33.3333%;
}

.apply .jq-selectbox .disabled {
    display: none;
}

.survey-completed__title {
    font-size: 20px;
    margin-bottom: 20px;
}

.survey-completed__back {
    margin-bottom: 40px;
}

.header .header__link:first-child {
    order: -2;
}

.header__special {
    order: -1;
}

.calc-right-form {
    margin-bottom: 60px;
}

.page_deposit .page__title {
    display: none;
}

.header-ib {
    position: relative;
    width: 220px;
}

.header-ib_mobile {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.header-ib_mobile .header-ib__button {
    margin-bottom: 10px;
    line-height: 41px;
    border-radius: 0;
}

.header-ib_mobile .header-ib__tooltip.is-mobile-opened {
    position: static;
    display: block;
    top: 0;
    width: 100%;
}

.header-ib.header-ib_desktop:hover .header-ib__tooltip {
    display: block;
}

.header-ib.header-ib_desktop:hover .header-ib__button {
    display: none;
}

.header-ib__button {
    padding: 0 27px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    color: #fff;
    background: #016435;
    border-radius: 3px;
    cursor: default;
    user-select: none;
}

.header-ib__tooltip {
    position: absolute;
    top: -9px;
    left: -9px;
    width: 238px;
    z-index: 15;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 8px;
    display: none;
}

.header-ib__link,
.header-ib__link:hover,
.header-ib__link:active,
.header-ib__link:visited {
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 8px 4px;
    color: #fff;
    background-color: #016435;
    transition: none;
    border-radius: 3px;
    line-height: 34px;
}

.header-ib__item:first-child {
    margin-bottom: 8px;
}

.header-ib__link:hover {
    color: #fff;
    background-color: #4bba53;
}

.header-ib.is-opened .header-ib__tooltip {
    display: block;
}

.header-ib_mobile .header-ib__tooltip {
    width: 303px;
}

.header-ib_mobile .header-ib__link,
.header-ib_mobile .header-ib__link:hover,
.header-ib_mobile .header-ib__link:active,
.header-ib_mobile .header-ib__link:visited {
    padding: 12px 4px;
    line-height: 17px;
    border-radius: 0;
}

.calc-page-button {
    user-select: none;
}

.calc-page-block-wrapper.is-hidden {
    display: none;
}

.footer__phones {
    margin-bottom: 12px;
}

.footer-phones__item {
    text-align: right;
    margin-bottom: 6px;
}

.footer-phones__link {
    font-size: 15px;
    color: #a0c0b1;
}

.credit-requirements-block {
    border-radius: 4px;
    margin: 40px 0;
    padding: 30px 40px 0;
    background-color: #f0f0f0;
}

.about-slider .slick-prev {
    left: -8%;
    background-color: transparent;
    opacity: 0.4;
}

.about-slider .slick-next {
    right: -8%;
    background-color: transparent;
    opacity: 0.4;
}

.services-slider .slick-prev {
    left: -75px;
    background-color: transparent;
    opacity: 0.4;
}

.services-slider .slick-next {
    right: -75px;
    background-color: transparent;
    opacity: 0.4;
}

.paycards-list__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.paycards-list__item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.paycards-list-item {
    padding: 28px 37px 40px;
    border: 1px solid #EEE;
    height: 100%;
}

.paycards-list-item__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 23px;
}

.paycards-list-item__link,
.paycards-list-item__link:hover,
.paycards-list-item__link:active,
.paycards-list-item__link:visited {
    text-decoration: inherit;
    color: inherit;
}

.paycards-list-item__link:hover {
    color: #319B39;
}

.paycards-list-item__content {
    display: flex;
}

.paycards-list-item__image {
    margin-top: 4px;
    flex-grow: 1;
}

.paycards-list-item__side {
    width: 240px;
    min-width: 240px;
    padding-left: 57px;
}

.paycards-list-item__info {
    margin-bottom: 14px;
}

.paycards-list-item__description {
    margin-top: 12px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.75em;
    color: #666;

    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    transition: all 0.3s ease;
}

.paycards-list-item__button {
    margin-right: 16px;
    display: inline-block;
}

.paycards-list-info {
    padding-left: 13px;
    border-left: 2px solid #D3D3D3;
}

.paycards-list-info__title {
    margin-bottom: 8px;
    font-size: 15px;
}

.paycards-list-info__text {
    font-size: 23px;
    color: #319B39;
}

.paycards-list__filter {
    margin-bottom: 30px;
}

.paycards-list-filter {
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #F1F1F1;
    border-radius: 4px;
}

.paycards-list-filter__item {
    padding: 15px 22px;
}

.paycards-list-filter__item:hover {
    color: #000;
}

.paycards-list-filter__item.is-active {
    color: #000;
}

.paycards-list-filter__link-inner {
    display: inline-block;
    border-bottom: 1px dotted #888;
}

.paycards-list-filter__item.is-active .paycards-list-filter__link-inner {
    border-bottom-color: transparent;
}

.btn.btn-paycard {
    transition: all 100ms ease-in-out 0ms;
    color: #016435;
    background-color: #F1F1F1;
}

.btn.btn-paycard.is-active,
.btn-paycard:hover {
    color: #fff;
    background-color: #016435;
}

.paycards-page-content {
    margin-bottom: 40px;
}

.paycards-full__header {
    padding: 15px 0 19px;
    background: transparent url('../img/paycards-full-bg.jpg') center center no-repeat;
    background-size: cover;
}

.paycards-full__header .bread-crumbs {
    margin-top: 4px;
}

.paycards-full__top {
    display: flex;
    padding: 58px 0 33px;
}

.paycards-full__left {
    flex-grow: 1;
    padding-right: 100px;
}

.paycards-full__title {
    font-size: 30px;
    margin-bottom: 20px;
}

.paycards-full__description {
    margin-top: 12px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.75em;
    color: #666;
}

.paycards-full__info {
    margin-bottom: 35px;
}

.paycards-full-info__item {
    display: inline-block;
    padding-left: 13px;
    border-left: 2px solid #D3D3D3;
    margin-right: 56px;
}

.paycards-full-info__title {
    margin-bottom: 8px;
    font-size: 15px;
}

.paycards-full-info__text {
    font-size: 23px;
    color: #319B39;
}

.paycards-full__button {
    margin-bottom: 20px;
}

.paycards-full__right {
    margin-left: auto;
    width: 390px;
    min-width: 390px;
}

.paycards-sidebar-wrapper {
    padding-top: 20px;
}

.paycards-sidebar-wrapper .apply__right__image {
    padding: 7px 32px 34px;
}

.paycards-sidebar-wrapper .apply__right__title {
    font-weight: normal;
    font-size: 21px;
}

.paycards-sidebar-wrapper ol {
    counter-reset: custom;
    list-style: none;
}

.paycards-sidebar-wrapper ol li {
    counter-increment: custom;
    position: relative;
    padding-left: 80px;
}

.paycards-sidebar-wrapper ol li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(custom);
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    border: 2px solid #016336;
    color: #016336;
    font-family: inherit;
    font-size: 20px;
}

.paycards-sidebar-wrapper li h4 {
    font-size: 16px;
    color: #016336;
    margin-bottom: 3px;
}

.paycards-sidebar-wrapper li p {
    font-size: 15px;
    padding-right: 25px;
    padding-bottom: 7px;
}

.paycards-tabs__tabs {
    display: flex;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 34px;
}

.paycards-tabs__tab {
    padding: 32px 38px 20px;
    font-size: 20px;
    color: #54B25A;
    margin-bottom: -4px;
    letter-spacing: 0.01em;
    cursor: pointer;
    user-select: none;
    border-bottom: 4px solid transparent;
}

.paycards-tabs__tab:first-child {
    padding-left: 0;
}

.paycards-tabs__tab.is-active {
    border-bottom-color: #54B25A;
}

.paycards-tabs__block {
    display: none;
}

.paycards-tabs__block.is-active {
    display: block;
}

.paycards-tabs__content {
    margin-bottom: 20px;
}

.paycards-full__documents {
    margin-bottom: 40px;
}

.paycards-files__files {
    padding: 28px;
    background-color: #f0f0f0;
}

.paycards-files__file {
    margin-bottom: 17px;
}

.paycards-files__file:last-child {
    margin-bottom: 0;
}

.paycard-file__icon {
    display: inline-block;
    margin-right: 20px;
    width: 23px;
    height: 31px;
    background: transparent url('../img/file-icon.png') 0 0 no-repeat;
}

.paycard-file__link {
    display: inline-block;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.leasing-calc .calc__right {
    margin-bottom: 40px;
}

.leasing-calc .calc__mess {
    margin-top: 0;
    margin-bottom: 20px;
}

.calc__descr-or {
    margin-bottom: 30px;
    display: block;
    color: #fff;
}

.calc__right_leasing {
    background-color: #42B18B;
    padding-bottom: 20px;
}

.leasing-currency-text {
    font-size: 16px;
}

.search-error-page {
    margin-bottom: 40px;
}

.search-result-page {
    margin-bottom: 40px;
}

.search-date {
    font-size: 14px;
    color: #888;
}

.ingot-table-weight-td {
    padding-left: 37px !important;
    padding-top: 12px !important;
}

.ingot-table-weight {
    display: inline-block;
    width: 240px;
}

.main-page-h1 {
    font-size: 8px;
    text-align: right;
    color: #ddd;
}

.tabs-top-panel {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1232px) {
    .apply__right {
        display: none;
    }

    .flex-list {
        flex-direction: column;
    }

    .flex-list_2 .flex-list__item,
    .flex-list_3 .flex-list__item {
        width: 100%;
    }

    .deposit-calc-mobile {
        display: block;
    }

    .calc-page-button {
        margin-bottom: 40px;
    }

    .paycards-list__item {
        width: 100%;
    }

    .paycards-list-item__content {
        flex-wrap: wrap;
    }

    .paycards-list-item__image {
        margin-bottom: 20px;
    }

    .paycards-list-item__side {
        width: 100%;
        min-width: 100%;
        padding-left: 0;
    }

    .paycards-list-item__button {
        margin-bottom: 12px;
    }

    .paycards-list__filter {
        margin-bottom: 10px;
    }

    .paycards-list-filter {
        background-color: transparent;
    }

    .paycards-list-filter__item {
        width: 100%;
        min-width: 100%;
    }

    .paycards-full__left {
        padding-right: 20px;
    }

    .paycards-full__right {
        width: 200px;
        min-width: 200px;
    }

    .paycards-tabs__tabs {
        margin-top: 10px;
    }

    .paycards-tabs__tab,
    .paycards-tabs__tab:first-child {
        text-align: center;
        font-size: 14px;
        padding: 12px 20px;
    }
}

@media screen and (max-width: 768px) {
    .recaptcha-reziser_feedback {
        transform: scale(0.86);
    }

    .recaptcha-reziser_terminals {
        margin-left: 43px;
    }

    .recaptcha-reziser_cards {
        margin-left: 43px;
    }

    .recaptcha-reziser_questionnaire {
        margin-left: 43px;
    }

    .cr-buttons-panel__left {
        float: none;
    }

    .cr-buttons-panel__right {
        float: none;
    }

    .apply__photo {
        width: 66px;
        height: 66px;
        background-position: -8px -6px;
    }

    .apply-agreement {
        background: none;
        padding: 8px;
        font-size: 14px;
    }

    .questionnaire-item {
        display: block;
    }

    .questionnaire-item__variant {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .affiliate-item-modal {
        width: 300px;
        height: 200px;
    }

    .footer-phones__item {
        text-align: left;
    }

    .credit-requirements-block {
        padding: 20px 20px 0;
    }

    .paycards-full__top {
        flex-direction: column;
        padding: 20px 0;
    }

    .paycards-full__left {
        padding-right: 0;
    }

    .paycards-full__right {
        order: -1;
        width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }

    .paycards-full__button {
        display: block;
        width: 100%;
        padding: 16px 8px !important;
        line-height: 1.4 !important;
    }

    .paycards-full-info__item {
        margin-bottom: 20px;
    }

    .paycards-full__info {
        margin-bottom: 10px;
    }

    .paycards-tabs__tabs {
        margin-top: 20px;
        margin-bottom: 10px;
        flex-direction: column;
        border-bottom: none;
    }

    .paycards-tabs__tab,
    .paycards-tabs__tab:first-child {
        padding: 12px;
        margin-bottom: 8px;
    }

    .calc__descr-or {
        margin-bottom: 12px;
    }

    .page__main img {
        max-width: 100% !important;
        height: auto !important;
    }

    .service__pic img {
        height: 100%!important;
    }

    .paycard-file__link {
        display: inline;
        line-height: 1.7em;
    }

    .ingot-table-weight {
        width: auto;
    }

    .ingot-table-weight-td {
        padding-left: 10px !important;
        padding-top: 10px !important;
    }

    .tabs-top-panel {
        flex-direction: column;
    }
}
