@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
    display: inline-block;
    vertical-align: middle;
    transition: none;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
    font-size: 16px;
    line-height: 1.38;
    color: #45484c;
    background: #e8eef7;
}
p {
    margin-bottom: 10px;
}
a {
    color: #1378bf;
    text-decoration: underline;
}
a:hover {
    color: #1897f2;
}
a.btn-dotted {
    text-decoration: none;
    border-bottom: 1px dotted;
    line-height: 1;
    display: inline-block;
}
a.btn-dotted.btn-dotted-edit {
    font-style: italic;
    color: #547199;
    font-size: 14px;
}
a.btn-dotted.btn-dotted-edit:hover {
    color: #6582aa;
}
a.btn-dotted.btn-dotted-del {
    font-style: italic;
    color: #e55c73;
    font-size: 14px;
}
a.btn-dotted.btn-dotted-del:hover {
    color: #f66d84;
}
h1,
.main-title {
    font-size: 38px;
    line-height: 40px;
    font-weight: 400;
    color: #292d33;
    margin-bottom: 30px;
    letter-spacing: -0.01em;
}
h2.main-title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.22;
}
h2,
h3,
h4,
.small-title,
.second-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.22;
}
h3,
h4,
.small-title {
    font-size: 30px;
}
h4 {
    font-weight: 400;
}
* + h2,
* + h3,
* + h4,
* + .small-title,
* + .second-title {
    margin-top: 40px;
}
ul,
ol {
    margin-bottom: 22px;
}
ul li,
ol li {
    margin-bottom: 8px;
    position: relative;
}
ul li:last-child,
ol li:last-child {
    margin-bottom: 0;
}
ol {
    counter-reset: li;
    list-style: none;
}
ol li {
    padding-left: 27px;
}
ol li:before {
    content: counter(li);
    counter-increment: li;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #1378bf;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
}
ul li {
    padding-left: 13px;
}
ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #1378bf;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
ul.ul-reset {
    margin-bottom: 0;
}
ul.ul-reset li {
    padding-left: 0;
}
ul.ul-reset li:before {
    display: none;
}
.article-pic {
    font-size: 14px;
    color: #737880;
    line-height: 1.2;
    margin-bottom: 18px;
}
.article-pic img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
blockquote,
.blockquote {
    display: block;
    padding-left: 18px;
    position: relative;
    margin-bottom: 22px;
}
blockquote p,
.blockquote p {
    margin-bottom: 10px;
}
blockquote p:last-child,
.blockquote p:last-child {
    margin-bottom: 0;
}
blockquote:before,
.blockquote:before {
    content: "";
    display: block;
    width: 1px;
    background: #999999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 30px;
    line-height: 1.25;
    max-width: 100%;
}
table th {
    vertical-align: middle;
    font-weight: 400;
    text-align: left;
    padding: 0 50px 10px 10px;
    border-bottom: 1px solid #dadee0;
}
table td {
    vertical-align: top;
    padding: 10px 50px 10px 10px;
    background: transparent;
}
table tr:nth-child(2n) td {
    background: #e1e7f0;
}
hr {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    background: #dadee0;
    clear: both;
    position: relative;
    overflow: hidden;
    border: none;
    outline: none;
}
.btn-title-block {
    position: relative;
    padding-right: 218px;
    margin-bottom: 20px;
}
.btn-title-block h1,
.btn-title-block h2,
.btn-title-block h3,
.btn-title-block h2.main-title,
.btn-title-block h3.main-title {
    font-size: 32px;
    line-height: 34px;
    font-weight: normal;
    margin: 0;
}
.btn-title-block .btn {
    position: absolute;
    top: 0;
    right: 0;
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.inner-wrap,
.page {
    width: 1000px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.page:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.side {
    width: 220px;
    float: left;
    position: relative;
    z-index: 3;
}
.content {
    width: 700px;
    float: right;
    position: relative;
}
.content-wrap {
    background: #fff;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 15px 0 0 0;
}
.content-wrap:before {
    content: "";
    display: block;
    width: 220px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 5px;
    background: #e6eefa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.content-wrap .content {
    padding-right: 20px;
    margin-bottom: 0;
}
.content-wrap .side {
    margin-bottom: 0;
}
.cnt-section,
.wrap,
.header,
.footer {
    min-width: 1000px;
    position: relative;
    clear: both;
}
.wrap {
    min-height: 100%;
}
.empty {
    height: 90px;
    overflow: hidden;
}
.footer {
    /*height: 90px;*/
    /*margin-top: -90px;*/
    /*line-height: 90px;*/
    overflow: hidden;
    font-size: 14px;
    color: #768399;
}
.footer .inner-wrap {
    /*height: 90px;*/
    overflow: hidden;
    background: url(../img/main/footer.png) center bottom no-repeat;
    
    background-position-x: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-size: 210px;
    padding-bottom: 15px;
}
.footer .copy-block {
    /*width: 50%;*/
    /*float: left;*/
}
.footer .studio-block {
    /*width: 50%;*/
    /*float: right;*/
    text-align: right;

}
.footer .studio-block a {
    margin-left: 10px;
    display: inline-block;
    vertical-align: 0px;
}
.footer .studio-block img {
    display: inline-block;
    vertical-align: middle;
}
.footer a {
    text-decoration: none;
    color: #768399;
}
.header {
    margin-bottom: 40px;
    background: #0b0f2a url(../img/main/header-r.jpg) 0 0 repeat-x;
    z-index: 3;
    padding-bottom: 30px;
}
.main .header:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    background: #0B112B;
}
.header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/main/header.jpg) center top no-repeat;
}
.header .inner-wrap {
    /*height: 280px;*/
    z-index: 2;
}
.header .inner-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 190px;
    width: 620px;
    height: 5px;
    background: #00a3e4;
    border-left: 207px solid #bfe8ff;
    border-right: 207px solid #005ca1;
    z-index: 2;
}
.header .logo {
    display: block;
    position: absolute;
}
.header .logo01 {
    width: 125px;
    height: 98px;
    left: 30px;
    top: 36px;
}
.header .logo01 img {
    display: block;
    position: absolute;
    top: -36px;
    left: 50%;
    margin-left: -137px;
}
.header .logo02 {
    display: block;
    float: left;
    top: 33px;
    left: 185px;
    line-height: 1;
}
.header .actions-menu {
    width: 780px;
    float: right;
    padding: 36px 0 0 0;
    height: 100px;
    /*overflow: hidden;*/
    text-align: right;
    font-size: 0;
}
.header .actions-menu ul {
    margin: 0;
}
.header .actions-menu li {
    padding-left: 10px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.header .actions-menu li:before {
    display: none;
}
.header .actions-menu li a {
    display: block;
    height: 28px;
    border-radius: 5px;
    line-height: 28px;
    position: relative;
    overflow: hidden;
    background: rgba(9, 15, 38, 0.6);
    font-size: 14px;
    white-space: nowrap;
    color: #bfe8ff;
    text-decoration: none;
    padding: 0 10px 0 38px;
    letter-spacing: 0.025em;
}
.header .actions-menu li a:hover {
    background: #090f26;
}
.header .actions-menu li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28px;
    width: 1px;
    background: #0b3d59;
}
.header .actions-menu .ico-block {
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
}
.header .actions-menu .ico-block img {
    display: inline-block;
    vertical-align: middle;
}
.header .main-menu {
    max-width: 800px;
    width: 100%;
    height: 40px;
    margin: 0 0 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background: #0095e0;
    background: linear-gradient(#0095e0, #005ea5);
}
.header .main-menu ul {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.header .main-menu li {
    margin: 0;
    padding: 0;
    position: relative;
    display: table-cell;
    /*width: 1px;*/
}
.header .main-menu li:first-child:after {
    display: none;
}
.header .main-menu li:before {
    display: none;
}
.header .main-menu li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -34px 0px;
    width: 1px;
    height: 39px;
    position: absolute;
    top: 1px;
    left: 0;
}
.header .main-menu a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.025em;
}
.header .main-menu a:hover,
.header .main-menu a.active {
    background: #009fef;
    background: linear-gradient(#009fef, #006ab9);
}
.header .btn-user {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 20px 0 50px;
    position: relative;
    color: #fff;
    margin-top: -6px;
}
.header .btn-user:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -129px -34px;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -4px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header .btn-user .photo-block {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
    background-image: url(../img/spr.png);
    background-position: -129px -121px;
    width: 4px;
    height: 5px;
}
.i-a02 {
    background-image: url(../img/spr.png);
    background-position: -129px -94px;
    width: 5px;
    height: 7px;
}
.i-a03 {
    background-image: url(../img/spr.png);
    background-position: -129px -34px;
    width: 6px;
    height: 10px;
}
.i-a04 {
    background-image: url(../img/spr.png);
    background-position: -55px -55px;
    width: 18px;
    height: 35px;
}
.i-a05 {
    background-image: url(../img/spr.png);
    background-position: -55px 0px;
    width: 18px;
    height: 35px;
}
.i-blank {
    background-image: url(../img/spr.png);
    background-position: -93px -104px;
    width: 1px;
    height: 1px;
}
.i-btn-close {
    background-image: url(../img/spr.png);
    background-position: -129px -64px;
    width: 10px;
    height: 10px;
}
.i-btn-question {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 14px;
    height: 126px;
}
.i-h01 {
    background-image: url(../img/spr.png);
    background-position: -93px -36px;
    width: 12px;
    height: 14px;
}
.i-h02 {
    background-image: url(../img/spr.png);
    background-position: -129px 0px;
    width: 17px;
    height: 14px;
}
.i-ico-cal {
    background-image: url(../img/spr.png);
    background-position: -93px 0px;
    width: 16px;
    height: 16px;
}
.i-ico-comment {
    background-image: url(../img/spr.png);
    background-position: -93px -70px;
    width: 16px;
    height: 14px;
}
.i-ico-user {
    background-image: url(../img/spr.png);
    background-position: -55px -110px;
    width: 16px;
    height: 16px;
}
.i-sep {
    background-image: url(../img/spr.png);
    background-position: -34px 0px;
    width: 1px;
    height: 39px;
}
/* ----------------------------------- *\
      forms styles
\* ----------------------------------- */
body .ui-widget-overlay {
    background: rgba(10, 16, 41, 0.6);
}
body .ui-dialog {
    padding: 0;
    background: #fafbfc;
    border-radius: 6px;
    overflow: hidden;
}
body .ui-dialog .ui-dialog-titlebar {
    padding: 0 40px;
    margin: 0;
    display: block;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 5px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
    text-align: center;
    white-space: normal;
    font-size: 24px;
    line-height: 30px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 99;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -129px -64px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
}
body .ui-dialog .ui-dialog-content {
    padding: 0 20px 22px 20px;
}
body .ui-datepicker {
    background: #fff;
    border: 1px solid #45484c;
}
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev {
    padding: 0;
    margin: 0;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
body .ui-datepicker .ui-datepicker-next:after,
body .ui-datepicker .ui-datepicker-prev:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
}
body .ui-datepicker .ui-datepicker-next:hover,
body .ui-datepicker .ui-datepicker-prev:hover {
    margin: 0;
    padding: 0;
    top: 2px;
    left: 2px;
}
body .ui-datepicker .ui-datepicker-prev:after {
    border-right-color: #45484c;
    margin-left: -9px;
}
body .ui-datepicker .ui-datepicker-next:after {
    border-left-color: #45484c;
    margin-left: 0px;
}
body .ui-datepicker .ui-datepicker-next:hover {
    left: auto;
    right: 2px;
}
body .ui-datepicker .ui-state-active {
    background: #eee;
}
body .ui-selectmenu-button {
    width: 100% !important;
    padding: 0;
    outline: none;
}
body .ui-selectmenu-button.ui-corner-top {
    border-radius: 2px 2px 0 0;
}
body .ui-selectmenu-button.ui-corner-top span.ui-selectmenu-text {
    border-color: #c2c6cc;
    border-bottom-color: #fff;
}
body .ui-selectmenu-button.ui-corner-top span.ui-icon:before {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
body .ui-selectmenu-button span.ui-selectmenu-text {
    outline: none;
    display: block;
    height: 34px;
    line-height: 32px;
    padding: 0 30px 0 8px;
    border-radius: 2px;
    border: 1px solid #c2c6cc;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #737880;
}
body .ui-selectmenu-button span.ui-icon {
    display: block;
    width: 28px;
    height: 34px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
body .ui-selectmenu-button span.ui-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -8px;
    transition: transform ease 0.3s;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -129px -121px;
    width: 4px;
    height: 5px;
}
body .ui-menu {
    background: #fff;
    border: 1px solid #c2c6cc;
    border-top: none;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    border-radius: 0 0 3px 3px;
    margin-top: -4px;
    margin-bottom: 0;
    color: #737880;
}
body .ui-menu .ui-menu-item {
    margin: 0 -1px;
    padding: 5px 9px;
}
body .ui-menu .ui-menu-item:before {
    display: none;
}
body .ui-menu .ui-menu-item:hover,
body .ui-menu .ui-menu-item.ui-state-focus {
    margin: 0 -1px;
    padding: 5px 9px;
    color: #fff;
    background: #1378bf;
}
select {
    display: block;
    width: 100%;
    height: 34px;
    -webkit-appearance: none;
    line-height: 1em;
    border: 1px solid #c2c6cc;
    border-radius: 2px;
    background-color: #fff;
    background-image: url(../img/main/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
    outline: none;
    padding-left: 9px;
    font-size: 14px;
    color: #45484c;
    transition: border-color ease 0.3s;
}
select:focus {
    border-color: #828385;
}
select::-ms-expand {
    display: none;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
    height: 34px;
    background: #fff;
    padding: 0 9px;
    border: 1px solid #c2c6cc;
    border-radius: 2px;
    transition: all ease 0.3s;
    font-size: 14px;
    text-transform: none;
    color: #737880;
}
textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border-color: #1378bf;
}
textarea {
    height: 120px;
    padding-top: 7px;
    padding-bottom: 7px;
    resize: none;
    line-height: 20px;
}
[placeholder]::-webkit-input-placeholder {
    color: #737880;
}
[placeholder]:-moz-placeholder {
    color: #737880;
}
[placeholder]::-moz-placeholder {
    color: #737880;
}
[placeholder]:-ms-input-placeholder {
    color: #737880;
}
.btn,
button,
input[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0 22px;
    border: none;
    border-radius: 5px;
    background: #0095df;
    background: linear-gradient(#0095df, #005ea5);
    transition: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
    color: #fff;
    background: #00a0f0;
    background: linear-gradient(#00a0f0, #006aba);
    box-shadow: 0 1px 3px rgba(0, 29, 51, 0.3);
}
.frm-file {
    height: 30px;
    line-height: 30px;
    padding-left: 130px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #45484c;
}
.frm-file.main-photo {
    height: 83px;
    padding: 0;
}
.frm-file.main-photo .btn-file {
    display: block;
    height: 83px;
    width: 100%;
    line-height: 83px;
    font-size: 14px;
    text-decoration: underline;
    border: none;
    padding: 0;
    background: none;
    text-align: center;
}
.frm-file.main-photo input {
    height: 100%;
    width: 1000%;
    font-size: 100px;
}
.frm-file.main-photo input:hover + .btn-file {
    background: none;
    color: #1897f2;
    text-decoration: none;
}
.frm-file.photo {
    padding-left: 140px;
}
.frm-file.photo .btn-file {
    font-size: 16px;
    border: none;
    padding: 0;
    white-space: nowrap;
    background: none;
    width: 140px;
    text-align: left;
    color: #1378bf;
    text-decoration: none;
}
.frm-file.photo .btn-file span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border-bottom: 1px dotted;
}
.frm-file.photo input:hover + .btn-file {
    background: none;
    color: #1897f2;
    text-decoration: none;
}
.frm-file.photo .file-caption {
    font-size: 14px;
    font-style: italic;
    color: #737880;
}
.frm-file input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 30px;
    font-size: 30px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.frm-file input:hover + .btn-file {
    background: #1e59cd;
    color: #fff;
    text-decoration: none;
}
.frm-file .btn-file {
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid #1378bf;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    overflow: hidden;
    color: #1378bf;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
.frm-file .file-caption {
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.frm-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 16px;
}
.frm-select input {
    display: block;
    position: absolute;
    top: 0;
    left: -999px;
    margin: 0;
}
.frm-select input:checked + label:after {
    opacity: 1;
}
.frm-select input[type="checkbox"] + label:before {
    border-radius: 2px;
}
.frm-select input[type="checkbox"] + label:after {
    border-radius: 0;
    margin: -4px 0 0 -4px;
}
.frm-select label {
    display: block;
    position: relative;
    padding-left: 24px;
}
.frm-select label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c2c6cc;
    position: absolute;
    top: 0;
    left: 0;
}
.frm-select label:after {
    content: "";
    display: block;
    opacity: 0;
    transition: opacity ease 0.3s;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #1378bf;
    border-radius: 50%;
}
.frm-file-info {
    font-size: 14px;
    line-height: 20px;
    color: #737880;
}
.frm-row {
    min-height: 30px;
    margin-bottom: 10px;
}
.frm-row-submit {
    text-align: center;
}
.frm-content {
    max-width: 340px;
    margin-bottom: 30px;
}
.frm-content .frm-row-submit {
    text-align: left;
}
.frm-comments {
    width: 380px;
    margin-bottom: 30px;
}
.frm-comments textarea {
    height: 134px;
    padding-top: 5px;
    margin-bottom: 16px;
}
.frm-comments .frm-title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 400;
}
.frm-main {
    max-width: 440px;
    margin-bottom: 45px;
}
.frm-main .frm-row {
    padding-left: 120px;
    margin-bottom: 26px;
    overflow: hidden;
}
.frm-main .frm-row > label {
    display: block;
    float: left;
    width: 110px;
    margin-bottom: 0;
    margin-left: -120px;
    line-height: 34px;
    padding: 0;
    overflow: hidden;
    height: 34px;
    font-size: 16px;
    color: #45484c;
}
.frm-main .frm-row-submit {
    text-align: left;
    padding-left: 120px;
}
.frm-main textarea {
    height: 134px;
    padding-top: 5px;
}
.frm-main .frm-row-file {
    margin-top: -10px;
    margin-bottom: 18px;
}
.lb-number {
    display: none !important;
}
.frm-date,
.frm-user,
.frm-comments-count {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    color: #45484c;
}
.frm-date:before,
.frm-user:before,
.frm-comments-count:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -93px 0px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.frm-user:before {
    background-image: url(../img/spr.png);
    background-position: -55px -110px;
    width: 16px;
    height: 16px;
    margin-top: -10px;
}
.frm-comments-count:before {
    background-image: url(../img/spr.png);
    background-position: -93px -70px;
    width: 16px;
    height: 14px;
    margin-top: -7px;
}
.frm-status {
    display: inline-block;
    position: relative;
    height: 22px;
    padding: 0 5px;
    border-radius: 2px;
    background: #4c93bf;
    line-height: 22px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.status-block {
    margin-bottom: 20px;
}
.main-title + .status-block,
h1 + .status-block {
    margin-top: -10px;
}
.frm-popup .frm-row {
    overflow: hidden;
    margin: 0 -10px 16px -10px;
}
.frm-popup .col-2 .frm-field {
    width: 50%;
    float: left;
}
.frm-popup .frm-row-submit {
    margin: 0;
    text-align: center;
}
.frm-popup .frm-field {
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}
.frm-popup .link-block {
    margin-top: 22px;
    text-align: center;
    font-size: 14px;
}
.frm-popup .btn,
.frm-popup button,
.frm-popup input[type="submit"] {
    width: 100%;
    max-width: 220px;
    padding: 0 10px;
}
.frm-popup .frm-select {
    display: block;
    margin-bottom: 14px;
}
.frm-popup .frm-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 5px;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.btn-toggle.active + .popup-block {
    display: block !important;
}
.popup-block {
    animation: fadein ease 0.3s;
}
.ico-block {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 2px;
    text-decoration: none;
}
.ico-block img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
/* ----------------------------------- *\
      side styles
\* ----------------------------------- */
.side-menu {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
    letter-spacing: 0.025em;
}
.side-menu > ul > li {
    padding-left: 10px;
    margin-bottom: 18px;
}
.side-menu > ul > li:last-child {
    margin-bottom: 0;
}
.side-menu > ul > li:before {
    width: 4px;
    height: 4px;
    top: 8px;
    border-radius: 2px;
}
.side-menu > ul > li > a {
    text-decoration: none;
}
.side-menu > ul > li > a:hover,
.side-menu > ul > li > a.active {
    color: #1897f2;
}
.side-menu ul ul {
    padding: 10px 0 0 0;
    margin: 0;
    display: none;
    animation: fadein ease 0.3s;
}
.side-menu ul ul li {
    margin-bottom: 10px;
    padding-left: 0;
}
.side-menu ul ul li:before {
    display: none;
}
.side-menu ul ul li:last-child {
    margin-bottom: 0;
}
.side-menu ul ul a {
    font-size: 14px;
    line-height: 20px;
    color: #2e5673;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
}
.side-menu ul ul a:hover {
    text-decoration: underline;
}
.side-menu li.open ul {
    display: block;
}
.side-menu li.submenu > a {
    display: inline-block;
    padding-right: 12px;
    position: relative;
}
.side-menu li.submenu > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -129px -94px;
    width: 5px;
    height: 7px;
    position: absolute;
    top: 11px;
    right: 0;
    margin-top: -5px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.item-object {
    display: block;
    width: 280px;
    font-size: 16px;
    line-height: 20px;
}
.item-object h1,
.item-object h2,
.item-object h3,
.item-object h4,
.item-object .title-block {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 10px;
    letter-spacing: 0em;
}
.item-object p {
    margin: 0;
}
.item-object .photo-block {
    display: block;
    height: 160px;
    border-radius: 5px;
    border: 1px solid #a5b6c9;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    text-decoration: none;
    font-size: 0;
}
.item-object .inner-photo {
    display: block;
    height: 158px;
    border: 4px solid #e8eef7;
    overflow: hidden;
}
.item-object .inner-photo img {
    display: block;
    min-width: 100%;
}
.item-menu {
    display: block;
    width: 445px;
    height: 160px;
    position: relative;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}
.item-menu:hover {
    color: #fff;
    opacity: 0.9;
}
.item-menu .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.item-menu .pic-block {
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 3;
    line-height: 1;
    float: left;
}
.item-menu .pic-block img {
    display: block;
}
.item-menu .title-block {
    display: block;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -40px;
    padding: 0 20px 0 22px;
    background: url(../img/main/gr.png) 0 0 repeat-y;
}
.item-menu .title {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 26px;
}
.item-comment {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dadee0;
}
.item-comment .title-block {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.item-comment .text-block {
    margin-bottom: 0;
}
.item-comment .text-block p {
    margin-bottom: 5px;
}
.item-comment .text-block p:last-child {
    margin-bottom: 0;
}
.item-comment .name {
    display: inline-block;
    margin-right: 10px;
}
.item-comment .frm-status {
    margin-right: 10px;
}
.item-comment .frm-date {
    padding: 0;
    line-height: 22px;
    font-size: 16px;
    color: #737880;
}
.item-comment .frm-date:before {
    display: none;
}
.item-comment .actions-box {
    margin-bottom: 0;
}
.item-comment .actions-box .btn-dotted {
    margin: 0 5px 0 0;
}
.item-comment .item-comment {
    border-top: 1px solid #fff;
    margin-top: -1px;
    padding-left: 30px;
    padding-top: 18px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.item-user {
    display: block;
    position: relative;
    padding-bottom: 17px;
    padding-left: 80px;
    overflow: hidden;
    border-bottom: 1px solid #dadee0;
}
.item-user .actions-box {
    margin-bottom: 0;
}
.item-user .title-block {
    padding-right: 100px;
    font-size: 20px;
    margin-bottom: 15px;
}
.item-user .title-block .info {
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
    color: #737880;
}
.item-user .frm-status {
    position: absolute;
    top: 0;
    right: 0;
}
.item-user .photo-block {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.item-user .photo-block img {
    display: block;
    min-width: 100%;
}
.item-order {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dadee0;
    padding: 0 0 17px 0;
}
.item-order .actions-box {
    margin-bottom: 0;
}
.item-order .title-block {
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 100px;
}
.item-order .title-block .info {
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
    color: #737880;
}
.item-order .frm-status {
    position: absolute;
    top: 0;
    right: 0;
}
.item-order img {
    display: block;
    max-width: 100%;
}
.item-order .pic-block {
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1;
}
.item-info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-info .title {
    color: #737880;
    margin-right: 8px;
    display: inline-block;
}
.item-info a {
    color: #45484c;
    text-decoration: none;
}
.pagenav-box {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}
.pagenav-box a,
.pagenav-box span {
    display: inline-block;
    vertical-align: top;
    min-width: 24px;
    padding: 0 5px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    color: #1378bf;
    text-decoration: none;
    margin: 0 10px;
    border-radius: 2px;
}
.pagenav-box a:hover,
.pagenav-box span:hover {
    text-decoration: underline;
}
.pagenav-box a.active,
.pagenav-box span.active {
    background: #0096e0;
    background: linear-gradient(#0096e0, #005ea5);
    text-decoration: none;
    color: #fff;
}
.pagenav-box span {
    color: #959ca6;
    text-decoration: none;
}
.pagenav-box span:hover {
    text-decoration: none;
}
.pagenav-box .btn-prev {
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 15px;
}
.pagenav-box .btn-prev:before {
    content: "< Назад";
}
.pagenav-box .btn-next {
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 15px;
}
.pagenav-box .btn-next:before {
    content: "Далее >";
}
.breadcrumbs-box {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.breadcrumbs-box a {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.breadcrumbs-box a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -129px -121px;
    width: 4px;
    height: 5px;
    position: absolute;
    top: 9px;
    left: 100%;
    margin-left: 10px;
}
.example-box {
    overflow: hidden;
    margin-bottom: 50px;
}
.example-box .select-block {
    width: 230px;
    margin-bottom: 50px;
}
.example-box .col {
    width: 160px;
    float: left;
}
.example-box .frm-select {
    margin-bottom: 14px;
    display: block;
}
.example-box .frm-select:last-child {
    margin-bottom: 0;
}
.main-title-box {
    height: 120px;
    position: relative;
    /*margin-top: -160px;*/
    border-radius: 5px 5px 0 0;
    background: #f2f5f7;
    padding: 20px;
    overflow: hidden;
    z-index: 2;
    border-bottom: 1px solid #d7dde0;
}
.info-box {
    overflow: hidden;
    margin: 0 -16px 10px 0;
}
.info-box .item-info {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}
.info-box.smallest .item-info {
    font-size: 14px;
    line-height: 22px;
    margin-right: 12px;
    margin-bottom: 0;
}
.actions-box {
    overflow: hidden;
    /*height: 20px;*/
    line-height: 20px;
    margin-bottom: 20px;
}
.actions-box .left-block {
    float: left;
}
.actions-box .left-block .btn-dotted {
    margin-left: 0;
    margin-right: 10px;
}
.actions-box .left-block > * {
    margin-right: 15px;
}
.actions-box .right-block {
    float: right;
}
.actions-box .btn-dotted {
    margin-left: 10px;
}
.orders-box {
    margin-bottom: 30px;
}
.orders-box.selected,
.orders-box.one {
    margin-left: -20px;
    margin-right: -20px;
}
.orders-box.selected .item-order,
.orders-box.one .item-order {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    margin-bottom: 0;
}
.orders-box.selected .item-order .frm-status,
.orders-box.one .item-order .frm-status {
    right: 20px;
    top: 15px;
}
.orders-box.selected .item-order.selected,
.orders-box.one .item-order.selected {
    background: #e1ebfa;
}
.orders-box.one .item-order {
    padding-top: 0;
}
.orders-box .item-order {
    margin-bottom: 15px;
}
.orders-box .item-order.box {
    padding: 15px;
}
.orders-box .item-order.box.status0 {
    background-color: rgb(228, 242, 255);
}
.orders-box .item-order.box.status1 {
    background-color: rgb(228, 242, 255);
}
.orders-box .item-order.box.status2 {
    background-color: rgb(231, 255, 228); 
}
.orders-box .item-order.box.status3 {
    background-color: rgb(255, 229, 228); 
}
.orders-box .item-order:last-child {
    margin-bottom: 0;
}
.users-box {
    margin-bottom: 30px;
}
.users-box .item-user {
    margin-bottom: 19px;
}
.users-box .item-user:last-child {
    margin-bottom: 0;
}
.nav-box {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #2e5673;
}
.nav-box ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.nav-box li {
    margin: 0;
    padding: 0;
    float: left;
}
.nav-box li:before {
    display: none;
}
.nav-box li:first-child a {
    border-radius: 2px 0 0 2px;
}
.nav-box li:last-child a {
    border-radius: 0 2px 2px 0;
}
.nav-box a {
    display: block;
    height: 22px;
    overflow: hidden;
    padding: 0 9px;
    background: #dfe7ed;
    color: #2e5673;
    text-decoration: none;
}
.nav-box a:hover,
.nav-box a.active {
    color: #fff;
    background: #168ed9;
}
.nav-box a.active {
    padding: 0 3px;
}
.filter-box {
    margin-bottom: 15px;
    position: relative;
}
.filter-box .f-row {
    overflow: hidden;
    margin: 0 -20px 16px 0;
}
.filter-box .f-row:last-child {
    margin-bottom: 0;
}
.filter-box .f-row-3 .f-field {
    width: 190px;
}
.filter-box .f-field {
    width: 280px;
    float: left;
    margin-right: 20px;
}
.filter-box .frm-select {
    margin-top: 9px;
}
.comments-box {
    margin-bottom: 30px;
}
.main-slider-box {
    background: url(../img/main/main.png) center bottom repeat-x;
    height: 430px;
    overflow: hidden;
    margin-bottom: 50px;
    /*margin-top: -160px;*/
    z-index: 4;
}
.main-slider-box .slider-wrap {
    background: rgba(191, 232, 255, 0.2);
    border-radius: 5px;
    padding: 10px;
    margin: 0 -10px;
    height: 340px;
}
.main-slider-box .slider {
    height: 320px;
    position: relative;
}
.main-slider-box .sl-item {
    display: block;
    height: 320px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.main-slider-box .sl-item img {
    display: block;
    width: 100%;
}
.main-slider-box .owl-prev,
.main-slider-box .owl-next {
    overflow: hidden;
    text-indent: -999px;
    display: block;
    width: 50px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 90px;
    transition: background ease 0.3s;
    border-radius: 0 3px 3px 0;
    background: rgba(9, 15, 38, 0.2);
}
.main-slider-box .owl-prev:hover,
.main-slider-box .owl-next:hover {
    background: rgba(9, 15, 38, 0.5);
}
.main-slider-box .owl-prev:before,
.main-slider-box .owl-next:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -55px -55px;
    width: 18px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -9px;
}
.main-slider-box .owl-next {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 0;
}
.main-slider-box .owl-next:before {
    background-image: url(../img/spr.png);
    background-position: -55px 0px;
    width: 18px;
    height: 35px;
}
.main-slider-box .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    position: relative;
    margin: 0 4px;
    border-radius: 50%;
}
.main-slider-box .owl-dot:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #5781a1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
}
.main-slider-box .owl-dot:hover,
.main-slider-box .owl-dot.active {
    background: #009ee0;
    background: linear-gradient(#009ee0, #0160a3);
}
.main-slider-box .owl-dot:hover:before,
.main-slider-box .owl-dot.active:before {
    display: none;
}
.main-slider-box .owl-dots {
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 30px;
}
.main-menu-box {
    width: 1000px;
}
.main-menu-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.main-menu-box .item-menu {
    margin: 0 50px 50px 0;
    float: left;
}
.item-menu.item-menu__wide .title{
    font-size: 50px;
    line-height: 100px;
}
.item-menu.item-menu__wide .title-block{
    height: 100px;
}
.item-menu.item-menu__wide {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 50px 0;
    height: 320px;
}
.news-item{
    background-color: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
}
.news-page img{
    max-width: 100%;
    object-fit: cover;
}
.objects-box {
    font-size: 0;
    width: 1000px;
}
.objects-box .item-object {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    margin-bottom: 50px;
}
.question-box {
    padding-right: 40px;
    position: fixed;
    top: 50%;
    left: -260px;
    transition: left ease 0.3s;
    margin-top: -150px;
    z-index: 10;
}
.question-box.active {
    left: 0;
}
.question-box.active .question-block {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.question-box .btn-question {
    display: block;
    width: 40px;
    height: 160px;
    text-align: center;
    line-height: 160px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #005da4;
    background: linear-gradient(to right, #005da4, #0093de);
    z-index: 2;
}
.question-box .btn-question:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 14px;
    height: 126px;
}
.question-box .btn-question:hover {
    background: #116eb5;
    background: linear-gradient(to right, #116eb5, #11a4ef);
}
.question-box .question-block {
    width: 260px;
    padding: 22px 20px;
    background: #fafbfc;
    border-radius: 0 0 5px 0;
    position: relative;
}
.question-box textarea,
.question-box input[type="text"],
.question-box input[type="tel"],
.question-box input[type="email"],
.question-box input[type="password"] {
    margin-bottom: 1px;
}
.question-box textarea {
    height: 114px;
}
.question-box .btn,
.question-box button,
.question-box input[type="submit"] {
    width: 100%;
    padding: 0;
}
.hidden{
    display: none;
}
.error{
    background: #cb4747;
    color: #fff;
    margin: 0px 0px 10px !important;
    text-align: center;
    padding: 3px 0px;
}

.error:empty{
    display: none;
}

.hideMnu{
    position: absolute;
    display: none;
    right: 0;
    color: #fff;
    z-index: 10;
}

.hideMnu a{
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0px 10px;
    text-align: center;
}

.hideMnu a:hover{
    background: rgba(0, 0, 0, 0.8);
}

.compBl{
    padding: 10px;
    background: #fff;
}

.car{
   background-color: rgba(0, 0, 0, 0.06);
   padding: 10px;
   margin: 15px 0;
   position: relative;
}

.car .delete{
    /*float: right;*/
    margin-bottom: 10px;
    padding: 4px 5px;
    line-height: 12px;
    background: rgb(158, 0, 0) !important;
    height: auto;
    position: absolute;
    right: 5px;
    top: 5px;
}

.form-tooltip.form-tooltip-top {
    font-size: 10px;
    color: rgb(179, 20, 20);
}

.input-group{
    
}

.input-group input{
    display: inline-block;
    box-sizing: border-box;
    padding-inline-start: ;
    width: 75%;
}

.input-group .input-group-btn{
    display: inline-block;
}

.input-group .input-group-btn button{

}

label{
    font-size: 12px;
}

.doc {
    display: inline-block;
    margin: 20px;
    width: 32%;
}

.sl-item a{
    position: absolute;
    top: 230px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 24px;
    background: rgba(5, 4, 4, 0.29);
    padding: 10px 50px;
    width: auto;
    display: block;
}

.chosen-container li:before{
    display: none;
}
/*мобильные стили*/
@media (max-width: 1024px) {
    .question-box .btn-question {
        right: 15px;
        width: 25px;
    }
    .frm-auth.valid.avtor .frm-row{
        width: 50%;
    }
    .frm-auth.valid.avtor .frm-row-submit1{
        text-align: left !important;
    }
}
@media (max-width: 1000px) {
    .cnt-section, .wrap, .header, .footer{
        min-width: unset;
    }
    .inner-wrap,
    .page{
        width: unset;
    }
    .actions-menu{
        margin-bottom: 50px;
    }
    .header .inner-wrap:before {
        left: 74px;
    }
    .main-menu-box {
    width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .main-menu-box .item-menu {
        margin-right: 0;
    }
    .objects-box{
    width: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    }
    .objects-box .item-object {
        margin-right: 0;
    }
    .footer .inner-wrap {
        background: none;
    }
    .sl-item a {
        top: 188px;
    }
    .main-title-box {
        height: unset;
    }
    .content-wrap:before{
        content: unset;
    }
    .content {
        width: unset;
        float: unset;
    }
    .orders-box{
        width: unset !important;
        height: unset !important;
        margin-bottom: 0;
    }
    .orders-box img{
        width: 100% !important;
    }
    .hideBeforeChoose{
        text-align: center;
    }
    .side {
        width: unset;
        float: unset;
    }
    .btn-title-block {
        text-align: center;
        padding-right: 0;
    }
    .content-wrap .flex-container{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
    }
    .frm-auth.NoSend.valid{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .item-order.box.status1 .item-info {
    white-space: unset;
    }
    .comments-box{
        width: 90%;
        margin: 0 auto;
    }
    .frm-comments{
        width: unset;
    }
    .frm-auth.NoSend.valid .frm-row-submit{
        text-align: left;
    }
    .comments-box h4{
        text-align: center;
    }
    .item-order.box.status1{
        margin-bottom: 20px;
    }
    .header .logo01 {
        left: 0;
        top: 0;
    }
    .header .logo01 img {
        top: unset;
        left: 80%;
    }
    .btn-user.active .hideMnu {
        display: block !important;
    }
}
@media (max-width: 767px){
    .frm-auth.valid.avtor .frm-row{
        width: 100%;
    }
    .question-box .btn-question {
        right: -25px;
    }
    .header .inner-wrap:before {
        left: 0;
        width: 106px;
        border-left: 107px solid #bfe8ff;
        border-right: 107px solid #005ca1;
    }
    .header .actions-menu {
    width: unset;
    float: unset;
    padding: 58px 7px 0 0;
    margin-bottom: 0;
    /* overflow: hidden; */
    }
    .header .logo01 img {
        width: 150%;
    }
    .inner-wrap{
        padding: 0;
    }
    .header .main-menu {
        border-radius: unset;
        height: unset;
    }
    .btn-action-menu::before {
        content: "";
        display: block;
        background: url(../img/hamburger-menu-1.png) no-repeat;
        width: 40px;
        height: 15px;
        position: absolute;
        top: 12px;
        left: 40px;
    }
    .js-popup-block {
        display: none;
        background: linear-gradient(#0095e0, #005ea5); 
        min-width: 0;
        text-align: center;
        /* top: 60px; */
        width: 100%;
        z-index: 100;
        padding: 0;
    }
    .js-btn-toggle.active + .js-popup-block {
        display: block !important;
    }
    .header .main-menu .js-popup-block ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header .main-menu li:after {
        content: unset;
    }
    .header .main-menu li {
        width: 100%;
        border-bottom: 1px solid #0b0f2a;
    }
    .header .main-menu a {
        font-size: 15px;  
    }
    .header .main-menu a:hover, .header .main-menu a.active {
        background: none;
    }
    .question-box {
        padding-right: 0;
    }
    .main-menu-box .item-menu {
        width: 100%;
    }
    .item-menu .pic-block img {
        width: 100%;
    }
    .item-menu .pic-block {
        bottom: 67px;
        width: 20%;
    }
    .item-menu .title {
        width: 79%;
    }
    .footer .inner-wrap {
        overflow: unset;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer {
        overflow: unset;
    }
    .footer .studio-block, .footer .copy-block  {
        width: unset;
        float: unset;
        text-align: unset;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer .inner-wrap {
        background: none;
    }
    .empty{
        height: unset;
    }    
    .footer{
        height: unset;
        line-height: unset;
        margin-top: 10px;
    }
    .footer .inner-wrap {
        height: unset;
    }
    #popup-reg .frm-popup .frm-row.col-2{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    #popup-reg .frm-popup .frm-row.col-2 .frm-field{
        float: unset;
        width: unset;
        margin-bottom: 20px;
    }
    .ui-dialog[aria-describedby="popup-reg"]{
        width: 260px !important;   
    }
    .frm-popup .frm-field { 
        margin-bottom: 20px;
    }
    .main .header:after {
        height: unset;
    }
    .main-slider-box .slider-wrap {
        background-color: #0b0f2a;
        height: unset; 
    }
    .main-slider-box .owl-prev, .main-slider-box .owl-next {
        height: 70px;
        top: 35px;
    }
    .sl-item a {
        top: 145px;
    }
    .main-slider-box .owl-dots {
        top:75%;
        margin-top: 40px;
    }
    .header{
        margin-bottom: 0;
    }
    .main-slider-box {
        margin-bottom: 20px;
        height: unset;
    }
    .sl-item a {
        width: 100%;
    }
    .main-slider-box .slider {
        height: 257px;
    }
    .main-menu-box .item-menu {
        margin-bottom: 0;
    }
    .item-menu .title-block {
        top: 33%;
    }
    .section-wrap .btn-block .btn.btn-dark{
        padding: 0 7px;
        font-size: 11px;
    }
    .btn-title-block{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn-title-block .btn {
        position: unset;
        width: fit-content;
        margin-top: 10px;
    }
    .content-wrap .flex-container{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
    }
    .content-wrap .flex-container .content{
        padding-right: 0;
        margin-bottom: 15px;
    }
    .page{
        padding: 0 27px;
    }
    .header .actions-menu {
        width: 50%;
        float: right;
        padding: 25px 30px 0 0;
    }
    .header .actions-menu li {
        margin-bottom: 10px;
    }
}
@media (min-width: 1000px){
    .btn-user:hover .hideMnu{
        display: block;
    }

}
@media (min-width: 767px){
    .header .main-menu .btn-action-menu{
        display: none;
    }
    #wrapper{
        margin-bottom: 75px;
    }
}
@media (max-width: 424px){
}
@media (max-width: 321px){
    .item-menu {
        height: 140px;
    }
    .item-menu .pic-block {
        bottom: 54px;
    }
    .nav-box {
        font-size: 13px;
    }
    .nav-box a {
        padding: 0 5px;
    }
    .content-wrap .flex-container .content a{
        font-size: 14px;

    }

}