:root {
    --size: 16px;
    --primary-color: #007AFE;
}

.page {
    position: relative;
    min-height: 100vh;
    gap: calc(var(--size) * 2);
    padding: calc(var(--size) * 2);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 570px 1fr;
    background-color: #6c6c6c;
    background-image: url(img/rddu-login-back.png);
    background-position: 50% 50%;
    background-size: cover;
}

@media screen and (max-width: 960px) {
    .page {
        grid-template-columns: 1fr;
        grid-auto-rows: max-content;
    }

    .page__aside {
        grid-row: 1 / span 1;
    }
}

.page__block {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

.page__aside {
    padding: calc(var(--size) * 4) 0;
}

.page__lang__absolute {
    position: absolute;
    top: calc(var(--size) * 2);
    right: calc(var(--size) * 2);
    gap: calc(var(--size) / 2);
    display: flex;
}

.page__lang {
    gap: calc(var(--size) / 2);
    display: flex;
}

.page__title {
    margin: calc(var(--size) * 4) 40px;
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: justify;
}

.block {
    gap: var(--size);
    padding: calc(var(--size) * 2);
    display: grid;
    grid-template-rows: 80px 1fr min-content;
}

.block__header {
    padding-bottom: calc(var(--size) * 2);
}

.block__body {
    gap: calc(var(--size) / 2);
    display: grid;
    grid-auto-rows: max-content;
}

.block__logo {
    width: 100%;
    height: 78px;
    display: block;
    background-size: contain;
    background: url(img/rddu-login-logo.png) no-repeat left;
    margin-bottom: 36px;
}

.block__title {
    display: grid;
    gap: var(--size);
    grid-template-columns: 1fr auto 1fr;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: var(--primary-color);
}

.block__title__line {
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
    content: "";
}

.block__text {
    margin: calc(var(--size) / 2) 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.block__button {
    margin-top: 6px;
    border-radius: 10px;
}

.block__button:hover {
    border-radius: 10px;
}

.block__button > span > span {
    width: 100%;
    padding: calc(var(--size) / 2) var(--size);
    font-size: 14px;
}

.block__images {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-top: 5px;
	padding: 0 80px 15px;
}

.block__image {
	flex: 0 0 auto;
	height: 125px;
	background-repeat: no-repeat;
	background-position: center center;
}

.block__image__1 {
    background-image: url("img/logo-kds.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	width: 110px;
}

.block__image__1_kk {
    background-image: url("img/logo-kds-kk.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	width: 110px;
}

.block__image__2 {
    background-image: url("img/logo-kzhk.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 64px;
}

.block__image__3 {
    background-image: url("img/logo-baiterek.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 88px;
}

.block__image__4 {
    background-image: url("img/logo-tamur.png");
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
}

.lang-button {
    width: 55px;
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.lang-button--active {
    background-color: var(--primary-color);
    color: #ffffff;
}

.sign__block {
    width: 100%;
    height: 100%;
    display: grid;
    gap: calc(var(--size) * 2);
    padding: calc(var(--size) * 2);
    box-sizing: border-box;
    grid-template-columns: 265px 1fr auto;
    background-image: url(img/rddu-login-back.png);
    background-position: 50% 50%;
    background-size: cover;
}

.action__block {
    gap: calc(var(--size) * 2);
    padding: calc(var(--size) * 2);
}

.button__action {
    margin-top: 8px;
    border-radius: 10px;
}

.button__action:hover {
    border-radius: 10px;
}

.button__action > span > span {
    width: 100%;
    padding: calc(var(--size) / 2) var(--size);
    font-size: 14px;
    margin: 0;
}

.block__pdf {
    border: none;
    border-radius: 10px;
}

.img__qlogo {
    background-size: 100% 60px;
}

.block__left {
    padding: 12px
}

.adj__container {
    padding: 8px;
}

.adj__text {
    font-family: Times, serif;
    padding: 4px;
}

.approval__title {
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
}

.approval__text {
    white-space: pre-wrap;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.braf_approval__text {
    /* text-align: justify; */
    white-space: pre-wrap;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.approval__cb {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}