﻿@import "../font.less";

.md-select-menu-container {
    z-index: 1090;
}
.md-datepicker-calendar-pane{
    z-index:10000!important;
}

.top-head {
    margin-left: 85px;
    margin-bottom: 50px;

    span {
        font-size: 16px;
        color: @GrayFont;
        font-weight: bold;
        font-family: @fontBold;
        display: block;
        padding-left: 44px;
    }

    .logo-head {
        display: inline-block;
        margin-bottom: 10px;
    }
}

md-input-container {
    &:not(.md-input-invalid).md-input-focused md-icon {
        color: @TextBlueSecond;
    }
}
.md-default-theme .md-datepicker-open .md-datepicker-calendar-icon, .md-datepicker-open .md-datepicker-calendar-icon {
    color: @TextBlueSecond;
}
.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: @TextBlueSecond;
    color: rgba(255,255,255,0.87);
    border-color: transparent;
}
.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
    border: 1px solid @TextBlueSecond;
}
md-select-menu.md-default-theme md-content md-option[selected]:focus, md-select-menu md-content md-option[selected]:focus {
    color: @TextBlueSecond;
}

.date-info {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;

    span {
        font-size: 14px;
        color: rgba(51,51,51, .3);
        font-family: @fontMedium;
        font-weight: normal;
        strong {
            color: #333;
            font-family: @fontMedium;
            font-weight: normal
        }
    }
}

.date-info-date {
    display: flex;
    align-items: center;
    img{
        margin-left: 8px;
    }
}


.categoty-type {
    padding: 6px 12px;
    border: 2px solid rgba(204,204,204, .6);
    border-radius: 15px;
    font-size: 13px;
    color: #4BA3D5;
    text-align: center;
    display:inline-block;
    flex: 0 1 auto;
    margin: 10px 0;
}




.burger {
    cursor: pointer;
    padding: 15px 20px 15px 0;
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    top: -6px;
    display: inline-block;

    span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 2px;
        background: @GrayFont;
        transition: all .2s ease-in-out;

        &:hover {
            background: @white;

            &:before, &:after {
                background: @white;
            }
        }

        &:before, &:after {
            position: absolute;
            background: @GrayFont;
            content: '';
            width: 24px;
            height: 2px;
            transition: all .2s ease-in-out;
        }

        &:before {
            top: -6px;
        }

        &:after {
            top: 6px;
        }
    }
}

.layout-align-center-stretch{
   
}
.row-position {
    display: block flex
}
.burger.active {
    span {
        background: transparent;

        &:before {
            transform: rotate(45deg) translate(4px, 4px);
        }

        &:after {
            transform: rotate(-45deg) translate(4px, -4px);
        }
    }
}

.progress-items {
    padding: 30px;
    background: #fff;
    transition: all 0.3 ease-in;
    .text-right{
        text-align: right;
        padding-bottom: 20px;
    }
}
.progress-detail{
    cursor: pointer;
    &.active{
        opacity: 0;
        display: none;
    }
}
.progress-close {
    font-size: 16px;
    color: #4BA3D5;
    font-family: @fontMedium;
    border: 0;
    background: none;

    > span {
        color: #4BA3D5;
        display: inline-block;
        vertical-align: middle;
    }

    .burger {
        padding: 1px 8px 1px 0;
        position: relative;
        top: -3px;
    }

    .burger span:before, .burger span:after {
        background-color: #4BA3D5;
    }

    &:focus {
        outline: none !important;
    }
}

.icon-refresh {
    background: url("/Content/themes/img/icn-refresh.svg") 0 0 no-repeat;
    display: inline-block;
    background-size: contain;
    width: 24px;
    height: 24px;
}


.root-header {
    background-color: @GrayBg;
    position: relative;

    &--modify {
        padding-top: 1px;
        padding-bottom: 0;
        .wrap-main {
            padding-bottom: 50px;
        }
    }

    .root-header-color {
        position: absolute;
        opacity: .81;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        background-color: @mainColor2;
    }

    .centerCont {
        z-index: 2;
    }

    .root-header-info {
        padding-top: 50px;
        z-index: 1;

        h1 {
            line-height: 60px;
        }

        p {
            color: @white;
            margin-top: 54px;
            line-height: 24px;
            width: 455px;
        }

        .city-logo {
            position: absolute;
            right: calc(~'50px + 100%');
            height: 105px;
        }

        @media screen and (max-width: 1445px) {
            .city-logo {
                display: none;
            }
        }

        .button-how {
            /*display:none;*/
            a {
                border-bottom: 1px solid @white;
                color: @white;
                font-size: 16px;
                font-family: @fontBold;
                padding-bottom: 5px;
            }

            img {
                margin-left: 10px;
            }
        }

        .video-description {
            max-width: 360px;

            img {
                height: 70px;
                width: 70px;
                min-height: 70px;
                max-height: 70px;
                min-width: 70px;
                max-width: 70px;
            }

            span {
                color: @white;
                margin-left: 30px;
                line-height: 23px;
            }

            margin: 80px 0 15px 0;
        }

        .video-play {
            position: relative;
            cursor: pointer;

            span {
                position: absolute;
                top: 86px;
                left: 90px;
                font-family: @fontBold;
                color: @mainColor2;

                img {
                    vertical-align: middle;
                    margin-right: 10px;
                }
            }

            > img {
                max-width: 363px;
                border-radius: 2px;
            }
        }
    }

    .root-heder-numbers {
        margin-top: 35px;

        .paddingRight {
            padding-right: 10px;
        }

        h3 {
            font-size: 30px;
            color: @AdditionalColor1; //
            margin: 0;
            line-height: 36px;
        }

        h1 {
            line-height: 34px;
            margin-top: 31px;
        }
    }

    @media screen and (max-width: 1125px) {
        .root-heder-numbers {
            h3 {
                font-size: 25px;
                color: @AdditionalColor1; //
                margin: 0;
                line-height: 28px;
            }

            h1 {
                line-height: 34px;
                margin-top: 31px;
            }
        }
    }

    @media screen and (max-width: 970px) {
        .root-header-info {
            .button-how {
                display: block;
            }

            h1 {
                font-size: 40px;
                line-height: 40px;
            }

            .leftHeadBlock {
                max-width: 100%;

                p {
                    width: 100%;
                    margin-top: 10px;
                }
            }

            .rightHeadBlock {
                display: none;
            }
        }

        .root-heder-numbers {
            .hidden {
                display: none;
            }

            h3 {
                font-size: 28px;
                line-height: 23px;
            }

            h1 {
                line-height: 23px;
                font-size: 40px;
                margin-top: 15px;
            }
        }
    }

    @media screen and (max-width: 615px) {
        .root-header-info {
            .leftHeadBlock {
                padding-bottom: 25px;

                p {
                    margin-bottom: 10px;
                }
            }
        }

        .root-heder-numbers {
            display: none;
        }
    }
}
.icon-arrow-blue-sm {
    background: url("/Content/themes/img/down-chevron.svg") 0 0 no-repeat;
    display: inline-block;
    background-size: contain;
    width: 13px;
    height: 12px;
}
.content {
    .stateCont {
        width: 100%;
        background-color: @bgStatus;
    }

    .root-status-container {
        max-width: 1102px;
        padding: 15px 15px 37px 15px;

        .status-header {
            font-family: @fontCirceExtraBold;
            font-size: 48px;
            color: @span;
            margin-bottom: 25px;
        }

        .bubble {
            span {
                display: table-caption;
                font-family: @fontBold;
                font-size: 24px;
                margin-bottom: 0;

                &.active {
                    color: #17A6D6 !important;
                }

                &.row-position {
                    display: flex;
                    align-items: center;

                    span {
                        font-size: 16px;
                        color: @colorSm;
                        display: inline-block;
                        margin-left: 10px;
                        line-height: 1.2;
                        width: 105px;

                        &.not-active {
                            color: #414249;
                        }
                    }
                }
            }



            label {
                font-family: @fontLight;
                font-size: 14px;
                color: #414249;

                &.ng-binding {
                    color: @colorSm;

                    &.not-active {
                        color: #414249;
                    }

                    &.active {
                        color: #414249;
                    }
                }
            }

            .active {
                color: black;
            }
            /*.not-active {
                color: @jks;
            }*/
            img {
                margin-bottom: 8px;
                margin-left: -11px;
            }

            @media screen and (max-width: 1225px) {
                img {
                    margin-left: 0px;
                }
            }
        }

        .m-progres {

            .text-center {
                text-align: center;
            }
        }

        .progress-line {
            margin-top: 24px;
            height: 20px;
            width: 100%;
            z-index: 700;
            height: 40px;

            div {
                border-right: 1px solid @colorBr;

                &:first-child {
                    border-left: 1px solid @colorBr;
                }
            }

            .flex-20 {
                max-height: 75%;
            }

            .last-progress-line {
                border-right: none;
            }
        }

        .all-progress {
            background: #D8D8DA;
            /*background: linear-gradient(270deg, #82D0EC 0%, #4BA3D5 100%);*/
            margin-top: -20px;
            margin-bottom: 24px;
            height: 10px;
            overflow: hidden;
        }

        #progress-holder {
            height: 10px;
            /*background: url('/Content/images/svg/progress.svg');*/
            width: 100%;
        }

        #progress, #progressMobile {
            width: 0;
            height: 100%;
            background: linear-gradient(270deg, #82D0EC 0%, #4BA3D5 100%);
            -webkit-transition: width 1300ms;
            margin-top: -10px;
        }

        .progress-detail {
            display: inline-block;
            color: #4BA3D5;
            font-family: @fontMedium;

            span {
                color: #4BA3D5;
            }

            i {
                margin-right: 8px;
            }

            i, span {
                display: inline-block;
                vertical-align: middle;
            }
        }
    }


    .active-budget {
        background-color: @span;

        .active-budget-arrow {
            position: relative;
            padding: 0;
            margin: 0 15px;
            overflow-y: visible;
            min-height: 190px;

            #bud-arr, #bud-arrMobile {
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                width: 0;
                height: 0;
                margin-left: -30px;
                margin-top: -30px;
                border-bottom: solid 30px @span;
                border-left: solid 30px transparent;
                border-right: solid 30px transparent;
            }
        }

        .active-budget-description {
            width: calc(~'100% - 470px');
            margin-bottom: 30px;
            padding-right: 10px;

            p, a {
                font-size: 18px;
                color: @white;
            }

            p {
                margin: 35px 0 40px 0;
                line-height: 28px;
            }

            a {
                border-bottom: 1px solid @white;
            }
        }

        #buble-wrapper {
            height: 230px;
            overflow-y: hidden;
            min-height: 190px;
        }

        .active-budget-add {
            width: 460px;
            border-radius: 50%;
            margin-top: -73px;
            height: 0;
            padding-bottom: 460px;
            margin-top: -110px;
        }

        .addBlock {
            padding: 20px;
            margin-top: -320px;

            .add-button {
                border: 2px solid @white;
                position: relative;
                padding: 22px 48px;
                font-family: "Circe-Bold";
                font-size: 24px;
                color: @white;

                a {
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    top: 0;
                    left: 0;
                    z-index: 10;
                }

                @media screen and (max-width: 835px) {
                    .add-button {
                        padding: 10px 10px;
                    }
                }
            }

            span {
                color: @white;
            }
        }

        .step1 {
            background: @step1;
        }

        .step2 {
            background: #6819a2; //
        }

        .step3 {
            background: #597796; //
        }
    }

    @media screen and (max-width: 835px) {
        .active-budget {
            .active-budget-description {
                display: none;
            }
        }

        #buble-wrapper {
            height: 230px !important;
            margin-left: auto;
            margin-right: auto;

            .active-budget-add {
                margin-top: -115px !important;
            }
        }
    }

    @media screen and (max-width: 510px) {
        .active-budget {
            width: 100%;
        }

        #buble-wrapper {
            .active-budget-add {
                width: 320px;
                padding-bottom: 320px;
                margin-top: -40px !important;
            }

            .addBlock {
                padding: 10px;
                margin-top: -240px;

                .add-button {
                    max-width: 290px;
                    padding: 15px 15px;
                    text-align: center;
                }

                .budget-timer {
                    margin-top: 20px;
                }
            }
        }
    }

    .project-block {
        background-color: @bgStatus;
    }

    .shadow-layout {
        max-width: 1160px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .root-content {
        padding-bottom: 60px;
        max-width: 100%;

        .projects-block {
            margin: 0 0 25px;
            padding: 0 28px;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;

            span {
                font-family: @fontBold;
                font-size: 32px;
                color: @span;
                line-height: 1;
            }

            .button-how {
                float: none;
                margin: 0;
                padding: 0;
                border: none;
                padding-right: 0;
                color: @TextBlue;
                font-family: @forntMainPage;
                letter-spacing: 2px;
                font-size: 16px;
                text-transform: uppercase;
                margin-left: auto;

                img {
                    margin-left: 5px;
                }
            }
        }

        .button-how {
            display: inline-block;
            color: @mainColor2;
            font-family: @fontBold;
            border: 2px solid @mainColor2;
            padding: 13px 16px;
            margin-top: 14px;

            &--refresh {
                padding: 18px 18px;
                color: #ffffff;
                border: none;
                background-color: #4BA3D5;
                font-size: 15px;

                i {
                    margin-right: 10px;
                }

                i, span {
                    display: inline-block;
                    vertical-align: middle;
                    color: #ffffff;
                }
            }
        }

        .paginator {
            /*display: inline-block;*/
            /*color: @mainColor2;*/
            /*border: 2px solid @mainColor2;*/
            /*padding: 13px 16px;*/
            /*border-right: none;*/
            /*width: 30px;*/
            /*height: 30px;*/
            font-family: @fontBold;
            padding: 15px 20px;
            line-height: 1;
            margin-top: 14px;
            cursor: pointer;
            margin-left: -1px;
            /*&:last-child {
                border-right: 2px solid @mainColor2;
            }*/
        }

        .active {
            background-color: white;
        }

        .activeCab {
            background-color: #e9edf4
        }

        .emptySearch {
            color: @TextBlueSecond;
            font-family: @fontBold;
            font-size: 20px;
            margin-top: 60px;
        }

        .sortBtns {
            padding-bottom: 15px;

            > div {
                padding: 0 10px;
                color: #4BA3D5;
                font-family: @fontLight;
                font-size: 14px;
                cursor: pointer;
                margin-right: 20px;
                margin-bottom: 10px;
                min-width: 105px;

                &.active {
                    background: none;
                    color: #333333;
                }

                &:last-child {
                    margin-right: 0;
                    min-width: 116px
                }

                @media screen and (max-width: 450px) {
                    & {
                        margin-right: 10px;
                    }
                }
            }
        }

        .shadow-project {
            /*min-height: 250px;*/
            /*margin-bottom: 20px;*/
            background-color: @white;
            -webkit-box-shadow: 0px 0px 9px 0px rgba(176, 176, 176, 0.2);
            -moz-box-shadow: 0px 0px 9px 0px rgba(176, 176, 176, 0.2);
            box-shadow: 0px 0px 9px 0px rgba(176, 176, 176, 0.2);
            position: relative;
            padding: 30px 30px;

            .project-image {
                position: relative;
                max-height: 180px;

                > div {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    margin: 0 25px 15px 0;
                    font-family: @fontBold;

                    span {
                        color: @white;
                        font-size: 40px;
                        line-height: 31px;
                        z-index: 1;
                    }

                    label {
                        color: @white;
                        font-size: 14px;
                        z-index: 1;
                    }
                }

                img {
                    max-height: 180px;
                    max-width: 100%;
                    display: block;
                    margin: auto;
                }

                .shadow {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    -webkit-box-shadow: inset -1px -200px 176px -38px rgba(0,0,0,0.2);
                    -moz-box-shadow: inset -1px -200px 176px -38px rgba(0,0,0,0.2);
                    box-shadow: inset -1px -200px 176px -38px rgba(0,0,0,0.2);
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    margin: 0;

                    &:hover {
                        -webkit-box-shadow: inset -1px -200px 176px -38px rgba(0,0,0,0.34);
                        -moz-box-shadow: inset -1px -200px 176px -38px rgba(0,0,0,0.34);
                        box-shadow: inset -1px -200px 176px -38px rgba(0,0,0,0.34);
                    }

                    top: 0;
                    left: 0;
                }
            }

            .metro-info {
                width: 100%;

                span {
                    a {
                        color: @mainColor2;
                        font-family: @fontBold;
                        font-size: 20px;
                    }
                }

                p {
                    margin: 8px 0 8px 0;
                    overflow: hidden;
                    line-height: 1.2em;
                    max-height: 4.8em;


                    > span {
                        color: @mainColor2;
                    }
                }

                div.additionalInfo {
                    overflow-y: hidden;
                    overflow-x: hidden;
                    align-items: center;
                    display: none;

                    &.price-item {
                        display: flex;
                    }

                    &.category-item {
                        display: flex;
                        margin-bottom: 14px;
                        /*margin-top: auto;*/
                    }

                    div {
                        word-wrap: break-word;
                        font-size: 14px;
                        padding-right: 20px;
                        line-height: 1;
                        font-family: @fontMedium;
                        text-align: right;
                    }

                    div.price-product {
                        padding: 0;

                        span {
                            margin: 0 !important;
                        }

                        span, label {
                            display: inline-block;
                            vertical-align: middle;
                            font-size: 16px;
                            color: #414249;
                            font-family: @fontBold;
                        }
                    }

                    div.category {
                        padding: 6px 12px;
                        border: 2px solid rgba(204,204,204, .6);
                        border-radius: 15px;
                        font-size: 13px;
                        color: #4BA3D5;
                        text-align: center;
                        margin-right: 13px;
                        flex: 0 1 auto;
                    }
                }

                .price-item {
                    display: flex;
                    justify-content: space-between;
                }

                div.userInfo {
                    margin: auto 0 20px;

                    .win {
                        /*font-family: @fontBold;
                        margin-right: 10px;
                        font-size: 20px;
                        color: @step1;*/
                    }
                }
            }

            .page-content {
                padding-left: 25px;

                h2 {
                    color: @mainColor2;
                    font-family: @fontBold;
                    font-size: 24px;
                    text-align: center;
                }

                &.constacts {
                    P {
                        margin-top: 0;
                        font-size: 14px;
                        font-family: @fontMedium;

                        &.b {
                            font-family: @fontBold;
                            font-size: 16px;
                        }

                        a, a:hover, a:visited {
                            color: @mainColor2;
                            font-size: 14px;
                            font-family: @fontBold;
                        }
                    }
                }

                P {
                    margin-top: 0;
                    font-size: 18px;

                    a, a:hover, a:visited {
                        color: @mainColor2;
                        font-size: 14px;
                        font-family: @fontBold;
                    }
                }

                .infoHow {
                    text-align: justify;
                    white-space: pre-line;
                    margin-bottom: 20px;
                    font-size: 16px;
                    color: #000;
                    font-family: @fontLight;
                    line-height: 1.4;
                }

                .infoHowVin {
                    padding: 20px;
                    background: #9c1c1c;
                    color: #fff;
                    font-size: 24px;
                }

                .infoHow {
                    h2 {
                        text-align: left;
                        color: #212529;
                        margin-block-start: 10px;
                        margin-block-end: 10px;
                        margin-inline-start: 0px;
                        margin-inline-end: 0px;
                    }

                    p {
                        margin-block-start: 0px;
                        margin-block-end: 0px;
                        margin-inline-start: 0px;
                        margin-inline-end: 0px;

                        span {
                            font-family: 'Gotham Pro Med';
                            font-weight: 400;
                        }
                    }

                    .about-us-footer {
                        font-size: 12px;
                        padding-left: 20px;
                    }
                }
            }

            @media screen and (max-width: 800px) {
                .metro-info {
                    max-height: none;

                    span {
                        a {
                            font-size: 18px;
                        }
                    }
                }
            }

            .votersTable {
                .votersHeader {
                    padding-bottom: 10px;
                    border-bottom: 2px solid #c0cbe2;
                    font-family: @fontBold;
                    font-size: 16px;
                    color: @mainColor2;

                    div {
                    }
                }

                .voters {
                    div {
                        font-family: @fontMedium;
                        font-size: 16px;
                        color: #c0cbe2;
                        padding: 10px 3px;
                    }
                }
            }

            .emptyTable {
                margin-top: 0;
                font-family: @fontBold;
                font-size: 16px;
                color: @TextBlue;
            }
        }

        .itemsMain {
            /*column-count: 3;
            column-gap: 1%;*/
            /*column-width: 32.3%;*/
            /*flex-flow: column wrap;*/
            /*sep*/
            /*display: grid;
            grid-gap: 1.5%;
            grid-template-columns: repeat(auto-fill, minmax(31.8%,1fr));*/
            /*sep*/
            /*grid-auto-rows: auto;*/
            /*sep*/
            display: flex;
            margin-left: -1.5%;
            flex-wrap: wrap;

            &--progects {
                justify-content: inherit;
            }

            &--сoncours {
                justify-content: center;
            }
            /*sep*/
            .shadow-project {
                display: flex;
                flex-direction: column;
                /*sep*/
                /*width: 31.8%;
                margin-left: 1.5%;
                float: left;*/
                /*sep*/
                width: 31.8%;
                flex: 0 1 31.8%;
                margin-left: 1.5%;
                /*sep*/
                /*width: 100%;
                height: auto;
                vertical-align: top;
                margin-bottom: 15px;
                float: left;*/
                /*sep*/
                /*margin: calc(1.5% / 2);
                width: calc(100% / 2 - 1.5%);*/
                /*sep*/
                margin-bottom: 20px;

                .project-image {
                    max-width: 100%;
                }

                .metro-info {
                    span {
                        display: block;
                        margin: 20px 0;

                        a {
                            font-size: 21px;
                            color: #333333;
                            font-family: @fontMedium;
                            word-break: break-word;
                        }
                    }
                }
            }

            .project-date {
                margin-top: 0;
                font-size: 16px;
                color: #333333;
                font-family: @fontMedium;
                align-items: center;

                &.competiotion {
                    color: @TextBlue;
                    margin: 15px 0 0;
                    min-height: 18px;
                }
            }

            label {
                &.win {
                    position: absolute;
                    top: 15px;
                    left: -30px;
                    padding: 8px 10px;
                    background: @Lima;
                    box-shadow: -1px 2px 3px rgba(0,0,0,.3);
                    color: @white;
                    z-index: 3;

                    &:before, &:after {
                        content: "";
                        position: absolute;
                    }

                    &:before {
                        width: 7px;
                        height: 100%;
                        top: 0;
                        left: -6.5px;
                        padding: 0 0 7px;
                        background: inherit;
                        border-radius: 5px 0 0 5px;
                    }

                    &:after {
                        width: 5px;
                        height: 5px;
                        bottom: -5px;
                        left: -4.5px;
                        background: #a0d891;
                        border-radius: 5px 0 0 5px;
                    }
                }

                &.win-img {
                    position: absolute;
                    right: -20px;
                    bottom: -20px;
                    z-index: 2;
                }
            }
        }

        .shadowVoter {
            padding: 40px;
        }

        @media screen and (max-width: 600px) {
            .shadowVoter {
                padding: 20px;
            }
        }


        .root-news {
            > div {
                padding-right: 20px;

                .imgWrap {
                    min-height: 260px;
                    max-width: 260px;
                    overflow: hidden;

                    img {
                        height: 260px;
                        cursor: default;
                    }
                }

                label {
                    display: block;
                    margin: 25px 0 9px 0;
                    font-family: @fontBold;
                    color: @table;

                    img {
                        vertical-align: top;
                        margin-right: 6px;
                    }
                }

                p {
                    margin-top: 0;
                    font-family: @fontBold;
                    font-size: 18px;
                    line-height: 29px;
                    max-width: 260px;

                    a {
                        color: @mainColor2;
                        cursor: default;
                    }
                }
            }
        }
    }

    .project-date {
        //display: block;
        margin-top: 3px;
        font-family: @fontLight;
        color: #000;

        img {
            vertical-align: middle;
            margin-right: 10px;
        }
    }

    .votes {
        font-size: 28px;
        color: @mainColor2;
        //margin-right: 35px;
        font-family: @fontLight;
        display: flex;

        img {
            width: 25px;
            height: 25px;
            min-width: 25px;
            min-height: 25px;
        }
    }

    .author {
        margin-right: 25px;
    }

    .project-text {
        /*overflow-y: hidden;*/
        //padding-right: 15px;
        width: 100%;
        word-break: break-all;

        > p {
            display: none;
        }
    }

    .projectStatus {
        font-size: 16px;
        font-family: @fontBold;
        color: #4a4a4a;
    }

    .project-same-price {
        color: @mainColor2;
        font-family: @fontBold;
        font-size: 36px;

        label {
            color: #d3d2d2; //
        }
    }

    .project-same-likes {
        font-size: 36px;
        color: @mainColor2;

        img {
            margin-right: 8px;
        }
    }

    .budget-timer {
        margin-top: 34px;
        font-family: @fontBold;

        div {
            font-size: 14px;
            color: @white;
        }

        .time {
            font-size: 24px;

            .splittedTime {
                font-size: 24px;
                margin-right: 5px;
                text-align: center;
            }

            .splittedDay {
                font-size: 30px;
                margin-top: -7px;

                .twodots {
                    font-size: 24px;
                    color: @white;
                    display: inline-block;
                    padding-left: 5px;
                }
            }
        }

        .time-type {
            word-spacing: 21px;
            margin-right: 15px;
            text-align: center;
        }

        .time-type-last {
            margin-right: 0;
        }

        .time-type-first {
        }
    }
}

.fullscreen-dialog {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.step-dialog {
    background-color: transparent;
    background: rgba(20,20,20, .9);
    opacity: 1 !important;

    &.auth-dialog {
        background: #fff;
    }

    .frst-step-container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 785px;
        min-height: 630px;
        position: relative;
        margin-top: 55px !important;

        .close-dialog {
            position: absolute;
            right: -21%;
            cursor: pointer;

            img {
                outline: none;
            }
        }

        .step1 {
            padding-right: 110px;
        }
    }

    .dialog-Header {
        background: #fff;
        margin: -30px -30px 0 -30px;
        padding: 30px 30px;
    }

    .dialog-info-container {
        padding: 30px;
        width: 100%;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
        background: #F0F0F0;
        box-sizing: border-box;
        max-width: 1220px;

        .frst-step-bnt {
            font-size: 18px;
            font-family: @fontBold;
            margin-bottom: 20px;

            span {
                color: @span2;
                padding-right: 5px;
            }

            label {
                background: @bgBtn;
                display: inline-block;
                color: #fff;
                padding: 16px 20px;
                cursor: pointer;
                border: 2px solid @bgBtn;
                cursor: pointer;
                font-size: 16px;
                font-family: @fontBold;
            }

            .close-step {
                background: none;
                color: @bgBtn;
            }

            img {
                outline: none;
                cursor: pointer;
            }
        }
    }

    .dialog-info {
        h1, h2 {
            font-family: @fontBold;
            color: @span;
            margin: 0;
            font-weight: normal;
            white-space: nowrap;
        }

        h1 {
            font-size: 24px;
            line-height: 44px;
        }

        h2 {
            font-size: 24px;
        }

        p {
            font-size: 18px;
            padding-left: 3px;
            margin-top: 35px;
            line-height: 30px;
        }

        .editHeader {
            width: calc(~"100%  - 26px");

            h1 {
                word-wrap: break-word;
                white-space: normal;
            }
        }

        .download {
            font-family: @fontBold;
            padding-bottom: 40px;
            border-bottom: 1px solid #f4f6f9; //
            .imgDownload {
                display: inline-block;
                padding: 8px 13px 4px 13px;
                border: 2px solid @img;
                border-radius: 50%;
                margin-left: -58px;
                margin-right: 10px;
            }

            label {
                font-size: 24px;
                color: @span;
                display: block;
                margin-top: -36px;
            }

            span {
                font-family: @fontLight;
                font-size: 18px;
                display: inline-block;
                color: @inputConteiner;
                margin: 4px 0;

                a {
                    font-family: @fontBold;
                    color: @mainColor2;
                }

                &:first-of-type {
                    margin-top: 14px;
                }
            }
        }

        .frst-step-bnt.first {
            font-size: 18px;
            font-family: @fontBold;
            margin-left: -106px;
            margin-bottom: 20px;

            span {
                color: @span2;
                padding-right: 5px;
            }

            label {
                display: inline-block;
                color: @mainColor2;
                padding: 19px 20px;
                margin-top: 35px;
                cursor: pointer;
                padding-left: 0;
            }

            .close-step {
                border: none;
                font-size: 16px;
                font-family: @fontBold;
            }

            img {
                outline: none;
                cursor: pointer;
            }
        }

        .step-inputs {
            margin-top: 20px;
            padding-right: 0;
            color: black;
            font-family: @fontBold;
            font-size: 14px;

            md-datepicker {
                z-index: 5000;
                width: 100%;

                .md-button.md-icon-button {
                    margin: 0;
                    padding: 0;
                }

                .md-datepicker-input-container {
                    width: calc(~"100% - 40px");
                    border-bottom-width: 2px;
                    border-bottom-color: @inputConteiner;
                    font-family: "Roboto-Light";
                    font-size: 16px;
                    margin: 0;

                    input {
                        width: calc(~"100% - 40px");
                    }
                }
            }

            .md-block.reqRadio {
                md-radio-group .layout-row md-radio-button {
                    margin-bottom: 10px;
                }

                md-radio-group:not([disabled]) .md-primary .md-on {
                    background-color: @inputColor;
                }

                md-radio-group:not([disabled]) .md-primary.md-checked .md-off {
                    border-color: @inputColor;
                }

                md-radio-button.md-default-theme .md-off,
                md-radio-button .md-off {
                    border-color: #ccc;
                }

                md-radio-button .md-label {
                    margin-left: 25px;
                    font-size: 13px;
                }
            }

            ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
                right: auto;
            }

            md-input-container {
                label:not(.md-container-ignore).md-required:after {
                    content: none;
                }

                &:not(.md-input-invalid).md-input-focused md-icon {
                    color: @TextBlueSecond;
                }

                margin: 25px 0;

                .md-input {
                    height: 50px;
                    background: #E2EAEF;
                    border-width: 0 0 2px;
                    border-color: @inputColor;
                }

                md-datepicker {
                    height: 50px;
                    border-bottom: 2px solid @inputColor;
                    border-color: @inputColor;
                    background: #E2EAEF;
                    display: block;
                    width: 100%;
                    max-width: 100%;
                    box-sizing: border-box;

                    .md-input {
                        height: 48px;
                        border-width: 0 0 0;
                        border-color: transparent;
                        background: none;
                    }

                    .md-datepicker-expand-triangle {
                        /*border: solid black;
                        border-width: 0 2px 2px 0;
                        display: inline-block;
                        padding: 6px;
                        width: auto;
                        margin: 0;
                        border-color: @inputColor;
                        -webkit-transform: translate3d(0,0,0);
                        transform: translate3d(0,0,0);*/
                        /*transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);*/
                        background-image: url(/Content/images/arrow-bottom-select.png);
                        background-repeat: no-repeat;
                        background-position: center;
                        width: 32px;
                        height: 12px;
                        display: block;
                        -webkit-transform: translate(0,0);
                        transform: translate(0,0);
                        border: 0;
                        position: absolute;
                        top: 3px;
                        right: -2px;
                        left: auto;

                        &:after {
                            display: none;
                        }
                    }

                    .md-datepicker-button {
                        top: 7px;
                    }
                }

                label, .areaLbl {
                    padding-left: 0;
                    width: calc(~"100% - 20px");
                    color: black;
                    font-family: @fontBold;
                    font-size: 14px;
                    margin-bottom: 4px;
                    position: relative;
                    -webkit-transform: translate3d(0, 0, 0) scale(1);
                    transform: translate3d(0, 0, 0) scale(1);
                    display: inline-block;
                    bottom: auto;

                    &.md-required {
                        &:after {
                            content: " *" !important;
                        }
                    }
                }

                .title {
                    margin-bottom: 15px !important;
                }

                .titleSmall {
                    margin-bottom: 0px !important;
                }

                .categoryRadio {
                    md-radio-button {
                        margin-bottom: 15px;
                        padding-right: 15px;

                        md-icon {
                            margin-right: 5px;
                        }
                    }
                }

                .areaLbl.sel {
                    /*margin-bottom: -28px;
                    margin-top: 11px;*/
                }

                .active {
                    /*-webkit-transform: translate3d(0,6px,0) scale(.75);
                    transform: translate3d(0,7px,0) scale(0.75);
                    -webkit-transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
                    transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
                    transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);
                    transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
                    max-width: 100%;
                    -webkit-transform-origin: left top;
                    transform-origin: left top;*/
                }

                .areaLbl.sel.active {
                    /*margin-bottom: -3px;
                    margin-top: -15px;*/
                }

                .areaLbl2 {
                    margin-bottom: 15px;

                    &.active2 {
                        /*-webkit-transform: translate3d(0,30px,0) scale(.75);
                        transform: translate3d(0,30px,0) scale(.75);
                        -webkit-transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
                        transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
                        transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);
                        transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
                        max-width: 100%;
                        -webkit-transform-origin: left top;
                        transform-origin: left top;*/
                    }
                }

                &.md-input-focused {
                    .areaLbl2 {
                        /*-webkit-transform: translate3d(0,30px,0) scale(.75);
                        transform: translate3d(0,30px,0) scale(.75);
                        -webkit-transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
                        transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
                        transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);
                        transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
                        max-width: 100%;
                        -webkit-transform-origin: left top;
                        transform-origin: left top;*/
                    }
                }

                &.reqRadio {
                    margin-top: 40px;

                    label:after {
                        content: " *" !important;
                    }

                    .areaLbl2 {
                        margin-bottom: 35px;
                    }
                }


                input {
                    padding-left: 20px;
                }

                a, a:hover, a:visited, a:focus {
                    outline: none;
                    color: @mainColor2;
                }

                .inValid {
                    border-color: @error;

                    md-select-value {
                        border-color: @error;
                    }

                    md-radio-button .md-off {
                        border-color: @error;
                    }
                }

                .md-errors-spacer {
                    display: none;
                }
            }

            md-checkbox {
                font-size: 12px;
                margin-bottom: 0;

                .md-label {
                    margin-top: 3px;
                }
            }

            .facebook {
                margin-bottom: 10px;
            }

            .authorInfo, .authorInfoAfter {
                font-family: @fontBold;
                font-size: 14px;
                color: @table;
                margin-bottom: -10px;
                margin-top: 15px;
            }

            .authorInfo {
                margin-bottom: 5px;
                margin-top: 0px;
            }

            .authorInfoAfter {
                margin-top: 4px !important;
            }


            .hint {
                margin-top: 50px;
                font-family: @fontBold;
                font-size: 14px;
                color: @table;
                margin-bottom: -10px;
            }

            .author {
                margin-bottom: -25px;
                margin-top: -10px;

                .delAuthor {
                    margin-top: 25px;

                    img {
                        width: 50px;
                        height: 50px;
                        cursor: pointer;
                        outline: none;
                    }
                }
            }

            .authorCont {
                position: relative;

                .authorInp {
                    md-input-container {
                        margin: 0;
                        padding-right: 5px;
                    }

                    img {
                        width: 50px;
                        height: 50px;
                        padding: 5px 0 5px 10px;
                        outline: none;
                        cursor: pointer;
                        margin-top: 20px;
                    }
                }

                .authors {
                    position: absolute;
                    width: 100%;
                    max-height: 300px;
                    overflow-y: auto;
                    z-index: 1090;
                    background-color: @white;
                    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);

                    > div {
                        font-family: @fontBold;
                        font-size: 16px;
                        background-color: @white;
                        cursor: pointer;
                        color: @table;
                        padding: 10px 20px;

                        span {
                            color: @TextBlueSecond;
                        }
                    }

                    > div:hover {
                        background-color: rgb(238,238,238);
                    }
                }
            }


            .low-cost {
                span {
                    float: right;
                    color: @span3;
                    padding-right: 13px;
                }

                .errorMsg {
                    color: @error;
                    font-size: 12px;
                }
            }

            .video {
                margin-left: 30px;

                @media screen and (max-width: 960px) {
                    & {
                        margin-left: 0px;
                    }
                }
            }

            .md-select-value {
                height: 50px;
                border-bottom-width: 2px;
                border-bottom-color: @inputColor;
                background: @InputBgDark;
                display: block;
                box-sizing: border-box;
                padding: 14px 0px 11px 20px !important;
                font-family: @fontLight;
                position: relative;

                .md-select-icon {
                    border: solid black;
                    border-width: 0 2px 2px 0;
                    display: inline-block;
                    padding: 6px;
                    width: auto;
                    margin: 0;
                    border-color: @inputColor;
                    -webkit-transform: translate3d(0,0,0);
                    transform: translate3d(0,0,0);
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    position: absolute;
                    top: 15px;
                    right: 15px;
                    left: auto;

                    &:after {
                        display: none;
                    }
                }
            }

            select {
                &.md-select-value {
                    background-image: url('/Content/images/arrow-bottom-select.png');
                    background-repeat: no-repeat;
                    background-position: right 50%;
                    border-top: 0;
                    border-left: 0;
                    border-right: 0;
                    border-bottom-width: 2px;
                    border-bottom-color: @inputColor;
                    padding: 14px 30px 11px 20px !important;
                    width: 100%;
                    box-sizing: border-box;
                    cursor: pointer;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                }
            }

            .plan {
                textarea {
                    min-height: 250px !important;
                }
            }

            .largeDesc {
                textarea {
                    min-height: 400px !important;
                }
            }

            .manyFiles {
                margin-top: 0 !important;
                margin-bottom: 0 !important;
                width: 100%;
            }

            .hardBlock {
                .areaLbl {
                    padding-left: 0;
                    font-size: 14px;
                }
            }

            .descr {
                margin-top: 30px;

                .md-resize-wrapper {
                    padding-top: 0;
                }

                .md-errors-spacer {
                    display: none;
                }

                textarea {
                    min-height: 110px;
                    /*border-width: 2px;*/
                    padding: 10px 20px;
                }

                .tableBudget {
                    font-family: @fontBold;
                    margin-top: 20px;
                    border-collapse: collapse;
                    outline: none;
                    min-width: 600px;
                    width: 100%;

                    tr {
                        .close {
                            cursor: pointer;
                            border: none;
                            outline: none;
                            padding: 5px;

                            img {
                                width: 20px;
                                margin-left: 5px;
                                outline: none;
                            }
                        }

                        .col-sno {
                            width: 50px;
                        }

                        th {
                            background: none; /* Цвет фона */
                        }

                        td, th {


                            .notEditable {
                                margin-left: 10px;
                            }

                            padding: 3px; /* Поля вокруг содержимого таблицы */
                            border: 1px solid #ccc; /* Параметры рамки */
                            span {
                                .text {
                                    width: 90%;
                                    outline: none;
                                    padding-left: 10px;
                                }

                                .number {
                                    width: 100px;
                                    outline: none;
                                    padding-left: 10px;
                                }

                                input {
                                    border: none;
                                    outline: none;
                                    padding-left: 10px;
                                    background: none;
                                }
                            }
                        }
                    }
                }

                .addBud {
                    background: @bgBtn;
                    display: inline-block;
                    color: #fff;
                    padding: 16px 20px;
                    cursor: pointer;
                    border: 2px solid @bgBtn;
                    margin-top: 15px;
                    cursor: pointer;
                    margin-left: 0;
                    min-height: inherit;
                    min-width: inherit;
                    line-height: inherit;
                }
            }
        }

        .manyAreas {
            padding: 0 !important;

            > a {
                color: @TextBlueSecond;
            }
        }

        .drag-drop {
            padding-left: 40px;
            padding-top: 40px;

            &.secondColumn {
                padding-left: 40px;
                padding-top: 0px;
            }

            @media screen and (max-width: 960px) {
                &.secondColumn {
                    padding-left: 0px;
                }
            }

            a.currentFile, a.currentFile:hover, a.currentFile:visited {
                color: @TextBlueSecond;
            }

            .file-area {
                width: 100%;
                position: relative;
                margin-bottom: 0;
                margin-top: 5px;

                input[type=file] {
                    position: absolute;
                    width: calc(~"100% - 20px");
                    height: 100%;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: 0;
                    cursor: pointer;
                }

                .file-dummy {
                    word-wrap: break-word;
                    padding: 25px;
                    line-height: 1.4;
                    background: #E8F0F5;
                    border: 2px dashed #4BA3D5;
                    text-align: center;
                    transition: background 0.3s ease-in-out;
                    border-radius: 8px;

                    span {
                        color: @span;
                        font-family: @fontBold;

                        > span {
                            color: @TextBlueSecond;
                        }
                    }

                    .success {
                    }
                }

                .inValid {
                    border-color: @error;

                    md-select-value {
                        border-color: @error;
                    }
                }

                .Valid {
                    background-color: @valid;
                }
            }

            span.template {
                font-family: @fontLight;
                font-size: 14px;
                display: inline-block;
                color: @inputConteiner;
                margin-bottom: 15px;

                a {
                    font-family: @fontMedium;
                    color: @mainColor2;
                }
            }

            .filesInfo {
                text-align: center;
                font-size: 16px;
                color: @filesInfo;
                font-family: @fontBold;
                padding-left: 30px;
                padding-right: 30px;
                margin-top: 20px;
                line-height: 1.4;
                margin-bottom: 20px;
            }
        }

        .fileName {
            outline: none;
            width: 100%;
            border: none;
            background: @InputBgDark;
            border-bottom: 2px solid @inputColor;
            padding: 12px 12px !important;
            margin: 5px 0;
            box-sizing: border-box;
        }

        .close-dialog {
            cursor: pointer;

            img {
                outline: none;

                &.smallClose {
                    width: 16px;
                    height: 16px;
                }
            }
        }

        .close-in-File {
            position: absolute;
            right: 5px;
            top: 5px;
        }
    }

    .auth {
        padding: 20px;
        padding-top: 50px;
        max-width: 940px;
        margin: auto;

        img.authCity {
            margin-right: 30px;
        }

        h1, h2 {
            font-family: @fontCirceExtraBold;
            color: black;
            margin: 0;
        }

        h1 {
            margin-top: 40px;
            font-size: 48px;
            line-height: 44px;
        }

        h2 {
            font-size: 30px;
        }

        .description {
        }

        .close-dialog {
            cursor: pointer;
            margin-top: 5px;

            img {
                outline: none;
            }
        }

        .authInfo {
            color: @span;
            font-size: 18px;
            font-family: @fontLight;
            margin-bottom: 15px;
            margin-top: 40px;
            max-width: 750px;
            line-height: 30px;
        }

        .authProviders {
            margin-bottom: 40px;
            max-width: 750px;

            .authProvider {
                border: 2px solid @contentBack;
                height: 160px;
                width: 160px;
                cursor: pointer;
                outline: none;
                position: relative;
                margin-top: 20px;

                form {
                    width: 100%;
                    height: 100%;

                    button {
                        outline: none;
                        width: 100%;
                        height: 100%;
                        padding: 0;
                        border: none;
                        background-color: @white;
                        position: relative;
                        display: block;

                        .topBlock {
                            position: absolute;
                            display: block;
                            top: 0;
                        }
                    }
                }

                img {
                    cursor: pointer;
                    outline: none;
                    width: 100%;
                }

                div.provName {
                    text-align: center;
                    font-size: 14px;
                    font-family: @fontBold;
                    line-height: 18px;
                    padding: 7px;
                }

                .arrowAuth {
                    position: absolute;
                    bottom: -42px;
                    left: calc(~"50% - 13px");
                    content: '';
                    width: 0;
                    height: 0;
                    border-bottom: solid 12px @help;
                    border-left: solid 13px transparent;
                    border-right: solid 13px transparent;
                }
            }
        }

        .helpInfo {
            padding: 15px 20px;
            background-color: @help;
            border-radius: 2px;
            line-height: 18px;
            color: @span;
            font-family: @fontBold;
            font-size: 14px;
            margin-bottom: 20px;
            max-width: 710px;

            img {
                margin-right: 15px;
                width: 27px;
                height: 30px;
            }
        }

        .jksInfo {
            font-size: 14px;
            color: @jks;
            font-family: @fontLight;
            line-height: 20px;

            span {
                cursor: pointer;
                outline: none;
                color: @mainColor2;
            }
        }
    }

    .authEcp {
        min-width: 690px;
        max-width: 690px;
        padding-top: 80px;

        .close-dialog {
            margin-right: 0px;
        }

        .authEcpContainer {
            margin-top: 45px;

            .backContainer {
                margin-left: -4px;
                margin-right: 29px;

                img {
                    cursor: pointer;
                    outline: none;
                }
            }

            md-input-container {
                color: @span;
                font-family: @fontBold;
                font-size: 16px;
                margin: 7px 0;

                label:not(.md-container-ignore).md-required:after {
                    content: none;
                }

                .md-select-value {
                    min-height: 45px;
                    border-bottom-width: 2px;
                    border-bottom-color: @inputConteiner;
                    padding: 0px 0px 0px 20px !important;
                }

                &:not(.md-input-invalid).md-input-focused md-icon {
                    color: @TextBlueSecond;
                }

                .md-input {
                    height: 50px;
                    border-width: 0 0 2px;
                    border-color: @inputConteiner;
                }

                label, .areaLbl {
                    padding-left: 20px;
                    color: black;
                    font-family: @fontBold;
                    font-size: 16px;
                    margin-bottom: -8px;
                    width: calc(~"100% - 20px")
                }

                .title {
                    margin-bottom: 10px !important;
                }

                input {
                    padding-left: 20px;
                }

                .inValid {
                    border-color: @error;

                    md-select-value {
                        border-color: @error;
                    }
                }
            }

            .file-area {
                width: 100%;
                position: relative;
                margin-bottom: 5px;
                margin-top: 10px;

                input[type=file] {
                    position: absolute;
                    width: calc(~"100% - 20px");
                    height: 100%;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: 0;
                    cursor: pointer;
                }

                .file-dummy {
                    padding: 25px 100px;
                    line-height: 1.4;
                    background: @file;
                    border: 2px dashed @img;
                    text-align: center;
                    transition: background 0.3s ease-in-out;

                    span {
                        color: @span;
                        font-family: @fontBold;

                        > span {
                            color: @TextBlueSecond;
                        }
                    }

                    .success {
                    }
                }

                .inValid {
                    border-color: @error;

                    md-select-value {
                        border-color: @error;
                    }
                }

                .Valid {
                    background-color: @valid;
                }
            }

            .jksInfo {
                font-size: 14px;
                color: @jks;
                font-family: @fontLight;
                max-width: 325px;
            }

            .passwordCont {
                margin-top: 15px;

                .frst-step-bnt {
                    font-size: 16px;
                    font-family: @fontBold;
                    margin-bottom: 20px;

                    label {
                        display: inline-block;
                        color: @TextBlueSecond;
                        padding: 13px 54px;
                        cursor: pointer;
                        border: 2px solid @TextBlueSecond;
                    }
                }

                md-input-container {
                    width: 100%;
                    margin-right: 25px;
                    margin-top: -2px;
                    margin-bottom: 0;
                }
            }

            .login-wrapper {
                .selectpicker {
                    border: none;
                    min-height: 45px;
                    border-top: none;
                    border-left: none;
                    border-right: none;
                    border-bottom: 2px @inputConteiner solid;
                    padding: 0px 0px 0px 20px;
                    font-family: @fontBold;
                    font-size: 16px;
                    outline: none;

                    option {
                        font-family: @fontLight;
                    }
                }
            }
        }
    }

    .step-inputs-mod {
        display: flex;

        .step-inputs-item {
            flex: 1;

            &:first-child {
                padding-right: 30px;
            }
        }
    }


    @media screen and (max-width: 690px) {
        .auth {
            img.authCity {
                width: 45px;
                margin-right: 15px;
            }
        }

        .authEcp {
            min-width: 0px;

            .authEcpContainer {
                margin-top: 10px;

                .backContainer {
                    margin-top: 10px;
                    margin-right: 10px;

                    img {
                        width: 45px;
                    }
                }

                .file-area .file-dummy {
                    padding-left: 20px;
                    padding-right: 20px;
                }
            }

            img.authCity {
                width: 45px;
                margin-right: 15px;
            }
        }
    }

    @media screen and (max-width: 1200px) {
        .frst-step-container {
            .close-dialog {
                right: -10%;
            }
        }
    }

    @media screen and (max-width: 960px) {
        .frst-step-container {
            margin-top: 10px !important;

            .close-dialog {
                right: 10px;
            }
        }

        .auth {
            padding-top: 40px;

            h1 {
                font-size: 33px;
                line-height: 33px;
            }

            h2 {
                font-size: 22px;
                margin-bottom: 5px;
                line-height: 1.2;
            }

            .authRow {
                margin-left: 0px;

                .nbu, .privat, .oschad, .csk {
                    margin-right: 5px;
                }
            }
        }

        md-dialog-content {
            padding-top: 20px;
        }

        .dialog-info {
            h1 {
                font-size: 33px;
                line-height: 33px;
            }

            h2 {
                font-size: 22px;
                margin-bottom: 5px;
                line-height: 1.2;
                margin-top: 10px;
            }

            p {
                margin-top: 20px;
                margin-bottom: 10px;
            }
        }

        .dialog-info-container {
            margin-top: 0 !important;


            .dialog-info {
                .step-inputs {
                    padding-right: 0;
                    margin-top: 10px;
                }

                .drag-drop {
                    padding-top: 0;
                    padding-left: 0;
                    margin-top: 0px;
                }
            }
        }
    }

    @media screen and (max-width: 740px) {
        .frst-step-container .step1 {
            padding-right: 80px;

            img {
                width: 100%;
            }
        }
    }

    @media screen and (max-width: 600px) {
        .auth {
            max-width: 100%;

            .description {
                margin-bottom: 15px;
            }

            .authRow {
                margin-top: 0px;
                margin-left: 0px;

                .nbu, .privat, .oschad, .csk {
                    margin-right: 5px;
                    max-width: 170px;
                }
            }
        }

        .close-dialog {
            margin-right: 0;

            img {
                margin-top: 4px;
            }
        }

        .frst-step-container {
            margin-top: 0 !important;

            .step1 {
                display: none;
            }
        }

        .dialog-info {
            .download {
                padding-bottom: 10px;
                padding-left: 60px;
            }

            .frst-step-bnt {
                margin-left: 0px;
                padding-top: 19px;

                label {
                    margin-top: 0;
                }

                &.first {
                    margin-left: 0px;
                }
            }
        }
    }

    @media screen and (max-width: 450px) {
        .authEcp, .auth {
            img.authCity {
                display: none;
            }
        }
    }

    md-toast {
        width: 100%;
        border-radius: 0;
        padding: 0;

        .md-toast-content {
            background-color: #fff;
            min-height: 170px;
            position: relative;
            max-height: 500px;

            #toast-arr {
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                width: 0;
                height: 0;
                margin-left: calc(~"50% - 50px");
                border-top: solid 30px #71768a; //
                border-left: solid 50px transparent;
                border-right: solid 50px transparent;
                cursor: pointer;
            }

            .nbu, .privat, .oschad, .csk {
            }
        }

        color: @white;
    }
}

div.md-dialog-container {
    z-index: 10000;
    height: auto !important;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    -webkit-backface-visibility: hidden;
    overflow-y: scroll;

    .step-dialog,
    md-dialog-content {
        @media screen and (min-width: 971px) {
            background: none !important;
        }
    }

    .step-dialog:not(.cor-dialog),
    .step-dialog:not(.cor-dialog) md-dialog-content {
        height: 100% !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        position: absolute !important;
    }

    .cor-dialog.fullscreen-dialog {
        height: auto !important;

        .dialog-info-container {
            height: auto !important;
        }
    }
}

@media screen and (max-width: 970px) {
    .content .root-status-container .status-header, .content .root-status-container .status-header, .content .root-content .projects-block span {
        font-size: 30px;
        line-height: 30px;
    }
    
}

@media screen and (max-width: 960px) {
    .content .root-content .root-news > div {
        padding-right: 10px;
        padding-left: 10px;

        .imgWrap {
            max-height: 230px;
            max-width: none;
            min-height: 0;
            overflow-y: hidden;

            img {
                width: 100%;
                height: inherit;
            }
        }

        label {
            margin-top: 15px;
        }

        p {
            max-width: 100%;
            margin-bottom: 30px;
        }
    }

    .content .root-status-container {
        .bubble {
            > div {
                width: 100%;

                span {
                    display: block;
                }
            }
        }

        .m-progres {
            margin-top: 40px;

            .progress-line {
                display: none;
            }

            .all-progress {
                width: 100%;

                #progress-holder {
                    width: 100% !important;
                }
            }
        }
    }
}
.wrap-main{
    max-width: 1160px;
    padding: 0 15px;
    margin:auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.title-page {
    font-family: 'Gotham Pro Bold';
    font-size: 32px;
    color: #1b2538;
    line-height: 1;
}

.text-center{
    text-align: center;
}

.auth-form {
    max-width: 310px;
    margin: auto;

    form {
        padding: 40px 0 20px;
    }

    .button-blue {
        padding: 18px 18px;
        color: #ffffff;
        border: none;
        background-color: #4BA3D5;
        font-size: 15px;
        min-width: 150px;
    }

    .form-group {
        margin-bottom: 30px;

        label {
            font-size: 14px;
            color: #414249;
            display: block;
            margin-bottom: 10px;
            font-family: @fontMedium;
            font-weight: normal;
        }

        &.last {
            text-align: center;
        }

        input.form-control {
            background: #E7EFF4;
            padding: 20px;
            display: block;
            box-sizing: border-box;
            width: 100%;
            height: 55px;
            border: none;
            border-bottom: 2px solid #4FA4D3;
            outline: none;
        }
    }
}
.auth-page {
    background-color: #ececed;
    padding-left: 0;
    .step-dialog{
        background: none;
    }
}
.logo-head img{
    max-width: 100%;
    height: auto;
}

md-toast {
    z-index: 2020;
    position: fixed;
    margin-top: 50px;
    opacity: .85;

    .md-toast-content {
        background-color: @white;
        border: 1px solid @inputColor;
        border-radius: 0;

        span {
            color: @inputColor;
            margin-right: 20px;
            font-size: 16px;
            font-family: @fontBold;

            a, a:hover, a:visited, a:focus {
                outline: none;
                color: @inputColor;
                text-decoration: underline !important;
            }
        }

        .close-dialog {
            outline: none;
            cursor: pointer;

            img {
                outline: none;
                width: 20px;
                height: 20px;
            }
        }
    }
}

md-toast.error {
    z-index: 2020;
    position: fixed;
    margin-top: 50px;

    .md-toast-content {
        background-color: @white;
        border: 1px solid @inputColor;
        border-radius: 0;

        span {
            color: @error;
            margin-right: 20px;
            font-size: 16px;
            font-family: @fontBold;

            a, a:hover, a:visited, a:focus {
                outline: none;
                color: @error;
                text-decoration: underline !important;
            }
        }

        .close-dialog {
            outline: none;
            cursor: pointer;

            img {
                outline: none;
                width: 20px;
                height: 20px;
            }
        }
    }
}

.md-dialog-is-showing md-backdrop.md-dialog-backdrop.md-opaque{
    /*display:none;*/
}
/* Animation */
#position-wrapper {
    overflow: hidden;
    position: relative;

    .you-position-motto {
        display: inline-block;
        position: absolute;
        z-index: 4;
        left: 20%;
        color: #FFFFFF;
        font-family: @fontMedium;
        font-size: 24px;
        line-height: 1.3;
        text-align: left;
        top: 15px;
    }

    .pattern-background-container {
        margin-right: unset;
        line-height: 0;
        background: #4BA3D5;
        text-align: left;
    }

    .city-pattern {
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: 0;
        width: 95%;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    #animation-container {
        position: absolute;
        z-index: 3;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;

        #plane-img {
            width: 3%;
            position: absolute;
        }

        #plane-img.fly-ltr {
            left: 0;
            animation: plane-ltr 5s linear infinite
        }

        #plane-img.fly-rtl {
            right: 0;
            top: 100px;
            animation: plane-rtl 8s linear infinite;
        }

        #balloon-img {
            width: 3%;
            position: absolute;
            top: 75%
        }

        #balloon-img.balloon-animation {
            animation: balloon 60s linear infinite
        }
    }

    .e-tub-container {
        position: relative;
        left: -1px;
        width: 12%;
        top: 0;
        height: 100%;

        .e-tub {
            z-index: 10;
            position: relative;
            top: 0;
            width: 100%;
            height: 100%;
            left: 0;
        }
    }

    .mill-container {
        width: 1%;
        top: 50.2%;
        position: absolute;
        line-height: 0;
    }

    @keyframes plane-rtl {
        0% {
            top: 100px;
            margin-right: 0
        }

        100% {
            top: 0;
            width: 0;
            margin-right: 100%
        }
    }

    @keyframes plane-ltr {
        100% {
            left: 100%
        }
    }

    @keyframes balloon {
        0% {
            left: 50%
        }

        12% {
            top: 50%
        }

        25% {
            top: 75%
        }

        50% {
            left: 100%
        }

        75% {
            left: 75%;
            top: 50%
        }

        85% {
            top: 75%
        }

        100% {
            left: 50%;
            top: 100%
        }
    }

    @keyframes mill-animation {
        0% {
            transform: rotate(0deg)
        }

        100% {
            transform: rotate(360deg)
        }
    }
}

@media (max-width: 1138px) {
    /*.content {
        .root-content {
            .shadow-project {
                .metro-info {
                    div.additionalInfo {
                        flex-wrap: wrap;
                        padding-right: 0;

                        > div {
                            flex: 1 1 100%;
                            margin-bottom: 10px;

                            &.price-product {
                                flex: inherit;
                                margin: 10px 0;
                            }

                            &.category {
                                flex: inherit;
                                margin-bottom: 0;
                            }
                        }
                    }
                }
            }
        }
    }*/
}
@media (max-width: 1080px) {
    .step-dialog .step-inputs-mod .step-inputs-item:first-child{
        padding-right: 0;
    }
    .step-dialog .step-inputs-mod {
        flex-wrap: wrap;
    }
    .step-dialog .step-inputs-mod .step-inputs-item{
        flex: 1 1 100%;
        overflow: hidden
    }
}
@media screen and (max-width: 970px) {

    .root-header--modify {
        padding-top: 82px;
        padding-bottom: 0;
    }

    footer .footer-wr{
        padding: 0 20px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    footer{
        padding-top: 40px;
    }

    .footer-wr .row-mobile{
        flex: 1 1 100%;
    }

    footer .links div {
        padding-left: 0;
    }

}
@media screen and (max-width: 856px) {
    .content .root-content .itemsMain .shadow-project {
        width: 48.5%;
        flex: 0 1 48.5%;
    }
}

@media (max-width: 767px) {
    #position-wrapper {
        display: none;
    }

    .step-dialog .dialog-info-container{
        padding: 15px;
    }
    .step-dialog .dialog-Header {
        margin: -15px -15px 0 -15px;
        padding: 15px;
    }
    .step-dialog .dialog-info h1 {
        font-size: 23px;
        line-height: 1;
    }
}

@media screen and (max-width: 700px) {
    .content .root-content .projects-block {
        padding: 0;
    }
    .content .root-status-container .status-header,
    .content .root-status-container .status-header,
    .content .root-content .projects-block span {
        font-size: 24px;
        line-height: 1;
    }
    .project-panel .wrap-main{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 600px) {
    .content .root-content {
        max-width: 100%;

        .shadow-layout {
            max-width: 100%;
        }
    }

    .content .root-content .shadow-project {
        .project-image {
            max-height: inherit;
            max-width: none;

            >img {
                width: 100%;
                max-width: none;
                max-height: none;
                min-height: 0;
            }
        }

        .metro-info {
            .project-text {
                p {
                    line-height: 1.2em;
                    max-height: 4.8em;
                }
            }

            div.userInfo {
                position: initial;
                width: 100%;
            }
        }
    }
    .content .root-content .shadow-project .project-image {
        min-height: inherit;
        min-width: inherit;
    }

}

@media screen and (max-width: 520px) {

    footer div.switzCont {
        flex-wrap: wrap;
    }

    footer div.switzCont .info {
        padding: 0 0 0 30px;
        margin-bottom: 20px;
    }

    footer .swiss-info {
        max-width: 100%;
        margin-right: 0;
        margin-bottom:30px;
        img {
          margin: auto
        }
    }


    .content .root-content .shadow-project .metro-info div.userInfo {
        padding-bottom: 0;
    }

    .content .root-content .itemsMain .shadow-project {
        width: 100%;
        flex: 1 1 100%;
    }

    .top-head {
        margin-left: 0;
        margin-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items:flex-start;
        img {
            max-width: 100%;
            height: auto;
        }

        span{
            padding-left: 0
        }
    }

    footer .links{
        flex-wrap: wrap; 
    }

    footer .links div {
        max-width: 100% !important;
        width: 100%;
        flex: 1 1 100% !important;
    }
    .content .root-content .projects-block {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;

        span {
            flex: 1 1 100%;
            margin-bottom: 15px;
        }
    }

}


@media screen and (max-width: 384px) {
    .content .root-content .shadow-project {
        padding: 15px;
    }
    .content .root-content .itemsMain label.win{
        left: -15px;
    }
}

@media screen and (min-width: 1680px) {
    .position-wrapper {
        .you-position-motto {
            left: calc((100% - 1140px + 40px)/2);
        }
    }
}
    /* Animation and */