/*font-family: 'Anonymous Pro', monospace;*/

/*font-family: 'Caveat', cursive;*/
.dotgothic {
    font-family: 'DotGothic16', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.jetbrains-mono {
    font-family: 'JetBrains Mono', monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
body {
    background: #232424;
    font-family: 'JetBrains Mono', monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

pre {
    max-height: 30em;
    overflow: auto;
}

.container {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
    overflow: hidden;
}

.block-title {
    font-size: 0;
}

.block-title img {
    height: 38px;
}

.block-text {
    background: rgba(255, 255, 255, 0.85);
    padding: 15px 24px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.block {
    margin-bottom: 21px;
}
.section-title {
    text-align: center;
    padding: 21px 21px;
}
.section-title h2 {
    font-family: 'DotGothic16', sans-serif;
    letter-spacing: -2px;
    color: #fff;
    font-size: 32px;
}
table {
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}
.footer {
    margin-top: 50px;
}
.block-text p {
    margin-top: 0;
    margin-bottom: 0px;
}

.block-text a {
    color: #0e63af;
    font-family: 'JetBrains Mono', sans-serif;
}

ul,
ol {
    margin: 0 0 0 0;
    padding: 0;
}

.block-subtitle {
    /*font-family: "Caveat";*/
    font-weight: 600;
}

h1 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.left-col {
    float: left;
    width: calc(56% - 21px);
}

.right-col {
    float: right;
    width: 44%;
}

.examples-col-1 {
    float: left;
    width: 50%;
}

.examples-col-2 {
    float: left;
    width: 50%;
}

.examples-list li {
    list-style: none;
    font-size: 0;
    /*margin-bottom: 8px;*/
}

.examples-list {
    overflow: hidden;
}

.bio-block {
    margin-top: 15px;
}

.block-text.bio-block p {
    margin: 15px 0;
}

.main-info__photo img {
    border-radius: 50%;
}

body.page-id-269 {
    background: #232424;
}

.main-info {
    color: #fff;
    font-family: 'JetBrains Mono', sans-serif;
    margin-bottom: 20px;
    /* padding-top: 21px; */
}

.main-info__name {
    font-size: 26px;
}

.main-info__text {
    font-weight: 300;
    color: #ffc66d;
    margin-top: 6px;
}

.main-info__container {
    display: flex;
    align-items: center;
}

.main-info__photo {
    margin-right: 45px;
}

.main-info__contacts {
    margin-top: 17px;
}

.main-info__contacts a {
    color: #38a2ff;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 12px;
}

.label-wrap {
    display: inline-block;
    background: #000000;
    font-size: 16px;
    color: #dededf;
    padding: 11px 33px;
    font-family: 'JetBrains Mono', sans-serif;
}

.top-header {
    color: #fff;
    font-weight: 300;
}

td {
    padding: 5px 0;
}

tr {
    border-bottom: 1px solid #adadad;
}

tr:last-child {
    border-bottom: 0;
}

.block-text ul {
    margin: 15px 27px;
}

.technologies {
    font-family: 'JetBrains Mono', sans-serif;
    color: #0c5493;
}
.portfolio-grid {
    display: grid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.portfolio-grid__item {
    height: calc(25vh - 21px);
}
.portfolio-grid__img {
    position: relative;
    height: 100%;
    overflow: hidden;
    /* padding-top: 25vh; */
}
.portfolio-grid__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.portfolio-grid__caption {
}
.portfolio-grid__link {
    position: absolute;
    z-index: 2;
    inset: 0;
}
@media all and (max-width: 640px) {
    .container {
        padding: 0 21px;
    }
    .left-col {
        float: left;
        width: 100%;
    }
    .right-col {
        float: left;
        width: 100%;
    }
    .block-text {
        width: 100%;
    }
    .main-info__container {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .main-info__photo {
        margin-right: 0;
    }
    .top-header {
        display: block;
        text-align: center;
    }
    table {
        max-width: 100%;
    }
    .block tr {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        word-break: break-word;
    }
    .portfolio-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .portfolio-grid__item {
        height: 55vw;
    }
}
