@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    list-style: none;
    text-decoration: none;
}

button {
    cursor: pointer;
}

h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 113%;
    color: #235DCF;
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 113%;
    text-align: center;
    text-transform: uppercase;
    color: #4F4F4F;
    margin-bottom: 75px;
}

h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 162%;
    /* or 32px */
    text-align: center;
    color: #235DCF;
}

h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 113%;
    color: #474747;
}

h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    /* or 27px */
    text-align: center;
    color: #2F2F2F;
}

h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 183%;
    color: #4F4F4F;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #4F4F4F;
}

body {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

header {
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 37px 150px;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header ol {
    display: flex;
    align-items: center;
    gap: 47px;
}

.header ol li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    /* identical to box height, or 18px */
    color: #1D1D1D;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.header ol li .header_exit_link span {
    color: #235DCF;
    width: 100%;
    line-height: 100%;
    border-bottom: 2px solid #235DCF;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 36px;
}

.header_right a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    /* identical to box height, or 18px */
    color: #1D1D1D;
}

.header_right select {
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    color: #000000;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    /* Для позиционирования полосок */
}

.menu-toggle .bar {
    height: 3px;
    width: 25px;
    background-color: #235DCF;
    margin: 2px 0;
    transition: all 0.3s ease;
}

#about {
    padding: 230px 0 100px;
}

.about {
    display: flex;
    align-items: self-start;
    gap: 80px;
}

.about_info {
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 553px;
}

.about_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.about_bottom_info {
    display: flex;
    align-items: flex-end;
    gap: 75px;
}

.num_box {
    width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start;
    align-items: flex-start;
}

.num_box p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    /* or 18px */
    color: #1D1D1D;
}

.num_box h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 113%;
    color: #235DCF;
    letter-spacing: -1.5px;
    margin-bottom: 0;
}

.num_box h2 span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    color: #1D1D1D;
}

.num_box p span {
    display: none;
}

.about_bottom a {
    width: 338px;
    height: 63px;
    background: #FF626C;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 113%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.br_block {
    display: none;
}

#chips {
    padding: 108px 0 110px;
}

.chips {
    width: 100%;
    margin: 0 auto;
    max-width: 933px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chips_box {
    width: 100%;
    max-width: 439px;
    min-height: 219px;
    background: #F1F1F1;
    border: 1px solid #235DCF;
    box-shadow: 4px 4px 10.2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    text-align: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container video {
    width: 100%;
    display: block;
    height: 100%;
}

.video-container video source {
    width: 100%;
    height: 100%;
}

.video-container:hover .play-button {
    scale: 1.1;
    transition: scale ease-in-out .3s;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 360px;
    min-width: 360px;
    min-height: 400px;
    max-height: 400px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.51);
    /* Начальный фон */
    transition: background-color 0.3s ease;
    /* Плавный переход */
}

.video-container.playing::before {
    background-color: transparent;
    /* Фон при воспроизведении */
}

video.playing+.video-container::before {
    opacity: 0;
    /* Hide the background when video is playing */
}

.play-button {
    position: absolute;
    background-color: #fff;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 2;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding-left: 8px;
    transition: scale ease-in-out .3s;
}

.play-button img {
    width: 27px;
    height: 30px;
    position: relative;
}

#you_get {
    padding: 108px 0;
}

.you_get {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.you_get_box {
    width: 100%;
    max-width: 525px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 44px 60px 20px 60px;
    background: #fff;
    filter: drop-shadow(13px 12px 6.6px rgba(0, 0, 0, 0.15));
    border: 1px solid #235DCF;
    border-radius: 8px;
}

.you_get_box ol {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 26px;
}

.you_get_box ol li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #4F4F4F;
    display: flex;
    position: relative;
}

.you_get_box ol li::before {
    position: absolute;
    content: ' ';
    display: block;
    min-width: 12px;
    min-height: 12px;
    max-width: 12px;
    max-height: 12px;
    border-radius: 100px;
    background: #FF626C;
    top: 7px;
    left: -20px;
}

#tarif {
    padding: 78px 0 110px;
}

.tarif {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.tarif_box {
    position: relative;
    width: 360px;
    height: 1119px;
    border: 1px solid #FF626C;
    border-radius: 8px;
    padding: 35px 23px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tarif_box_info h3,
.tarif_box_info span,
.tarif_box_info p {
    text-align: center;
}

.tarif_box_info h3 {
    text-transform: uppercase;
    margin-bottom: 6px;
}

.tarif_box_info span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 113%;
    /* identical to box height, or 17px */
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 25px;
}

.tarif_box_info p {
    font-size: 14px;
}

.tarif_box_info hr {
    width: 100%;
    margin: 9px 0 20px;
    opacity: .25;
    border-bottom: 1px solid #323232;
}

.tarif_box_info ol {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tarif_box_info ol li {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 198%;
    color: #4F4F4F;
    display: flex;
}

.tarif_box_info ol li b {
    margin-bottom: 20px;
}

.tarif_box_info ol li::before {
    content: ' ';
    display: block;
    min-width: 9px;
    min-height: 9px;
    max-width: 9px;
    max-height: 9px;
    background: #235DCF;
    border-radius: 100px;
    margin-right: 20px;
    position: relative;
    bottom: -8px;
}

.tarif_box_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: -25px;
}

.tarif_box_bottom .price {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 113%;
    /* or 45px */
    text-align: center;
    color: #4F4F4F;
}

.tarif_box_bottom .price_text {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 113%;
    /* identical to box height, or 17px */
    text-align: center;
    color: #4F4F4F;
}

.tarif_box_bottom a {
    width: 263px;
    height: 63px;
    background: #FF626C;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 20px;
}

.tarif_box_blue {
    background: #235DCF;
    border: none;
    color: #fff;
}

.tarif_box_blue .tarif_box_info h3,
.tarif_box_blue .tarif_box_info span,
.tarif_box_blue .tarif_box_info p,
.tarif_box_blue .tarif_box_info li,
.tarif_box_blue .tarif_box_bottom span {
    color: #fff;
}

.tarif_box_blue ol li::before {
    background: #fff;
}

.tarif_box_blue .tarif_box_info hr {
    border-color: #fff;
}

.action_tarif {
    position: absolute;
    width: 282px;
    height: 55px;
    background: #FFFFFF;
    border: 2px solid #FF626C;
    border-radius: 12px;
    transform: rotate(-6.2deg);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 113%;
    /* identical to box height, or 18px */
    text-align: center;
    text-transform: uppercase;
    color: #FF626C;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -35px;
    left: -15px;
}

.action_tarif_two {
    background: #FF626C;
    border-color: #FF626C;
    color: #fff;
}

#free {
    padding: 92px 0;
}

#free .free {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 22px;
}

#free .free h2 {
    /* попробуйте пакет GOLD 7 дней бесплатно */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    /* or 32px */
    text-align: center;
    text-transform: uppercase;
    color: #474747;
    margin: 0;
}

#free .free h2 span b {
    color: #235DCF;
}

#free .free a {
    width: 301px;
    height: 63px;
    background: #FF626C;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    text-transform: uppercase;
    color: #FFFFFF;
}

#free .free_span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    /* identical to box height, or 22px */
    text-align: center;
    text-transform: uppercase;
    color: #4F4F4F;
}

#faq {
    padding: 108px 0;
}

.accordion {
    width: 735px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 0 auto;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    cursor: pointer;
}

.accordion-content {
    margin-top: 12px;
    display: none;
    padding: 14px 0px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.accordion-header span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 162%;
    /* or 32px */
    color: #4F4F4F;
}

.accordion-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 162%;
    /* or 32px */
    color: #4F4F4F;
}

.accordion-header .toggle {
    width: 31px;
    min-width: 31px;
    max-width: 31px;
    height: 31px;
    min-height: 31px;
    max-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ff626c;
    border-radius: 100px;
}

.accordion-header .toggle p {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chosen {
    padding: 108px 0 0;
}

#chosen h2 {
    margin-bottom: 59px;
}

.chosen {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.chosen_card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 13px;
    justify-content: space-between;
    height: 136px;
    max-width: 202px;
}

.chosen_card h5 span {
    color: #235DCF;
    font-weight: bold;
}

.chosen_h2_b {
    margin-bottom: 0;
    margin-top: 92px;
    text-transform: none;
}

#free .free form {
    width: 100%;
    max-width: 352px;
    text-align: start;
}

#free .free form label {
    display: block;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    color: rgba(45, 45, 45, 0.58);
}

#free .free form input {
    width: 100%;
    height: 63px;
    border: 1px solid #000000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #2F2F2F;
}

#contact {
    padding: 80px 0 140px;
}

.contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.contact_info h6 span {
    font-weight: 400;
}

.contact_info h6 a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 183%;
    color: #4F4F4F;
    text-decoration: underline;
}

.soc {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 39px;
}

.contact_map {
    width: 417px;
    height: 365px;
}

.contact_map iframe {
    width: 100%;
    height: 100%;
}

footer {
    padding: 87px 0;
}

.footer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer_contact_info {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.footer_logo {
    display: flex;
    align-items: center;
    gap: 17px;
}

.footer_contact {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer_link_info {
    display: flex;
    gap: 55px;
}

.footer_link {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 190px;
}

.footer_copy {
    display: flex;
    flex-direction: column;
}

.footer_logo a img {
    width: 58px;
    height: 56px;
}

.footer_copy span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 162%;
    text-transform: uppercase;
    color: #4F4F4F;
}

.footer_contact h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 162%;
    color: #4F4F4F;
}

.footer_contact h6 a {
    color: #4F4F4F;
    text-decoration: underline;
}

.footer_link h6 {
    font-size: 16px;
    font-weight: 600;
}

.footer_link a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    /* identical to box height, or 26px */
    color: #4F4F4F;
}


/* MODAL */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(120, 120, 120, 0.53);
}

.modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 4px 8px 10.8px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background-color: #fff;
    margin: 15% auto;
    padding: 60px 60px;
    border: 1px solid #888;
    width: 100%;
    max-width: 600px;
    min-height: 440px;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal.show .modal-content {
    opacity: 1;
    /* Конечное состояние для анимации */
    transform: translateY(0);
    /* Конечная позиция для анимации */
}

.close {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.close:hover,
.close:focus {
    cursor: pointer;
}

.error_info,
.round_info {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    /* or 32px */
    text-align: center;
    text-transform: uppercase;
    color: #4F4F4F;
}

.round_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.round_info img {
    width: 91px;
    height: 91px;
}


/* REGISTRATION */

#reg {
    padding: 200px 0 117px;
}

#reg .reg_wrapper {
    max-width: 1176px;
}

.reg {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: start;
}

.reg_img {
    width: 750px;
}

.reg_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 380px;
    min-width: 380px;
    background: #FFFFFF;
    padding: 5px 8px 30px;
}

.reg_form h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 113%;
    /* or 27px */
    text-align: center;
    color: #235DCF;
    margin-bottom: 11px;
    max-width: 300px;
}

.reg_form p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 113%;
    text-align: center;
    color: #2D2D2D;
    margin-bottom: 22px;
}

.reg_form .reg_select {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 34px;
}

.reg_form .reg_select a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    text-align: center;
    color: #A4A4A4;
    padding-bottom: 9px;
}

.reg_form .reg_select a.active {
    color: #235DCF;
    border-bottom: 1px solid #235DCF;
}

.reg_form form {
    width: 100%;
    max-width: 283px;
    display: flex;
    flex-direction: column;
    text-align: start;
}

.reg_form form p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    /* identical to box height, or 18px */
    color: #2D2D2D;
    margin: 0;
    margin-bottom: 6px;
    display: flex;
}

.file-input {
    display: none;
}

.file-label {
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    margin: 0;
    background: #235DCF;
    border-radius: 8px;
}

.file_btn span {
    margin-top: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 113%;
    /* identical to box height, or 14px */
    text-align: center;
    color: #2D2D2D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file_btn {
    margin-bottom: 20px;
}

.reg_input input {
    width: 100%;
    height: 63px;
    border: 1px solid #000000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #2F2F2F;
}

.reg_input label {
    display: block;
    margin-bottom: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    /* identical to box height, or 16px */
    color: rgba(45, 45, 45, 0.58);
}

.reg_input {
    margin-bottom: 20px;
}

.reg_btn {
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF626C;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 113%;
    /* identical to box height, or 18px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    min-width: 230px;
}

.href_ios {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 113%;
    /* identical to box height, or 14px */
    text-align: center;
    text-decoration-line: underline;
    color: rgba(45, 45, 45, 0.58);
    margin-top: 4px;
}

#info_block {
    padding: 78px 0;
}

.info_block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.info_block {
    margin: 0 auto;
    max-width: 646px;
    margin-bottom: 48px;
}

.info_block_btn {
    display: flex;
    align-items: center;
    gap: 68px;
}

.info_block_btn a {
    background: #235DCF;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 113%;
    /* identical to box height, or 18px */
    text-align: center;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    width: 335px;
}

.info_block_btn a img {
    margin-right: 3px;
}

.error_password {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 113%;
    /* identical to box height, or 14px */
    text-align: center;
    color: #FF0000;
    margin-top: 9px;
}

.egov_text {
    max-width: 320px;
}

.egov_timer h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 119%;
    /* identical to box height, or 29px */
    text-align: center;
    color: #2D2D2D;
}

.egov_img {
    height: 46px;
    margin-bottom: 24px;
}

.egov_qr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.egov_qr img {
    width: 512px;
    height: 512px;
}

.egov_reg {
    justify-content: space-around;
}


/* API */

.api_about {
    align-items: center;
}

#api_info {
    padding: 71px 0;
}

.api_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.api_info h2 {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    /* or 32px */
    text-align: center;
    text-transform: uppercase;
    color: #235DCF;
}

.api_info p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 141%;
    /* or 23px */
    text-align: center;
    color: #4F4F4F;
    max-width: 711px;
}

.api_about_id {
    padding-bottom: 75px !important;
}

.api_allows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.api_allows_card {
    display: flex;
    align-items: center;
    gap: 22px;
    width: 300px;
}

.api_allows_card p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 162%;
    /* or 32px */
    color: #4F4F4F;
}

#api_allows {
    padding: 71px 0;
}

#api_allows h2 {
    color: #235DCF;
    margin-bottom: 69px;
}

.api_allows_p {
    text-align: center;
    margin-top: 55px;
}

.api_allows_p span {
    background: #EAFFE4;
}

.api_links .accordion {
    width: 100%;
}

.api_links .accordion-header:hover .title_faq {
    text-decoration: underline;
}

#api_links {
    padding: 70px 0;
}

#api_links h2 {
    color: #235DCF;
}


/* О нас */

#about_piple {
    padding: 150px 0 47px;
}

#about_piple h2 {
    color: #235DCF;
    margin-bottom: 90px;
}

.about_piple {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.about_piple_card {
    max-width: 350px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 6px;
}

.about_piple_card img {
    width: 214px;
    height: 214px;
    border-radius: 100px;
    margin-bottom: 30px;
}

.about_piple_card h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 113%;
    /* or 27px */
    text-align: center;
    color: #474747;
}

.about_piple_card p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    /* or 18px */
    text-align: center;
    color: #474747;
}

#about_piple h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 113%;
    /* or 27px */
    text-align: center;
    color: #474747;
    margin-top: 65px;
}

#about_vision {
    padding: 65px 0 75px;
}

#about_vision h2 {
    color: #235DCF;
    margin-bottom: 90px;
}

.about_vision {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.about_vision_card {
    max-width: 305px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.about_vision_card img {
    width: 75px;
    height: 75px;
}

.about_vision_card h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 113%;
    /* or 27px */
    text-align: center;
    color: #474747;
}

.about_vision_card p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    /* or 18px */
    text-align: center;
    color: #474747;
    margin-top: 18px;
}

#our_api {
    padding: 70px 0 90px;
}

#our_api h2 {
    color: #235DCF;
}

.our_api {
    text-align: start;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.our_api h3 {
    text-decoration: underline;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
    display: flex;
    width: 100%;
    padding: 0 0 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.our_api p {
    font-weight: 500;
    font-size: 16px;
}

.our_api p a {
    text-decoration: underline;
    color: #4F4F4F;
}


/* Инструкции */

#android_info {
    padding: 70px 0;
}

#android_info h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
    padding-bottom: 21px;
    margin-bottom: 19px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    /* or 32px */
    text-align: center;
    text-transform: uppercase;
    color: #235DCF;
}

.android_info p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 162%;
    /* or 32px */
    color: #4F4F4F;
}

.android_info p a {
    text-decoration: underline;
    color: #235DCF;
}

#ios_info {
    padding: 70px 0;
}

#ios_info h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
    padding-bottom: 21px;
    margin-bottom: 19px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    /* or 32px */
    text-align: center;
    text-transform: uppercase;
    color: #235DCF;
}

.ios_info p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 162%;
    /* or 32px */
    color: #4F4F4F;
    margin-bottom: 30px;
}

.ios_info h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 162%;
    /* or 32px */
    color: #235DCF;
    text-align: start;
    margin-bottom: 19px;
}

.ios_info p span {
    color: #235DCF;
}

.ios_info p span.info_red {
    color: #FF626C;
}

#ios_info form {
    display: flex;
    align-items: center;
    gap: 40px;
}

.file_btn {
    height: 63px;
    text-transform: uppercase;
    font-weight: 600;
}

#ios_info form span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    /* identical to box height, or 18px */
    text-align: center;
    color: rgba(79, 79, 79, 0.7);
}

.file_btn {
    width: 283px;
    height: 63px;
    margin-bottom: 0;
}

.reg_wrapper .reg_form .file_btn {
    margin-bottom: 25px;
}

.ft_contact_two {
    display: none;
}

.egov_timer_one {
    display: none;
}

#password {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    padding: 100px 0;
}

.password {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.password .reg_form {
    width: 100%;
    max-width: 414px;
    min-width: unset;
}

.password .reg_form h3 {
    max-width: unset;
}

.password .reg_form form {
    width: 100%;
    max-width: 414px;
}

.password .reg_form form .reg_btn {
    width: 100%;
    max-width: 283px;
    min-width: 283px;
    margin: 0 auto;
}

.reg_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.red_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    /* or 18px */
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 479px;
    background: #FF626C;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blue_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    /* or 18px */
    text-align: center;
    color: #235DCF;
    margin-top: 30px;
}

#email_info {
    padding: 100px 0;
}

.email_info {
    margin-top: 20px;
}

.email_info p {
    max-width: 970px;
    font-size: 16px;
}

.massage_box {
    width: 100%;
    background: rgba(35, 93, 207, 0.06);
    border: 1px solid rgba(79, 79, 79, 0.11);
    border-radius: 6px;
    padding: 22px 75px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.massage_box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
}

.massage_box ul li {
    list-style: disc;
}

.open_massage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 100px;
}

.open_massage a {
    width: 100%;
    max-width: 480px;
    background: #235DCF;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 113%;
    /* identical to box height, or 18px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email_after {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 100px;
}

.email_after a,
p a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #4F4F4F;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}

.viewing_template {
    padding: 140px 0;
    width: 100%;
    max-width: 981px;
    margin: 0 auto;
}

.viewing_template h2 {
    color: #235DCF;
    font-size: 20px;
    text-transform: unset;
    margin-bottom: 30px;
}

.name_document {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 153%;
    /* or 24px */
    color: #4F4F4F;
    padding: 5px 30px 5px 10px;
    background: #C8D8F9;
    margin: 5px 0 20px;
    display: inline-block;
}

.viewing_template p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 153%;
    /* or 24px */
    color: #4F4F4F;
}

.viewing_template ul {
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 8px 0;
}

.viewing_template ul li {
    list-style: decimal;
}

.viewing_document_link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 153%;
    /* or 24px */
    color: #4F4F4F;
    display: inline-block;
    margin: 40px 0 20px 20px;
}

.viewing_document_link a {
    color: #235DCF;
    font-weight: 700;
}

.viewing_template .reg_form {
    max-width: unset;
    min-width: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.file_inputs {
    height: unset;
    margin-bottom: 15px;
}

.ul_circle {
    padding-left: 25px;
}

.ul_circle li {
    list-style: disc !important;
}

.integrator_partners {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.integrator_partners h2 {
    text-align: start;
}

.parthners_btn {
    width: 100%;
    max-width: 523px;
    background: #235DCF;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}

.standard_agreement {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.standard_agreement h2 {
    text-align: start;
    margin-bottom: 0;
}

.agreemetn {
    width: 100%;
    height: auto;
    position: relative;
}

.agreemetn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#preview {
    padding: 120px 0 0;
}

.preview_line {
    padding: 60px 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.preview {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.preview h2 {
    color: #235DCF;
    margin: 0;
}

.preview p {
    max-width: 960px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 113%;
    /* or 18px */
    text-align: center;
    color: #4F4F4F;
}

.preview_btn {
    display: flex;
    gap: 30px;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
}

.preview_btn a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #235DCF;
    border-radius: 8px;
    padding: 15px 25px;
    min-width: 260px;
}

#preview .wrapper {
    width: 100%;
    max-width: 1150px;
}

#preview_info h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

#preview_info {
    padding: 60px 0;
}

#preview_info_mobile {
    padding: 100px 0;
}

#preview_info_mobile h1 {
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 20px;
}

#preview_info_mobile .head_prev_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#preview_info_mobile .head_prev_info a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 154%;
    /* identical to box height, or 22px */
    text-decoration-line: underline;
    color: #235DCF;
}

.preview_info_mobile_form {
    margin: 25px 0 45px;
}

.preview_info_mobile_form label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    color: rgba(79, 79, 79, 0.42);
    margin-bottom: 6px;
}

.preview_info_mobile_form input {
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 52px;
    background: rgba(35, 93, 207, 0.06);
    border: 1px solid rgba(79, 79, 79, 0.11);
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    color: rgba(79, 79, 79, );
    margin-bottom: 16px;
}

.preview_info_mobile_form .btn_flex_prev_mob {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.preview_info_mobile_form .btn_flex_prev_mob button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #235DCF;
    border-radius: 8px;
    height: 63px;
    width: 100%;
    max-width: 260px;
}

#preview_info_mobile .red_txt {
    color: #FF626C;
}

.modal_view_document {
    width: 100%;
    height: 500px;
    display: flex;
    background: #474747;
}

.accept_blue span {
    color: #235DCF;
}

.accept_blue {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #474747 !important;
}

.preview_info_mobile_form .btn_flex_prev_mob button.red_btn {
    background: #FF626C;
}

.preview_info p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #4F4F4F;
}

.preview_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.file_link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 113%;
    color: #008001;
}

.preview_info h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 113%;
    color: #0101FF;
}

.prev_info_box_green p {
    background: #BAE190;
    padding: 10px;
}

.prev_info_box_red p {
    background: #FF626C;
    padding: 10px;
    color: #fff;
}

.prev_info_box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer_prev_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#modul {
    padding: 120px 0;
}

#modul h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 113%;
    color: #235DCF;
    margin: 0 auto;
    text-transform: none;
    margin-bottom: 30px;
}

#modul p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 153%;
    /* or 24px */
    color: #4F4F4F;
}

.modul_two {
    margin-top: 60px;
}

.modul_two h3 {
    margin-bottom: 40px;
}

.modul_two ul li {
    list-style: disc;
    margin-left: 20px;
}

.modul_three {
    margin-top: 60px;
}

.modul_three .parthners_btn {
    max-width: 304px;
    margin-top: 50px;
}

.modul_four {
    margin-top: 60px;
}

.modul_four h3 {
    margin-bottom: 10px;
}

.modul_video_cont {
    margin-top: 60px;
    gap: 20px;
    display: flex;
    justify-content: space-between;
}

.modul_video_box {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modul_video_box p {
    margin-bottom: 15px;
}

.modul_video_box iframe {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: none;
    /* Скрываем видео по умолчанию */
}

.video_youtube {
    position: relative;
    width: 367px;
    min-width: 313px;
    height: 202px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #235DCF;
}

.thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    left: 0;
    top: 0;
    object-fit: cover;
}

.modul_link_free {
    display: flex;
    gap: 90px;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.modul_link_free h2 {
    margin: 0 !important;
    padding: 0 !important;
}

.modul_link_free a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 304px;
    background: #235DCF;
    border-radius: 8px;
}

.time_error {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time_error header {
    position: fixed;
    top: 0;
}

.time_error.active {
    display: flex;
}

.time_error.active~section {
    display: none !important;
}

.popup_time_error {
    width: 100%;
    max-width: 600px;
    min-height: 298px;
    background: #FFFFFF;
    box-shadow: 4px 8px 10.8px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 80px 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.popup_time_error h3 {
    color: #FF626C;
}

.popup_time_error p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    /* identical to box height, or 22px */
    text-align: center;
    color: #4F4F4F;
}

.popup_time_error .auth_btn {
    background: #235DCF;
    border-radius: 8px;
    width: 100%;
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 290px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 113%;
    /* identical to box height, or 18px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.close_popup_time_error {
    position: absolute;
    top: 20px;
    right: 20px;
}

.package-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.package-table th,
.package-table td {
    padding: 10px 20px;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    /* identical to box height, or 26px */
    color: #4F4F4F;
}

.package-table th {}

.name_line {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    /* or 32px */
    text-align: center;
    color: #235DCF;
}

thead tr {
    background: #fff !important;
}

thead tr th {
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    /* identical to box height, or 24px */
    color: #4F4F4F;
    text-align: center;
}

.hit {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 113%;
    /* or 16px */
    text-align: center;
    text-transform: uppercase;
    color: #FF626C;
    transform: matrix(0.99, -0.1, 0.11, 0.99, 0, 0);
    position: absolute;
    width: 166.99px;
    height: 41.46px;
    background: #FFFFFF;
    border: 1px solid #FF626C;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -25px;
    left: 25px;
}

#tarif_price .free {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FF626C;
    border-radius: 12px;
    transform: rotate(-6.2deg);
    width: 206px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 30px;
}

.package-table tr:nth-child(even) {
    background: #fff;
}

.package-table tr {
    background: rgba(35, 93, 207, 0.06);
}

tbody tr td:nth-child(1) {
    text-align: start;
    padding-left: 150px;
}

.package-table tr td:last-child {
    padding-right: 150px;
}

thead tr th:last-child {
    padding-right: 150px;
}

#tarif_price {
    padding: 100px 0;
}

#tarif_price h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    /* or 32px */
    text-align: center;
    text-transform: uppercase;
    color: #4F4F4F;
    margin-bottom: 60px;
}

.info_red {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 113%;
    /* or 16px */
    text-align: center;
    color: #FF0707;
}

.price_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 113%;
    /* or 27px */
    text-align: center;
    color: #4F4F4F;
}

.price_text span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 113%;
    /* or 17px */
    text-align: center;
    color: #4F4F4F;
    text-decoration: line-through;
}

.table_link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 113%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    width: 153px;
    height: 29px;
    align-items: center;
    justify-content: center;
    background: #FF626C;
    border-radius: 14.93px;
    margin: 0 auto;
}

.mobile_tarif {
    display: none;
}

.package-table {
    min-width: 1920px;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}

.tarif_price {
    overflow-x: scroll;
    padding-top: 50px;
}

.new_text {
    text-decoration: none !important;
    font-family: 'Montserrat';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 198%;
    /* identical to box height, or 24px */
    color: #4F4F4F !important;
}

#extrernal {
    padding-bottom: 100px;
}

.document_card {
    background: #FFFFFF;
    /* plashka */
    box-shadow: 4px 4px 10.2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 23px 18px;
    display: flex;
    flex-direction: column;
    gap: 23px;
    max-width: 320px;
    margin-bottom: 20px;
}

.document_card_top h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    color: #4F4F4F;
    margin: 0;
    text-align: start;
    margin-bottom: 3px;
}

.document_card_top h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 113%;
    /* identical to box height, or 16px */
    color: #4F4F4F;
    margin: 0;
    text-align: start;
}

.document_card_center a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 154%;
    /* or 18px */
    text-decoration-line: underline;
    color: #4F4F4F;
    display: flex;
    align-items: center;
    gap: 5px;
}

.document_card_center {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.document_card_bottom {
    display: flex;
    align-items: start;
    gap: 5px;
}

.document_card_bottom input {
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    margin-top: 3px;
}

.document_card_bottom label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 112%;
    /* or 13px */
    color: #4F4F4F;
}
