

/* Start:/local/templates/.default/components/afonya/content.resume-form/.default/style.css?174850907711445*/
/* ROBOTO 900 */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.eot");
    src: local("Roboto Black"), local("Roboto-Black"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.svg#Roboto") format("svg");
}

/* ROBOTO 700 */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.svg#Roboto") format("svg");
}

/* ROBOTO 500 */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}

/* ROBOTO 400 */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

.af-modal.af-modal__resume {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
#header.af-header {
    z-index: 9;
}
.af-modal__resume .af-modal-container {
    display: block;
    width: 600px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.af-modal__resume .af-modal-close {
    display: flex;
    width: 23px;
    height: 23px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #cccccc;
    align-items: center;
    justify-content: center;
    transition: 150ms ease;
    cursor: pointer;
    position: absolute;
    top: calc(20% + 22px);
    right: 22px;
    z-index: 1;
}
.af-modal__resume .af-modal-close:hover {
    font-weight: 900;
}
.af-modal__resume .af-modal-form {
    display: flex;
    width: 100%;
    height: auto;
    max-height: 100%;
    padding: 50px 70px 70px;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 0;
}
.css-mobile-version .af-modal__resume .af-modal-form {
    padding: 40px;
}
.af-modal__resume .af-modal-form::before {
    content: "";
    display: block;
    width: 80px;
    height: 160px;
    border-radius: 80px 0 0 80px;
    background-color: #4FBFFF;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.af-modal__resume .af-form-title {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #0F74D1;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 22px;
}
.af-modal__resume .af-form-group {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.af-modal__resume .af-form-group:not(:last-of-type) {
    margin-bottom: 10px;
}
.af-modal__resume .af-form-group:last-of-type {
    margin-bottom: 40px;
}
.af-modal__resume .af-form-label {
    display: block;
    width: 130px;
    height: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}
.af-modal__resume .af-form-label sup {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #0F74D1;
    font-family: 'Roboto', sans-serif;
}
.af-modal__resume .af-form-input {
    display: block;
    min-width: 300px;
    width: calc(100% - 150px);
    height: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    padding: 7px 10px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background-color: #ffffff;
    transition: 150ms ease;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.af-modal__resume .af-form-input:focus,
.af-modal__resume .af-form-input:hover {
    border-color: #0F74D1;
}
.af-modal__resume .af-form-input::-webkit-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.af-modal__resume .af-form-input::-moz-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.af-modal__resume .af-form-input:-ms-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.af-modal__resume .af-form-input::-ms-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.af-modal__resume .af-form-input::placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.af-modal__resume .af-form[data-status="error"]::after {
    content: attr(data-error);
    display: block;
    width: 200px;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #F60505;
    margin-left: 14px;
}
.af-modal__resume .af-form-message ~ * {
    display: none;
}
.af-modal__resume .af-form-message {
    display: flex;
    width: 200px;
    height: 200px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #0F74D1;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    position: absolute;
    top: 20%;
    left: calc(50% - 100px);
    z-index: 1;
}
.af-modal__resume .af-form-message::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #0F74D1;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/local/img/assets/mark-white.svg);
}

.af-modal__resume .af-files-label {
    display: block;
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 0 auto 5px 20px;
    box-sizing: border-box;
    background-size: 34px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.af-modal__resume .af-files-label[data-placeholder]:not([data-name])::after,
.af-modal__resume .af-files-label[data-name]::after {
    width: 160px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #cccccc;
    position: absolute;
    left: calc(100% + 22px);
    top: 0;
}
.af-modal__resume .af-files-label[data-placeholder]:not([data-name])::after {
    content: attr(data-placeholder);
    color: #cccccc;
}
.af-modal__resume .af-files-label[data-name]::after {
    display: flex;
    content: attr(data-name);
    height: 100%;
    color: #222222;
    align-items: center;
    align-content: center;
}
.af-modal__resume .af-files-label:not(.loaded) {
    border: 1px dashed #cccccc;
    background-image: url("/local/img/assets/file-upload-icon.svg");
}
.af-modal__resume .af-files-label.loaded {
    border: 1px dashed #0F74D1;
    background-image: url("/local/img/assets/file-uploaded-icon.svg");
}
.css-mobile-version .af-modal__resume .af-files-label {
    margin: 0 10px 5px 0;
}
.af-modal__resume .af-files-input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.af-modal__resume .af-files-progress {
    display: block;
    width: 80px;
    max-width: 100%;
    height: 6px;
    border-radius: 2px;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .3);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 5px;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: 300ms ease-in-out;
}
.af-modal__resume .af-files-progress[value=""],
.af-modal__resume .af-files-progress[value="0"],
.af-modal__resume .af-files-progress[value="100"] {
    transform: scale3d(0, 0, 1);
}
.af-modal__resume .af-files-progress::-moz-progress-bar,
.af-modal__resume .af-files-progress::-webkit-progress-bar {
  background-color: #006BB9;
}
.af-modal__resume .af-files-progress::-webkit-progress-value {
  background-color: #006BB9;
}
.af-modal__resume .af-modal-permission {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}
.af-modal__resume .af-modal-permission a {
    color: #0F74D1;
}

/* End */
/* /local/templates/.default/components/afonya/content.resume-form/.default/style.css?174850907711445 */
