* {
    margin: 0;
    padding: 0;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,::after,::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}
b, strong {
    font-weight: 700;
}
input, select, button, textarea {
    font-family: 'Open Sans', sans-serif;
}
html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
}
.clearfix::after {
    display: table;
    clear: both;
    content: "";
}
::-webkit-input-placeholder {
    color: #9fb0c6;
}
:-moz-placeholder {
    color: #9fb0c6;
}
:-ms-input-placeholder {
    color: #9fb0c6;
}
.auth-bg {
    background-image: url(../img/bg_auth.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100%;
}
.wrapper {
    min-width: 768px;
    min-height: 450px;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.wrapper-project {
    height: auto;
}
.header {
    background-color: #e6e2e3;
    padding: 15px 12px 10px 12px;
    border-top: 7px solid #1a7eeb;
    position: relative;
    z-index: 8;
}
.logo {
    float: left;
    width: 137px;
    height: 46px;
    background: url(../img/logo.png);
    margin: 0 100px 0 10px;
}
.auth-wrap {
    width: 100%;
    padding: 40px 0;
    position: absolute;
    top: 30%;
}
.auth {
    position: relative;
    width: 280px;
    margin: 0 auto;
}
.login-block input, .login-block button {
    width: 280px;
    height: 48px;
    font-size: 18px;
    text-align: center;
    border: none;
    color: #9fb0c6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.login-block input:focus {
    outline-color: #fee20c;
}
input.input-username {
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #9fb0c6;
}
button.submit-auth {
    background-color: #fee20c;
    color: #384048;
    border-radius: 0 0 5px 5px;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
}
button.submit-auth:hover {
    background-color: #fee94b;
}
.remember {
    text-align: center;
    color: #edf7f1;
    line-height: 48px;
}
.remember input[type="checkbox"] {
    display: none;
}
.remember label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -30px;
    bottom: 1px;
    background-color: #fff;
    border-radius: 3px;
    text-shadow: none;
    cursor: pointer;
}
.remember label {
    position: relative;
    margin-left: 30px;
    color: #edf7f1;
    text-shadow: 0 3px 10px rgba(0,0,0,.9);
    cursor: pointer;
}
.remember input[type=checkbox]:checked + label:before {
    content: "\2713";
    background-color: #a0d468;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.auth-error {
    color: #d52b1e;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin: 5px 0;
}
.auth-error li {
    list-style: none;
}
.menu-left {
    float: left;
}
.menu-item {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.menu-item:hover {
    opacity: 0.8;
}
.menu-item:after {
    content: '';
    display: inline-block;
    height: 17px;
    background: url(../img/sprite.png);
    margin-left: 15px;
}
@media (min-width: 1280px) {
    .menu-item {
        color: #1a7eeb;
        font-size: 14px;
        padding-left: 22px;
        padding-right: 22px;
    }
}
@media (max-width: 1279px) {
    .menu-item {
        color: transparent;
        font-size: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.menu-save:after {
    width: 17px;
    background-position: 0 0;
}
.menu-download:after {
    width: 17px;
    background-position: -17px 0;
}
.menu-clear:after {
    width: 19px;
    background-position: -34px 0;
}
.menu-screenshot:after {
    width: 17px;
    background-position: -53px 0;
}
.menu-print:after {
    width: 17px;
    background-position: -70px 0;
}
.menu-user:after {
    width: 15px;
    background-position: -87px 0;
}
.menu-logout:after {
    width: 17px;
    background-position: -102px 0;
}
.menu-export:after {
    width: 17px;
    background-position: -119px 0;
}
.menu-back:after {
    width: 18px;
    background-position: -136px 0;
}
.menu-list {
    float: right;
}
.menu-list .menu-item:after {
    margin-left: 0;
}
.main-panel {
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 65px;
    margin-top: -65px;
    bottom: 0;
    background: #1a7eeb;
    color: #fff;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
}
@media (min-width: 1360px) {
    .main-panel.open-left {
        padding-left: 290px;
    }
    .main-panel.open-right {
        padding-right: 280px;
    }
}
@media (max-width: 1359px) {
    .main-panel {
        z-index: 77;
    }
}
.main {
    position: relative;
    background: #e8e8e8;
    height: 100%;
    min-height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0;
}
.main.left-open {
    margin-left: 270px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.main.right-open {
    margin-right: 270px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.right-window {
    position: absolute;
    top: 0px;
    width: 270px;
    right: -270px;
    height: 100%;
    margin-top: 78px;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
    z-index: 3;
    background: #fff;
    -moz-box-shadow: 0 3px 6px 1px rgba(0,0,0,.18);
    -webkit-box-shadow: 0 3px 6px 1px rgba(0,0,0,.18);
    box-shadow: 0 3px 6px 1px rgba(0,0,0,.18);
    padding: 20px 10px 150px 10px;
}
.right-window.active {
    right: 0;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
}
.right-window__arrow {
    border-bottom: 2px solid #3c73ab;
    border-right: 2px solid #3c73ab;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.right-window__arrow.active {
    right: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.open-right-window {
    position: absolute;
    height: 52px;
    width: 25px;
    border-radius: 5px 0 0 5px;
    z-index: 2;
    cursor: pointer;
    background-color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#f3f3f3), color-stop(30%, #fff), to(#fff));
    background: -webkit-linear-gradient(right, #f3f3f3 0%, #fff 30%, #fff 100%);
    background: -o-linear-gradient(right, #f3f3f3 0%, #fff 30%, #fff 100%);
    background: linear-gradient(to left, #f3f3f3 0%, #fff 30%, #fff 100%);
    top: 50%;
    margin-top: -96px;
    left: -25px;
}
.left-window {
    position: absolute;
    top: 0px;
    width: 270px;
    left: -270px;
    height: 100%;
    margin-top: 78px;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
    z-index: 3;
    background: #fff;
    -moz-box-shadow: 0 1px 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 25px rgba(0,0,0,.1);
    box-shadow: 0 1px 25px rgba(0,0,0,.1);
    padding: 0 15px 0 20px;
}
.left-window.active {
    left: 0;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
}
.left-window__arrow {
    border-bottom: 2px solid #3c73ab;
    border-left: 2px solid #3c73ab;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.left-window__arrow.active {
    left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open-left-window {
    position: absolute;
    height: 52px;
    width: 25px;
    border-radius: 0 5px 5px  0;
    z-index: 2;
    cursor: pointer;
    background: #fff;
    top: 50%;
    margin-top: -96px;
    right: -25px;
    background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), color-stop(30%, #fff), to(#fff));
    background: -webkit-linear-gradient(left, #f3f3f3 0%, #fff 30%, #fff 100%);
    background: -o-linear-gradient(left, #f3f3f3 0%, #fff 30%, #fff 100%);
    background: linear-gradient(to right, #f3f3f3 0%, #fff 30%, #fff 100%);
}
.panel-move {
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 70;
}
#joystick_svg {
    position: absolute;
    left: -7px;
    top: -16px;
    z-index: 100;
}
#joystick_svg path {
    fill: transparent; 
    stroke: none;
    cursor: pointer;
}
#joystick_svg path:hover {
    fill: rgba(255, 255, 255, 0.2);
}
#joystick_svg g:hover {
    fill: rgba(255, 255, 255, 0.2);
}
.form-panel {
    display: inline-block;
    margin-right: 25px;
}
.form-panel span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}
@media (max-width: 900px) {
    .form-panel span {
        display: none;
    }
    .form-panel {
        margin-right: 20px;
    }
}
.panel-btn {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-color: #104e91;
    background-image: url(../img/sprite-btn.png);
    border-radius: 3px;
    margin-left: 3px;
    cursor: pointer;
}
.panel-btn:hover, .panel-btn.active {
    background-color: #ff5d58;
}
.btn-form-rectangle {
    background-position: 0 0;
}
.btn-form-circle {
    background-position: -24px 0;
}
.btn-form-polygon {
    background-position: -48px 0;
}
.size-panel {
    display: inline-block;
    margin-right: 25px;
}
.size-input {
    background-color: #104e91;
    color: rgba(255, 255, 255, 0.3);
    border: 0;
    padding: 5px 8px;
    font-size: 11px;
    border-radius: 3px;
    width: 50px;
    margin-left: 8px;
}
.edit-panel {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.edit-panel:before {
    content: "";
    height: 65px;
    width: 2px;
    background: #bfbfbf;
    position: absolute;
    top: -21px;
    left: 0;
}
.edit-panel:after {
    content: "";
    height: 65px;
    width: 2px;
    background: #bfbfbf;
    position: absolute;
    top: -21px;
    right: 0;
}
.btn-edit-comm {
    background-position: -264px 0;
    margin: 0 10px;
}
.btn-edit-grid {
    background-position: -96px 0;
    margin: 0 10px;
}
.btn-show-border {
    background-position: -216px 0;
    margin: 0 10px;
}
.btn-show-length {
    background-position: -240px 0;
    margin: 0 10px;
}
.btn-show-measures {
    background-position: -313px 0;
    margin: 0 10px;
}
.btn-show-volume {
    background-position: -337px 0;
    margin: 0 10px;
}
.add-panel {
    display: inline-block;
    padding: 0 15px;
}
.btn-add-text {
    background-position: -120px 0;
    margin: 0 10px;
}
.btn-add-layout {
    background-position: -144px 0;
    margin: 0 10px;
}
.btn-add-step {
    background-position: -288px 0;
    margin: 0 10px;
}
.btn-add-bg {
    background-position: -192px 0;
    margin: 0 10px;
}
.input-file {
    display: none;
}


[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}
[data-tooltip]:before {
    position: absolute;
    bottom: 101%;
    left: 0;
    margin-bottom: 5px;
    padding: 2px 5px;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d6f1ff;
    color: rgba(54, 44, 39, 0.8);
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}
[data-tooltip]:after {
    position: absolute;
    bottom: 101%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #d6f1ff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.left-param {
    padding: 20px 0;
}

.color-list {
    margin: 10px -10px;
}
.label-for-input {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    margin: 10px 5px;
    position: relative;
    left: 0;
    bottom: 1px;
    cursor: pointer;
    border: 2px solid transparent;
}
.label-for-input:hover {
    opacity: 0.9;
}
#lastik + .label-for-input, #lastik2 + .label-for-input {
    border: 2px solid #1a7eeb;
    background: center center url(../img/lastik.png) no-repeat;
}
.texture-list img {
    width: auto;
    height: auto;
    max-width: none;
    vertical-align: top;
    visibility: hidden;
}
.texture-item + .label-for-input {
    background-size: cover !important;
}
.checbox-item {
    display: none;
}
.checbox-item:checked + .label-for-input {
    border: 2px solid #ff443e !important;
}
.form-checkbox-item {
    display: inline-block;
}
.step-list {
    margin: 0 -10px 40px -10px;
}
.label-for-step {
    display: inline-block;
    margin: 5px 10px;
    padding: 5px 15px;
    position: relative;
    left: 0;
    bottom: 1px;
    width: 90px;
    background: #fff;
    cursor: pointer;
    border: 2px solid #e6e2e3;
    border-radius: 15px;
    text-align: center;
}
.label-for-step:hover {
    opacity: 0.9;
}
.step-item {
    display: none;
}
.step-item:checked + .label-for-step {
    border: 2px solid #ff443e;
}
.param-apply {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ffe41c;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    box-shadow: 0 1px 0 rgba(223,196,0,.68);
}
.param-apply:hover {
    opacity: 0.8;
}

.search-input {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1a7eeb;
    padding: 6px;
    width: 100%;
    line-height: 18px;
    outline: none;
    border-radius: 5px;
    height: 32px;
}
.btn-search {
    display: block;
    border: 0;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    background: transparent center center no-repeat url('../img/icon-search.png');
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    cursor: pointer;
}
.btn-search:hover {
    opacity: 0.8;
}
.slider-wrapper {
    height: 35px;
}
.form-textbox {
    position: relative;
    margin-bottom: 20px;
    max-width: 320px;
    float: left;
}
.form-textbox-big {
    width: 320px;
}
.scroll-pane {
    width: 100%;
    height: 82%;
    overflow: auto;
    outline: none;
}
.horizontal-only {
    height: 82%;
}
.jspTrack {
    background: #e6e2e3;
    border-radius: 10px;
}
.jspDrag {
    background: #1a7eeb;
    border-radius: 10px;
}
.jspVerticalBar {
    width: 4px;
    border-radius: 10px;
    background: transparent;
}
.jspHorizontalBar {
    display: none;
}
.ac-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: left;
}
.ac-container .check-acc {
    padding: 8px 0 10px 8px;
    display: block;
    cursor: pointer;
    color: #384048;
    font-size: 13px;
    background: #e6e2e3;
    border: 2px solid #1a7eeb;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border-radius: 6px;
    margin-bottom: 2px;
}
.ac-container .check-acc:hover {
    background: rgba(65, 120, 177, 0.1);
}
.ac-container .check-acc.active {
    background: #e0dbdc;
}
.ac-container .ac-content {
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.check-acc.active ~ .ac-content {
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.acordion-item {
    width: 50%;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 10px 5px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    position: relative;
    padding-bottom: 30px;
}
.item-art {
    padding: 10px 5px;
    font-size: 13px;
}
.add-to-ground {
    background-color: #ffe630;
    color: #384048;
    padding: 6px 8px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(223,196,0,.68);
    position: absolute;
    bottom: 0;
}
.add-to-ground:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url(../img/add-icon.png) no-repeat;
    margin-top: -2px;
    margin-left: 8px;
}
.add-to-ground:hover {
    opacity: 0.8;
}

.project-list {
    padding: 50px 10px;
}
.create_project {
    float: left;
    padding: 30px 10px;
}
@media (min-width: 1800px) {
    .create_project {
        width: 20%;
    }
}
@media (max-width: 1799px) and (min-width: 1300px) {
    .create_project {
        width: 25%;
    }
}
@media (max-width: 1299px) and (min-width: 900px) {
    .create_project {
        width: 33%;
    }
}
@media (max-width: 899px) {
    .create_project {
        width: 50%;
    }
}
.create_project-param {
    position: relative;
    border-radius: 5px;
    height: 226px;
    min-height: 150px;
    margin-bottom: 20px;
    background: url(../img/bg_create.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}
.create_project-param-title {
    text-align: center;
    color: #ff3029;
    font-weight: 700;
}
@media (min-width: 1400px) {
    .create_project-param-title {
        font-size: 25px;
        padding-top: 20%;
    }
}
@media (max-width: 1399px) {
    .create_project-param-title {
        font-size: 20px;
        padding-top: 15%;
    }
}
.create_project-button {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(223,196,0,.68);
    background: linear-gradient(#fde000 0%, #ffe638 100%);
    color: #464646;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.create_project-button:hover {
    opacity: 0.8;
}
.create_project-param-select {
    margin-top: 10px;
    color: #777b83;
}
.create_project-param-select span {
    display: inline-block;
    width: 60px;
}
.dimension_number {
    position: relative;
    display: inline-block;
}
.dimension_count {
    width: 56px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #e6e9ed;
    border-radius: 5px;
    outline: none;
}
.dimension_minus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 44;
    cursor: pointer;
    padding:  3px 5px 7px 5px;
}
.dimension_plus {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 44;
    cursor: pointer;
    padding: 7px 5px 3px 5px;
}
.dimension_plus:hover, .dimension_minus:hover {
    opacity: 0.7;
}
.one_project {
    position: relative;
    float: left;
    padding: 30px 10px;
    color: #000;
    text-decoration: none;
}
@media (min-width: 1800px) {
    .one_project {
        width: 20%;
    }
}
@media (max-width: 1799px) and (min-width: 1300px) {
    .one_project {
        width: 25%;
    }
}
@media (max-width: 1299px) and (min-width: 900px) {
    .one_project {
        width: 33%;
    }
}
@media (max-width: 899px) {
    .one_project {
        width: 50%;
    }
}
.one_project:hover {
    cursor: pointer;
}
.one_project img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}
.one_project-title {
    font-size: 18px;
    margin: 10px 0 5px 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.one_project-size, .one_project-count {
    color: #777b83;
    text-align: left;
}
.one_project span {
    display: inline-block;
    width: 180px;
}

.text-edit-panel {
    position: absolute;
    right: 35px;
    top: 25px;
    width: 260px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 9px 0 rgba(1,1,1,.41);
    border-radius: 8px / 13px;
    z-index: 20;
}
.text-edit-panel textarea {
    display: block;
    width: 100%;
    height: 55px;
    padding: 5px;
    resize: none;
    border: 1px solid #e5e9ed;
    border-radius: 8px / 13px;
    margin-bottom: 20px;
    outline: none;
}
.text-save {
    display: inline-block;
    width: 105px;
    height: 28px;
    border-radius: 14px;
    background-color: #fde000;
    box-shadow: 0 1px 0 rgba(223,196,0, 0.68);
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #384048;
    font-weight: 600;
    margin-left: 3px;
}
.text-cancel {
    display: inline-block;
    width: 105px;
    height: 28px;
    border-radius: 14px;
    background-color: #e6e2e3;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #384048;
    font-weight: 600;
}
.text-edit-panel a:hover {
    opacity: 0.8;
}

.bl-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
}
.bl-preloader svg {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

.c-dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
    background: #f1f1f1;
}
.c-dropdown__list {
    margin: 2px 0 0 0;
    list-style: none;
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #f1f1f1;
    transition: opacity .25s linear, top .25s linear;
}
.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 9;
}
.c-dropdown__item {
    padding: 6px 45px 6px 12px;
    min-height: 32px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: #434A54;
    border-top: 1px solid #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .25s linear;
}
.c-dropdown__item:hover {
    background-color: #E6E9ED;
}
.c-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c-button:hover, .c-button:focus {
    outline: none;
    text-decoration: none;
}
.c-button:not(:disabled) {
    cursor: pointer;
}
.c-button--dropdown {
    padding: 4px 54px 4px 20px;
    height: 28px;
    background-color: #f1f1f1;
    color: #362c27;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 3px;
    transition: background-color .2s linear;
    width: 100px;
    text-align: center;
}
.c-button--dropdown:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 28px;
    background: #f1f1f1;
    border-left: 3px solid #fff;
}

.c-button--dropdown:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 9px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: rgba(145, 145, 145, 0.45);
}
.text-edit-panel-title {
    width: 50%;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 0;
    margin-bottom: 15px;
}
.text-edit-panel-param {
    width: 50%;
    float: left;
    text-align: right;
    margin-bottom: 15px;
}

.projects-pagination {
    margin: 0 20px 40px 20px;
}
.projects-pagination li {
    display: block;
    float: left;
}
.projects-pagination a, .projects-pagination span {
    display: block;
    padding: 5px 12px;
    background: #fff;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-left: -1px
}
.projects-pagination a {
    color: #1a7eeb;
}
.projects-pagination a:hover {
    background: rgba(26, 126, 235, 0.8);
    color: #fff
}
.projects-pagination .active a {
    background: #1a7eeb;
    color: #fff;
}
.projects-pagination li:first-child a,.projects-pagination li:first-child span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.projects-pagination li:last-child a,.projects-pagination li:last-child span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}


/* popup */
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 6500;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: visibility 0s ease .25s,
        opacity .25s ease,
        width 0s ease .25s,
        height 0s ease .25s,
        -webkit-transform 0s ease .25s;
    transition: visibility 0s ease .25s,
        opacity .25s ease,
        width 0s ease .25s,
        height 0s ease .25s,
        -webkit-transform 0s ease .25s;
    -o-transition: visibility 0s ease .25s,
        transform 0s ease .25s,
        opacity .25s ease,
        width 0s ease .25s,
        height 0s ease .25s;
    transition: visibility 0s ease .25s,
        transform 0s ease .25s,
        opacity .25s ease,
        width 0s ease .25s,
        height 0s ease .25s;
    transition: visibility 0s ease .25s,
        transform 0s ease .25s,
        opacity .25s ease,
        width 0s ease .25s,
        height 0s ease .25s,
        -webkit-transform 0s ease .25s;
    /* opened popup */
}
.popup:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.popup__box {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    padding: 20px;
    width: 545px;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: opacity .25s ease,
        -webkit-transform .25s ease;
    transition: opacity .25s ease,
        -webkit-transform .25s ease;
    -o-transition: transform .25s ease,
        opacity .25s ease;
    transition: transform .25s ease,
        opacity .25s ease;
    transition: transform .25s ease,
        opacity .25s ease,
        -webkit-transform .25s ease;
}
.popup__body {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f8f6f6;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: padding .2s ease;
    -o-transition: padding .2s ease;
    transition: padding .2s ease;
    border-radius: 9px / 7px;
    background-color: #fff;
    box-shadow: 0 4px 9px 0 rgba(1,1,1,.41);
}
.popup__title {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: center;
    text-transform: uppercase;
}
.popup__content {
    margin-top: 20px;
}
.popup__close {
    position: absolute;
    top: -14px;
    right: -14px;
    cursor: pointer;
    transition: opacity .25s ease;
}
.popup_show {
    opacity: 1 !important;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .25s ease,
        -webkit-transform 0s ease;
    transition: opacity .25s ease,
        -webkit-transform 0s ease;
    -o-transition: transform 0s ease,
        opacity .25s ease;
    transition: transform 0s ease,
        opacity .25s ease;
    transition: transform 0s ease,
        opacity .25s ease,
        -webkit-transform 0s ease;
}
.popup_show .popup__box {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 640px) {
    .popup__box {
        width: 100%;
    }
}
.iconn_close-big {
    width: 28px;
    height: 28px;
    fill: #373d41;
}
.iconn {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 56px;
    fill: #333;
}
.close {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 28px;
    height: 27px;
    background: url(../img/close.png) no-repeat;
}
.overlayed {
    overflow: hidden;
}

.one_project:hover .my-projects__item-close {
    display: block;
}
.my-projects__item-close {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 28px;
    height: 27px;
    overflow: hidden;
    background: url(../img/close.png) no-repeat;
    display: none;
    z-index: 3;
}
.btn-popup-ok {
    display: inline-block;
    border-radius: 19px;
    box-shadow: 0 1px 0 rgba(223,196,0,.68);
    background-image: linear-gradient(#fde000 0%, #ffe638 100%);
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 10px;
    color: #000;
    min-width: 120px;
}
.btn-popup-ok:hover {
    opacity: 0.8;
}
.btn-popup-close {
    display: inline-block;
    border-radius: 19px;
    box-shadow: 0 1px 0 rgba(212, 212, 212, 0.68);
    background-image: linear-gradient(#ebebeb 0%, #dddddd 100%);
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 10px;
    color: #000;
    min-width: 120px;
}
.btn-popup-close:hover {
    opacity: 0.8;
}
.modal-input {
    width: 100%;
    border: 1px solid #fde000;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    outline: none;
}
.modal-input:focus {
    box-shadow: 0px 0px 3px 0px rgba(223,196,0,.68);
}
.empty-input {
    border: 1px solid #eb0d0d !important;
}
.account {
    text-align: center;
    padding: 70px 30px;
}
.account-row {
    display: inline-block;
    text-align: left;
}
.account-col {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    margin-right: 100px;
}
.user-image {
    display: inline-block;
    width: 160px;
    margin-top: 30px;
}
.acc-col-item {
    margin-bottom: 30px;
}
.acc-col-item label {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.acc-col-input {
    width: 100%;
    background: #e6e2e3;
    border: 0;
    border-radius: 5px;
    padding: 12px;
}


.list_desc {
    width: 100%;
    margin: 30px 0;
}
.list_desc th {
    font-size: 13px;
    padding: 15px 10px;
}
.list_desc td {
    text-align: center;
    padding: 5px 10px;
}
.list_desc-photo, .list_desc-number, .list_desc-price, .list_desc-sum {
    width: 180px;
}
.list_desc tr:nth-child(odd)  {
    background-color: #f8f8f8;
}
.list_desc tr:first-child {
    background-color: #e6e2e3;
}
.list_desc .list_desc-desc-td {
    width: 370px;
    text-align: left;
}
.list_desc .list_desc-summary {
    background-color: #fff;
    height: 50px;
    font-weight: 700;
}
.list_desc .list_desc-sum-td {
    text-align: right;
    padding-right: 50px;
}
.input-number-click {
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    background-color: transparent;
}
.input-number-click:hover, .input-number-click:focus {
    border: 1px solid #edaf36;
    outline: none;
}
.print {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 30px;
}
.print-image {
    text-align: left;
}
.print-image-item {
    position: relative;
    border: 1px solid #fff;
}
.print-image-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 27px;
    overflow: hidden;
    background: url(../img/close.png) no-repeat;
    z-index: 3;
    cursor: pointer;
}
.print-image-close:hover {
    opacity: 0.8;
}
.add-screenshot {
    margin-top: 40px;
}
.input-file {
    display: none;
}
.input-file + label {
    cursor: pointer;
    color: #464646;
    text-align: center;
    padding-top: 3px;
}
.input-file:focus + label {
    cursor: pointer;
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
/*
.input-file + label + * {
pointer-events:none;
}
*/
.btn-upload {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(223,196,0,.68);
    background: linear-gradient(#fde000 0%, #ffe638 100%);
    color: #464646;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    height: 43px;
    line-height: 38px;

}
.btn-upload:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/sprite.png);
    width: 17px;
    height: 17px;
    background-position: -53px 0px;
    margin-top: -2px;
    margin-left: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
#imageFileClear {
    display: none;
}

#windowModelError {
    position: absolute;
    right: 35px;
    top: 25px;
    width: 260px;
    padding: 20px;
    background-color: #fff3f3;
    box-shadow: 0 4px 9px 0 rgba(173, 57, 57, 0.41);
    border-radius: 8px;
    z-index: 20;
    color: #a70e0e;
}

.w-60 {
    width: 60%;
    float: left;
    text-align: left;
}
.w-40 {
    width: 40%;
    float: left;
    text-align: left;
}

@media print {
    .header-left-top, .a-right-bottom, .time-right-bottom {
        display: none;
    }
}



.tabs{
    margin-top: 10px;
    list-style: none;
    background: rgba(240, 240, 240, 0.6);
    border-radius: 5px;
    overflow: hidden;
}
.tabs span {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    width: 50%;
    margin-right: -4px;
    text-align: center;
}
.tabs .current{
    background: #e6e2e3;
    color: #222;
}
.tab-content{
    display: none;
    padding: 0 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tab-content.current{
    display: inherit;
}

.draggable-item {
    height: 83px;
}
