.tinkoff__modal { display: none; z-index: 10000; }

.tinkoff__modal button[disabled] {
    opacity: 0.5;
    cursor: default;
}

.payment--show { overflow: hidden; }
.payment--show .tinkoff__modal {
    display: flex;

    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    background-color: rgba(0, 0, 0, 0.5);

    width: 100vw;
    height: 100vh;

    position: fixed;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 25px;
}

.payment-cancel {
    position: absolute;

    top: 12.5px;
    right: 12.5px;

    width: 25px;
    height: 25px;

    cursor: pointer;

    font-size: 12px !important;
    line-height: 28px;

    display: inline-block;

    border-radius: 50%;
    background-color: #eee;

    text-align: center;
    font-weight: 700;
}

.payment-cancel:hover {
    background-color: #c8ab6c;
    color: white;
}

.tinkoff__modal__container {
    background-color: white;

    width: 100%;
    max-width: 960px;

    padding: 50px 12.5px;

    position: relative;

    height: auto;
    overflow-y: auto;
}

.tinkoff__modal__step--2 { display: none; }
.step-2 .tinkoff__modal__step--1 { display: none; }
.step-2 .tinkoff__modal__step--2 { display: block; }

.tinkoff__modal h3 {
    text-align: left;
    font-weight: 700;

    padding-left: 10px;

    font-size: 18px;

    padding-bottom: 25px;
}

.tinkoff__modal h3 span {
    font-weight: 400;
    display: block;

    font-size: 12px;
    color: gray;
}

.tinkoff__modal button {
    width: 171px;
    height: 45px;
    background-color: #c8ab6c;
    border: 1px solid #c8ab6c;
    border-radius: 23px;
    color: #fff !important;
    font-size: 1.3rem;
    line-height: 1.3rem;

    margin-left: 1rem;

    margin-bottom: 25px;
	cursor: pointer;
}

.tinkoff__modal table {
    font-size: 1.4rem;

    margin-bottom: 2.5rem;
	border-spacing: 0;
	width: 100%;
}

.tinkoff__modal table tr.row-title td { font-weight: 700; padding-top: 25px; }
.tinkoff__modal table tr.row-title:first-child td { padding-top: 10px; }

.tinkoff__modal table tr.row-service { cursor: pointer;  }
.tinkoff__modal table tr.row-service:hover td { background-color: #eee; }

.tinkoff__modal table tr td { padding: 1rem; }

.tinkoff__modal__step--2 .tinkoff__modal__contact__info,
.tinkoff__modal__step--2 .tinkoff__modal__step__info,
.tinkoff__modal__step--2 .tinkoff__modal__step__content,
.tinkoff__modal__step--2 .tinkoff__modal__step__action {
    padding: 0 1rem 2.5rem;

    font-size: 1.4rem;
}

.tinkoff__modal__step--2 .tinkoff__modal__step__action {
    padding-top: 25px;
}

.tinkoff__modal .summary {
    padding-left: 1rem;

    list-style-position: inside;
	margin: 0;
}

.tinkoff__modal__step--2 .tinkoff__modal__step__info span {
    padding-left: 1rem;
    font-weight: 700;
}

.tinkoff__modal__contact__info .formfields {
    padding-left: 1rem;
    padding-right: 1rem;
}

.tinkoff__modal__contact__info .formfields > div {
    padding-bottom: 25px;
    position: relative;
}

.tinkoff__modal__contact__info .formfields label {
    position: absolute;
    left: 0;
    bottom: 7.5px;

    font-size: 10px;
    color: red;
}

.tinkoff__modal__contact__info input[type="text"] {
    width: 100%;

    border-radius: 2px;
    line-height: 32px;
    height: 38px;

    padding: 3px 10px;

    background-color: white;

    border: 1px solid #eee;
    outline: 0;
    box-shadow: none;
}

.item-checkbox span { visibility: hidden; }
.checked .item-checkbox span { visibility: visible; }
