

/* Start:/local/templates/gpn/css/authorization.css?172837902423936*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'GPN_DIN Condensed';
    src: url('/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.eot');
    src: local('DIN Condensed'), local('GPN_DIN_Condensed-Regular'),
    url('/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.woff2') format('woff2'),
    url('/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.woff') format('woff'),
    url('/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GPN_DIN Condensed';
    src: url('/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.eot');
    src: local('DIN Condensed'), local('GPN_DIN_Condensed-Bold'),
    url('/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.woff2') format('woff2'),
    url('/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.woff') format('woff'),
    url('/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder {
    -webkit-transition: 250ms ease all;
    transition: 250ms ease all;
}

input::-moz-placeholder {
    -moz-transition: 250ms ease all;
    transition: 250ms ease all;
}

input:-ms-input-placeholder {
    -ms-transition: 250ms ease all;
    transition: 250ms ease all;
}

input::-ms-input-placeholder {
    -ms-transition: 250ms ease all;
    transition: 250ms ease all;
}

input::placeholder {
    -webkit-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

input:focus::-ms-input-placeholder {
    opacity: 0;
}

input:focus::placeholder {
    opacity: 0;
}

html,
body {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #0F0F0F;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    border: 0;
}

:focus,
a:focus,
a:active :active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

img {
    display: block;
    vertical-align: top;
}

a {
    display: block;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}


/* HEADER */
header {
    height: 88px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 1px solid #F2F5F7;
}

.header-list__item svg {
    width: 24px;
    height: 24px;
}

.header__logo {
    cursor: pointer;
    width: 197px;
}

.header__logo img {
    width: 100%;
}

.header__list {
    margin-left: 80px;
}

.header-list__item,
.header-list-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-list-item__top {
    position: relative;
    padding: 7px;
    color: #0f0f0f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter, sans-serif;
    font-weight: 400;
    max-width: 424px;
    font-size: 1rem;
    line-height: 150%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.header-list-item__top svg {
    color: #0f0f0f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-list-item__top svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-list-item__top:hover {
    color: #e65907;
}

.header-list-item__top:hover svg {
    color: #e65907;
    fill: none;
}

.burger-menu {
    margin-left: 16px;
    display: none;
}

.header-list-menu__close img {
    cursor: pointer;
    width: 55px;
    height: 55px;
    padding: 14px;
    margin-right: -16px;
}

.header__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-list__menu {
    display: none;
}

.hlit-text__hide {
    display: none;
}

.header-list-item__top:hover svg path {
    fill: #e65907;
}

.header-list-item__bottom {
    position: absolute;
    top: calc(100% + 16px);
    left: -15px;
    border: 1px solid rgba(0, 64, 119, 0.2);
    border-radius: 8px;
    background-color: #fff;
    padding: 32px;
    z-index: 50;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.7s, visibility 0.7s;
    -o-transition: opacity 0.7s, visibility 0.7s;
    transition: opacity 0.7s, visibility 0.7s;
}

.header-list__item {
    position: relative;
}

.header-list-item-bottom__link {
    white-space: nowrap;
    list-style-type: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0 8px !important;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #0f0f0f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-list-item__top:hover + .header-list-item__bottom {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.header-list-item__bottom.active {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.header-list-item-bottom__link:hover {
    color: #e65907;
}

.header__list {
    gap: 25px;
}

.header__seacrch-login__wrap {
    margin-left: auto;
    gap: 40px;
}

.header__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__search-form__button {
    background-color: transparent;
}

.header__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__login__button {
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    font-weight: 400;
    color: #fff;
    background-color: #009aff;
    border: 2px solid #009aff;
    font-family: Inter,sans-serif;
    white-space: nowrap;
    margin: auto 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 150%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-transition: background-color .3s linear,color .3s linear,border-color .3s linear;
    -o-transition: background-color .3s linear,color .3s linear,border-color .3s linear;
    transition: background-color .3s linear,color .3s linear,border-color .3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__login__button:disabled {
    color: #fff;
    opacity: .3;
    cursor: default;
}

.header__login__button:hover:not(:disabled) {
    border: 2px solid #4dd6cb;
}

.header__login__button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #4dd6cb;
    -webkit-transition: width .4s ease-in-out,height .4s ease-in-out;
    -o-transition: width .4s ease-in-out,height .4s ease-in-out;
    transition: width .4s ease-in-out,height .4s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

.header__login__button:hover span {
    width: 225%;
    height: 425px;
}
/* /login */
/* /HEADER */

/* CONTENT */
/* authorization-section__title */
.authorization-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #F2F5F7;
}

.authorization-section__title__wrap__h1 {
    padding: 1.5rem 0;
}

.authorization-section__title__h1 {
    color: #0F0F0F;
    font-size: 32px;
    font-family: GPN_DIN Condensed;
    font-weight: bold;
    line-height: 120%;
    text-transform: uppercase;
}
/* /authorization-section__title */

/* authorization-section__loginForm */
.authorization-section__loginForm {
}

.authorization-section__loginForm__title__h2 {
    color: #0F0F0F;
    font-size: 1.375.rem;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    text-transform: uppercase;
    padding: 60px 0 32px 0;
}

.authorization-section__loginForm__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.authorization-section__loginForm_left {
    width: 424px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.authorization-section__loginForm__form .loginForm__form__input__email {
    margin-bottom: 32px;
}

.authorization-section__loginForm__form .authorization-section__loginForm__form__span {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    margin-bottom: 5px;
    font-style: normal;
    color: #0f0f0f;
}

.authorization-section__loginForm__form label .authorization-section__loginForm__form__input {
    width: 100%;
    height: 56px;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    border-radius: 8px;
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #0f0f0f;
}

.authorization-section__loginForm__form__div{
    display: block;
}

.authorization-section__loginForm__form__icon {
    width: 24px;
    height: 24px;
}

.authorization-section__loginForm__form__span__recover {
    display: block;
    color: #009AFF;
    text-align: right;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    float: right;
    margin: 8px 0 20px 0;
}

.authorization-section__loginForm__form__span__recover:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #e65907;
}

.authorization-section__loginForm__form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 424px;
    padding: 17px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #009AFF;
    border: 2px solid #009aff;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-transition: background-color .3s linear,color .3s linear,border-color .3s linear;
    -o-transition: background-color .3s linear,color .3s linear,border-color .3s linear;
    transition: background-color .3s linear,color .3s linear,border-color .3s linear;
    margin: 32px 0 18px 0;
}

.authorization-section__loginForm__form__button:disabled {
    color: #fff;
    opacity: .3;
    cursor: default;
}

.authorization-section__loginForm__form__button:hover:not(:disabled) {
    border: 2px solid #4dd6cb;
}

.authorization-section__loginForm__form__button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #4dd6cb;
    -webkit-transition: width .4s ease-in-out,height .4s ease-in-out;
    -o-transition: width .4s ease-in-out,height .4s ease-in-out;
    transition: width .4s ease-in-out,height .4s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

.authorization-section__loginForm__form__button:hover span {
    width: 225%;
    height: 425px;
}

.authorization-section__loginForm__either {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.authorization-section__loginForm__either__span {
    margin: 0 8px;
}

.authorization-section__loginForm__form__registration__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 18px 0 34px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.authorization-section__loginForm__form__registration__text {
    color: #6F6F6F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
}

.authorization-section__loginForm__form__registration__link {
    color: #009AFF;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}

.authorization-section__loginForm__form__registration__link:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #e65907;
}

.authorization-section__loginForm__loginSocial {
    margin: 32px 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.authorization-section__loginForm__loginSocial__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 56px;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #CCD9E4;
    color: #0F0F0F;
    background-color: transparent;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
}

.authorization-section__loginForm__loginSocial__button:hover:not(:disabled) {
    border: 2px solid #4dd6cb;
}

.authorization-section__loginForm_right {
    margin-right: -60px;
}

.authorization-section__loginForm__figure {
    width: 100%;
    padding-right: 60px;
}

/* /authorization-section__loginForm */
/* /CONTENT */

/* FOOTER */


.footer__subscribe__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 33px 0;
}

.footer__subscribe__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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__subscribe__title {
    color: #2F3138;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.footer__subscribe__text {
    color: #2F3138;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer__subscribe__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__subscribe__input__input {
    width: 422px;
    height: 55.76px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 56px;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    border-radius: 8px;
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #0f0f0f;
}

.footer__subscribe__button {
}

.footer__subscribe__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #009AFF;
    border: 2px solid #009aff;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-transition: background-color .3s linear,color .3s linear,border-color .3s linear;
    -o-transition: background-color .3s linear,color .3s linear,border-color .3s linear;
    transition: background-color .3s linear,color .3s linear,border-color .3s linear;
    margin-left: 24px;
}

.footer__subscribe__button:disabled {
    color: #fff;
    opacity: .3;
    cursor: default;
}

.footer__subscribe__button:hover:not(:disabled) {
    border: 2px solid #4dd6cb;
}

.footer__subscribe__button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #4dd6cb;
    -webkit-transition: width .4s ease-in-out,height .4s ease-in-out;
    -o-transition: width .4s ease-in-out,height .4s ease-in-out;
    transition: width .4s ease-in-out,height .4s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

.footer__subscribe__button:hover span {
    width: 225%;
    height: 425px;
}

.footer__listWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0;
}

.footer__list_column-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.footer__list_column-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.footer__list_column-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.footer__list_column-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.footer__listWrapper a .footer__listTitle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 135%;
    color: #0f0f0f;
}

.footer__listWrapper a .footer__listTitle:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #e65907;
}

.footer__listWrapper ul .footer__listLink {
    list-style-type: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 0 8px!important;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #0f0f0f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer__listWrapper ul .footer__listLink a {
    color: #0f0f0f;
}

.footer__listWrapper ul .footer__listLink:hover a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #e65907;
}

.footer__list_last {
    margin-top: 32px;
}

.footer__sociaLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer__sociaLinks__link {
    color: #0F0F0F;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer__sociaLinks__link:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #e65907;
}

.footer__sociaLinks__social__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6px;
}

.footer__sociaLinks__social__link {
    width: 56px;
    height: 56px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    background: #F2F5F7;
    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;
}

.footer__sociaLinks__social__link {
    width: 56px;
    height: 56px;
    background: rgb(242, 245, 247);
}

.footer__sociaLinks__social__link svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__sociaLinks__social__link:hover svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    fill: #e65907;
}

.footer__copyright__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 24px 0;
}

.footer__copyright__link {
    color: #0F0F0F;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer__copyright__link:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #e65907;
}

/* /FOOTER */
/* End */


/* Start:/local/templates/gpn/css/authorization-media.css?172553739510651*/
/* - MEDIA QUERIES - */

@media (min-width: 768px) {
  .footer__list_column-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .footer__list_column-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 26%;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
  }

  .footer__list_column-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-basis: 29%;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
    padding-top: 40px;
  }

  .footer__list_column-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

/* - big screens - */

@media screen and (min-width: 1980px) {
}

@media screen and (min-width: 2560px) {
}

@media screen and (min-width: 3840px) {
}

@media screen and (min-width: 4000px) {
}

/* - desctop screens - */
@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1748px) {
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
}

@media screen and (max-width: 1440px) {
  .authorization-section__loginForm_right {
    margin-left: 44px;
  }

  .footer__list_column-1 {
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
  }

  .footer__list_column-2 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

@media screen and (max-width: 1368px) {
}

@media screen and (max-width: 1280px) {
  .header__list {
    margin-left: 40px;
  }

  .footer__subscribe__input__input {
    width: 322px;
  }
}

@media screen and (max-width: 1240px) {
  html,
    body {
    font-size: 15px;
  }

  .burger-menu {
    display: block;
    cursor: pointer;
  }

  .header__list {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    margin-left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    z-index: 5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 11px 16px;
  }

  .header-list-menu__title {
    margin: 0;
    font-weight: 700;
    color: #0f0f0f;
    text-transform: uppercase;
  }

  .header-list__menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .header-list-item__top {
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #ccd9e4;
    padding: 26px 0;
  }

  .header-list__item {
    position: relative;
    width: -webkit-fill-available;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-list-item__top {
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #ccd9e4;
    padding: 26px 0;
  }

  .header-list__item {
    display: block;
  }

  .header-list-item__top {
    border-bottom: 0;
  }

  .header-list-item__bottom {
    overflow: unset;
    visibility: unset;
    display: none;
    position: static;
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }

  .header-list__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-list__item {
    border-bottom: 1px solid #ccd9e4;
  }

  .header-list-item__top.active + .header-list-item__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: style_show__jFbNy 0.5s 1;
    animation: style_show__jFbNy 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .header-list-item__top:hover + .header-list-item__bottom {
    opacity: unset;
    visibility: unset;
    overflow: unset;
  }

  .header__list {
    gap: 0;
  }

  .hlit-text__hide {
    display: block;
    font-weight: 600;
    margin-bottom: 24px;
    color: #0f0f0f;
  }

  .header__list {
    display: none!important;
  }

  .header__list.active {
    display: block!important;
  }

  .header-list-item__top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-list-item-bottom__link {
    font-weight: 400;
    color: #0f0f0f;
    margin-bottom: 16px;
  }

  .header-list-item__top.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-list-item__top:hover,
  .header-list-item__top:hover svg,
  .header-list-item__top:hover svg path {
    color: #0f0f0f;
    fill: #0f0f0f;
  }

  .header-list-item__top.active {
    opacity: 0.5;
  }

  .authorization-section__loginForm_right {
    display: none;
  }

  .footer__subscribe__input__input {
    width: 252px;
  }

  .footer__listWrapper ul .footer__listLink {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1024px) {
  html,
    body {
    font-size: 14px;
  }

  .footer__subscribe__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }

  .footer__subscribe__title {
    font-size: 1.25rem;
  }

  .footer__subscribe__item {
    gap: 8px;
  }

  .footer__subscribe__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }

  .footer__subscribe__input {
    width: 100%;
  }

  .footer__subscribe__input__input {
    width: 100%;
  }

  .footer__subscribe__button {
    width: 100%;
    margin-left: 0;
  }
}

/* - tablet screens - */
@media screen and (max-width: 996px) {
}

@media screen and (max-width: 820px) {
}

/* - mobile screens - */

@media screen and (max-width: 768px) {
  html,
    body {
    font-size: 13px;
  }

  .container {
    padding: 0 16px!important;
  }

  .header__search-form {
    display: none;
  }

  .header__login__button {
    padding-left: 0px;
    padding-right: 0px;
    color: #009aff;
    background-color: transparent;
    border: none;
    font-size: 1.25rem;
    line-height: 150%;
  }

  .authorization-section__title__h1 {
    font-size: 1.5rem;
  }

  .authorization-section__loginForm__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .authorization-section__loginForm_left {
    width: 100%;
  }

  .authorization-section__loginForm__form__button {
    width: 100%;
  }

  .authorization-section__loginForm__loginSocial__button {
    width: auto;
  }

  .authorization-section__loginForm__form__registration__link {
    letter-spacing: 0px;
  }

  .footer__sociaLinks {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .footer__sociaLinks__social__wrap {
    gap: 8px;
  }

  .footer__sociaLinks__social__link {
    width: 32px;
    height: 32px;
  }

  .footer__sociaLinks__social__link svg {
    width: 16px;
    height: 16px;
  }

  .footer__listWrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__list_column-4 {
    margin-top: -182px;
  }

  .footer__list_column-1 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 48%;
  }

  .footer__list_column-2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 48%;
  }

  .footer__list_column-3 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 48%;
  }

  .footer__list_column-4 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 48%;
  }

  .footer__copyright__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}

@media screen and (max-width: 576px) {
 
  html,
    body {
    font-size: 12px;
  }

  .footer__copyright__text{
    line-height: normal;
  }

  .footer__contact-info{
    line-height: normal;
  }

  .authorization-section__title__h1 {
    font-size: 1.5rem;
  }

  .footer__list_column-4 {
    margin-top: -172px;
  }

  .header__applicant-card__wrap svg {
    width: 20px;
  }
}

@media screen and (max-width: 425px) {
  .footer__list_column-4 {
    margin-top: -202px;
  }
}

@media screen and (max-width: 380px) {
  html,
    body {
    font-size: 11px;
  }

  .footer__list_column-4 {
    margin-top: -192px;
  }
}
/* End */


/* Start:/local/templates/gpn/css/lk_my-profile.css?176174632444979*/
@font-face {
  font-family: "GPN_DIN Condensed";
  src: url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.eot");
  src: local("DIN Condensed"), local("GPN_DIN_Condensed-Regular"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.woff2") format("woff2"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.woff") format("woff"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GPN_DIN Condensed";
  src: url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.eot");
  src: local("DIN Condensed"), local("GPN_DIN_Condensed-Bold"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.woff2") format("woff2"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.woff") format("woff"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GPN_DIN";
  src: local("DIN"), local("GPN_DIN-Regular"),
  url("/local/templates/gpn/css/../fonts/GPN_DIN-Regular.otf") format("opentype"),
  url("/local/templates/gpn/css/../fonts/GPN_DIN-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GPN_DIN";
  src: local("DIN"), local("GPN_DIN-Bold"),
  url("/local/templates/gpn/css/../fonts/GPN_DIN-Bold.otf") format("opentype"),
  url("/local/templates/gpn/css/../fonts/GPN_DIN-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  -webkit-transition: 250ms ease all;
  transition: 250ms ease all;
}

input::-moz-placeholder {
  -moz-transition: 250ms ease all;
  transition: 250ms ease all;
}

input:-ms-input-placeholder {
  -ms-transition: 250ms ease all;
  transition: 250ms ease all;
}

input::-ms-input-placeholder {
  -ms-transition: 250ms ease all;
  transition: 250ms ease all;
}

input::placeholder {
  -webkit-transition: 250ms ease all;
  -o-transition: 250ms ease all;
  transition: 250ms ease all;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

html,
body {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #0f0f0f;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  border: 0;
}

:focus,
a:focus,
a:active :active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  display: block;
  vertical-align: top;
}

a {
  display: block;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

/* HEADER */
header {
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-bottom: 1px solid #f2f5f7;
}

.header-list__item svg {
  width: 24px;
  height: 24px;
}

.header__logo {
  cursor: pointer;
  width: 197px;
}

.header__logo img {
  width: 100%;
}

.header__list {
  margin-left: 80px;
}

.header-list__item,
.header-list-item__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-list-item__top {
  position: relative;
  padding: 7px;
  color: #0f0f0f;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 400;
  max-width: 424px;
  font-size: 1rem;
  line-height: 150%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.header-list-item__top svg {
  color: #0f0f0f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-list-item__top svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-list-item__top:hover {
  color: #e65907;
}

.header-list-item__top:hover svg {
  color: #e65907;
  fill: none;
}

.burger-menu {
  margin-left: 16px;
  display: none;
}

.header-list-menu__close img {
  cursor: pointer;
  width: 55px;
  height: 55px;
  padding: 14px;
  margin-right: -16px;
}

.header__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-list__menu {
  display: none;
}

.hlit-text__hide {
  display: none;
}

.header-list-item__top:hover svg path {
  fill: #e65907;
}

.header-list-item__bottom {
  position: absolute;
  top: -webkit-calc(100% + 16px);
  top: calc(100% + 16px);
  left: -15px;
  border: 1px solid rgba(0, 64, 119, 0.2);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  padding: 32px;
  z-index: 50;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: opacity 0.7s, visibility 0.7s;
  -o-transition: opacity 0.7s, visibility 0.7s;
  transition: opacity 0.7s, visibility 0.7s;
}

.header-list__item {
  position: relative;
}

.header-list-item-bottom__link {
  white-space: nowrap;
  list-style-type: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 8px !important;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #0f0f0f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-list-item__top:hover + .header-list-item__bottom {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.header-list-item__bottom.active {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.header-list-item-bottom__link:hover {
  color: #e65907;
}

.header__list {
  gap: 25px;
}

.header__seacrch-login__wrap {
  margin-left: auto;
  gap: 40px;
}

.header__search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__search-form__button {
  background-color: transparent;
}

.header__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__login__button {
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  font-weight: 400;
  color: #fff;
  background-color: #009aff;
  border: 2px solid #009aff;
  font-family: Inter, sans-serif;
  white-space: nowrap;
  margin: auto 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 150%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__login__button:disabled {
  color: #fff;
  opacity: 0.3;
  cursor: default;
}

.header__login__button:hover:not(:disabled) {
  border: 2px solid #4dd6cb;
}

.header__login__button span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #4dd6cb;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header__login__button:hover span {
  width: 225%;
  height: 425px;
}

.header__applicant-card__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__applicant-card__item {
  position: relative;
}

.header__applicant-card__item svg {
}

.header__applicant-card__item label {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 0;
  color: #fff;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  cursor: pointer;
}

.header__applicant-card__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
}

.header__applicant-card__name label {
  color: #0f0f0f;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  cursor: pointer;
}

/* /login */
/* /HEADER */


/* custom select */


.select-menu {
    width: 100%;
    cursor: pointer;
    position: relative;  
}

.select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #B7B7B7;
    margin: 8px 0 24px 0;
}

.select-menu.disable {
  pointer-events: none;
  cursor: default;
}

.arrow {
    border: solid rgb(0 0 0);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4.5px;
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .up {
    transform: rotate(225deg) !important;
    -webkit-transform: rotate(225deg) !important;
  }

.options-list {
    position: absolute;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 60px 0px rgba(23, 65, 115, 0.2);
    border-radius: 8px;
    max-height: 294px;
    overflow-y: auto;
    transition: .1s;
    height: 0;
    z-index: 9999;
}

.options-list.active {
    height: 294px;
}

.option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 16px;
    padding: 16px 24px;
    font-weight: 400;
    transition: .1s ease-in-out;    
}

.option:hover {
    background-color: rgba(77, 214, 203, 0.3);
}

.options-list::-webkit-scrollbar{
    width: 4px;
}

.options-list::-webkit-scrollbar-thumb {
    background-color: #CCD9E4;
}
/* custom select */

/* Общий стиль для всех плейсхолдеров */
    ::placeholder {
    color: #B7B7B7;
}

input[type=date]:invalid::-webkit-datetime-edit {
    color: #B7B7B7;
}

/* custom checkbox */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
    height: 24px;
    
    border-radius: 4px;
    border: 1px solid #CCD9E4;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 8px;
}

input[type="checkbox"]::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: white;  
  background-color: #009AFF;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.6667 1L4.33333 8.33333L1 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center; 
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  opacity: 0; 
}

input[type="checkbox"]:checked::before {
  opacity: 1; 
}

/* /custom checkbox */

/* CONTENT */

.lk_my-profile-section__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lk_my-profile-section__title__wrap__h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lk__aside__nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lk__aside__nav__item_back {
  display: none;
}

.lk_my-profile-section__title__h1 {
  color: #0f0f0f;
  font-family: GPN_DIN Condensed;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 85px 0 25px;
}
.lk__aside__nav__item a {
  width: 241px;
  padding-left: 21px;
  font-size: 1px;
  color: #000;
  font-size: 16px;
}

.lk__aside__nav__item svg {
  display: none;
}
.lk__aside__nav__wrap {
  display: flex;
  flex-direction: column;
}

.lk__aside__nav__item__count {
  background: #009aff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-left: 12px;
}
.lk__aside__nav__item__a {
  align-items: center;
}

.lk_my-profile__form__title__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #ffffff;
  padding: 32px 24px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.lk_my-profile__form__title__wrap h2 {
  font-family: GPN_DIN Condensed;
  color: #0f0f0f;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.lk_my-profile-section__avatar p {
  width: 150px;
  height: 150px;
  background: #f0f3f8;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  cursor: pointer;
}
.lk_my-profile__form__title__savePrint__flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lk_my-profile__form__title__savePrint__flex-box a {
  margin-left: 24px;
}

.lk_my-profile__form__title__savePrint__flex-box a svg {
  height: 24px;
  width: 24px;
}

.lk_my-profile-section__form__wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lk_my-profile-section__form_left {
  width: 20%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 16px 0;
}

.lk_my-profile__form {
  width: 100%;
  background: #ffffff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0px 24px 32px 24px;
}

.lk_my-profile__form__field__flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
.grant-application__checkbox-group {
  margin-bottom: 62px;
}
.lk_my-profile__form__field__flex-box__sp {
  display: block;
}
.lk_my-profile__form__field__flex-box__item:first-child {
  width: 50px;
}
.lk_my-profile__form__field__flex-box__top
  .lk_my-profile__form__field__flex-box__item {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.lk_my-profile__form__field__flex-box__top,
.lk_my-profile__form__field__flex-box__bottom {
  padding: 30px 0;
  align-items: center;
  border-bottom: 1px solid #ccd9e4;
}
.lk_my-profile__form__field__flex-box__bottom
  .lk_my-profile__form__field__flex-box__item {
  font-size: 14px;
  line-height: 20px;
}
.participationImplementation__form__wrap__add-line__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/*.applicant-organization-section__form__second {
  padding-bottom: 200px;
}*/
.lk_my-profile__form__field__flex-box__not__item__top {
  align-items: center;
  cursor: pointer;
}
.lk_my-profile__form__field__flex-box__not__item {
  border-radius: 15px;
  padding: 18px 25px 18px 25px;
  border: 1px solid #ccd9e4;
}
.lk_my-profile__form__field__flex-box__not__item__circle {
  width: 15px;
  height: 15px;
  background: #009aff;
  border-radius: 100px;
  margin-right: 42px;
}
.lk_my-profile__form__field__flex-box__not__item__date {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-right: 30px;
}
.lk_my-profile__form__field__flex-box__not__item__bottom {
  font-size: 14px;
  line-height: 20px;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: 250ms ease all;
}
.lk_my-profile__form__field__flex-box__not__item__top.active
  + .lk_my-profile__form__field__flex-box__not__item__bottom {
  opacity: 1;
  visibility: visible;
  opacity: 1;
  padding-left: 150px;
  padding-right: 155px;
  padding-top: 20px;
  padding-bottom: 10px;
  height: fit-content;
}
.lk_my-profile__form__field__flex-box__not__item_unactive
  .lk_my-profile__form__field__flex-box__not__item__circle {
  background: #b9b9b9;
}
.lk_my-profile__form__field__flex-box__sp__third {
  display: flex;
  flex-direction: column;
}
.lk_my-profile__form__field__flex-box__not__item__title {
  font-weight: 400;
  transition: 250ms ease all;
  font-size: 14px;
}
.lk_my-profile-section__title__h1__sp {
  padding-top: 0;
}
.lk_my-profile__form__field__flex-box__not__item__top.active
  .lk_my-profile__form__field__flex-box__not__item__title {
  color: #009aff;
  font-weight: 600;
}
.lk_my-profile__form__field__flex-box__not__item__close {
  margin-left: auto;
}
.participationImplementation__form__wrap__add-line__link {
  color: #009aff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-left: 16px;
}
.legal-entity-application__form__custom {
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 50px;
  margin-bottom: 0;
}
.lk_my-profile__form__field__flex-box__item:nth-child(2) {
  width: 516px;
}
.participationImplementation__form__wrap__add-line__plus {
  width: 56px;
  height: 56px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f2f5f7;
}
.lk_my-profile__form__field__flex-box__item:nth-child(3),
.lk_my-profile__form__field__flex-box__item:nth-child(4) {
  width: 170px;
}
.lk_my-profile__form__field__flex-box__item a {
  border-bottom: 1px solid #3c85f1;
  color: #3c85f1;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.lk_my-profile__form__field__flex-box__item:nth-child(4) {
  justify-content: space-between;
}
.lk_my-profile__form__field__flex-box__item:nth-child(3) {
  padding-right: 30px;
}
.grant-application__checkbox-inline a,
.grant-application__checkbox-inline label {
  display: inline;
}
.lk_my-profile__form__field__flex-box__item_docs {
  padding: 16px 22px;
  gap: 15px;
  align-items: center;
  border: 1px solid #ccd9e4;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 14px;
}
.header__applicant-card__wrap {
  position: relative;
}
.header__applicant-card__wrap__info {
  position: absolute;
  top: 126%;
  background: #fff;
  padding: 22px 32px 22px 21px;
  border: 1px solid #6d6b6bbf;
  z-index: 1;
  width: 250px;
  right: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  opacity: 0;
  transition: 250ms ease all;
  visibility: hidden;
  overflow: hidden;
}
.lk_my-profile__form__field__flex-box__docs {
  display: block;
}
.header__applicant-card__wrap.active .header__applicant-card__wrap__info,
.header__applicant-card__wrap:hover .header__applicant-card__wrap__info {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.header__applicant-card__wrap__info__item {
  align-items: center;
  transition: 250ms ease all;
}
.header__applicant-card__wrap__info__item:hover {
  color: #009aff;
}
.header__applicant-card__wrap__info__item__num {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #009aff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  margin-left: 7px;
}
.header__applicant-card__wrap__info__item {
  color: #000;
  font-size: 16px;
}

.about-individuals-application-project__form__file__flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 760px;
  height: 56px;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px dashed #ccd9e4;
  margin: 8px 0 24px 0;
  flex-direction: column;
}
.about-individuals-application-project__form__file__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-individuals-application-project__form__file__flex-box {
  height: fit-content;
  width: 100%;
  margin-bottom: 0;
}
.grant-application__checkbox-inline {
  display: flex;
  align-items: center;
  gap: 16px;
}
.grant-application__checkbox-inline__box {
  display: block;
}
.lk_my-profile__form__wrap .footer__subscribe__button {
  margin-left: 0;
}
.lk_my-profile__form__text {
  width: 368px;
}

.lk_my-profile-section__form .lk_my-profile__form__text input {
  width: 100%;
  height: 56px;
  margin: 8px 0 24px 0;
  padding: 18px 16px;
  border: 1px solid transparent;
  background: #f2f5f7;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
  outline: none;
  color: #0f0f0f;
}

.lk_my-profile-section__form .lk_my-profile__form__text label {
  color: #0f0f0f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.lk_my-profile-section__form .lk_my-profile__form__tel input {
  width: 100%;
  height: 56px;
  margin: 8px 0 24px 0;
  padding: 18px 16px;
  border: 1px solid transparent;
  background: #f2f5f7;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
  outline: none;
  color: #0f0f0f;
}

/*.lk_my-profile-section__form .lk_my-profile__form__tel .authorization-section__loginForm__form__icon-button {
  top: calc(50% - 5px);
}*/

.lk_my-profile-section__form .lk_my-profile__form__tel label, .lk_my-profile-section__form .lk_my-profile__form__radio label {
  color: #0f0f0f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.lk_my-profile__form__radio {
  width: 368px;
}

.lk_my-profile__radio_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin: 8px 0 24px 0;
  background: #f2f5f7;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.lk_my-profile__radio_wrap input[type="radio"] {
  display: none;
}

.lk_my-profile__radio_wrap label {
  background-color: #f2f5f7;
  color: #b7b7b7;
  cursor: pointer;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  font-size: 0.875rem;
  display: flex;
  width: 200px;
  padding: 13px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lk_my-profile__radio_wrap label:hover {
  color: #0f0f0f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.lk_my-profile__radio_wrap input:disabled + label {
  color: #b7b7b7;
  cursor: default;
}

.lk_my-profile__radio_wrap input[type="radio"]:checked + label {
  background-color: #ffffff;
  color: #0f0f0f;
}

.lk_my-profile__form__tel {
  width: 368px;
}

.lk_my-profile-section__form .authorization-section__loginForm__form__span {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
  margin-bottom: 5px;
  font-style: normal;
  color: #0f0f0f;
}

.lk_my-profile-section__form .lk_my-profile__form__select select {
  width: 100%;
  height: 56px;
  margin: 8px 0 24px 0;
  padding: 18px 16px;
  border: 1px solid transparent;
  background: #f2f5f7;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
  outline: none;
  color: #0f0f0f;
}

.lk_my-profile-section__form .lk_my-profile__form__select label {
  color: #0f0f0f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.lk_my-profile-section__form .lk_my-profile__form__select select option {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.lk_my-profile__checkbox-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lk_my-profile__checkbox-inline label {
  display: inline;
  width: 608px;
  color: #6f6f6f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-left: 16px;
}

.lk_my-profile__checkbox-inline label a {
  display: inline;
}

.lk_my-profile__checkbox-inline label a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #e65907;
}

.lk_my-profile__form__select__textarea {
  position: relative;
}

.lk_my-profile__form__select__textarea textarea {
  width: 100%;
  height: 76px;
  margin: 8px 0 20px 0;
  padding: 18px 16px;
  resize: vertical;
  border: 1px solid transparent;
  background: #f2f5f7;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
  outline: none;
  color: #0f0f0f;
}

.lk_my-profile__form__select__textarea label {
  color: #0f0f0f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.lk_my-profile__form__select__textarea__count {
  position: absolute;
  right: 16px;
  bottom: 40px;
  z-index: 100;
  color: #6f6f6f;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.lk_my-profile-section__form .tooltip-element {
  display: none;
  color: #fff;
  background: #009aff;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
}

.lk_my-profile-section__form_right {
  position: relative;
  width: 78%;
  margin-left: 94px;
}

.lk_my-profile-section__form_right__instructions p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  max-width: 488px;
  color: #6f6f6f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.lk_my-profile-section__form_right__instructions p span {
  color: #0070ba;
}

.lk_my-profile-section__instructions__notice-1 {
  top: 1%;
}

.lk_my-profile-section__instructions__notice-2 {
  top: 40%;
}

.lk_my-profile-section__instructions__notice-3 {
  bottom: 6%;
}

.projectTeam__form {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.lk_my-profile__form__wrap {
  display: flex;
  flex-direction: column;
}

.lk_my-profile__form__projectTeam__title {
  width: 100%;
  background: #ffffff;
  padding: 32px 24px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 2px;
}

.lk_my-profile__form__projectTeam__title h3 {
  font-family: GPN_DIN Condensed;
  color: #0f0f0f;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.projectTeam__form__title {
  padding: 0 0 32px 0;
}

.projectTeam__form__title h4 {
  color: #0f0f0f;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.lk_my-profile__submit__form {
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.lk_my-profile__submit__button__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lk_my-profile__save__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 318px;
  padding: 17px 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 2px solid rgba(0, 154, 255, 0.6);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #0f0f0f;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.lk_my-profile__save__button:hover {
  background-color: #009aff;
  border: 2px solid #009aff;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.lk_my-profile__submit__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 418px;
  padding: 17px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #009aff;
  border: 2px solid #009aff;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
}

.lk_my-profile__submit__button button:disabled {
  color: #fff;
  opacity: 0.3;
  cursor: default;
}

.lk_my-profile__submit__button:hover:not(:disabled) {
  border: 2px solid #4dd6cb;
}

.lk_my-profile__submit__button span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #4dd6cb;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.lk_my-profile__submit__button:hover span {
  width: 225%;
  height: 425px;
}


.lk_my-profile-applicant-organization__form__file__flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 760px;
    height: 56px;
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px dashed #CCD9E4;
    margin: 8px 0 24px 0;
    transition: 0.3s ease;
}

.lk_my-profile-applicant-organization__form__file__flex-box p {
  color: rgba(0, 154, 255, 1);
  cursor: pointer;
}
.lk_my-profile-applicant-organization__form__file__flex-box p:hover {color: rgba(0, 112, 186, 1)}

.uploaded-files {
  display: flex;
  flex-direction: column;  
  gap: 10px;
}

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;        
  color: black;
  border: 1px solid rgba(204, 217, 228, 1);
  border-radius: 8px;
  max-width: 760px;
  padding: 12px 16px;
  margin: 5px 0 10px 0px;
  width: 100%;
}

.file-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-item-right {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.drop-zone--over {
  border: 1px solid rgba(0, 154, 255, 1);
}

.lk_my-profile__uploaded-files__flex-box {
  display: flex;
}

.lk_my-profile-applicant-organization__form__file input {
    display: none;
}

.lk_my-profile-applicant-organization__form__file label {
    color: #0F0F0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lk_my-profile-applicant-organization__form__file span {
    font-size: 1rem;
    line-height: 120%;
    font-style: normal;
    font-weight: 400;    
    margin-left: 5px;
}

.lk_my-profile-applicant-organization__form__file span span {
    color: #B7B7B7;
}

.lk_my-profile-section__name {
  display: none;
}

/* Общий стиль для всех плейсхолдеров */
::placeholder {
  color: #b7b7b7;
}


/* /authorization-section__loginForm */

/* back__nav__section */

.back__nav__section {
    display: none;
}

.back__nav__link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 0;
    padding: 20px 0;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 140%;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0f0f0f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.back__nav__link__svg {
    width: 24px;
    height: 24px;
}
/* /back__nav__section */

/* /CONTENT */

/* FOOTER */


.footer__subscribe__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 33px 0;
}

.footer__subscribe__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__subscribe__title {
  color: #2f3138;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.footer__subscribe__text {
  color: #2f3138;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer__subscribe__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__subscribe__input__input {
  width: 422px;
  height: 55.76px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 56px;
  padding: 18px 16px;
  border: 1px solid transparent;
  background: #f2f5f7;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
  outline: none;
  color: #0f0f0f;
}

.footer__subscribe__button {
}

.footer__subscribe__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #009aff;
  border: 2px solid #009aff;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
  margin-left: 24px;
}

.footer__subscribe__button b {
  font-weight: 500;
}

.footer__subscribe__button:disabled {
  color: #fff;
  opacity: 0.3;
  cursor: default;
}

.footer__subscribe__button:hover:not(:disabled) {
  border: 2px solid #4dd6cb;
}

.footer__subscribe__button span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #4dd6cb;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.footer__subscribe__button:hover span {
  width: 225%;
  height: 425px;
}

.footer__listWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
}

.footer__list_column-1 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.footer__list_column-2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.footer__list_column-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.footer__list_column-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.footer__listWrapper a .footer__listTitle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 135%;
  color: #0f0f0f;
}

.footer__listWrapper a .footer__listTitle:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #e65907;
}

.footer__listWrapper ul .footer__listLink {
  list-style-type: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 8px !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #0f0f0f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer__listWrapper ul .footer__listLink a {
  color: #0f0f0f;
}

.footer__listWrapper ul .footer__listLink:hover a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #e65907;
}

.footer__list_last {
  margin-top: 32px;
}

.footer__sociaLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__sociaLinks__link {
  color: #0f0f0f;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer__sociaLinks__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #e65907;
}

.footer__sociaLinks__social__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
}

.footer__sociaLinks__social__link {
  width: 56px;
  height: 56px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f2f5f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__sociaLinks__social__link {
  width: 56px;
  height: 56px;
  background: rgb(242, 245, 247);
}

.footer__sociaLinks__social__link svg {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__sociaLinks__social__link:hover svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #e65907;
}

.footer__copyright__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0;
}

.footer__copyright__link {
  color: #0f0f0f;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer__copyright__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #e65907;
}

/* /FOOTER */


@media screen and (max-width: 400px) {
  .lk_my-profile__radio_wrap label {
    padding: 13px 10px;
  }
}

.lk_my-profile-section__title__page-title{
  margin-bottom: 15px;
  color: #0f0f0f;
  font-family: GPN_DIN Condensed;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 85px 0 25px;
}

.lk_my-profile-section__title__wrap__page-title{
  width: 78%;
  margin-left: 94px;
}

/* End */


/* Start:/local/templates/gpn/css/lk_my-profile-media.css?172837902419381*/
/* - MEDIA QUERIES - */

@media (min-width: 768px) {
  .footer__list_column-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .footer__list_column-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 26%;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
  }

  .footer__list_column-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-basis: 29%;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
    padding-top: 40px;
  }

  .footer__list_column-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

/* - big screens - */

@media screen and (min-width: 1980px) {
}

@media screen and (min-width: 2560px) {
}

@media screen and (min-width: 3840px) {
}

@media screen and (min-width: 4000px) {
}

/* - desctop screens - */
@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1748px) {
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
}

@media screen and (max-width: 1440px) {
  .lk_my-profile-section__form__wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__list_column-1 {
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
  }

  .footer__list_column-2 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .lk_my-profile__form__wrap {
    flex-direction: column;
  }
  .lk_my-profile__form__text,
  .lk_my-profile__form__tel,
  .lk_my-profile__form__radio {
    width: 50%;
  }
}

@media screen and (max-width: 1368px) {
}

@media screen and (max-width: 1280px) {
  .header__list {
    margin-left: 40px;
  }

  .footer__subscribe__input__input {
    width: 322px;
  }
}

@media screen and (max-width: 1240px) {
  html,
  body {
    font-size: 15px;
  }
  .lk_my-profile__form__field__flex-box__not__item__top.active
    + .lk_my-profile__form__field__flex-box__not__item__bottom {
    padding-right: 30px;
  }
  .burger-menu {
    display: block;
    cursor: pointer;
  }

  .header__list {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    margin-left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    z-index: 5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 11px 16px;
  }
  /* ======= 04.08.2023 start ======== */
  .header-list-menu__title {
    margin: 0;
	 font-weight: 700;
	 font-size: 21px;
    line-height: 120%;
    color: #0f0f0f;
    text-transform: uppercase;
  }
  .hlit__text {
		font-size: 16px;
    	font-weight: 700;
  }
    /* ======= 04.08.2023 end ======== */
  .header-list__menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .header-list-item__top {
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #ccd9e4;
    padding: 26px 0;
  }

  .header-list__item {
    position: relative;
    width: -webkit-fill-available;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-list-item__top {
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #ccd9e4;
    padding: 26px 0;
  }

  .header-list__item {
    display: block;
  }

  .header-list-item__top {
    border-bottom: 0;
  }

  .header-list-item__bottom {
    overflow: unset;
    visibility: unset;
    display: none;
    position: static;
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }

  .header-list__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-list__item {
    border-bottom: 1px solid #ccd9e4;
  }
	/* === 04.08.2023 === */
  .header-list-item__top.active + .header-list-item__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: style_show__jFbNy 0.5s 1;
    animation: style_show__jFbNy 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	 opacity: 1;
	 padding-bottom: 8px;
  }
  /* === 04.08.2023 end === */
  .header-list-item__top:hover + .header-list-item__bottom {
    opacity: unset;
    visibility: unset;
    overflow: unset;
  }

  .header__list {
    gap: 0;
  }
  /* === 04.08.2023 === */
  .hlit-text__hide {
    display: block;
    font-weight: 600;
    margin-bottom: 24px;
    color: #0f0f0f;
	 font-weight: 700;
	 font-size: 16px;
	 line-height: 10px;
  }
	/* === 04.08.2023 end === */
  .header__list {
    display: none;
  }

  .header__list.active {
    display: block;
  }

  .header-list-item__top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
	/* === 04.08.2023 === */
  .header-list-item-bottom__link {
    font-weight: 400;
    color: #0f0f0f;
    margin-bottom: 16px!important;
	 font-size: 12px;
  }

  .header__applicant-card__wrap__info {
	display: none;
  }
	/* === 04.08.2023 end === */
  .header-list-item__top.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-list-item__top:hover,
  .header-list-item__top:hover svg,
  .header-list-item__top:hover svg path {
    color: #0f0f0f;
    fill: #0f0f0f;
  }

  .header-list-item__top.active {
    opacity: 0.5;
  }

  .lk_my-profile-section__form_left {
    max-width: 100%;
  }

  .lk_my-profile-section__form .tooltip-element {
    display: inline-block;
  }

  .footer__subscribe__input__input {
    width: 252px;
  }

  .footer__listWrapper ul .footer__listLink {
    font-size: 0.875rem;
  }
  .lk_my-profile__form__field__flex-box__item:first-child{
    width: 30px;
  }
  .lk_my-profile__form__field__flex-box__item:nth-child(2) {
    width: 365px;
  }
  .lk_my-profile__form__field__flex-box__item:nth-child(3) {
    width: 164px;
  }
  .lk_my-profile__form__field__flex-box__item:nth-child(4) {
    width: 123px;
  }
  .lk_my-profile__form__field__flex-box__item:nth-child(5) {
    gap: 8px;
  }
}

@media screen and (max-width: 1024px) {
  html,
  body {
    font-size: 14px;
  }

  .lk_my-profile__form__field__flex-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lk_my-profile__form__text,
  .lk_my-profile__form__tel,
  .lk_my-profile__form__radio {
    width: 100%;
  }

  .lk_my-profile__radio_wrap label {
    width: 50%;
  }

  .lk_my-profile__submit__button__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    gap: 12px;
  }

  .lk_my-profile__save_button,
  .lk_my-profile__next_button {
    width: 100%;
  }

  .lk_my-profile__save__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .lk_my-profile__submit__button {
    width: 100%;
  }
  .lk_my-profile-applicant-organization__form__file__flex-box {
    width: 100%;
  }
  .footer__subscribe__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }

  .footer__subscribe__title {
    font-size: 1.25rem;
  }

  .footer__subscribe__item {
    gap: 8px;
  }

  .footer__subscribe__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }

  .footer__subscribe__input {
    width: 100%;
  }

  .footer__subscribe__input__input {
    width: 100%;
  }

  .footer__subscribe__button {
    width: 100%;
    margin-left: 0;
  }
  .lk_my-profile-section__form__wrapper {
    flex-direction: column;
  }
  .lk_my-profile__form__field__flex-box__item:first-child {
    min-width: 309px;
    max-width: 309px;
  }
  .applicant-organization-section__form__second
    .lk_my-profile-section__form_right {
    width: 100%;
    margin-left: 0;
  }
  .lk_my-profile__form__field__flex-box__item:first-child {
    min-width: unset;
    max-width: unset;
    width: 33%;
  }
  .lk_my-profile__form__field__flex-box__item:nth-child(2),
  .lk_my-profile__form__field__flex-box__item:nth-child(3),
  .lk_my-profile__form__field__flex-box__item:nth-child(4) {
    width: 33%;
  }
}

/* - tablet screens - */
@media screen and (max-width: 996px) {
  .lk_my-profile-section__avatar {
    padding-left: 50px;
  }
  .lk_my-profile-section__form.applicant-organization-section__form__second
    .lk_my-profile-section__form__wrapper {
    flex-direction: column;
  }
  .lk_my-profile-section__form_right {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 820px) {
}

/* - mobile screens - */

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 13px;
    line-height: 120%;
  }

  .lk_my-profile__form__field__flex-box__not__item__top.active
  + .lk_my-profile__form__field__flex-box__not__item__bottom {
    padding-right: 0;
  }

  .lk_my-profile-section__name {
    display: block;
    margin-bottom: 20px;
  } 
  .lk_my-profile-section__name__wrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  .lk_my-profile-section__name__img {
    margin-right: 2rem;
  }
  .lk_my-profile-section__name__name p {
    font-size: 1rem;
  }
  .lk__aside__nav__item a {    
    padding-left: 0;
    width: 100%;
  }
  .lk__aside__nav__item svg {
    display: block;
  }
  .lk_my-profile-section__title {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
  .back__nav__section {
    display: block;
  }
  .lk_my-profile-section__form .lk_my-profile__form__text input,
  .lk_my-profile-section__form .lk_my-profile__form__tel input,
  .lk_my-profile__radio_wrap,
  .lk_my-profile-applicant-organization__form__file__flex-box
   {    
    margin: 4px 0 16px 0;
    height: 48px;
  } 
  .lk_my-profile__uploaded-files__flex-box {
    flex-direction: column;
  }
  .lk_my-profile-applicant-organization__form__file span {    
    margin-left: 0;
  }
  .lk_my-profile-applicant-organization__form__file span span {
    display: none;
  }
  .file-item {    
    font-size: 1rem;    
    padding: 8px 16px;
    margin: 6px 0 6px 0px;
    width: 100%;
  }
  .uploaded-files {    
    gap: 0px;
  }
  .file-item-right img {
    max-width: 20px;
  }
  .lk_my-profile__radio_wrap label {    
    padding: 8px 16px;
  }

  .select {    
    height: 48px;
    margin: 4px 0 16px 0;
  }
  .lk_my-profile__form__field__flex-box {
    gap: 0;
  }
  .lk_my-profile__form {    
    padding: 0 0 32px 0;
  }
  .lk_my-profile-section__form.applicant-organization-section__form__second
  .lk_my-profile__form {
      overflow: hidden;
  }
  .lk_my-profile__form__field__flex-box__item:nth-child(3) {
    padding-right: 0;
  }
  .lk_my-profile__ff__mob-border {
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid #CCD9E4;
  }
  .lk_my-profile__ff__mob-title {
    text-decoration: underline;
  }
  .lk_my-profile__form__field__flex-box__sp {
    width: 100%;
  }
  .lk_my-profile__form__field__flex-box__top, .lk_my-profile__form__field__flex-box__bottom {    
    justify-content: space-between;
  }
  .lk_my-profile__form__field__flex-box__item:first-child {
    min-width: unset;
    max-width: unset;
    width: 48%;
  }
  .lk_my-profile__form__field__flex-box__item:nth-child(2),
  .lk_my-profile__form__field__flex-box__item:nth-child(3),
  .lk_my-profile__form__field__flex-box__item:nth-child(4) {
    width: 50%;
  }
  .lk_my-profile__ff__mob-hide {
    display: none;
  }
  /*.applicant-organization-section__form__second {
    padding-bottom: 32px;
  }*/
  .lk_my-profile-section__avatar {
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
  }
  .container {
    padding: 0 16px;
  }

  .header__search-form {
    display: none;
  }

  .header__login__button {
    padding-left: 0px;
    padding-right: 0px;
    color: #009aff;
    background-color: transparent;
    border: none;
    font-size: 1.25rem;
    line-height: 150%;
  }

  .lk_my-profile-section__form__wrapper {
    flex-direction: column;
  }
  .lk_my-profile-section__form_left {
    width: 100%;
  }
  .lk__aside__nav__wrap {
    display: flex;
    width: 100%;
  }
  .lk_my-profile-section__form_right {
    width: 100%;
    margin-left: 0;
  }
  .lk_my-profile__form__wrap {
    display: flex;
    flex-direction: column;
  }
  .footer__sociaLinks {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .about-individuals-application-project__form__file__wrap {    
    flex-wrap: wrap;
  }
  .about-individuals-application-project__form__file__wrap  input {
    width: 100%;
  }

  .footer__sociaLinks__social__wrap {
    gap: 8px;
  }

  .footer__sociaLinks__social__link {
    width: 32px;
    height: 32px;
  }

  .footer__sociaLinks__social__link svg {
    width: 16px;
    height: 16px;
  }

  .footer__listWrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__list_column-4 {
    margin-top: -182px;
  }

  .footer__list_column-1 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 48%;
  }

  .footer__list_column-2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 48%;
  }

  .footer__list_column-3 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 48%;
  }

  .footer__list_column-4 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 48%;
  }

  .footer__copyright__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .lk_my-profile__form__field__flex-box__not__item__top {
    flex-wrap: wrap;
  }
  .lk_my-profile__form__field__flex-box__not__item__top {
    position: relative;
  }
  .lk_my-profile__form__field__flex-box__not__item__close {
    margin-right: 0;
    position: absolute;
    right: 0;
  }
  .lk_my-profile__form__field__flex-box__not__item {
    margin-bottom: 16px;
  }
  .lk_my-profile__form__field__flex-box__not__item__top.active
    + .lk_my-profile__form__field__flex-box__not__item__bottom {
    padding-left: 0;
	 padding-top: 16px;
  }
  .lk_my-profile__form__field__flex-box__not__item__bottom {
    font-size: 12px;
    line-height: 18px;
  }

  .lk_my-profile__form__field__flex-box__not__item__circle {
	margin-right: 25px;
  }
  .lk_my-profile__form__field__flex-box__not__item__title {
	display: block;
	width: 100%;
	margin-top: 12px;
	font-weight: 700;
	line-height: 1.5;
}
.lk_my-profile__form__field__flex-box__not__item__date {
	font-weight: 700;
}
.lk_my-profile__form__field__flex-box__not__item__close {
	opacity: 0;    top: 3px;
	transition: 250ms ease all;
}
.lk_my-profile__form__field__flex-box__not__item__close img {
	width: 13px;
}
.lk_my-profile__form__field__flex-box__not__item__top.active .lk_my-profile__form__field__flex-box__not__item__close{
	opacity: 0.5;
}
}

@media screen and (max-width: 576px) {
  html,
  body {
    font-size: 12px;
  }

  .footer__copyright__text{
    line-height: normal;
  }

  .footer__contact-info{
    line-height: normal;
  }

  .footer__list_column-4 {
    margin-top: -172px;
  }
  .lk_my-profile__form__field__flex-box__not__item__top.active
    + .lk_my-profile__form__field__flex-box__not__item__bottom {
    padding-right: 0;
  }
  .lk_my-profile__form__field__flex-box__item_docs {
    margin-bottom: 0;
  }
  .lk_my-profile__form__field__flex-box__docs {
    display: flex;
  }
	.lk_my-profile__form__field__flex-box__not__item__circle {
		margin-right: 20px;
  }
  .header__applicant-card__wrap svg {
    width: 20px;
  }
}

@media screen and (max-width: 425px) {
  .header__logo img {
    width: 100%;
    max-width: 131px;
  }
  .footer__list_column-4 {
    margin-top: -202px;
  }
}

@media screen and (max-width: 380px) {
  html,
  body {
    font-size: 11px;
  }

  .footer__list_column-4 {
    margin-top: -192px;
  }
  /* ======= 04.08.2023 ======== */
  .header__logo {
	margin-right: 20px;
  }
}

/* End */


/* Start:/local/templates/gpn/css/lk_my-profile-2.css?176174632451459*/
@font-face {
    font-family: "GPN_DIN Condensed";
    src: url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.eot");
    src: local("DIN Condensed"), local("GPN_DIN_Condensed-Regular"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.woff2") format("woff2"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.woff") format("woff"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GPN_DIN Condensed";
    src: url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.eot");
    src: local("DIN Condensed"), local("GPN_DIN_Condensed-Bold"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.woff2") format("woff2"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.woff") format("woff"),
    url("/local/templates/gpn/css/../fonts/GPN_DIN_Condensed-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder {
    -webkit-transition: 250ms ease all;
    transition: 250ms ease all;
}

input::-moz-placeholder {
    -moz-transition: 250ms ease all;
    transition: 250ms ease all;
}

input:-ms-input-placeholder {
    -ms-transition: 250ms ease all;
    transition: 250ms ease all;
}

input::-ms-input-placeholder {
    -ms-transition: 250ms ease all;
    transition: 250ms ease all;
}

input::placeholder {
    -webkit-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

input:focus::-ms-input-placeholder {
    opacity: 0;
}

input:focus::placeholder {
    opacity: 0;
}

html,
body {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #0f0f0f;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    border: 0;
}

:focus,
a:focus,
a:active :active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

img {
    display: block;
    vertical-align: top;
}

a {
    display: block;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

/* HEADER */
header {
    height: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 1px solid #f2f5f7;
}

.header-list__item svg {
    width: 24px;
    height: 24px;
}

.header__logo {
    cursor: pointer;
    width: 197px;
}

.header__logo img {
    width: 100%;
}

.header__list {
    margin-left: 80px;
}

.header-list__item,
.header-list-item__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-list-item__top {
    position: relative;
    padding: 7px;
    color: #0f0f0f;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter, sans-serif;
    font-weight: 400;
    max-width: 424px;
    font-size: 1rem;
    line-height: 150%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.header-list-item__top svg,
.header__applicant-card__wrap svg {
    color: #0f0f0f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header__applicant-card__wrap svg {
    width: 24px;
    height: 24px;
}

.header__applicant-card__wrap:hover svg path {
    fill: #e65907;
}

.header-list-item__top svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-list-item__top:hover,
.header__applicant-card__wrap:hover .header__applicant-card__name * {
    color: #e65907;
}

.header-list-item__top:hover svg {
    color: #e65907;
    fill: none;
}

.burger-menu {
    margin-left: 16px;
    display: none;
}

.header-list-menu__close img {
    cursor: pointer;
    width: 55px;
    height: 55px;
    padding: 14px;
    margin-right: -16px;
}

.header__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-list__menu {
    display: none;
}

.hlit-text__hide {
    display: none;
}

.header-list-item__top:hover svg path {
    fill: #e65907;
}

.header-list-item__bottom {
    position: absolute;
    top: -webkit-calc(100% + 16px);
    top: calc(100% + 16px);
    left: -15px;
    border: 1px solid rgba(0, 64, 119, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding: 32px;
    z-index: 50;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.7s, visibility 0.7s;
    -o-transition: opacity 0.7s, visibility 0.7s;
    transition: opacity 0.7s, visibility 0.7s;
}

.header-list__item {
    position: relative;
}

.header-list-item-bottom__link {
    white-space: nowrap;
    list-style-type: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0 8px !important;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #0f0f0f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-list-item__top:hover + .header-list-item__bottom {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.header-list-item__bottom.active {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.header-list-item-bottom__link:hover {
    color: #e65907;
}

.header__list {
    gap: 25px;
}

.header__seacrch-login__wrap {
    margin-left: auto;
    gap: 40px;
}

.header__search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header__search-form__button {
    background-color: transparent;
}

.header__login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header__login__button {
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    font-weight: 400;
    color: #fff;
    background-color: #009aff;
    border: 2px solid #009aff;
    font-family: Inter, sans-serif;
    white-space: nowrap;
    margin: auto 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 150%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
    -o-transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__login__button:disabled {
    color: #fff;
    opacity: 0.3;
    cursor: default;
}

.header__login__button:hover:not(:disabled) {
    border: 2px solid #4dd6cb;
}

.header__login__button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4dd6cb;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.header__login__button:hover span {
    width: 225%;
    height: 425px;
}

.header__applicant-card__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__applicant-card__item {
    position: relative;
}

.header__applicant-card__item svg {
}

.header__applicant-card__item label {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 0;
    color: #fff;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}

.header__applicant-card__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
}

.header__applicant-card__name label {
    color: #0f0f0f;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}

/* /login */

.header__applicant-card__wrap {
    position: relative;
}

.header__applicant-card__wrap__info {
    position: absolute;
    top: 126%;
    background: #fff;
    padding: 22px 32px 22px 21px;
    border: 1px solid #6d6b6bbf;
    z-index: 1;
    width: 250px;
    right: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    opacity: 0;
    transition: 250ms ease all;
    visibility: hidden;
    overflow: hidden;
}

.header__applicant-card__wrap.active .header__applicant-card__wrap__info {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.header__applicant-card__wrap__info__item {
    align-items: center;
    transition: 250ms ease all;
}

.header__applicant-card__wrap__info__item:hover {
    color: #009aff;
}

.header__applicant-card__wrap__info__item__num {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #009aff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin-left: 7px;
}

.header__applicant-card__wrap__info__item {
    color: #000;
    font-size: 16px;
}

/* /HEADER */

/* custom date */

:root {
    --dark-body: #4d4c5a;
    --dark-main: #141529;
    --dark-second: #79788c;
    --dark-hover: #323048;
    --dark-text: #f8fbff;
    --light-body: #f3f8fe;
    --light-main: #fdfdfd;
    --light-second: #c3c2c8;
    --light-hover: #edf0f5;
    --light-text: #151426;
    --blue: #0000ff;
    --orange: #E65907;
    --white: #fff;
    --shadow: 0px 0px 60px 0px rgba(23, 65, 115, 0.2);
}

.dark {
    --bg-body: var(--dark-body);
    --bg-main: var(--dark-main);
    --bg-second: var(--dark-second);
    --color-hover: var(--dark-hover);
    --color-txt: var(--dark-text);
}

.calendar {
    display: none;
    height: 430px;
    width: 340px;
    background-color: var(--bg-main);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: white;
    z-index: 99999999;
}

.calendar {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.calendar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: var(--color-txt);
    padding: 10px;
}

.calendar-body {
    padding: 10px;
}

.calendar-week-day {
    height: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 7 ];
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
}

.calendar-week-day div {
    display: -ms-grid;
    display: grid;
    place-items: center;
    color: var(--bg-second);
}

.calendar-days {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 7 ];
    grid-template-columns: repeat(7, 1fr);
    color: var(--color-txt);
}

.calendar-days div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
    -webkit-animation: to-top 1s forwards;
    animation: to-top 1s forwards;
}

.calendar-days div span {
    position: absolute;
}

.calendar-days div:hover {
    color: #E65907;
}

.calendar-days div span:nth-child(1),
.calendar-days div span:nth-child(3) {
    width: 2px;
    height: 0;
    background-color: var(--color-txt);
}

.calendar-days div span:nth-child(1) {
    bottom: 0;
    left: 0;
}

.calendar-days div span:nth-child(3) {
    top: 0;
    right: 0;
}

.calendar-days div span:nth-child(2),
.calendar-days div span:nth-child(4) {
    width: 0;
    height: 2px;
    background-color: var(--color-txt);
}

.calendar-days div span:nth-child(2) {
    top: 0;
    left: 0;
}

.calendar-days div span:nth-child(4) {
    bottom: 0;
    right: 0;
}

.calendar-days div.curr-date,
.calendar-days div.curr-date:hover {
    border: 1px solid var(--orange);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.selected-date {
    background-color: var(--orange);
    color: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.selected-date:hover {
    color: white !important;
}

.calendar-days div.curr-date span {
    display: none;
}

.month-picker {
    cursor: pointer;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.month-picker:hover {
    opacity: 0.6;
}

.year-picker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background: rgba(242, 245, 247, 1);
    font-size: 18px;
    font-weight: 600;
}

.month-change,
.year-change {
    height: 20px;
    width: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin: 0 10px;
    cursor: pointer;
}

.year-change pre {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.month-change:hover {
    color: var(--orange);
}

.calendar-footer {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.toggle span {
    margin-right: 10px;
    color: var(--color-txt);
}

.month-list {
    position: absolute;
    width: 100%;
    height: 390px;
    top: 0;
    left: 0;
    margin-top: 40px;
    background-color: var(--white);
    -ms-grid-columns: (auto) [ 3 ];
    grid-template-columns: repeat(3, auto);
    display: -ms-grid;
    display: grid;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    visibility: hidden;
    pointer-events: none;
}

.month-list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    pointer-events: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.month-list > div {
    display: -ms-grid;
    display: grid;
    place-items: center;
}

.month-list > div > div {
    width: 100%;
    padding: 5px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: var(--color-txt);
}

.month-list > div > div:hover {
    color: var(--orange);
}

.years {
    background-color: white;
    padding: 0 20px;
    font-weight: 400 !important;
    position: absolute;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: 40px;
    z-index: 10;
    max-height: 300px;
    overflow-y: auto;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    height: 0;
}

.years.active {
    height: 300px;
}

.year-item {
    padding: 6px 0px;
    cursor: pointer;
}

.years::-webkit-scrollbar {
    width: 3px;
}

.years::-webkit-scrollbar-thumb {
    background-color: #9F9F9F;
}

.year-item:hover {
    color: var(--orange);
}

.disabled {
    opacity: 0.8;
}

.disabled:hover {
    cursor: default !important;
    color: black !important;
}

@-webkit-keyframes to-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes to-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.show-calendar {
    display: block;
    position: absolute;
}

/* /custom date */

/* custom select */


.select-menu {
    width: 100%;
    cursor: pointer;
    position: relative;
}

.select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #B7B7B7;
    margin: 8px 0 30px 0;
}

.arrow {
    border: solid rgb(0 0 0);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4.5px;
}

.down {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    -ms-transform: rotate(225deg) !important;
    transform: rotate(225deg) !important;
    -webkit-transform: rotate(225deg) !important;
}

.options-list {
    position: absolute;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(23, 65, 115, 0.2);
    box-shadow: 0px 0px 60px 0px rgba(23, 65, 115, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    max-height: 294px;
    overflow-y: auto;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    height: 0;
    z-index: 9999;
}

.option.clicked img {
    display: block !important;
}

.options-list.active {
    height: 294px;
}

.option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 16px;
    padding: 16px 24px;
    font-weight: 400;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.option:hover {
    background-color: rgba(77, 214, 203, 0.3);
}

.options-list::-webkit-scrollbar {
    width: 4px;
}

.options-list::-webkit-scrollbar-thumb {
    background-color: #CCD9E4;
}

/* custom select */

/* custom checkbox */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCD9E4;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px;
}

input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: white;
    background-color: #009AFF;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.6667 1L4.33333 8.33333L1 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
}

/* /custom checkbox */

/* Общий стиль для всех плейсхолдеров */
::-webkit-input-placeholder {
    color: #B7B7B7;
}

::-moz-placeholder {
    color: #B7B7B7;
}

:-ms-input-placeholder {
    color: #B7B7B7;
}

::-ms-input-placeholder {
    color: #B7B7B7;
}

::placeholder {
    color: #B7B7B7;
}

/* CONTENT */

.lk__aside__nav__item a {
    width: 241px;
    padding-left: 21px;
    font-size: 1px;
    color: #000;
    font-size: 16px;
}

.lk__aside__nav__wrap {
    display: flex;
    flex-direction: column;
}

.lk__aside__nav__item__count {
    background: #009aff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-left: 12px;
}

.lk__aside__nav__item__a {
    align-items: center;
}

.lk__aside__nav__item__title span {
    padding: 0 0 0 21px;
    color: #000;
    font-size: 1rem;
    line-height: 120%;
}


/* .lk_my-profile-section__form */

.lk_my-profile-section__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lk_my-profile-section__title__wrap__h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lk_my-profile-section__title__h1 {
    color: #0f0f0f;
    font-family: GPN_DIN Condensed;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding: 85px 0 25px;
}

.lk_my-profile-section__form__wrapper {
    justify-content: space-between;
}

.lk_my-profile__form__wrap {
    border-radius: 8px;
}

.lk_my-profile-section__form_right {
    position: relative;
    width: 78%;
    margin-left: 94px;
}

.lk_my-profile-applicant-organization-section__form {
    background: #ffffff;
}

.lk_my-profile-applicant-organization__form__title__wrap {
    padding: 32px 24px;
}

.lk_my-profile-applicant-organization__form__title__wrap h2 {
    color: #0f0f0f;
    font-family: GPN_DIN Condensed;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.lk_my-profile-applicant-organization__form__title__savePrint__flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.lk_my-profile-applicant-organization__form__title__savePrint__flex-box a {
    margin-left: 24px;
}

.lk_my-profile-applicant-organization__form__title__savePrint__flex-box a svg {
    height: 24px;
    width: 24px;
}

.lk_my-profile-applicant-organization-section__form__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lk_my-profile-applicant-organization-section__form_left {
    width: 808px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 16px 0;
}

.lk_my-profile-applicant-organization__form {
    /*max-width: 808px;*/
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 32px 24px 0 24px;
}

.lk_my-profile-applicant-organization__form__field__flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lk_my-profile-applicant-organization__form__field__flex-box .lk_my-profile-applicant-organization__form__text {
    width: 50%;
}

.lk_my-profile-applicant-organization__form__checkbox-group {
    width: 47%;
}

.lk_my-profile-applicant-organization__form__text {
    width: 100%;
}

.lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__text input {
    width: 100%;
    height: 56px;
    margin: 8px 0 24px 0;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #0f0f0f;
}

.lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__text label {
    color: #0F0F0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lk_my-profile-applicant-organization__form__tel, .lk_my-profile-applicant-organization__form__date {
    width: 368px;
}

.lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__tel input {
    width: 100%;
    height: 56px;
    margin: 8px 0 24px 0;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #0f0f0f;
}

.lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__tel label {
    color: #0F0F0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__date input {
    width: 100%;
    height: 56px;
    margin: 8px 0 24px 0;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #0F0F0F;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url('/local/templates/gpn/css/../img/date-Icon.svg') no-repeat;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    input[type="date"]::-webkit-calendar-picker-indicator {
        background-image: none;
    }
}

.lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__date label {
    color: #0F0F0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__email input {
    width: 100%;
    height: 56px;
    margin: 8px 0 24px 0;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #0f0f0f;
}

.lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__email label {
    color: #0F0F0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lk_my-profile-applicant-organization__form__file__flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 760px;
    height: 56px;
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px dashed #CCD9E4;
    margin: 8px 0 24px 0;
    transition: 0.3s ease;
}

.lk_my-profile-applicant-organization__form__file__flex-box p {
    color: rgba(0, 154, 255, 1);
    cursor: pointer;
}

.lk_my-profile-applicant-organization__form__file__flex-box p:hover {
    color: rgba(0, 112, 186, 1)
}

.uploaded-files {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: black;
    border: 1px solid rgba(204, 217, 228, 1);
    border-radius: 8px;
    max-width: 760px;
    padding: 12px 16px;
    margin: 5px 0 10px 0px;
    width: 100%;
}

.file-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.file-item-right {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.drop-zone--over {
    border: 1px solid rgba(0, 154, 255, 1);
}

.lk_my-profile__uploaded-files__flex-box {
    display: flex;
}

.lk_my-profile-applicant-organization__form__file input {
    display: none;
}

.lk_my-profile-applicant-organization__form__file label {
    color: #0F0F0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lk_my-profile-applicant-organization__form__file span {
    font-size: 1rem;
    line-height: 120%;
    font-style: normal;
    font-weight: 400;
    margin-left: 5px;
}

.lk_my-profile-applicant-organization__form__file span span {
    color: #B7B7B7;
}

.lk_my-profile-applicant-organization__form__checkbox-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.projectTeam__form {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.lk_my-profile-applicant-organization__form__projectTeam__title {
    width: 100%;
    background: #ffffff;
    padding: 32px 24px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 2px;
}

.lk_my-profile-applicant-organization__form__projectTeam__title h3 {
    font-family: GPN_DIN Condensed;
    color: #0F0F0F;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.projectTeam__form__title {
    padding: 0 0 32px 0;
}

.projectTeam__form__title h4 {
    color: #0F0F0F;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.participationImplementation__form__title h5 {
    color: #0F0F0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
}

.participationImplementation__form__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 760px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #CCD9E4;
    padding: 16px;
}

.participationImplementation__form__textarea {
    position: relative;
    width: 352px;
}

.participationImplementation__form__textarea textarea {
    width: 100%;
    height: 56px;
    margin: 8px 0 16px 0;
    padding: 18px 16px;
    background: #f2f5f7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
}

.participationImplementation__form__textarea label {
    color: #0F0F0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.participationImplementation__form__textarea__count {
    position: absolute;
    right: 16px;
    bottom: 40px;
    z-index: 100;
    color: #6F6F6F;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.participationImplementation__form__flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.add-line__wrap {
    margin: 2px 0 16px 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.participationImplementation__form__wrap__add-line__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.participationImplementation__form__wrap__add-line__plus {
    width: 56px;
    height: 56px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #F2F5F7;
}

.participationImplementation__form__wrap__add-line__link {
    color: #009AFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-left: 16px;
}

.participationImplementation__form__wrap__add-line__link:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #e65907;
}

.lk_my-profile-applicant-organization__submit__form {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 16px 0 64px;
}

.lk_my-profile-applicant-organization__submit__button__wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lk_my-profile-applicant-organization__save__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 318px;
    padding: 17px 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 2px solid rgba(0, 154, 255, 0.60);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #0F0F0F;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}

.lk_my-profile-applicant-organization__save__button:hover {
    background-color: #009AFF;
    border: 2px solid #009AFF;
    color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lk_my-profile-applicant-organization__submit__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 418px;
    padding: 17px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #009AFF;
    border: 2px solid #009aff;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-transition: background-color .3s linear, color .3s linear, border-color .3s linear;
    -o-transition: background-color .3s linear, color .3s linear, border-color .3s linear;
    transition: background-color .3s linear, color .3s linear, border-color .3s linear;
}

.lk_my-profile-applicant-organization__submit__button button:disabled {
    color: #fff;
    opacity: .3;
    cursor: default;
}

.lk_my-profile-applicant-organization__submit__button:hover:not(:disabled) {
    border: 2px solid #4dd6cb;
}

.lk_my-profile-applicant-organization__submit__button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4dd6cb;
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    -o-transition: width .4s ease-in-out, height .4s ease-in-out;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.lk_my-profile-applicant-organization__submit__button:hover span {
    width: 225%;
    height: 425px;
}

.lk_my-profile-applicant-organization-section__form__button {
    max-width: 808px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lk_my-profile-applicant-organization-section__form__button button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 56px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #CCD9E4;
    color: #0F0F0F;
    background-color: transparent;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
}


/* /lk_my-profile-applicant-organization-section__form */

/* back__nav__section */

.back__nav__section {
    display: none;
}

.back__nav__link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 0;
    padding: 20px 0;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 140%;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0f0f0f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.back__nav__link__svg {
    width: 24px;
    height: 24px;
}

/* /back__nav__section */


/* /CONTENT */

/* FOOTER */

.footer__subscribe__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 33px 0;
}

.footer__subscribe__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__subscribe__title {
    color: #2f3138;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.footer__subscribe__text {
    color: #2f3138;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer__subscribe__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer__subscribe__input__input {
    width: 422px;
    height: 55.76px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 56px;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #0f0f0f;
}

.footer__subscribe__button {
}

.footer__subscribe__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #009aff;
    border: 2px solid #009aff;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
    -o-transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear,
    border-color 0.3s linear;
    margin-left: 24px;
}

.footer__subscribe__button:disabled {
    color: #fff;
    opacity: 0.3;
    cursor: default;
}

.footer__subscribe__button:hover:not(:disabled) {
    border: 2px solid #4dd6cb;
}

.footer__subscribe__button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4dd6cb;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.footer__subscribe__button:hover span {
    width: 225%;
    height: 425px;
}

.footer__listWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0;
}

.footer__list_column-1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.footer__list_column-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.footer__list_column-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.footer__list_column-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.footer__listWrapper a .footer__listTitle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 135%;
    color: #0f0f0f;
}

.footer__listWrapper a .footer__listTitle:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #e65907;
}

.footer__listWrapper ul .footer__listLink {
    list-style-type: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0 8px !important;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #0f0f0f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer__listWrapper ul .footer__listLink a {
    color: #0f0f0f;
}

.footer__listWrapper ul .footer__listLink:hover a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #e65907;
}

.footer__list_last {
    margin-top: 32px;
}

.footer__sociaLinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer__sociaLinks__link {
    color: #0f0f0f;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer__sociaLinks__link:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #e65907;
}

.footer__sociaLinks__social__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6px;
}

.footer__sociaLinks__social__link {
    width: 56px;
    height: 56px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #f2f5f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__sociaLinks__social__link {
    width: 56px;
    height: 56px;
    background: rgb(242, 245, 247);
}

.footer__sociaLinks__social__link svg {
    width: 24px;
    height: 24px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__sociaLinks__social__link:hover svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    fill: #e65907;
}

.footer__copyright__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 24px 0;
}

.footer__copyright__link {
    color: #0f0f0f;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer__copyright__link:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #e65907;
}

/* /FOOTER */


@media screen and (max-width: 767px) {
    .lk__aside__nav__item a.active {
        width: 241px;
        padding-left: 0;
        color: #000;
        font-size: 16px;
        height: auto;
        background-color: unset;
        font-weight: normal;
    }

    .lk__aside__nav__item a {
        padding-left: 0;
        line-height: 18px;
    }

}
/* End */


/* Start:/local/templates/gpn/css/lk_my-profile-media-2.css?172837902419179*/
/* - MEDIA QUERIES - */

@media (min-width: 768px) {
    .footer__list_column-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex-basis: 18%;
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    }

    .footer__list_column-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex-basis: 26%;
        -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    }

    .footer__list_column-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-flex-basis: 29%;
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
        padding-top: 40px;
    }

    .footer__list_column-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

/* - big screens - */

@media screen and (min-width: 1980px) {
}

@media screen and (min-width: 2560px) {
}

@media screen and (min-width: 3840px) {
}

@media screen and (min-width: 4000px) {
}

/* - desctop screens - */
@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1748px) {
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
}

@media screen and (max-width: 1440px) {

    .footer__list_column-1 {
        -webkit-flex-basis: 16%;
        -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    }

    .footer__list_column-2 {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .lk_my-profile__form__wrap {
        flex-direction: column;
        width: 100%;
    }

    .lk_my-profile__form__text,
    .lk_my-profile__form__tel,
    .lk_my-profile__form__radio {
        width: 50%;
    }

    .lk_my-profile-lk_my-profile-applicant-organization-section__form__wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1368px) {
}

@media screen and (max-width: 1280px) {
    .header__list {
        margin-left: 40px;
    }

    .lk_my-profile-section__form_right {
        width: 70%;
    }

    .footer__subscribe__input__input {
        width: 322px;
    }
}

@media screen and (max-width: 1240px) {
    html,
    body {
        font-size: 15px;
    }

    .lk_my-profile__form__field__flex-box__not__item__top.active
    + .lk_my-profile__form__field__flex-box__not__item__bottom {
        padding-right: 30px;
    }

    .burger-menu {
        display: block;
        cursor: pointer;
    }

    .header__list {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        margin-left: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: #fff;
        z-index: 5;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 11px 16px;
    }

    .header-list-menu__title {
        margin: 0;
        font-weight: 700;
        color: #0f0f0f;
        text-transform: uppercase;
    }

    .header-list__menu {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    /* ======= 04.08.2023 start ======== */
    .header-list-menu__title {
        margin: 0;
        font-weight: 700;
        font-size: 21px;
        line-height: 120%;
        color: #0f0f0f;
        text-transform: uppercase;
    }

    .hlit__text {
        font-size: 16px;
        font-weight: 700;
    }

    /* ======= 04.08.2023 end ======== */
    .header-list-item__top {
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid #ccd9e4;
        padding: 26px 0;
    }

    .header-list__item {
        position: relative;
        width: -webkit-fill-available;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-list-item__top {
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid #ccd9e4;
        padding: 26px 0;
    }

    .header-list__item {
        display: block;
    }

    .header-list-item__top {
        border-bottom: 0;
    }

    .header-list-item__bottom {
        overflow: unset;
        visibility: unset;
        display: none;
        position: static;
        border: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

    .header-list__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header-list__item {
        border-bottom: 1px solid #ccd9e4;
    }

    /* === 04.08.2023 === */
    .header-list-item__top.active + .header-list-item__bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation: style_show__jFbNy 0.5s 1;
        animation: style_show__jFbNy 0.5s 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        opacity: 1;
        padding-bottom: 8px;
    }

    /* === 04.08.2023 end === */
    .header-list-item__top:hover + .header-list-item__bottom {
        opacity: unset;
        visibility: unset;
        overflow: unset;
    }

    .header__list {
        gap: 0;
    }

    /* === 04.08.2023 === */
    .hlit-text__hide {
        display: block;
        font-weight: 600;
        margin-bottom: 24px;
        color: #0f0f0f;
        font-weight: 700;
        font-size: 16px;
        line-height: 10px;
    }

    /* === 04.08.2023 end === */
    .header__list {
        display: none;
    }

    .header__list.active {
        display: block;
    }

    .header-list-item__top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    /* === 04.08.2023 === */
    .header-list-item-bottom__link {
        font-weight: 400;
        color: #0f0f0f;
        margin-bottom: 16px !important;
        font-size: 12px;
    }

    .header__applicant-card__wrap__info {
        display: none;
    }

    /* === 04.08.2023 end === */
    .header-list-item__top.active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header-list-item__top:hover,
    .header-list-item__top:hover svg,
    .header-list-item__top:hover svg path {
        color: #0f0f0f;
        fill: #0f0f0f;
    }

    .header-list-item__top.active {
        opacity: 0.5;
    }

    .lk_my-profile-section__form_left {
        max-width: 100%;
    }


    .lk_my-profile-section__form .tooltip-element {
        display: inline-block;
    }

    .footer__subscribe__input__input {
        width: 252px;
    }

    .footer__listWrapper ul .footer__listLink {
        font-size: 0.875rem;
    }

    .lk_my-profile__form__field__flex-box__item {
        overflow-wrap: anywhere;
    }

    .lk_my-profile__form__field__flex-box__item:first-child {
        width: 50px;
    }

    .lk_my-profile__form__field__flex-box__item:nth-child(2) {
        width: 200px;
    }

    .lk_my-profile__form__field__flex-box__item:nth-child(3) {
        display: none;
    }

    .lk_my-profile__form__field__flex-box__item:nth-child(4) {
        width: 150px;
    }

    .lk_my-profile__form__field__flex-box__item:nth-child(5) {
        gap: 8px;
    }
}

@media screen and (max-width: 1024px) {
    html,
    body {
        font-size: 14px;
    }

    .lk_my-profile-section__form_left .lk__aside__nav__wrap {
        display: none;
    }

    .lk_my-profile__form__field__flex-box {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lk_my-profile-section__form__wrapper {
        flex-direction: column;
    }

    .lk_my-profile-applicant-organization__form__field__flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lk_my-profile-applicant-organization__form__text,
    .lk_my-profile-applicant-organization__form__tel,
    .lk_my-profile-applicant-organization__form__date,
    .lk_my-profile-applicant-organization__form__radio,
    .participationImplementation__form__textarea,
    .lk_my-profile-applicant-organization__form__field__flex-box .lk_my-profile-applicant-organization__form__text,
    .lk_my-profile-applicant-organization__form__checkbox-group {
        width: 100%;
    }

    .lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__text input {
        margin: 8px 0 10px 0;
    }

    .lk_my-profile-applicant-organization__form__checkbox-group {
        margin-bottom: 24px;
    }

    .lk_my-profile-applicant-organization__form__file__flex-box {
        width: 100%;
    }

    .lk_my-profile__form__text, .lk_my-profile__form__tel, .lk_my-profile__form__radio {
        width: 100%;
    }

    .lk_my-profile-applicant-organization__radio_wrap label {
        width: 50%;
    }

    .lk_my-profile-applicant-organization__submit__button__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        gap: 12px;
    }

    .lk_my-profile-applicant-organization__save_button,
    .lk_my-profile-applicant-organization__next_button {
        width: 100%;
    }

    .lk_my-profile-applicant-organization__save__button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .lk_my-profile-applicant-organization__submit__button {
        width: 100%;
    }

    .footer__subscribe__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
    }

    .footer__subscribe__title {
        font-size: 1.25rem;
    }

    .footer__subscribe__item {
        gap: 8px;
    }

    .footer__subscribe__right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
    }

    .footer__subscribe__input {
        width: 100%;
    }

    .footer__subscribe__input__input {
        width: 100%;
    }

    .footer__subscribe__button {
        width: 100%;
        margin-left: 0;
    }
}

/* - tablet screens - */
@media screen and (max-width: 996px) {
    .lk_my-profile-section__avatar {
        padding-left: 50px;
    }

    .lk_my-profile-section__form.lk_my-profile-applicant-organization-section__form__second
    .lk_my-profile-section__form__wrapper {
        flex-direction: column;
    }

    .lk_my-profile-section__form_right {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 820px) {
}

/* - mobile screens - */

@media screen and (max-width: 768px) {
    html,
    body {
        font-size: 13px;
        line-height: 120%;
    }

    .container {
        padding: 0 16px;
    }

    .lk_my-profile__form__field__flex-box__not__item__top.active
    + .lk_my-profile__form__field__flex-box__not__item__bottom {
        padding-right: 0;
    }

    .lk__aside__nav__item_back {
        display: flex;
        gap: 14px;
        align-items: center;
        padding: 20px 0;
        color: #000;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.96px;
        text-transform: capitalize;
    }

    .lk_my-profile-section__title__h1 {
        padding: 0 0 10px;
    }

    .header__search-form {
        display: none;
    }

    .header__login__button {
        padding-left: 0px;
        padding-right: 0px;
        color: #009aff;
        background-color: transparent;
        border: none;
        font-size: 1.25rem;
        line-height: 150%;
    }

    .lk_my-profile__form__wrap {
        padding: 0;
    }

    .lk_my-profile-section__form__wrapper {
        flex-direction: column;
    }

    .lk_my-profile-section__form_left {
        width: 100%;
    }

    .lk__aside__nav__wrap {
        display: flex;
    }

    .lk_my-profile-section__form_right {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .lk_my-profile__form__wrap {
        display: flex;
        flex-direction: column;
    }

    .lk_my-profile-applicant-organization__form__title__wrap {
        padding: 0;
    }

    .lk_my-profile-applicant-organization-section__form__wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__date input,
    .lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__tel input,
    .lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__email input,
    .lk_my-profile-applicant-organization-section__form .lk_my-profile-applicant-organization__form__text input,
    .lk_my-profile-applicant-organization__form__file__flex-box {
        margin: 4px 0 16px 0;
        height: 48px;
    }

    .lk_my-profile-applicant-organization__form__checkbox-group {
        margin: 4px 0 16px 0;
    }

    .calendar {
        height: auto;
        width: auto;
    }

    .calendar-days div {
        padding: 6px 8px;
    }

    .lk_my-profile-applicant-organization__form {
        padding: 32px 0 0 0;
    }

    .lk_my-profile__uploaded-files__flex-box {
        flex-direction: column;
    }

    .lk_my-profile__uploaded-files__flex-box div {
        line-height: 100%;
    }

    .lk_my-profile__uploaded-files__flex-box p {
        line-height: 100%;
    }

    .lk_my-profile-applicant-organization__form__file span {
        margin-left: 0;
    }

    .lk_my-profile-applicant-organization__form__file span span {
        display: none;
    }

    .uploaded-files {
        gap: 0px;
    }

    .file-item-right img {
        max-width: 20px;
    }

    .file-item {
        font-size: 1rem;
        padding: 8px 16px;
        margin: 6px 0 6px 0px;
        width: 100%;
    }

    .lk_my-profile-section__title {

    }

    .lk_my-profile-section__title__wrap__h1 {
        display: none;
    }

    .lk_my-profile-section__title__wrap__page-title {
        width: 100%;
        margin-left: 0px;
    }

    .lk_my-profile-section__title__page-title {
        margin-bottom: 15px;
        padding: 25px 0;
    }

    .mobile-hide {
        display: none;
    }

    .back__nav__section {
        display: block;
    }

    .footer__sociaLinks {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 24px;
    }


    .footer__sociaLinks__social__wrap {
        gap: 8px;
    }

    .footer__sociaLinks__social__link {
        width: 32px;
        height: 32px;
    }

    .footer__sociaLinks__social__link svg {
        width: 16px;
        height: 16px;
    }

    .footer__listWrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__list_column-4 {
        margin-top: -182px;
    }

    .footer__list_column-1 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 48%;
    }

    .footer__list_column-2 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 48%;
    }

    .footer__list_column-3 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 48%;
    }

    .footer__list_column-4 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 48%;
    }

    .footer__copyright__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}

@media screen and (max-width: 576px) {
    html,
    body {
        font-size: 12px;
    }

    .footer__copyright__text{
        line-height: normal;
    }

    .footer__contact-info{
        line-height: normal;
    }

    .footer__list_column-4 {
        margin-top: -172px;
    }

    .header__applicant-card__wrap svg {
        width: 20px;
    }
}

@media screen and (max-width: 425px) {
    .header__logo img {
        width: 100%;
        max-width: 131px;
    }

    .footer__list_column-4 {
        margin-top: -202px;
    }
}

@media screen and (max-width: 380px) {
    html,
    body {
        font-size: 11px;
    }

    .footer__list_column-4 {
        margin-top: -192px;
    }
}

/* End */


/* Start:/local/templates/gpn/css/style.css?172837902410126*/
/* back__nav__section */

.back__nav__section {
    background: #f2f5f7;
}

.back__nav__link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 0;
    padding: 28px 0 32px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 140%;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0f0f0f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.back__nav__link__svg {
    width: 24px;
    height: 24px;
}

/* /back__nav__section */

.lk_my-profile-section__title__wrap__h1 {
    width: 20%;
}

textarea {
    resize: vertical;
    min-height: 80px;
    max-height: 250px;
}


.forgot_pass_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.forgot_pass_bottom span {
    color: var(--black-60, #6F6F6F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.forgot_pass_bottom .link_application {
    color: var(--blue-light, #009AFF);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 2px;
    padding: 0;
}

.authorization-section__loginForm__wrapper {
    gap: 50px;
}

@media screen and (max-width: 767px) {
    .forgot_pass_bottom {
        margin-bottom: 24px;
    }

    .forgot_pass_bottom span {
        font-size: 12px;
        line-height: 18px;
    }

    .forgot_pass_bottom .link_application {
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.88px;
    }
}

.error_input {
    margin-top: 8px;
}

.error_input p font {
    color: red;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 14px;
}


footer {
    margin-top: 45px;
}

.show-password {
    position: absolute;
    top: 60px;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg class='authorization-section__loginForm__form__icon' id='svg_0' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon' clip-path='url(%23clip0_1_8842)'%3E%3Cpath id='Vector' d='M3 3L21 21' stroke='%230F0F0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath id='Vector_2' d='M10.584 10.5869C10.2087 10.9619 9.99775 11.4707 9.99756 12.0012C9.99737 12.5317 10.2079 13.0406 10.583 13.4159C10.958 13.7912 11.4667 14.0021 11.9973 14.0023C12.5278 14.0025 13.0367 13.7919 13.412 13.4169' stroke='%230F0F0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath id='Vector_3' d='M17.357 17.3491C15.726 18.4491 13.942 19.0001 12 19.0001C8 19.0001 4.667 16.6671 2 12.0001C3.369 9.60506 4.913 7.82506 6.632 6.65906M9.363 5.36506C10.2204 5.11978 11.1082 4.9969 12 5.00006C16 5.00006 19.333 7.33306 22 12.0001C21.222 13.3611 20.388 14.5241 19.497 15.4881L9.363 5.36506Z' stroke='%230F0F0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_8842'%3E%3Crect width='24' height='24' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .show-password {
        top: 43px;
    }
}

.show-password_login_form {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg class='authorization-section__loginForm__form__icon' id='svg_0' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon' clip-path='url(%23clip0_1_8842)'%3E%3Cpath id='Vector' d='M3 3L21 21' stroke='%230F0F0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath id='Vector_2' d='M10.584 10.5869C10.2087 10.9619 9.99775 11.4707 9.99756 12.0012C9.99737 12.5317 10.2079 13.0406 10.583 13.4159C10.958 13.7912 11.4667 14.0021 11.9973 14.0023C12.5278 14.0025 13.0367 13.7919 13.412 13.4169' stroke='%230F0F0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath id='Vector_3' d='M17.357 17.3491C15.726 18.4491 13.942 19.0001 12 19.0001C8 19.0001 4.667 16.6671 2 12.0001C3.369 9.60506 4.913 7.82506 6.632 6.65906M9.363 5.36506C10.2204 5.11978 11.1082 4.9969 12 5.00006C16 5.00006 19.333 7.33306 22 12.0001C21.222 13.3611 20.388 14.5241 19.497 15.4881L9.363 5.36506Z' stroke='%230F0F0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_8842'%3E%3Crect width='24' height='24' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.show-password_login_form.active{
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' version='1.1' id='svg_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 60.24 60.24' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M29.008,48.308c-16.476,0-28.336-17.029-28.833-17.754c-0.248-0.36-0.231-0.841,0.039-1.184 c0.561-0.712,13.906-17.424,29.913-17.424c17.953,0,29.474,16.769,29.956,17.482c0.23,0.342,0.229,0.79-0.007,1.129 c-0.475,0.688-11.842,16.818-29.899,17.721C29.786,48.297,29.396,48.308,29.008,48.308z M2.267,30.028 c2.326,3.098,13.553,16.967,27.812,16.254c15.237-0.76,25.762-13.453,27.938-16.3c-2.175-2.912-12.811-16.035-27.889-16.035 C16.7,13.947,4.771,27.084,2.267,30.028z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M30.127,37.114c-3.852,0-6.986-3.135-6.986-6.986c0-3.851,3.134-6.985,6.986-6.985s6.986,3.135,6.986,6.985 C37.113,33.979,33.979,37.114,30.127,37.114z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M30.127,42.614c-6.885,0-12.486-5.602-12.486-12.486c0-6.883,5.602-12.485,12.486-12.485 c6.884,0,12.486,5.602,12.486,12.485C42.613,37.012,37.013,42.614,30.127,42.614z M30.127,19.641 c-5.782,0-10.486,4.704-10.486,10.486c0,5.781,4.704,10.485,10.486,10.485s10.486-4.704,10.486-10.485 C40.613,24.345,35.91,19.641,30.127,19.641z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


#REGISTER_FORM .show-password {
    top: 36px;
}

.show-password.active{
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' version='1.1' id='svg_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 60.24 60.24' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M29.008,48.308c-16.476,0-28.336-17.029-28.833-17.754c-0.248-0.36-0.231-0.841,0.039-1.184 c0.561-0.712,13.906-17.424,29.913-17.424c17.953,0,29.474,16.769,29.956,17.482c0.23,0.342,0.229,0.79-0.007,1.129 c-0.475,0.688-11.842,16.818-29.899,17.721C29.786,48.297,29.396,48.308,29.008,48.308z M2.267,30.028 c2.326,3.098,13.553,16.967,27.812,16.254c15.237-0.76,25.762-13.453,27.938-16.3c-2.175-2.912-12.811-16.035-27.889-16.035 C16.7,13.947,4.771,27.084,2.267,30.028z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M30.127,37.114c-3.852,0-6.986-3.135-6.986-6.986c0-3.851,3.134-6.985,6.986-6.985s6.986,3.135,6.986,6.985 C37.113,33.979,33.979,37.114,30.127,37.114z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M30.127,42.614c-6.885,0-12.486-5.602-12.486-12.486c0-6.883,5.602-12.485,12.486-12.485 c6.884,0,12.486,5.602,12.486,12.485C42.613,37.012,37.013,42.614,30.127,42.614z M30.127,19.641 c-5.782,0-10.486,4.704-10.486,10.486c0,5.781,4.704,10.485,10.486,10.485s10.486-4.704,10.486-10.485 C40.613,24.345,35.91,19.641,30.127,19.641z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.footer__sociaLinks__social__wrap {
    flex-direction: column;
}

.footer__sociaLinks__social__wrap a, .footer__sociaLinks__social__wrap span {
    color: #000000;
    font-weight: 700;
    display: inline-block;
}

.file-field span {
    font-size: 0.775rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 400px;
}

.file-field label {
    color: rgba(0, 154, 255, 1);
    cursor: pointer;
}

.file-field input {
    display: none;
}

@media screen and (max-width: 1024px) {
    .legal-entity-application__section__progress-bar,
    .budget-legal-entity-application__section__progress-bar {
        display: none;
    }
}

.file-item-right {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.delete-file {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='62' viewBox='0 0 48 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.1923 15.9999L24 31.1923L8.80768 15.9999' stroke='black' stroke-width='4'/%3E%3Cpath d='M8.80768 46.0001L24 30.8077L39.1923 46.0001' stroke='black' stroke-width='4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.errors-section__form {
    min-height: 500px;
    box-sizing: border-box;
    padding: 150px 0px;
}

.error {
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
    padding: 1rem;
    color: #58151c;
    border-radius: 0.375rem;
    width: 500px;
    margin: 0px auto;
}

.footer__contact-info > a {
    color: #009AFF;
}

.footer__contact-info {
    a:hover {
        color: #E65907;
    }
}
/* End */


/* Start:/local/templates/gpn/css/modal.css?17283790245187*/

body.show-modal {
    overflow: hidden;
}

.modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100;
}

.show-modal .modal-overlay {
    display: block;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-animation: fadeInFromNone 0.25s ease-out;
    -moz-animation: fadeInFromNone 0.25s ease-out;
    -o-animation: fadeInFromNone 0.25s ease-out;
    animation: fadeInFromNone 0.25s ease-out;
    z-index: 200;
}

.modal-body {
    width: 392px;
    height: 272px;
    border-radius: 8px;
    background: #ffffff;
    padding: 48px 32px;
    box-sizing: border-box;
    text-align: center;
}

.modal-close {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 50%;
    top: -80px;
    right: 0px;
    position: absolute;
    overflow: hidden;
}

.modal-close a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13 13' stroke='%230F0F0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 1L1 13' stroke='%230F0F0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: all ease-in 0.25s;
}

.modal-close a:hover {
    transform: rotateZ(-90deg);
}

.modal-icon {
    margin-bottom: 18px;
}

.modal-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 18px;
    padding: 0px 24px;
}

.modal-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 24px;
}

.modal-buttons {
    display: flex;
    margin-top: 24px;
}

.modal-buttons .modal-btn {
    display: inline-block;
    width: 166px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid rgba(0, 154, 255, 0.60);
    font-size: 16px;
    text-align: center;
}

.modal-buttons .modal-btn:first-child {
    margin-right: 8px;
}

.modal-buttons .modal-btn:last-child {
    margin-left: 8px;
}

.modal-buttons .modal-btn.modal-btn-close {
    background: #ffffff;
    color: #000000;
}

.modal-buttons .modal-btn.modal-btn-submit {
    background: #009AFF;
    color: #ffffff;
}

.icon {
    width: 56px;
    height: 56px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #009AFF;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-success {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_957_6174)'%3E%3Cpath d='M5 12L10 17L20 7' stroke='%23E65907' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_957_6174'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.icon-error {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5_22242)'%3E%3Cpath d='M27 29.9971H27.03' stroke='%23E65907' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45 29.9971H45.03' stroke='%23E65907' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.4985 47.999C33.8723 44.6347 40.1738 43.0593 46.4985 43.499' stroke='%23E65907' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .modal {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .modal-body {
        width: 100%;
        height: auto;
        padding: 20px 10px;
    }

    .modal-close {
        right: 10px;
    }
}

/* End */


/* Start:/local/templates/gpn/css/loader.css?1726065446986*/
body.show-loader{
    overflow: hidden;
}

.loader-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.2);
    display: none;
    z-index: 150;
}

.loader-wrapper .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%) translateX(-50%);
}

.loader-wrapper .loader:before {
    content: "";
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:
            radial-gradient(farthest-side,#009aff 94%,#0000) top/8px 8px no-repeat,
            conic-gradient(#0000 30%,#009aff);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation:s3 1s infinite linear;
}

@keyframes s3{
    100%{transform: rotate(1turn)}
}

.show-loader .loader-wrapper{
    display: block;
}
/* End */


/* Start:/local/templates/gpn/css/header.css?17617463247671*/
.header__logo_text {
    font-family: 'GPN_RG', sans-serif;
    line-height: 20px;
    color: #009AFF;
    transition: 0.5s;
}

.header__logo_text:hover {
    transition: 0.5s;
    color: #E65907;
}

.header__help_item-nest div {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
}

.header__help_item-nest svg {
    fill: #000;
}

.dropdown__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 150;
}

.header__help_item-nest {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100px;
}

.header__help_item-nest:hover {
    svg {
        fill: #E65907;
    }

    div {
        color: #E65907;
    }
}

.save-as-draft {
    background-color: rgb(240, 240, 240)
}

.header__dropdown-modal {
    display: none;
    background-color: white;
    height: 350px;
    position: absolute;
    z-index: 150;
    width: 100%;
}

.header__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

.header__dropdown-modal_body .modal__item {
    max-width: 400px;
}

.header__dropdown-modal_body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-top: 145px;
    max-width: 1440px;
    margin: 0 auto;
}

.modal__item > * {
    font-size: 16px;
}

.modal__item-title {
    font-weight: 700;
}

.modal__item-text {
    height: 75px;
}

.modal__item-link a {
    color: #009AFF;
}

.modal__item-link a:hover {
    color: #E65907;
    cursor: pointer;
}

.header__wrapper {
    position: relative;
}

.header__applicant-card__wrap svg {
    width: 20px;
}

.bold-tip {
    font-weight: bold !important;
}

.lk__aside__nav__wrap {
    display: flex;
    flex-direction: column;
    height: 225px;
    gap: 15px;
}

/* - Desktop screens - */

@media screen and (max-width: 1390px) {
    .lk__aside__nav__wrap {
        margin-top: -45px;
    }
}

@media screen and (max-width: 1320px) {
    .header__dropdown-modal_body .modal__item {
        max-width: 400px;
        width: 100%;
    }

    .modal__item-text {
        height: 140px;
    }

    .header__dropdown-modal_body {
        padding-top: 150px;
    }

    .header__dropdown-modal {
        height: 420px;
    }

    .modal__item {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1024px) {
    .lk_my-profile-section__form_right {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 923px) {
    .modal__item {
        padding: 0 15px;
    }

    .modal__item-text {
        height: 165px;
    }
}

@media screen and (max-width: 833px) {
    .modal__item {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1024px) {
    .header__logo_text {
        font-size: 42px;
        font-weight: 700;
    }

    .lk__aside__nav__wrap {
        height: 225px;
        max-height: 225px;
    }
}

@media screen and (min-width: 1px) {
    .header__applicant-card__wrap__info {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .header__logo_text {
        font-size: 42px;
        font-weight: 700;
    }

    .header__seacrch-login__wrap {
        margin-left: unset;
        padding-left: 30px;
    }

    .header__help_item {
        margin-left: auto;
    }

    .header__help_item div {
        margin-left: 7px;
    }

    .header__help_item svg {
        margin-left: 7px;
    }

    .modal__item-text {
        padding-top: 10px;
    }

    .modal__item-link {
        padding-top: 15px;
    }

    .lk__aside__nav__wrap {
        gap: 18px;
    }

    .lk__aside__nav__item a {
        display: flex;
        align-items: center;
        font-weight: 400;
        position: relative;
        box-sizing: border-box;
        transition: background 0.3s, color 0.3s, font-weight 0.3s;
        color: #000;
    }

    .lk__aside__nav__item a.active {
        color: #009aff;
        font-weight: 600;
        background: transparent;
    }

    .lk__aside__nav__item a.active::before {
        content: "";
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        bottom: -15px;
        background-color: #f2f5f7;
        border-radius: 10px;
        z-index: -1;
    }
}

.pb-custom{
    padding-bottom: 24px;
}

.pb-custom > h3 {
    font-family: GPN_DIN Condensed;
    color: #0F0F0F;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.legal-entity-application__form__title__wrap h2{
    font-family: GPN_DIN Condensed;
    color: #0F0F0F;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

/* - mobile screens - */

.step0-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.f-mb-30 {
    margin-bottom: -30px;
}

@media screen and (max-width: 768px) {
    .step0-checkbox {
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-start;
    }

    .f-mb-30 {
        margin-bottom: 0;
    }

    .header__container {
        padding: 0 16px;
    }

    .file-item-left p {
        line-height: 14px;
    }

    .tooltip-element__wrap h2 {
        margin-bottom: 5px;
    }

    .tooltip-element__wrap h3 {
        margin-bottom: 5px;
    }

    .legal-entity-application-section__form_right__instructions {
        padding-top: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .budget-applicant-organization__form__title__wrap_text {
        font-size: 10.5px;
        line-height: 16px;
    }

    .save-info {
        margin-top: 20px !important;
    }

    .textarea-label {
        display: block;
    }

    .delete-list-item, .delete-sub-item {
        font-size: 10.5px;
    }

    .legal-entity-application__form__projectTeam__title h3 {
        font-family: GPN_DIN Condensed;
        color: #0F0F0F;
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
        padding-right: 0;
        margin-bottom: 0;
    }

    .participationImplementation__form__wrap__add-line__link {
        font-size: 14px;
    }

    .lk__aside__nav__wrap {
        margin-top: 0 !important;
    }

    .header__applicant-card__name {
        display: none;
    }

    .header__applicant-card__wrap__info {
        display: flex;
    }

    .header__logo_text {
        font-size: 18px;
        font-weight: 700;
    }

    .header__seacrch-login__wrap {
        margin-left: unset;
        padding-left: 20px;
    }

    .header__help_item-nest div {
        font-size: 15px;
    }

    .header__help_item-nest {
        align-items: center;
        width: auto;
    }

    .header__help_item-nest svg {
        margin-left: 5px;
        width: 20px;
        height: auto;
    }

    .header__help_item {
        margin-left: auto;
    }

    .header__dropdown-modal {
        height: 100%;
    }

    .header__dropdown-modal_body {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        position: absolute;
        padding-top: 0;
    }

    .header__dropdown-modal_body .modal__item {
        max-width: 400px;
    }

    .modal__item {
        padding: 20px 0;
    }

    .modal__item > * {
        font-size: 14px;
        line-height: 18px;
    }

    .modal__item-text {
        padding-top: 25px;
        height: auto;
    }

    .modal__item-link {
        padding-top: 20px;
    }
}
/* End */


/* Start:/local/templates/gpn/css/form-style.css?17255373951329*/
.error-text{
    color: red;
    font-size: 0.8rem;
    bottom: 23px;
    margin-bottom: -15px;
    position: relative;
    display: none;
    margin-top: 5px;
}

.grant-application__checkbox-group .error-text{
    color: red;
    font-size: 0.8rem;
    bottom: -10px;
    position: absolute;
    display: none;
}

.has-error .error-text{
    display: block;
}

.legal-entity-application__form__text,
.legal-entity-application__form__tel,
.legal-entity-application__form__select,
.applicant-organization__form__text,
.applicant-organization__form__date,
.applicant-organization__form__tel,
.applicant-organization__form__email,
.applicant-organization__form__file__flex-box,
.grant-application__checkbox-inline{
    position: relative;
}

.applicant-organization__form__file__flex-box .error-text{
    bottom: -24px;
}

.grant-application__checkbox-input{
    margin: 10px 0px 10px 55px;
    display: none;
}

.grant-application__checkbox-input.show{
    display: block;
}

.grant-application__checkbox-input input{
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 4px;
    font-size: 14px;
}

.grant-application__checkbox-input.has-error{
    padding-bottom: 20px;
}

.grant-application__checkbox-input.has-error .error-text{
    left: 0px;
}
/* End */


/* Start:/local/templates/gpn/styles.css?1761746324195*/
@font-face {
    font-family: "GPN_RG";
    src: url("/local/templates/gpn/./fonts/GPN_RG.otf") format("opentype"),
    url("/local/templates/gpn/./fonts/GPN_RG.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/* End */
/* /local/templates/gpn/css/authorization.css?172837902423936 */
/* /local/templates/gpn/css/authorization-media.css?172553739510651 */
/* /local/templates/gpn/css/lk_my-profile.css?176174632444979 */
/* /local/templates/gpn/css/lk_my-profile-media.css?172837902419381 */
/* /local/templates/gpn/css/lk_my-profile-2.css?176174632451459 */
/* /local/templates/gpn/css/lk_my-profile-media-2.css?172837902419179 */
/* /local/templates/gpn/css/style.css?172837902410126 */
/* /local/templates/gpn/css/modal.css?17283790245187 */
/* /local/templates/gpn/css/loader.css?1726065446986 */
/* /local/templates/gpn/css/header.css?17617463247671 */
/* /local/templates/gpn/css/form-style.css?17255373951329 */
/* /local/templates/gpn/styles.css?1761746324195 */
