
.main-navigation ul,
.site-sidebar .posts-list,
.tech-icons,
.tech-tags,
.timeline>ul {
    list-style: none;
}
/*
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOjCnqEu92Fr1Mu51S7ACc6CsE.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format("truetype");
}
*/

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(/static/events/fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: bold;
    font-weight: 700;
    src: url(/static/events/fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Upbolters;
    font-style: bold;
    font-weight: 700;
    src: url(/static/events/fonts/upbolters-new.regular.otf) format("truetype");
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 900;
    src: url(/static/events/assets/fontawesome/webfonts/fa-solid-900.woff2) format("woff2");
}

button {
    overflow: visible;
}

.dl-vertical,
.site-sidebar {
    overflow: hidden;
}

button,
select {
    text-transform: none;
}

.main-navigation,
.person .person-content .person-title,
.site-sidebar .block .block-title,
h1,
h2,
h5 {
    text-transform: uppercase;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.tech-icon-angular,
.tech-icon-chef,
.tech-icon-cordova,
.tech-icon-doctrine,
.tech-icon-elasticsearch,
.tech-icon-php,
.tech-icon-rails,
.tech-icon-redis,
.tech-icon-symfony,
.tech-icon-websockets,
.tech-icon-wordpress {
    width: 35px;
    height: 32px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.highlight {
    background: #fff;
}

.highlight .c {
    color: #998;
}

.highlight .err {
    color: #a61717;
    background-color: #e3d2d2;
}

.highlight .cm {
    color: #998;
}

.highlight .cp {
    color: #999;
}

.highlight .c1 {
    color: #998;
}

.highlight .cs {
    color: #999;
}

.highlight .gd {
    color: #000;
    background-color: #fdd;
}

.highlight .gd .x {
    color: #000;
    background-color: #faa;
}

.highlight .gr {
    color: #a00;
}

.highlight .gh {
    color: #999;
}

.highlight .gi {
    color: #000;
    background-color: #dfd;
}

.highlight .gi .x {
    color: #000;
    background-color: #afa;
}

.highlight .go {
    color: #888;
}

.highlight .gp {
    color: #555;
}

.highlight .gu {
    color: #aaa;
}

.highlight .gt {
    color: #a00;
}

.highlight .kt {
    color: #458;
}

.highlight .m {
    color: #099;
}

.highlight .s {
    color: #d14;
}

.highlight .na {
    color: teal;
}

.highlight .nb {
    color: #0086b3;
}

.highlight .nc {
    color: #458;
}

.highlight .no {
    color: teal;
}

.highlight .ni {
    color: purple;
}

.highlight .ne,
.highlight .nf {
    color: #900;
    font-weight: 700;
}

.highlight .nn {
    color: #555;
}

.highlight .nt {
    color: navy;
}

.highlight .nv {
    color: teal;
}

.highlight .w {
    color: #bbb;
}

.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .mo {
    color: #099;
}

.highlight .s2,
.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .se,
.highlight .sh,
.highlight .si,
.highlight .sx {
    color: #d14;
}

.highlight .sr {
    color: #009926;
}

.highlight .s1 {
    color: #d14;
}

.highlight .ss {
    color: #990073;
}

.highlight .bp {
    color: #999;
}

.highlight .vc,
.highlight .vg,
.highlight .vi {
    color: teal;
}

.highlight .il {
    color: #099;
}

body {
    font: 16px/1.6 Roboto, Helvetica, sans-serif;
    font-weight: 300;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}

.button.button-red,
.home-section,
.person,
.project-subtitle,
.project-title,
h1,
h2 {
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
}
/*
::-moz-selection {
    color: #fff;
    background: #a51a1a;
}

::selection {
    color: #fff;
    background: #a51a1a;
}
*/
.red{
    color: #bb1e1e;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
    font-weight: 300;
}

a {
    text-decoration: none;
}

/* a:hover {
    text-decoration: underline;
} */

strong {
    font-weight: 600;
}

hr {
    box-sizing: content-box;
    margin: 10px 0;
    height: 1px;
    width: 100%;
    background: #ddd;
    border: none;
}

.dl-vertical dt {
    display: block;
    clear: both;
    width: 150px;
}

.dl-vertical dd {
    display: block;
    margin: 0;
}

.dl-vertical.dl-long dt {
    width: 350px;
}

.gray {
    color: #999;
}

.nocolor,
a.nocolor,
a.nostyle {
    color: inherit;
}

a.nostyle {
    text-decoration: inherit;
}

.cv-tech-tags a:hover,
.main-navigation a,
.person,
.person:hover,
.portfolio-timeline .project-link,
.site-sidebar .posts-list a {
    text-decoration: none;
}

@media screen and (min-width: 451px) {
    .visible-xxs {
        display: none;
    }
}

@media (max-width: 450px),
(min-width: 568px) {
    .visible-xs {
        display: none;
    }
}

@media (max-width: 567px),
(min-width: 768px) {
    .visible-sm {
        display: none;
    }
}

@media (max-width: 767px),
(min-width: 1001px) {
    .visible-md {
        display: none;
    }
}

@media (max-width: 1000px),
(min-width: 1366px) {
    .visible-lg {
        display: none;
    }
}

@media screen and (max-width: 1365px) {
    .visible-xlg {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .hidden-xxs {
        display: none;
    }
}

@media screen and (max-width: 568px) and (min-width: 451px) {
    .hidden-xs {
        display: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 568px) {
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width: 1001px) and (min-width: 768px) {
    .hidden-md {
        display: none;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1001px) {
    .hidden-lg {
        display: none;
    }
}

@media screen and (min-width: 1366px) {
    .hidden-xlg {
        display: none;
    }
}

.button,
.icon,
.tech-icon {
    display: inline-block;
}

blockquote {
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ddd;
}

.icon {
    width: 1em;
    margin-right: 0.2em;
}

.button {
    padding: 0.4em 0.8em;
    line-height: 1;
    margin-right: 1em;
}

.button.button-outline {
    border-width: 1px;
    border-style: solid;
}

.button.button-white {
    color: #fff;
}

.button.button-inline {
    padding: 0;
    margin-right: 0.3em;
}

.button.button-icon {
    padding: 0;
    margin-right: 0.2em;
}

.button.button-red {
    background-color: #af2222;
    border: 1px solid #9a1e1e;
    color: #fff;
    padding: 0.7em 1.2em;
    font-weight: 400;
}

.button.button-red:focus,
.button.button-red:hover {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

.button:not(.button-icon) .fa,
.button:not(.button-icon) .icon {
    padding-right: 0.3em;
}

.block-title a,
.social-icons.social-icons a {
    color: #fff;
    /* color: rgba(255, 255, 255, 1); */
    font-weight: bold;
}

.block-title a:hover,
.social-icons.social-icons a:hover {
    color: #fff;
}

body {
    /*background: #f6f6f6;*/
}

@media screen and (max-width: 1000px) {
    body {
        background: #fff;
    }
}

.site-sidebar {
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 2;
    width: 25%;
    font-size: 14px;
    color: #fff;
    text-align: left;
    background-color: rgba(27, 27, 31, 1);
}

@media screen and (max-width: 1000px) {
    .site-sidebar {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        position: relative;
        width: auto;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .site-sidebar:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -50px;
        content: " ";
        display: block;
        width: auto;
        height: 850px;
    }

    .parent-home .site-sidebar:before {
        display: none;
    }
}

.site-sidebar .site-sidebar-inner {
    position: relative;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* padding: 45px 40px; */
    padding-top: 25px;
}

.site-sidebar .site-sidebar-inner::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 1000px) {
    .site-sidebar .site-sidebar-inner {
        overflow: initial;
        height: auto;
        padding: 0 40px;
    }
}

.cv-header-meta,
.cv-section,
.cv-timeline-row,
.home-section .home-buttons,
.post .post-meta,
.row,
.tech-icons li,
.tech-tags li,
.timeline_element,
.timeline_element-contents {
    overflow: hidden;
}

.site-sidebar .block+.block {
    margin-top: 45px;
}

.site-sidebar .block .block-title {
    font-size: 11px;
    font-weight: 300;
    color: #aaa;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
}

.site-sidebar .block-social {
    font-size: 22px;
}

html:not(.platform-mac) .site-sidebar .block-blog {
    display: none;
}

.person,
.site-sidebar .posts-list>li {
    display: block;
}

.person {
    color: inherit;
}

.site-sidebar .person {
    text-align: center;
}

.person .person-avatar {
    border-radius: 50%;
    margin-bottom: 10px;
}

.person .person-avatar .avatar {
    width: 152px;
    height: 152px;
    border-radius: 50%;
}

.person .person-content {
    margin-left: -40px;
    margin-right: -40px;
}

.person .person-content .person-title {
    font-size: 22px;
    font-weight: 500;
}

.person .person-content .person-subtitle {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.main-navigation {
    margin: 15px 15px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    .person .person-avatar img {
        width: 120px;
        height: 120px;
    }

    .main-navigation {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 30px;
        text-align: right;
        margin: 20px -40px 0;
    }
}

.main-navigation .navigation-extend-bar {
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-width: 1px 0;
    padding: 0 20px;
    display: none;
}

@media screen and (max-width: 1000px) {
    .main-navigation .navigation-extend-bar {
        display: block;
        line-height: 75px;
    }
}

.navigation-extend-bar a .mobile-link {
    display: inline-block;
    font-family: Upbolters;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.main-navigation ul,
.main-navigation ul>li {
    margin: 0;
    padding: 0;
}

.main-navigation ul>li {
    display: block;
}

.main-navigation ul+ul {
    margin-top: 30px;
}

.main-navigation ul li {
    position: relative;
    padding: 0 40px;
}

@media screen and (max-width: 1000px) {
    .main-navigation ul+ul {
        margin-top: 0;
    }

    .main-navigation ul li {
        padding: 0 20px;
    }
}

.main-navigation ul li a:hover,
.main-navigation ul li.current a {
    color: #fff;
}

.main-navigation a {
    color: #ccc;
    color: rgba(255, 255, 255, 0.6);
    display: block;
}

.site-sidebar a:focus,
.site-sidebar a:hover {
    color: #fff;
}

@media screen and (min-width: 1001px) {
    .main-navigation ul li.current:after {
        content: " ";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-right: 8px solid #fff;
        bottom: 6px;
        left: auto;
        right: 0;
    }

    .main-navigation .current a:after,
    .main-navigation a:hover:after {
        content: " \f105 ";
        padding-left: 3px;
        font-family: FontAwesome;
    }
}

.site-main {
    margin-left: 25%;
}

.site-main:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    content: " ";
    display: block;
    width: 25%;
}

@media screen and (max-width: 1000px) {
    .main-navigation .navigation-extendable {
        max-height: 0;
        -webkit-transition: max-height 0.25s;
        transition: max-height 0.25s;
    }
    
    .main-navigation.extended .navigation-extendable {
        max-height: 1000px;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }

    .site-main {
        margin-left: 0;
    }

    .site-main:before {
        display: none;
    }

    .parent-home .site-main:before {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        width: auto;
        background-position: right top;
    }
}

.site-main .site-main-inner,
.timeline_element {
    position: relative;
}

.main-section {
    /*max-width: 850px;*/
    padding: 50px;
    background-color: #fff;
    color: #333;
}

@media screen and (max-width: 1000px) {
    .main-section {
        padding: 30px 20px;
        margin: 0 auto;
    }

    .block-blog,
    .block-social {
        display: none;
    }
}

.main-title {
    line-height: 1;
    margin-bottom: 15px;
    color: #555;
}

@-webkit-keyframes fadein {

    0%,
    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {

    0%,
    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidein {
    from {
        margin-left: -30%;
    }

    to {
        margin-left: 0;
    }
}

@keyframes slidein {
    from {
        margin-left: -30%;
    }

    to {
        margin-left: 0;
    }
}

.tech-tags a,
.tech-tags a:hover {
    background-color: rgba(175, 34, 34, 0.8);
}

@media screen and (max-width: 767px) {
    .home-section {
        font-size: 8px;
    }
}

@media screen and (max-width: 567px) {
    .home-section {
        font-size: 7px;
    }
}

.home-section .home-section-inner {
    max-width: 840px;
    margin-left: 25%;
}

@media screen and (max-width: 1000px) {
    .home-section .home-section-inner {
        margin: 0;
    }
}

.home-section .home-heading {
    font-size: 4em;
    font-weight: 500;
}

.home-section .home-subheading {
    font-size: 3em;
    font-weight: 300;
    text-transform: none;
}

.home-section .home-subheading strong {
    font-weight: 500;
}

.home-section .home-location {
    font-size: 2em;
    font-weight: 300;
    margin-top: 1.25em;
}

.home-section .home-buttons {
    margin-top: 5.15em;
    font-size: 2em;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@media screen and (max-width: 1000px) {
    .home-section .home-buttons {
        margin-top: 1em;
    }
}

.home-section .home-buttons .button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    opacity: 0.8;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.47);
    margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
    .home-section .home-buttons {
        font-size: 18px;
    }

    .home-section .home-buttons .button {
        margin: 1em 0 0;
        float: left;
        clear: both;
    }
}

.portfolio-section {
    max-width: 1400px;
}

@media screen and (max-width: 1000px) {
    body.parent-home .site-sidebar {
        padding-top: 0;
    }

    body.parent-home .site-sidebar .person {
        display: none;
    }

    body.parent-home .site-sidebar .main-navigation {
        margin-top: 0;
    }

    .portfolio-timeline .project-text {
        width: auto;
        float: none;
    }
}

.social-icons {
    height: 0;
    float: left;
}

/* ****************** */
.site-sidebar .nav-link {
    display: block;
    padding: 0 1rem;
    font-weight: 400;
}

.site-sidebar .nav-link:hover,
.site-sidebar .nav-link:focus {
    text-decoration: none;
}

.site-sidebar .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.site-sidebar .nav-link.active {
    color: #fff;
}

.site-sidebar .nav-link.active::after {
    content: " \f105 ";
    font-family: FontAwesome;
}

.site-sidebar .nav-link.menu-heading {
    color: #fff;
    /* background-color: #fff; */
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.site-sidebar .nav-heading {
    padding: 0.1rem 1rem 0.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
}
input.btn-primary {
    /*background-color: rgb(154,205,50);*/
}

/* inputs in forms override */
form div div.mb-3,
form div.mb-3 {
    margin-bottom: 0.5rem !important;
}

.alert h4 {
    margin-bottom: 0;
}

.accent_- {
}
.accent_F {
    background-color: #D8F2FF !important;
}
.accent_RP {
    background-color: #FFFED6 !important;
}
.accent_not_counted {
    opacity: 50%;
}
.logo {
    width: 220px;
}
.logo-mobile {
    height: 60px;
}
p.list-item {
    margin-bottom: 4px;
}
.img-thumbnail-help {
    border: 3px solid #586471;
}
.card-expired {
    opacity: 60%;
}
.date-expired::after{
    content: " (завершено)";
}
