* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix {
    clear: both;
}
b, strong {
    font-weight: 700;
}
.sprite {
    background-image: url('../img/sprite.png');
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.sprite--f21 {
    background-position: -10px -10px;
    width: 25px;
    height: 25px;
}
.sprite--f211 {
    background-position: -55px -10px;
    width: 25px;
    height: 25px;
}
.sprite--f22 {
    background-position: -100px -10px;
    width: 25px;
    height: 25px;
}
.sprite--f222 {
    background-position: -145px -10px;
    width: 25px;
    height: 25px;
}
.sprite--f23 {
    background-position: -190px -10px;
    width: 25px;
    height: 25px;
}
.sprite--f233 {
    background-position: -235px -10px;
    width: 25px;
    height: 25px;
}
.sprite--delete-f1 {
    background-position: -280px -10px;
    width: 18px;
    height: 24px;
}
.sprite--icon-align-center {
    background-position: -318px -10px;
    width: 22px;
    height: 18px;
}
.sprite--icon-align-left {
    background-position: -360px -10px;
    width: 22px;
    height: 18px;
}
.sprite--icon-align-right {
    background-position: -402px -10px;
    width: 22px;
    height: 18px;
}
.sprite--icon-big--favorites {
    background-position: -444px -10px;
    width: 29px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -14.5px;
}
.sprite--icon-delete-setting {
    background-position: -493px -10px;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
}
.sprite--icon-favorites {
    background-position: -525px -10px;
    width: 15px;
    height: 14px;
    position: absolute;
    margin-top: 10px;
}
.sprite--icon-print {
    background-position: -117px 0px;
    width: 24px;
    height: 23px;
}
.menu__item:hover .sprite--icon-print {
    background-position: -117px -24px;
}
.sprite--icon-pic {
    background-position: -91px 0px;
    width: 25px;
    height: 23px;
}
.menu__item:hover .sprite--icon-pic {
    background-position: -91px -24px;
}
.sprite--icon-save {
    background-position: -69px 0px;
    width: 21px;
    height: 23px;
}
.menu__item:hover .sprite--icon-save {
    background-position: -69px -24px;
}
.sprite--icon-request {
    background-position: -47px 0px;
    width: 21px;
    height: 23px;
}
.menu__item:hover .sprite--icon-request {
    background-position: -47px -24px;
}
.sprite--icon-help {
    background-position: -23px 0px;
    width: 23px;
    height: 23px;
}
.menu__item:hover .sprite--icon-help {
    background-position: -23px -24px;
}
.sprite--icon-3d {
    background-position: -142px 0px;
    width: 31px;
    height: 23px;
}
.menu__item:hover .sprite--icon-3d {
    background-position: -142px -24px;
}
.sprite--icon-site {
    background-position: -174px 0px;
    width: 40px;
    height: 22px;
}
.menu__item:hover .sprite--icon-site {
    background-position: -174px -24px;
}
.sprite--icon-download {
    background-position: -215px 0px;
    width: 21px;
    height: 22px;
}
.menu__item:hover .sprite--icon-download {
    background-position: -215px -24px;
}
/*
.sprite--icon-plus {
background-position: -745px -10px;
width: 22px;
height: 22px;
position: absolute;
top: 50%;
margin-top: -11px;
left: 50%;
margin-left: -11px;
}
*/
/*
.sprite--icon-searh {
background-position: -787px -10px;
width: 21px;
height: 21px;
}
*/
.ac-container {
    width: 100%;
    height: calc(100% - 260px);
    overflow-y: auto;
    text-align: left;
}
.ac-container .check-acc {
    padding: 10px 0 10px 10px;
    display: block;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    background: #ffffff;
    border-top: 2px solid #e5e5e5;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.ac-container .ac-block:first-child .check-acc {
    border-top: 0;
}
.ac-container .ac-block:last-child .check-acc {
    border-bottom: 2px solid #e5e5e5;
}
.ac-container .check-acc:hover {
    background: rgba(65, 120, 177, 0.1);
}
.ac-container .check-acc.active {
    background: #1a4bc8;
    color: #fff;
    border-radius: 9px;
}
.ac-container .ac-content {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
}
.check-acc.active ~ .ac-content {
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 15px;
}
.ac-content .check-acc {
    font-size: 16px;
}
.ac-container .check-acc-inner {
    padding: 8px 0;
    display: block;
    cursor: pointer;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    background: #ffffff;
    border-top: 1px solid #f5f5f5;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.ac-container .ac-content .ac-block:first-child .check-acc-inner {
    border-top: 0;
    margin-top: 1px;
}
.ac-container .check-acc-inner.active {
    color: #be1f2e;
}
.scroll-pane-1 {
    height: calc(50% - 10px);
    margin-bottom: 10px;
}
.scroll-pane-2 {
    height: 50%;
}
/* 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: 0;
    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;
}
.popup__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}
.popup__content {
    margin-top: 20px;
}
.popup__close {
    position: absolute;
    top: 17px;
    right: 10px;
    cursor: pointer;
    transition: opacity .25s ease;
}
.popup__close:hover {
    opacity: 0.6;
    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%;
    }
}
@media screen and (max-width: 480px) {
    .popup__body {
        padding: 17px 20px 20px;
    }
    .popup__title {
        font-size: 24px;
        line-height: 28px;
    }
    .popup__close {
        top: 8px;
        right: 8px;
    }
}
@media screen and (max-width: 350px) {
    .popup__body {
        padding: 10px 10px 10px;
    }
    .popup__title {
        font-size: 22px;
        line-height: 26px;
    }
    .popup__close {
        top: 6px;
        right: 6px;
    }
}
.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: 34px;
    height: 34px;
}
.close-span {
    width: 22px;
    height: 2px;
    background: #969493;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.close-span--first {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-span--last {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.overlayed {
    overflow: hidden;
}
body, html {
    height: 100vh;
    min-height: 630px;
}
body {
    position: relative;
    color: #2d2926;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    background-color: #fff;
    line-height: 1.4;
    overflow-y: auto;
    min-width: 1260px;
}
.wrapper {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.wrapper--project {
    overflow: visible;
    background: #f6f9fb;
    min-height: 100%;
}
.arrow-link__item {
    height: 17px;
    width: 17px;
    border-bottom: 3px solid #133895;
    border-left: 3px solid #133895;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px;
    margin-top: 25px;
    position: absolute;
    left: 30px;
    top: 0;
}
.arrow-link__item:hover {
    opacity: 0.8;
}
.logo {
    float: left;
    margin: 18px 50px 0 25px;
}
.header {
    height: 70px;
    padding: 0 30px;
    z-index: 5;
    border-bottom: 2px solid #e5e5e5;
    position: absolute;
    background: #fff;
    width: 100%;
}
.link {
    color: #000000;
    text-decoration: none;
}
.link--phone {
    font-size: 20px;
    display: block;
    letter-spacing: 2px;
}
.link--phone:hover {
    text-decoration: underline;
}
.menu__left {
    float: left;
    color: #283c8f;
}
.menu__avatar {
    background: url("../img/sprite-old.png");
    width: 22px;
    height: 23px;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}
.menu__list {
    text-align: right;
    margin-right: 194px;
    color: #283c8f;
}
.menu__item {
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
    padding: 0 22px;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.menu__item:hover {
    cursor: pointer;
    color: #a32431;
}
.menu__item a {
    color: #283c8f;
    text-decoration: none;
}
.menu__granica {
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #cccccc;
}
.menu__enter {
    margin: 0 10px;
}
.menu__enter:hover {
    cursor: pointer;
    text-decoration: underline;
}
.menu__registr {
    margin: 0 10px;
}
.menu__registr:hover {
    cursor: pointer;
    text-decoration: underline;
}
.menu__item-no {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.main {
    position: relative;
    background: #ffffff;
    height: calc(100% - 32px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 70px 0 0 0;
}
.main.left-open {
    margin-left: 355px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.main.right-open {
    margin-right: 330px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.main.left-open {
    margin-left: 356px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.top {
    height: 32px;
    padding: 2px 30px 0 30px;
    background: #f6f9fb;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
    position: absolute;
    width: 100%;
    top: 70px;
    z-index: 1;
    padding-right: 350px;
}
.top.active {
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
    padding-left: 380px;
}

.footer {
    height: 32px;
    padding: 3px 30px 0 30px;
    background: #f6f9fb;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
    position: absolute;
    width: 100%;
    margin-top: -32px;
    bottom: 0;
    padding-right: 350px;
}
.footer.active {
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
    padding-left: 380px;
}
.footer-big-input {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
    background-color: #f6f9fb;
    border: 0;
    color: #283c8f;
    font-size: 14px;
    text-align: center;
    outline: none;
    border-radius: 5px;
}
.footer-big-input:focus {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(140, 140, 140, 0.5);
    box-shadow: 0px 0px 1px 0px rgba(140, 140, 140, 0.5);
}
.view {
    display: table-cell;
    font-size: 0;
    padding-right: 35px;
}
.view__item {
    margin-left: 1px;
    display: inline-block;
    background: #2d5b8b;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    margin-top: 10px;
    border-radius: 3px;
}
.view__item.active {
    background: #ffae00;
    pointer-events: none;
}
.view__item:first-child.active .sprite {
    background-position: -55px -10px;
}
.view__item:nth-child(2).active .sprite {
    background-position: -145px -10px;
}
.view__item:nth-child(3).active .sprite {
    background-position: -235px -10px;
}
.view__item:hover {
    cursor: pointer;
    opacity: 0.8;
}
.left-window {
    position: absolute;
    top: 0px;
    width: 356px;
    left: -356px;
    height: 100%;
    margin-top: 70px;
    -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%);
}
.display-box {
    display: inline-block;
    padding: 0 5px;
    padding-top: 2px;
    width: 45px;
    height: 25px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    font-weight: bold;
    outline: none;
}
.right-window {
    position: absolute;
    top: 0px;
    width: 330px;
    right: -330px;
    height: 100%;
    margin-top: 70px;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .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: 20px 20px 0 20px;
}
.right-window__result {
    text-align: center;
    padding: 15px 0;
    font-size: 34px;
    font-weight: 700;
    color: #4686f4;
}
.right-window__name {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.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;
}
.right-window-part {
    position: relative;
    width: 34%;
    margin: 0 7%;
    display: inline-block;
}
.right-window-part__title {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.input-number-box {
    position: relative;
}
.input-number {
    margin: 0 15px;
    border: 0;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    outline: none;
    width: calc(100% - 30px);
    text-align: center;
}
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'] {
    background-color: #fff;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.input-number-decrement {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #283c8f;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;      

}
.input-number-increment {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #283c8f;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;      

}
.input-number-decrement:hover, .input-number-increment:hover {
    opacity: 0.8;
}
.size-block {
    background: #fafafa;
    margin: 15px -20px;
    padding-top: 20px;
}
input[type='number'].input-number {
    background-color: transparent;
}

.acordion-item {
    display: none;
    width: 50%;
    float: left;
    height: 160px;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-top: -1px;
    position: relative;
    text-align: center;
    padding-top: 10px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;   
}
.acordion-item:nth-child(2n) {
    border-right: 1px solid #e2e2e2;
}
.acordion-item img {
    max-width: 100%;
    height: 100px;
}
.acordion-item:hover:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: 0;
    background: rgba(40, 60, 143, 0.2);
}
.acordion-item:hover:after {
    content: attr(data-title);
    position: absolute;
    width: 100%;
    height: auto;
    font-size: 12px;
    text-align: center;
    color: #fff;
    bottom: 25px;
    left: 0;
}
.acordion-item:hover .acordion-select {
    display: block;
}
.acordion-select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.acordion-item:last-child {
    border-right: 1px solid #e2e2e2;
}
.acordion-item.w-100 {
    width: 100%;
}
.acordion-select__favorites {
    position: absolute;
    left: 20px;
    top: 25px;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.acordion-select__favorites:hover {
    cursor: pointer;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.acordion-select__plus {
    position: absolute;
    top: 25px;
    right: 20px;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.acordion-select__plus:hover {
    cursor: pointer;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.favorites-name {
    padding-left: 25px;
}
.scroll-pane {
    width: 100%;
    overflow: auto;
    outline: none;
}
.horizontal-only {
    height: 82%;
}
.jspTrack {
    background: #e5e5e5;
    border-radius: 10px;
}
.jspDrag {
    background: #283c8f;
    border-radius: 10px;
}
.jspVerticalBar {
    width: 6px;
    border-radius: 10px;
    background: transparent;
    right: 1px;
}
.jspHorizontalBar {
    display: none;
}
.search-input {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #283c8f;
    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: #122a83 center center no-repeat url('../img/icon-search.png');
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    cursor: pointer;
}
.btn-search:hover {
    background-color: rgba(18, 42, 131, 0.8);
}
.btn-search:active {
    background-color: rgba(18, 42, 131, 0.9);
}
.slider-wrapper {
    height: 35px;
}
.form-textbox {
    position: relative;
    margin: 20px 0;
    width: 100%;
    float: left;
}
.form-textbox-big {
    width: 320px;
}
.ui-slider-horizontal {
    height: 4px;
    background-color: #ffae00;
    border: none;
}
.ui-slider-horizontal .ui-slider-handle,
.ui-slider-handle:focus {
    outline: none;
    margin-left: 0;
    background-color: #0c54a0;
    border-radius: 3px;
    cursor: move;
    height: 19px;
    left: 0;
    top: -8px;
    position: absolute;
    width: 10px;
    -webkit-box-shadow: 0 0 1px 3px #ffffff;
    box-shadow: 0 0 1px 3px #ffffff;
}
.ui-slider {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
.ui-slider:last-child {
    margin-bottom: 0px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none;
    background: #0c54a0;
    font-weight: normal;
    color: #fff;
}
.range-min {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 10px;
}
.range-max {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 10px;
}
.label-for-input-size {
    height: 28px;
    width: 42px;
    border: 1px solid #3872ae;
    background: transparent;
    color: #3872ae;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 17px;
    cursor: pointer;
}
.label-for-input {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 5px;
    margin-bottom: 2px;
    position: relative;
    left: 0;
    bottom: 1px;
    background: #656565;
    cursor: pointer;
}
.label-for-input:hover {
    opacity: 0.9;
}
.label-for-input:nth-of-type(1) {
    background: #656565;
}
.label-for-input:nth-of-type(2) {
    background: #aaa9ab;
}
.label-for-input:nth-of-type(3) {
    background: #734c28;
}
.label-for-input:nth-of-type(4) {
    background: #bb905c;
}
.label-for-input:nth-of-type(5) {
    background: #0068b5;
}
.label-for-input:nth-of-type(6) {
    background: #23aae1;
}
.label-for-input:nth-of-type(7) {
    background: #5a7953;
}
.label-for-input:nth-of-type(8) {
    background: #8dc63f;
}
.label-for-input:nth-of-type(9) {
    background: #a5688d;
}
.label-for-input:nth-of-type(10) {
    background: #f491ac;
}
.label-for-input:nth-of-type(11) {
    background: #f05526;
}
.label-for-input:nth-of-type(12) {
    background: #fdb414;
}
.label-for-input:nth-of-type(13) {
    background: #f8f381;
}
.label-for-input:nth-of-type(14) {
    background: #ffffff;
}
.checbox-item {
    display: none;
}
.checbox-item:checked + .label-for-input-size {
    color: #fff;
    background: #3872ae;
}
.checbox-item:checked + .label-for-input:after {
    content: "";
    text-align: center;
    line-height: 18px;
    width: 5px;
    height: 8px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: -4px;
    left: 50%;
}
.checbox-item:checked + .label-for-input:nth-of-type(14):after {
    border-bottom: 3px solid #656565;
    border-right: 3px solid #656565;
}
.form-checkbox-item {
    display: inline-block;
}
@media (min-height: 751px) {
    .form-area {
        padding: 10px 0;
    }
}
.surface {
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    padding: 20px 0;
}
.surface__name {
    text-align: center;
    padding-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}
.surface__list {
    max-width: 270px;
    padding: 10px 10px 0 15px;
    background-color: #e7e7e8;
    border-radius: 20px;
    margin: 0 auto;
}
.form-btn {
    display: inline-block;
    padding-right: 10px;
    position: relative;
}
.form-btn:last-of-type {
    margin: 0;
}
.checkbox-group {
    padding: 20px 20px 10px 20px;
    margin: 0 -20px;
}
.checbox-item:checked + .label-checkbox:after {
    content: "";
    text-align: center;
    line-height: 18px;
    width: 5px;
    height: 8px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: -4px;
    left: 50%;
}
.label-checkbox {
    padding-left: 35px;
    position: relative;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
.label-checkbox:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: transparent;
    border: 2px solid #4686f4;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    cursor: pointer;
}
.checbox-item:checked + .label-checkbox:after {
    width: 4px;
    height: 7px;
    background: #fff;
    border-bottom: 4px solid #4686f4;
    border-right: 4px solid #4686f4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 12px;
    cursor: pointer;
}
.menu-avtoriz {
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
    color: #283c8f;
}
.menu-avtoriz:hover {
    cursor: pointer;
}
.menu-avtoriz:hover .menu-avtoriz__list {
    display: block;
}
.menu-avtoriz--no-avtoriz {
    font-size: 14px;
    margin-top: 15px;
    padding: 0 20px;
    background: #fff;
    color: #283c8f;
}
.menu-avtoriz--no-avtoriz:hover {
    cursor: default;
}
.menu-avtoriz--no-avtoriz:hover:after {
    content: none;
}
.menu-avtoriz__list {
    position: relative;
    width: 185px;
    padding: 15px 20px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #000;
    background: #fff;
    display: none;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(19,17,15,.37);
}
.menu-avtoriz__list:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #fff transparent;
    right: 10px;
}
.menu-avtoriz__link {
    color: #000;
    text-decoration: none;
}
.menu-avtoriz__link:hover {
    text-decoration: underline;
}
.menu-avtoriz__item {
    padding-bottom: 10px;
    display: block;
}
.menu-avtoriz__login {
    padding: 0 23px;
    width: 180px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.menu-avtoriz__avatar {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icon-avatar.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
}
.menu-avtoriz__arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #4c4c4c;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 51px;
    right: 37px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 9;
}
.my-projects {
    padding: 110px 0 30px 35px;
    padding-top: 110px;
    background: #f6f9fb;
    display: block;
}
.my-projects__params {
    font-size: 13px;
    font-weight: 300;
}
.my-projects__item {
    overflow: hidden;
    width: 20%;
    padding-right: 35px;
    padding-bottom: 25px;
    position: relative;
    float: left;
}
.my-projects__links {
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.my-projects__links:hover {
    text-decoration: none;
}
.my-projects__img {
    overflow: hidden;
    width: 100%;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
}
.my-projects__container {
    width: 100%;
    padding: 10px 0;
}
.my-projects__name {
    font-size: 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.my-projects__size-params {
    float: right;
}
.last-item {
    height: 120px;
    background: center center url(../img/add-project.jpg);
    background-size: cover;
    font-size: 18px;
    position: relative;
}
.last-item:hover {
    opacity: 0.8;
}
.last-item__plus .line {
    width: 94px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -47px;
    margin-top: -13px;
    background: #122a83;
    border-radius: 13px;
}
.last-item__plus .line:last-child {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.last-item__name {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 15px;
}
@media (max-width: 1770px) and (min-width: 1520px) {
    .name-page {
        display: none;
    }
}
@media (max-width: 1521px) and (min-width: 320px) {
    .name-page {
        display: none;
    }
    .contacts {
        display: none;
    }
}




.tab-group {
    list-style: none;
    padding: 0;
}
.tab-group:after {
    content: "";
    display: table;
    clear: both;
}
.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: #f0f0f0;
    color: #000;
    font-size: 16px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.tab-group li a:hover {
    opacity: 0.8;
}
.tab-group .active a {
    background: #fff;
    font-weight: 700;
    box-shadow: 0px -5px 0px #283c8f;
    border-radius: 3px 3px 0 0 !important;
}
.tab-content {
    background: #fff;
    border-radius: 0 0 3px 3px;
}
.tab-content > div:last-child {
    display: none;
}
.tab-content-inner {
    padding: 25px;
    box-sizing: border-box;
}
.tab-group li:nth-child(1) a {
    border-radius: 3px 0 0 0;
}
.tab-group li:nth-child(2) a {
    border-radius: 0 3px 0 0;
}
.my-projects__item:hover .my-projects__links-div:after {
    content: "";    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(246, 249, 251, 0.6);
    z-index: 2;
}
.my-projects__item-close {
    position: absolute;
    top: 10px;
    right: 45px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border: 3px solid #283c8f;
    border-radius: 5px;
    display: none;
    z-index: 3;
}
.my-projects__item-close::before, .my-projects__item-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #283c8f;
    height: 4px;
    margin-top: -2px;
    border-radius: 2px;
}
.my-projects__item-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.my-projects__item-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.my-projects__item:hover .my-projects__item-close {
    display: block;
}
.delete-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 330px;
    height: 32px;
    z-index: 4;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    color: #a32431;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding-top: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.delete-container:hover {
    background-color: #e2e2e2;
}
.delete-container span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
.delete-container:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 19px;
    background: url(../img/icon-clear.png) no-repeat;
    margin-left: 15px;
}
.add-object {
    padding: 20px 10px;
    margin: 0 -20px;
}
.add-object__name {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.add-object__list {
    text-align: center;
}
.checbox-object {
    display: none;
}
.label-for-object {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 31px;
    margin: 0 4px 15px 4px;
    position: relative;
    left: 0;
    bottom: 1px;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #133895;
}
.checbox-object:checked + .label-for-object {
    background: #283c8f;
    border: 1px solid #283c8f;
}
.label-for-object:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/sprite-btn.png);
}
.object-1:after {
    width: 24px;
    height: 13px;
    margin-left: -12px;
    margin-top: -7px;
    background-position: -153px -4px;
}
.checbox-object:checked + .object-1:after {
    background-position: -153px -21px;
}
.object-2:after {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -11px;
    background-position: -113px 0px;
}
.checbox-object:checked + .object-2:after {
    background-position: -113px -21px;
}
.object-3:after {
    width: 33px;
    height: 16px;
    margin-left: -15px;
    margin-top: -10px;
    background-position: -197px 0px;
}
.checbox-object:checked + .object-3:after {
    background-position: -197px -21px;
}
.object-5:after {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -9px;
    background-position: -255px -2px;
}
.checbox-object:checked + .object-5:after {
    background-position: -255px -22px;
}
.object-6:after {
    width: 11px;
    height: 16px;
    margin-left: -6px;
    margin-top: -9px;
    background: url("../img/text.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.checbox-object:checked + .object-6:after {
    background: url("../img/text_active.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.object-7:after {
    width: 23px;
    height: 16px;
    margin-left: -10px;
    margin-top: -9px;
    background: url("../img/lineika.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.checbox-object:checked + .object-7:after {
    background: url("../img/lineika_active.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.object-8:after {
    width: 18px;
    height: 18px;
    margin-left: -8px;
    margin-top: -9px;
    background-position: -65px -2px;
}
.checbox-object:checked + .object-8:after {
    background-position: -65px -22px;
}
.object-9:after {
    width: 35px;
    height: 16px;
    margin-left: -15px;
    margin-top: -9px;
    background: url("../img/square.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.checbox-object:checked + .object-9:after {
    background: url("../img/square_active.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.object-10:after {
    width: 29px;
    height: 16px;
    margin-left: -13px;
    margin-top: -8px;
    background: url("../img/text_ye.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.checbox-object:checked + .object-10:after {
    background: url("../img/text_ye_active.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.object-11:after {
    width: 37px;
    height: 18px;
    margin-left: -18px;
    margin-top: -10px;
    background: url("../img/circle.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.checbox-object:checked + .object-11:after {
    background: url("../img/circle_active.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.for-tooltip {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.for-tooltip::before,
.for-tooltip::after {
    position: absolute;
    display: none;
}
.for-tooltip::before {
    content: attr(data-tooltip);
    background-color: #f9f9f9;
    box-shadow: 0 5px 5px rgba(19,17,15,.1);
    color: #000;
    font-size: 10px;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
}
.for-tooltip::after {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    content: '';
}
.for-tooltip:hover::before,
.for-tooltip:hover::after {
    display: block;
}
.for-tooltip::before {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 10px;
}
.for-tooltip::after {
    border-top-color: #fafafa;
    border-bottom: none;
    bottom: 100%;
    left: 20px;
    margin-bottom: 4px;
}


.ac-block .ac-block {
    padding-left: 20px;
}
.acordion-product-name {
    font-size: 14px;
    font-weight: 300;
}
.form-area__name {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}
.form-area__inner {
    margin: 0 -20px;
    padding: 10px 20px;
}
.form-area__list {
    max-width: 270px;
    border: 1px solid #1a4bc8;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 auto;
}
.form-area__item {
    position: relative;
    padding: 7px 14px;
    cursor: pointer;
    height: 36px;
}
.form-area__item:first-child {
    background-color: #1a4bc8;
    color: #fff;
    border-radius: 4px;
}
.form-area__item:nth-child(n+2) {
    display: none;
}
.open .form-area__item:nth-child(n+2) {
    display: block;
}
.form-area__item:hover {
    background-color: #1a4bc8;
    color: #fff;
    border-radius: 4px;
}
.form-area__item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background: url(../img/sprite-btn.png);
}
.form-area__item:first-child:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 9;
}
.form-area__rectangle:before {
    width: 24px;
    height: 14px;
    background-position: -354px -4px;
}
.form-area__rectangle:first-child:before, .form-area__rectangle:hover:before {
    background-position: -354px -24px;
}
.form-area__circle:before {
    width: 21px;
    height: 21px;
    background-position: -333px 0;
    margin-left: 2px;
}
.form-area__circle:first-child:before, .form-area__circle:hover:before {
    background-position: -333px -20px;
}
.form-area__any:before {
    width: 26px;
    height: 21px;
    background-position: -307px 0;
}
.form-area__any:first-child:before, .form-area__any:hover:before {
    background-position: -307px -20px;
}
.modal-radius {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(19,17,15,.37);
    padding: 10px 15px;
    width: 210px;
    border-radius: 5px;
}
.input-radius-wrap {
    position: relative;
    margin: 10px 0;
}
.input-radius-wrap:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 20px;
    height: 21px;
    background: url(../img/icon-radius.png);
}
.input-radius {
    width: 100%;
    padding: 6px 10px 6px 35px;
    border: 1px solid #4686f4;
    border-radius: 5px;
    outline: none;
}
.modal-radius:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 100%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #fff transparent;
}
.modal-radius .label-checkbox {
    padding-left: 30px;
    margin-bottom: 0;
}
.modal-settings {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(19,17,15,.37);
    padding: 10px 0;
    width: 240px;
    border-radius: 5px;
}
.level-btn {
    position: relative;
    padding: 12px 20px;
    cursor: pointer;
}
.level-btn:hover {
    background-color: #283c8f;
    color: #fff;
}
.level-btn:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    z-index: 1;
    border-width: 11px;
    border-style: solid;
    border-color: transparent;
    margin-right: 10px;
}
.level-up:before {
    border-bottom-color: #283c8f;
}
.level-down:before {
    border-top-color: #283c8f;
    vertical-align: middle;
    margin-top: 5px;
}
.level-btn.level-up:hover:before {
    border-bottom-color: #fff;
}
.level-btn.level-down:hover:before {
    border-top-color: #fff;
}
.color-figure {
    position: relative;
    padding: 12px 20px;
    cursor: pointer;
}
.color-figure span {
    display: inline-block;
    vertical-align: middle;
}
.color-figure__btn {
    border: 2px solid #82adf6;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.color-scheme {
    position: absolute;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    top: 50%;
    margin-top: -40px;
}
.color-scheme .surface__list {
    max-width: 275px;
    box-shadow: 0 5px 5px rgba(19,17,15,.37);
}
.checbox-item-dop {
    display: none;
}
.checbox-item-dop:checked + .label-for-input-size {
    color: #fff;
    background: #3872ae;
}
.checbox-item-dop:checked + .label-for-input:after {
    content: "";
    text-align: center;
    line-height: 18px;
    width: 5px;
    height: 8px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: -4px;
    left: 50%;
}
.checbox-item-dop:checked + .label-for-input:nth-of-type(14):after {
    border-bottom: 3px solid #656565;
    border-right: 3px solid #656565;
}
.remove-figure {
    background: #df443e;
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
    margin: 10px 20px;
    cursor: pointer;
}
.remove-figure: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: 7000;
}
.bl-preloader svg {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
}
.modal-del {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    padding: 25px 20px 20px;
    box-shadow: 0 5px 5px rgba(19,17,15,.37);
    border-radius: 5px;
    background-color: #fff;
}
.modal-del-all__btn {
    margin-top: 15px;
}
.modal-del-button {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 10px;
}
.modal-del-button:hover {
    opacity: 0.8;
}
.modal-del-button-yes {
    float: right;
    background-color: #be0012;
}
.modal-del-button-no {
    float: left;
    background-color: #ccd1d9;
}

@media (max-width: 1599px) {
    .acordion-item {
        width: 100%;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
    }
    .right-window__result {
        font-size: 30px;
    }
    .label-for-object {
        margin-right: 8px;
        margin-bottom: 10px;
    }
    .surface__list {
        padding: 10px 5px 0 5px;
    }
    .delete-container {
        width: 230px;
    }
    .menu__item {
        font-size: 11px;
        padding: 0 13px;
    }
    .menu-avtoriz {
        width: 150px;
        padding: 0 5px;
    }
    .menu-avtoriz--no-avtoriz {
        font-size: 11px;
    }
    .menu__list {
        margin-right: 124px;
    }
    .menu-avtoriz__login {
        padding: 0 10px;
        width: 130px;
    }
    .menu-avtoriz__arrow {
        right: 15px;
    }
    .menu-avtoriz__list {
        width: 140px;
    }
    .menu-avtoriz__list:before {
        right: 7px;
    }
    .right-window {
        padding-top: 20px;
    }
    .form-area__inner {
        padding: 10px 20px;
    }
    .right-window__result {
        padding: 20px 0;
    }
    .acordion-product-name {
        font-size: 14px;
        line-height: 17px;
    }
    .menu-avtoriz__list {
        padding: 15px 15px 5px 15px;
    }

}

.form-info {
    font-size: 16px;
    margin-bottom: 20px;
}
.tab-content-inner label {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.tab-content-inner input {
    width: 100%;
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid #4686f4;
    border-radius: 5px;
    outline: none;
}
.tab-content-inner textarea {
    width: 100%;
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid #4686f4;
    border-radius: 5px;
    outline: none;
    height: 100px;
}
.tab-content-inner input[type="checkbox"] {
    width: auto;
    float: left;
}
.tab-content-inner input[type="submit"], .tab-content-inner input[type="button"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #283c8f;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.tab-content-inner input[type="submit"]:hover {
    opacity: 0.8;
}
.link-pass-recovery {
    color: #4686f4;
    font-size: 15px;
}
.link-pass-recovery:hover {
    text-decoration: none;
}
.form-group {
    margin-bottom: 20px;
}
.form-control-feedback {
    color: #dc1111;
}
.has-error input {
    border: 1px solid #dc1111;
}
.action-pages {
    padding: 110px 0 30px 35px;
    max-width: 1000px;
}
.action-pages h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}
.action-pages-form {
    max-width: 300px;
}
.action-pages-form label {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.action-pages-form input {
    width: 100%;
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid #4686f4;
    border-radius: 5px;
    outline: none;
}
.action-pages-form input[type="submit"] {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #283c8f;
    color: #fff;
    cursor: pointer;
}
.action-pages-form button[type="submit"] {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #283c8f;
    color: #fff;
    cursor: pointer;
}
.action-pages-form button[type="submit"]:hover {
    opacity: 0.8;
}
.has-error input {
    border: 1px solid #dc1111;
}
.has-error .help-block {
    color: #dc1111;
}
.action-pages-form input[type="checkbox"] {
    float: left;
    width: auto;
    margin: 5px 10px 0 0;
}
.project_popup {
    width: 400px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.popup__title {
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px;
}
.tab-content-inner .save-group-btn  input[type="button"] {
    width: 48%;
    margin-left: 1%;
}
.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: #122a83;
}
.projects-pagination a:hover {
    background: rgba(18, 42, 131, 0.5);
    color: #fff
}
.projects-pagination .active a {
    background: #122a83;
    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
}
.search-result-title {
    margin-bottom: 30px;
}


.input-file {
    display: none;
}
.input-file + label {
    cursor: pointer;
    color: #4686f4;
    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;
    width: 56px;
    height: 31px;
    margin: 0 4px 2px 4px;
    position: relative;
    left: 0;
    bottom: 1px;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #133895;
}
.btn-upload:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/sprite-btn.png);
    width: 26px;
    height: 19px;
    margin-left: -13px;
    margin-top: -11px;
    background-position: -229px 0px;
}
.btn-upload-3d {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 31px;
    margin: 0 4px 2px 4px;
    position: relative;
    left: 0;
    bottom: 1px;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #133895;
}
.btn-upload-3d:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/sprite-btn.png);
    width: 28px;
    height: 19px;
    margin-left: -13px;
    margin-top: -11px;
    background-position: 0px 0px;
}
#print-form {
    position: absolute;
    z-index: -2;
    width: 0;
    height: 0;
    visibility: hidden;
}
.radius-button {
    background: url(../img/radius-btn-1.svg) no-repeat;
    background-size: cover;
}
.radius-button:hover, .radius-button.active {
    background: url(../img/radius-btn-2.svg) no-repeat;
}
.block-figure {
    background: #283c8f;
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
    margin: 10px 20px;
    cursor: pointer;
}
.remove-bg {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 31px;
    margin: 0 4px 2px 4px;
    position: relative;
    left: 0;
    bottom: 1px;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #133895;
}
.remove-bg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/sprite-btn.png);
    width: 29px;
    height: 19px;
    margin-left: -13px;
    margin-top: -11px;
    background-position: -379px 0px;
}

.scale-elem {
    background-size: cover;
}
.scale-diag {
    width: 12px;
    height: 12px;
    background-image: url(../img/scale-diag.png);
}
.scale-right {
    width: 14px;
    height: 14px;
    background-image: url(../img/scale-right.png);
}
.scale-down {
    width: 14px;
    height: 14px;
    background-image: url(../img/scale-down.png);
}
.open-pdf {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #283c8f;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}
.only-2d {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: rgba(255, 155, 142, 0.6);
    color: #525252;
    text-align: center;
}


@media (max-height: 750px) {
    .right-window {
        padding-top: 10px;
    }
    .form-area__inner {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .size-block {
        margin-bottom: 0;
    }
    .surface {
        padding: 15px 0;
    }
    .right-window__result {
        padding: 10px 0;
        font-size: 26px;
    }
    .surface__name {
        padding-bottom: 10px;
    }
}

@media (max-height: 750px) and (max-width: 1600px) {
    .right-window-part {
        width: 45%;
        margin: 0 2%;
    }
}

@media (max-width: 1290px) {
    .logo img {
        width: 400px;
        margin-top: 3px;
    }
}

#mode3d {
    width: 125px;
    height: 41px;
}
#mode3d.mode-2d {
    background: url(../img/2d.png) no-repeat;
}
#mode3d.mode-3d {
    background: url(../img/3d.png) no-repeat;
}

.link-xls {
    display: block;
    background: #283c8f;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
    margin-top: 15px;
}

.btn-site {
    background-color: #1a4bc8;
    color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 7px 14px;
    cursor: pointer;
    height: 36px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.btn-site:hover {
    background-color: #122a83;
}

.site-home {
    margin: 20px 0 0;
}