html, body {
    margin: 0;
    padding: 0;

    font-family: 'Noto Sans';
    font-weight: 400;
}

.container {
    padding: 0 150px;
}

.row {
    display: table;
    width: 100%;
}

.right {
    text-align: right;
}

.col {
    display: table-cell;
}

.col-50 {
    width: 50%;
    display: table-cell;
}

.col-60 {
    width: 60%;
    display: table-cell;
}

.col-40 {
    width: 40%;
    display: table-cell;
}

.col-20 {
    width: 20%;
    display: table-cell;
}

.col-80 {
    width: 80%;
    display: table-cell;
}

.row-up .col-20, .row-up .col-40, .row-up .col-50, .row-up .col-60, .row-up .col-80, .row-up .col-left, .row-up .col-right {
    vertical-align: top;
}

footer {
    background-color: #191B23;
    color: white;
    font-size: 22px;
    padding-top: 180px;
    padding-bottom: 120px;
}

.footer-menu, .header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li, .header-menu li {
    display: inline-block;
    margin-left: 20px;
    color: white;
}

.footer-menu li a, .header-menu li a {
	color: white;
	text-decoration: none;
}

footer a {
    color: white;
}

#wrap {
    background-color: #191B23;
    font-size: 22px;
}

.logo-link {
    margin-right: 0px;
}

.logo-link img {
    vertical-align: middle;
}

#head {
    padding: 60px 0;

}

.header {
    background: linear-gradient(90deg, #1E1E1E 0%, rgba(39, 38, 44, 1) 50%);
}

.header .container {
    background-image: url("./../img/bg_alpha.png");
    background-repeat: no-repeat;
    background-position-x: right;
}

.main-title {
    /*max-width: 842px;*/
    padding-bottom: 180px;
}

.main-title-text {
    font-size: 125px;
    font-family: AADuke;
}

.main-title hr {
    margin-top: 40px;
    margin-bottom: 20px;
}

.main-title-elloy {
    color: #FFDE2E;
}

.main-title-white {
    color: #FFF;
}

.uc-ooo-rss {
    font-size: 20px;
    color: white;
    margin-top: 145px;
    margin-bottom: 15px;
}

.main-title-li {
    font-size: 24px;
    color: white;
    display: flex;
}

.main-title-li p {
    padding: 0;
    padding-left: 25px;
    margin: 0;
}

.main-title-li:before {
    content: ' ';
    background: url("./../img/arrow.svg") no-repeat center top;
    padding: 10px;
    margin-top: 10px;
}

.base-content {
    background-color: white;
    border-radius: 100px;
    padding: 120px 0;
    position: relative;
    top: -100px;
}

.base-content {
    color: #483F4B;
}

.base-content-title {
    font-size: 80px;
    color: #120C14;

    font-family: AADuke;
}

.title-min {
    font-size: 40px;
    font-family: AADuke;
    color: #120C14;
}

.bold {
    font-weight: bold;
}

.content-phones {
    font-weight: bold;
    margin: 30px 0;
}



.block-content {
    padding-top: 30px;
}

.btn-header {
    color: white;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 15px;
    padding: 25px 52px;
    display: inline-block;
    width: max-content;
}

.flex {
    display: flex;
}

.content-place {
    background-color: #D9D9D9;
	text-align: justify;
}

.personal {
    padding-top: 120px;
    padding-bottom: 140px;
    overflow: hidden;
}

.personal .col-left {
    width: 383px;
    padding-right: 80px;
    display: table-cell;
}

.personal .col-right {
    display: table-cell;
}

.personal-item {
    margin-right: 30px;
}

.personal-item .photo {
    border-radius: 30px;
}

.item-info {
    padding-top: 30px;
    text-align: center;
}

.item-info .last-name {
    font-weight: 700;
    color: #120C14;
}

.item-info-role {
    color: #483F4B;
    font-size: 16px;
    margin-top: 7px;
}

.item-info .fio {
    font-size: 24px;
}

.personal-title {
    font-weight: 700;
    font-size: 20px;
    color: #2F2A31;
    padding-bottom: 30px;
}

.personal-docs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.personal-docs li {
    padding: 30px 0;
    border-top: 1px solid #D0D0D0;
}

.personal-docs li:first-child {
    border-top: 4px solid #FFDE2E;
}

.personal-docs li a {
    text-decoration: none;
    color: #2F2A31;
}

.portfolio {
    background: url("./../img/portfolio_bg.jpg") center no-repeat;
    height: 1114px;
    overflow: hidden;
}

.portfolio .container {
    background: rgba(0,0,0, 0.5);
    height: 1114px;
}

.portfolio-title {
    padding-top: 120px;
    font-size: 80px;
    font-family: 'AADuke';
    color: white;
    font-weight: 400;
}

.view-all-portfolio {
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.view-all-portfolio a {
    color: white;
    text-decoration: none;
}

.view-all-portfolio:before {
    content: ' ';
    background: url(./../img/arrow.svg) no-repeat center;
    padding: 10px;
    margin-right: 10px;
}

.portfolio-item {
    border-radius: 30px;
    width: 445px;
    max-width: 100%;
    min-height: 513px;

    background: white;

    margin-right: 30px;
}

.portfolio-item-img {
    width: 100%;
    width: -webkit-fill-available;
    /*height: 353px;*/
    border-radius: 30px;
}

.portfolio-list {
    margin-top: 45px;
    display: flex;
}

.portfolio-item-info {
    padding: 40px;
    padding-top: 30px;
}

.portfolio-item-info-sumary {
    font-size: 16px;
    color: #483F4B;
}

.portfolio-item-info-description {
    font-size: 24px;
    color: #120C14;
}

.portfolio-tabs {
    margin: auto;
    margin-top: 94px;
    display: flex;
}

.portfolio-tabs-place {
    display: table;
    margin: auto;
}

.portfolio-tab {
    margin-right: 30px;
    width: 245px;
    height: 8px;
    border-radius: 4px;
    background-color: white;
    display: inline-block;
}

.portfolio-tab.active {
    background-color: #FFDE2E;
}

.service {
    background-color: white;
    border-radius: 100px;
    height: 998px;
    margin-top: -200px;
    position: relative;
    bottom: -100px;
}

.service-title {
    padding-top: 120px;
    font-family: 'AADuke';
    font-size: 80px;
    color: #120C14;
}

.col-left-width {
    width: 383px;
}

.btn-open-mob-menu {
    color: wheat;
    border: 1px solid white;
    border-radius: 5px;
    padding: 0 20px;
    text-decoration: none;
    font-size: 64px;
    display: inline-block;
    line-height: 76px;
    vertical-align: middle;
}

#left-menu-place {
    display: none;

    background: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    opacity: 0.9;

    z-index: 1000;
}

.left-menu {
    list-style: none;
    padding: 0;
}

.left-menu li a {
    padding: 10px 0;
    color: black;
    text-decoration: none;
    display: block;
}

@media screen and (max-width: 768px) {
    .desc {
        display: none;
    }


    .main-title-text {
        font-size: 90px;
    }

    .personal {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .portfolio-place {
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }

    .personal .col-left, .personal .col-right {
        display: block;
    }

    #head {
        padding: 20px 0;
    }

    .col-logo {
        text-align: center;
    }

    .desc-table {
        display: block;
    }

    .personal-list {
        overflow: scroll;
        margin-left: -50px;
        margin-right: -50px;
        padding: 0 50px;
    }
}

@media screen and (min-width: 768px) {
    .mob {
        display: none;
    }

    .desc-left {
        padding-right: 100px;
    }

    .desc-right {
        padding-left: 100px;
    }

    .footer-menu li:first-child, .header-menu li:first-child {
        margin-left: 20px;
    }


}

@media screen and (max-width: 1366px) {
    body .container {
        padding: 0 50px;
    }
}

@media screen and (max-width: 480px) {
    .personal {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .uc-ooo-rss {
        margin-top: 0;
    }

    .row {
        /*display: block;*/
    }

    .col-20, .col-40, .col-50, .col-60, .col-80, .col-left, .col-right {
        width: 100%;
        display: block;
    }

    body .container {
        padding: 0 15px;
    }

    .main-title-text {
        font-size: 48px;
    }

    .btn-header {
        padding: 25px 10px;
        vertical-align: middle;
    }

    .btn-header span {
        display: none;
    }

    .footer-menu li, .header-menu li {
        display: block;
    }

    .personal-list {
        overflow: scroll;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
    }

    .personal .col-left {
        width: 100%;
    }

    .col-left-width {
        width: 100%;
    }
}

.btn-close {
    display: block;
    position: fixed;
    top: 10px;
    right: 15px;
    text-decoration: none;
    font-size: 32px;
    color: black;
}

body.contrast .main-title-li, body.contrast .content-phones, body.contrast .emails a, body.contrast .base-content, body.contrast .footer-menu li, body.contrast .header-menu li, body.contrast .header-menu li a {
    color: black;
    font-weight: bold;
}

body.contrast .main-title-li:before {
    content: '-';
    font-size: 40px;
    background: none;
    padding: 0;
    margin: 0;
}

body.contrast, body.contrast footer, body.contrast .uc-ooo-rss, body.contrast footer a, body.contrast .header, body.contrast .btn-open-mob-menu, body.contrast .main-title-elloy, body.contrast .main-title-white, body.contrast .content-place, body.contrast .portfolio .container, body.contrast .portfolio-title, body.contrast .view-all-portfolio {
    color: black;
    background: white;
    font-weight: bold;
}



body.contrast .logo-link img {
    background: black;
    padding: 5px;
}

body.contrast .btn-header {
    background: black;
}

body.contrast .header .container, body.contrast .portfolio {
    background-image: none;
}