@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=cyrillic");
* {
    box-sizing: border-box;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after {
    content: "";
    display: block;
    clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
body,
html {
    height: 100%;
}
/*body {*/
/*    margin: 0;*/
/*    font-size: 14px;*/
/*    line-height: 1.5;*/
/*    color: #667b9d;*/
/*    font-family: "Roboto", sans-serif;*/
/*    background-color: #f9fbfd;*/
/*}*/
input,
textarea,
select,
button {
    outline: none;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
input,
textarea {
    border-radius: 12px;
    background-color: #ffffff;
    border: solid 1px #cdd5e2;
    font-size: 14px;
    font-weight: 500;
    color: #93a0b8;
}
input::placeholder,
textarea::placeholder {
    color: #93a0b8;
}
input {
    padding: 0 24px;
}
@media screen and (max-width: 767px) {
    input {
        padding: 0 13px;
    }
}
input:disabled {
    background: #f4f6f9;
    border-color: #f4f6f9;
    color: #aebacc;
    font-weight: normal;
}
button {
    cursor: pointer;
}
img {
    max-width: 100%;
}
a {
    color: #667b9d;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #ff4806;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 500;
    color: #1b1931;
}
h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 19px;
        margin-bottom: 20px;
    }
}
h2.margin {
    margin: 0;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
    font-weight: normal;
}
strong {
    font-weight: 500;
}
.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.flexbox.inline {
    display: inline-flex;
}
.flexbox.jcsb {
    justify-content: space-between;
}
.flexbox.jce {
    justify-content: flex-end;
}
.flexbox.ais {
    align-items: flex-start;
}
.flexbox.aic {
    align-items: center;
}
.flexbox.jcc {
    justify-content: center;
}
.flexbox.aib {
    align-items: flex-end;
}
.flexbox.nowrap {
    flex-wrap: nowrap;
}
.blockin {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.header {
    padding: 8px 0;
    background: #fff;
    position: relative;
    z-index: 3;
}
.header__right {
    justify-content: flex-end;
}
.header .row > div {
    position: static;
}
.header.biz {
    padding: 14px 0 0;
    border-bottom: 1px solid #e4edfe;
}
.header.biz .burger {
    display: none;
}
@media screen and (max-width: 767px) {
    .header.biz .burger {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .header.biz {
        display: block;
        height: 109px;
    }
}
@media screen and (max-width: 380px) {
    .header.biz {
        display: block;
        height: 103px;
    }
}
.logo {
    display: flex;
    align-items: flex-start;
    color: #ff4806;
}
.logo img {
    width: 150px;
}
@media screen and (max-width: 380px) {
    .logo img {
        width: 115px;
    }
}
.logo span {
    margin-left: 10px;
    line-height: 1;
    letter-spacing: 0.7px;
    font-size: 12px;
    font-weight: bold;
}
.topmenu {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin: 0;
}
@media screen and (min-width: 992px) {
    .topmenu {
        margin-left: 50px;
        flex-grow: 2;
        max-width: 340px;
    }
}
@media screen and (max-width: 991px) {
    .topmenu {
        display: none;
        position: absolute;
        top: 52px;
        flex-direction: column;
        left: 0;
        right: 0;
        border-bottom: 1px solid #f9fbfd;
    }
    .topmenu li {
        width: 100%;
        border-top: 1px solid #f9fbfd;
        text-align: right;
    }
    .topmenu li a {
        display: block;
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .topmenu {
        top: 38px;
    }
}
.store {
    display: flex;
}
@media screen and (max-width: 767px) {
    .store {
        display: none;
    }
}
.store a {
    width: 44px;
    height: 44px;
    margin-left: 16px;
}
.store a:first-child {
    margin: 0;
}
.language {
    margin: 0 20px 0 30px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .language {
        margin: 0;
    }
}
.language_title {
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
}
.language_title span {
    margin-left: 10px;
}
.language_title img {
    width: 13px;
}
.language_title.active + ul {
    display: block;
}
.language_body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(147, 160, 184, 0.3);
    display: none;
}
.language_body li a {
    display: block;
    line-height: 31px;
    padding: 0 10px;
}
.header_phone {
    font-size: 16px;
    font-weight: 500;
    color: #1b1931;
}
.header_phone:hover {
    color: #1b1931;
}
@media screen and (max-width: 767px) {
    .header_phone {
        display: none;
    }
}
.burger {
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    width: 17px;
    height: 14px;
    margin-left: 20px;
}
@media screen and (min-width: 992px) {
    .burger {
        display: none;
    }
}
@media screen and (max-width: 380px) {
    .burger {
        margin-left: 10px;
    }
}
.burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1b1931;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
    top: 0px;
}
.burger span:nth-child(2),
.burger span:nth-child(3) {
    top: 6px;
}
.burger span:nth-child(4) {
    top: 12px;
}
.burger.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}
.burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
}
.user_pic {
    font-size: 0;
    line-height: 0;
    margin-right: 20px;
}
.user_pic img {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.user_exit {
    font-size: 12px;
    display: flex;
}
.user_exit img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}
.userinfo {
    margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
    .userinfo {
        margin: 0;
    }
}
.userinfo .block {
    position: relative;
    margin-left: 30px;
}
.userinfo .block:first-child {
    margin: 0;
}
.userinfo a {
    display: block;
    width: 32px;
    position: relative;
}
.userinfo a.active + div {
    display: block;
}
.userinfo a.active img {
    display: none;
}
.userinfo a.active img + img {
    display: block;
}
.userinfo a img {
    display: block;
}
.userinfo a img + img {
    display: none;
}
.userinfo a.ring {
    width: 27px;
}
.userinfo a span {
    position: absolute;
    top: 0;
    right: -8px;
    width: 16px;
    height: 16px;
    background-color: #eb5150;
    box-shadow: 0 0 6px 0 rgba(235, 81, 80, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .wrapicon {
        flex-grow: 2;
        justify-content: space-between;
    }
    .wrapicon .userinfo {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .wrapicon {
        position: absolute;
        top: 41px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #e4edfe;
        justify-content: space-between;
    }
    .wrapicon .openprogram {
        display: none;
    }
}
@media screen and (max-width: 380px) {
    .wrapicon {
        top: 35px;
    }
}
.menu_wrap {
    background: #fff;
    position: relative;
    z-index: 2;
    flex-grow: 2;
    max-width: 300px;
    margin-left: 30px;
}
@media screen and (min-width: 992px) {
    .menu_wrap {
        margin-left: 90px;
    }
}
.menu_wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
}
.menu_wrap ul li.active a {
    border-color: #ff4806;
    color: #1b1931;
}
.menu_wrap ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    line-height: 26px;
    border-bottom: 2px solid transparent;
}
.menu_wrap ul li a:hover {
    color: #1b1931;
    border-color: #ff4806;
}
@media screen and (max-width: 767px) {
    .menu_wrap {
        position: absolute;
        top: 95px;
        left: 0;
        max-width: none;
        margin: 0;
        right: 0;
        display: none;
    }
    .menu_wrap .blockin {
        padding: 0;
    }
    .menu_wrap ul {
        flex-direction: column;
    }
    .menu_wrap ul li {
        width: 100%;
        border-bottom: 1px solid #e4edfe;
    }
    .menu_wrap ul li a {
        justify-content: flex-start;
        padding: 10px;
    }
}
@media screen and (max-width: 380px) {
    .menu_wrap {
        top: 89px;
    }
}
.notificate {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    width: 440px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(27, 25, 49, 0.1);
    border-radius: 20px;
    padding: 35px 20px 0;
    display: none;
}
@media screen and (max-width: 767px) {
    .notificate {
        padding: 20px 20px 0;
        right: auto;
        left: -60px;
        width: calc(100vw - 30px);
    }
}
.notificate:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 70px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.notificate .wrap {
    padding: 0 25px 0 0;
    overflow: hidden;
}
.notificate .wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.notificate .wrap ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .notificate .wrap ul li {
        display: block;
    }
    .notificate .wrap ul li img {
        margin-bottom: 5px;
    }
}
.notificate .wrap ul li:first-child {
    margin-top: 0;
}
.notificate .wrap ul li img {
    width: 45px;
    height: 45px;
    padding: 10px;
    background: #eb5150;
    border-radius: 50%;
    margin-right: 15px;
}
.notificate .wrap ul li .right {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(205, 213, 226, 0.5);
}
.notificate .wrap ul li h3 {
    margin-bottom: 10px;
}
.notificate .wrap ul li p {
    margin: 0;
    line-height: 1.43;
}
.notificate .wrap ul li time {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #93a0b8;
}
.notificate .baron__scroller {
    height: 470px;
}
.baron2 {
    position: relative;
}
@media screen and (max-width: 991px) {
    .baron2 {
        margin-right: -10px;
    }
}
.baron__scroller2 {
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    padding-right: 20px;
}
@media screen and (max-width: 991px) {
    .baron__scroller2 {
        padding-right: 10px;
    }
}
.baron__track,
.baron__barwrap {
    position: absolute;
    top: 35px;
    bottom: 35px;
    right: 20px;
    border-radius: 6px;
    background-color: #d0d6e1;
    width: 5px;
}
.baron__track .baron__free,
.baron__barwrap .baron__free {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.baron__track .baron__free div,
.baron__barwrap .baron__free div {
    position: absolute;
    width: 100%;
    background: #667b9d;
    border-radius: 6px;
}
.baron__barwrap {
    right: 0;
}
@media screen and (max-width: 991px) {
    .baron__barwrap {
        top: 0;
        bottom: 0;
    }
}
.content {
    padding: 80px 0;
}
.content.nobot {
    padding-bottom: 0;
}
@media screen and (max-width: 991px) {
    .content {
        padding: 20px 0;
    }
}
.content_block {
    background: #fff;
    border-radius: 16px;
    padding: 35px 40px;
    box-shadow: 0 10px 20px 0 rgba(147, 160, 184, 0.3);
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .content_block {
        padding: 20px;
    }
}
.content_block.big {
    margin-bottom: 40px;
}
.content_block.no {
    margin-bottom: 0;
}
.icon_title {
    display: flex;
    align-items: flex-start;
    line-height: 1.33;
}
.icon_title.aic {
    align-items: center;
}
.icon_title.aic img {
    margin-top: 0;
    max-width: none;
}
.icon_title img {
    max-width: 24px;
    margin: 4px 16px 0 0;
}
.icon_title.min {
    margin-bottom: 10px;
}
.circle_but {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 2px #ff4806;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle_but img {
    width: 18px;
}
.siteform input {
    flex-grow: 2;
    width: 100%;
}
.siteform textarea {
    width: 100%;
    display: block;
    font-weight: normal;
    padding: 20px;
    height: 120px;
    border-radius: 12px;
    resize: none;
}
.siteform .circle_but {
    margin-left: 10px;
}
.siteform .selectblock {
    margin-bottom: 20px;
}
.siteform label {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.siteform label.min {
    margin-bottom: 10px;
}
.siteform label .title {
    display: block;
    margin: 0 0 10px;
}
.siteform label .icon {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 100%;
    max-width: 24px;
    font-size: 0;
    cursor: pointer;
    line-height: 0;
}
.siteform label .icon + input {
    padding-right: 50px;
}
.siteform label.sum {
    max-width: 290px;
}
.siteform label.sum input {
    margin-right: 15px;
}
.siteform .maxform {
    max-width: 250px;
    width: 100%;
}
.siteform .restore {
    margin-top: 25px;
}
.siteform .restore a {
    text-decoration: underline;
}
.siteform .restore a:hover {
    text-decoration: none;
}
.siteform p {
    margin: 0 0 30px;
}
.siteform.normal input {
    font-weight: normal;
}
.password .icon.active img {
    display: none;
}
.password .icon.active img + img {
    display: block;
}
.password .icon img {
    display: block;
}
.password .icon img + img {
    display: none;
}
.confirm_wrap {
    margin-bottom: 20px;
}
.confirm_wrap input {
    width: 130px;
    max-width: 130px;
    margin-right: 20px;
}
@media screen and (max-width: 450px) {
    .confirm_wrap input {
        width: 105px;
    }
}
.confirm_wrap .confirm_time {
    flex-grow: 2;
    max-width: 170px;
    overflow: hidden;
    height: 33px;
    padding-top: 31px;
}
.confirm_wrap .confirm_time.hide {
    display: none;
}
.confirm_wrap .confirm_time .confirm_timewrap {
    position: relative;
    background: #cdd5e2;
    height: 2px;
}
.confirm_wrap .confirm_time .confirm_timewrap .time {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 0;
    width: 100%;
    text-align: right;
}
.confirm_wrap .confirm_time .confirm_timewrap .confirm_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #56c348;
}
.confirm_wrap .confirm_time .confirm_timewrap .confirm_bg.littletime {
    background: #eb5150;
}
.newcode {
    display: flex;
    align-items: center;
    align-self: center;
}
.newcode img {
    width: 15px;
    margin-right: 10px;
}
.newcode:hover {
    color: #667b9d;
}
.newcode.hide {
    display: none;
}
.checkblock {
    position: relative;
    padding-left: 26px;
    line-height: 1.14;
}
.checkblock input {
    display: none !important;
}
.checkblock input:checked + span {
    background: #cdd5e2;
}
.checkblock span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 4px;
    border: solid 1px #cdd5e2;
    padding: 0 2px;
}
.checkblock.disabled {
    color: #93a0b8;
}
.site_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    border: solid 2px #ff4806;
    border-radius: 25px;
    font-size: 16px;
    color: #ff4806;
    font-weight: 500;
    background: none;
}
.site_button:hover {
    background: #ff4806;
    color: #fff;
}
.site_button.padding {
    padding: 0 50px;
}
.site_button.disabled {
    opacity: 0.2;
    background-color: #cdd5e2;
    border-color: #cdd5e2;
    color: #1b1931;
}
.site_button.paddingmin {
    padding: 0 38px;
}
.site_button.block {
    width: 100%;
    display: flex;
}
.site_button.min {
    height: 40px;
    border: solid 1px #cdd5e2;
    font-size: 14px;
    font-weight: normal;
    color: #667b9d;
}
.site_button.min:hover {
    background: #cdd5e2;
    color: #fff;
}
.paddingcontent {
    padding: 30px 40px;
}
@media screen and (max-width: 991px) {
    .paddingcontent {
        padding: 20px;
    }
}
.graph_wrap {
    padding: 30px 40px 40px;
    background-color: #f7f8fa;
    border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
    .graph_wrap {
        padding: 10px 20px 20px;
    }
}
.graph_tab_title {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
.graph_tab_title li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #93a0b8;
    margin-right: 40px;
    cursor: pointer;
}
.graph_tab_title li:last-child {
    margin: 0;
}
.graph_tab_title li img {
    margin-right: 10px;
}
.graph_tab_title li span {
    line-height: 1.2;
    padding: 8px 0 5px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 500;
    color: #93a0b8;
}
.graph_tab_title li.active span {
    border-color: #ff4806;
    color: #1b1931;
}
.graph_tab_body .b_block {
    display: none;
}
.graph_tab_body .b_block.active {
    display: block;
}
.graph_tab_body img {
    display: block;
    width: 100%;
}
.main_info h3 {
    margin: 0 0 8px;
}
.main_info p {
    margin: 0 0 20px 20px;
}
.iphoneblock {
    min-height: 280px;
    height: calc(100vh - 648px);
    overflow: hidden;
    margin-top: 40px;
}
.iphoneblock img {
    max-width: 305px;
}
@media screen and (max-width: 767px) {
    .iphoneblock {
        text-align: center;
    }
}
.business.pageuser .row > div {
    margin: 0 0 20px;
}
.business.pageuser .content_block.user_wrap {
    padding: 16px 20px;
}
.business.big {
    padding-top: 30px;
}
.business .row > div {
    margin-top: 30px;
}
.business .row > div .row > div {
    margin-top: 0;
}
.business .content_block {
    padding: 10px 40px 10px 10px;
    border-radius: 8px;
    position: relative;
    margin: 0;
    height: 100%;
}
.business .content_block.noedit {
    padding: 10px;
}
.business .content_block.center {
    text-align: center;
}
.business .content_block.bg {
    color: #fff;
    background: #667b9d;
    box-shadow: none;
}
.business .content_block.bg h3 {
    color: #fff;
}
.business .content_block.butwrap {
    padding: 0;
}
.business .content_block > img {
    border-radius: 8px;
}
.business .content_block .but {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding: 0 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    height: 100%;
}
.business .content_block .but.active {
    color: #fff;
    background: #667b9d;
}
.business .content_block .but.active:hover {
    color: #fff;
}
.business .content_block .but:hover {
    color: #667b9d;
}
.business .content_block.user_wrap {
    padding: 20px 40px 20px 20px;
}
.business .content_block.min {
    padding: 20px;
}
.business .content_block .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: 8px;
}
.business .content_block div > img,
.business .content_block > img {
    max-width: 100px;
    min-width: 100px;
    margin-right: 20px;
}
.business .content_block h3 {
    margin: 0 0 10px;
    line-height: 1.2;
}
.business .content_block h3.title {
    margin: 0 10px 4px 0;
}
.business .content_block p {
    margin: 0;
}
.business .content_block .label {
    position: absolute;
    top: 20px;
    right: 20px;
}
.business .content_block .label_info {
    position: absolute;
    top: -8px;
    left: 10px;
}
.business .content_block .label_info div {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    border-radius: 10px;
    background-color: #009c5a;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
    line-height: 16px;
    font-size: 12px;
}
.business .content_block .info {
    flex-grow: 2;
}
.business .content_block .linkbut {
    display: flex;
    border-top: 1px solid #e5e9f0;
    margin: 17px -40px -10px -10px;
    position: relative;
    background: #fff;
    border-radius: 0 0 8px 8px;
}
.business .content_block .linkbut a {
    line-height: 54px;
    flex-grow: 2;
    flex-basis: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 370px) {
    .business .content_block .linkbut a {
        font-size: 13px;
    }
}
.business .content_block .linkbut a img {
    margin-right: 7px;
}
.business .content_block .linkbut a:first-child {
    border-right: 1px solid #e5e9f0;
}
.business .content_block .user_contacts span {
    color: #ff4806;
}
.business .content_block .botinfo {
    margin: 15px 0 0;
    border-top: 1px solid #e5e9f0;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.43;
}
.business .minbut {
    height: 100%;
}
.business_info img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #e5e9f0;
    margin-right: 30px;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .business_info img {
        margin-right: 15px;
    }
}
@media screen and (max-width: 500px) {
    .business_info img {
        width: 90px;
        height: 90px;
    }
}
.business_info h2 {
    line-height: 1;
}
.business_info .right {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
}
@media screen and (max-width: 767px) {
    .business_info .right {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .business_info .right {
        font-size: 13px;
    }
    .business_info .right h2 {
        font-size: 17px;
    }
}
.label span {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.label span img {
    display: block;
}
.label span.active + ul {
    display: block;
}
.label ul {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(147, 160, 184, 0.3);
    padding: 19px 20px 16px;
    width: 200px;
    margin: 0;
    list-style: none;
    display: none;
}
.label ul li {
    line-height: 9px;
    margin-top: 16px;
}
.label ul li:first-child {
    margin: 0;
}
.label ul li a {
    display: inline-flex;
    align-items: center;
}
.label ul li a img {
    margin-right: 10px;
}
.add_biz {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 84px;
    border-radius: 8px;
    border: dashed 1px #93a0b8;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    .add_biz {
        max-width: 270px;
    }
}
.add_biz input {
    display: none;
}
.add_biz img {
    margin-right: 15px;
}
.add_biz:hover {
    color: #667b9d;
}
.statistic_wrap {
    margin-top: 40px;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(147, 160, 184, 0.3);
}
@media screen and (max-width: 767px) {
    .statistic_wrap {
        margin: 30px -15px 10px;
        border-radius: 0;
    }
    .statistic_wrap .graph_wrap {
        border-radius: 0;
    }
}
.statistic_wrap.min {
    margin-top: 20px;
}
.statistic_wrap.nomargin {
    margin: 0;
}
.statistic_table {
    display: table;
    width: 100%;
    overflow: hidden;
}
.statistic_table .tr {
    display: table-row;
}
.statistic_table .tr.error .td {
    border-color: #ffc7b3;
}
.statistic_table .tr.title {
    height: 40px;
    position: relative;
}
.statistic_table .tr.title .td {
    display: block;
    padding: 0 15px;
    line-height: 40px;
    background: #eff2f6;
    font-size: 16px;
    color: #1b1931;
    font-weight: 500;
}
@media screen and (min-width: 971px) {
    .statistic_table .tr.title .td {
        margin-right: -1000px;
    }
}
@media screen and (max-width: 970px) {
    .statistic_table .tr.title {
        padding: 0;
    }
    .statistic_table .tr.title .td {
        width: 100%;
        line-height: 40px;
        padding: 0 15px !important;
    }
    .statistic_table .tr.title + .tr {
        margin-top: 0;
    }
}
.statistic_table .td,
.statistic_table .th {
    display: table-cell;
}
.statistic_table .th {
    white-space: nowrap;
    padding: 0 10px 15px;
    font-weight: 500;
    color: #1b1931;
}
.statistic_table .th:first-child {
    padding-left: 15px;
}
.statistic_table .th:last-child {
    text-align: right;
}
.statistic_table .td {
    border-top: 1px solid #d0d6e1;
    padding: 15px 10px;
    vertical-align: middle;
}
.statistic_table .price {
    font-size: 18px;
    font-weight: 500;
}
.statistic_table .price span {
    display: none;
    font-size: 14px;
    font-weight: normal;
}
@media screen and (max-width: 970px) {
    .statistic_table .price span {
        display: block;
    }
}
.statistic_table .hide {
    display: none;
}
@media screen and (max-width: 970px) {
    .statistic_table {
        display: block;
    }
    .statistic_table .tr {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #d0d6e1;
        padding-top: 15px;
        margin-top: 15px;
    }
    .statistic_table .tr:first-child {
        display: none;
    }
    .statistic_table .tr:nth-child(2) {
        margin-top: 0;
    }
    .statistic_table .th {
        display: none;
    }
    .statistic_table .td {
        display: block;
        border: none !important;
        padding: 0 !important;
    }
    .statistic_table .td:nth-child(1) {
        display: none;
    }
    .statistic_table .td:nth-child(2) {
        display: none;
    }
    .statistic_table .td:nth-child(3) {
        order: 1;
        width: 60%;
    }
    .statistic_table .td:nth-child(4) {
        order: 2;
        width: 40%;
        text-align: right;
        line-height: 1.2;
    }
    .statistic_table .td:nth-child(5) {
        order: 3;
        width: 70%;
        padding-top: 10px !important;
    }
    .statistic_table .td:nth-child(6) {
        order: 4;
        width: 30%;
        text-align: right;
        padding-top: 10px !important;
    }
    .statistic_table .td:nth-child(7) {
        display: none;
    }
    .statistic_table .hide {
        display: block;
    }
}
.status {
    white-space: nowrap;
    font-size: 16px;
    color: #009c97;
    flex-direction: column;
}
.status img {
    margin: 0 0 10px;
}
.status.error {
    color: #ff4806;
}
.status.treatment {
    color: #ffa700;
}
.status a {
    color: #ff4806;
}
.case_table {
    max-width: 173px;
    position: relative;
}
.case_table img:first-child {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: solid 1px #cdd5e2;
    margin-right: 15px;
}
.case_table img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 20px;
}
@media screen and (min-width: 971px) {
    .case_table img:nth-child(2) {
        display: none;
    }
}
.cart_table {
    max-width: 170px;
}
.cart_table div {
    font-size: 16px;
}
.graph h2 {
    margin: 10px 0;
    color: #667b9d;
}
.filter {
    padding-bottom: 20px;
}
.filter .left {
    flex-grow: 2;
    margin-right: 30px;
}
.filter .left .row {
    margin: 0 -5px;
}
.filter .left .row > div {
    padding: 0 5px;
}
@media screen and (max-width: 480px) {
    .filter .left .row > div {
        width: 100%;
    }
}
.filter .left input {
    display: block;
    width: 100%;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    .filter .left > .row > div {
        margin-bottom: 15px;
    }
    .filter .left > .row > div .row > div {
        margin-bottom: 15px;
    }
}
.filter .right {
    font-size: 18px;
    white-space: nowrap;
    font-weight: 500;
}
.filter .right a {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 16px;
}
.filter .right a img {
    margin-right: 10px;
}
@media screen and (max-width: 480px) {
    .filter .right {
        font-size: 14px;
    }
    .filter .right a {
        font-size: 12px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 991px) {
    .filter {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .filter .left {
        margin-right: 0;
        max-width: none;
        width: 100%;
    }
}
.filter .calendarwrap input:first-child {
    border-radius: 12px 0 0 12px;
    border-right: 0;
}
.filter .calendarwrap input:last-child {
    border-radius: 0 12px 12px 0;
}
.filter2 {
    max-width: 973px;
}
.filter2 > div {
    margin-bottom: 20px;
}
@media screen and (max-width: 570px) {
    .filter2 > div {
        align-items: flex-start !important;
        flex-direction: column;
    }
    .filter2 > div .selectblock {
        width: 100%;
        margin-top: 15px;
    }
}
.filter2 h3 {
    margin: 0 20px 0 0;
    white-space: nowrap;
}
.filter2 .selectblock {
    flex-grow: 2;
}
.search_form {
    position: relative;
}
.search_form input {
    padding-right: 50px;
}
.search_form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    background: none;
    width: 50px;
}
.userinfo_block {
    display: flex;
}
.userinfo_block .left {
    width: 120px;
    margin-right: 40px;
    position: relative;
    z-index: 1;
}
.userinfo_block .right {
    flex-grow: 2;
    max-width: 870px;
}
@media screen and (max-width: 767px) {
    .userinfo_block {
        flex-direction: column;
        align-items: center;
    }
    .userinfo_block .left {
        margin-right: 0;
    }
    .userinfo_block .right {
        width: 100%;
    }
}
.logo_user {
    border-radius: 50%;
    box-shadow: 0 10px 20px 0 rgba(147, 160, 184, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    position: relative;
}
.logo_user img {
    border-radius: 50%;
    display: block;
}
.logo_user .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 72, 6, 0.6);
    opacity: 0;
    transition: all 0.4s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_user .link_edit {
    position: absolute;
    top: calc(100% - 10px);
    left: -26px;
    width: 172px;
    text-align: center;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(147, 160, 184, 0.3);
    border-radius: 8px;
    display: none;
}
.logo_user .link_edit:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.logo_user .link_edit ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
}
.logo_user .link_edit ul li {
    line-height: 1;
    margin-top: 10px;
}
.logo_user .link_edit ul li:first-child {
    margin: 0;
}
.logo_user .link_edit ul li a {
    display: inline-block;
}
.logo_user:hover .hover {
    opacity: 1;
}
.logo_user:hover .link_edit {
    display: block;
}
.requisites_user {
    padding-top: 60px;
    max-width: 1010px;
}
.requisites_user.top {
    padding-top: 0;
    max-width: none;
    margin-top: -20px;
}
.requisites_user h2 {
    margin-bottom: 10px;
}
.requisites_user .row > div {
    margin-top: 20px;
}
.requisites_user span {
    display: block;
    margin-bottom: 10px;
}
.requisites_user input {
    width: 100%;
    display: block;
    font-weight: normal;
}
.documentation {
    padding-top: 60px;
}
.documentation .body {
    margin: 0 -10px;
}
.documentation .body > div {
    padding: 0 10px;
    margin-top: 15px;
}
.documentation .body .block {
    border-radius: 12px;
    border: solid 1px #cdd5e2;
    overflow: hidden;
    position: relative;
}
.documentation .body .block img {
    display: block;
    width: 100%;
}
.documentation .body .block:hover .hoverblock {
    opacity: 1;
}
.documentation .body .hoverblock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.documentation .body .hoverblock .wrap {
    display: flex;
    align-items: center;
}
.documentation .body .hoverblock a {
    max-width: 20px;
}
.documentation .body .hoverblock a:first-child {
    max-width: 24px;
    margin-right: 20px;
}
.documentation .body .hoverblock a img {
    width: 100%;
}
.add_doc {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    border: 1px dashed #93a0b8;
    cursor: pointer;
}
.add_doc input {
    display: none;
}
.add_doc span {
    font-size: 16px;
    font-weight: 500;
    background: url(../images/add_icon.svg) 50% 0 no-repeat;
    background-size: 24px 24px;
    margin-top: 30px;
    padding: 35px 10px 20px;
}
.add_doc:hover {
    color: #667b9d;
}
.devices .block {
    padding: 20px 30px;
    border-radius: 8px;
    border: solid 1px #667b9d;
    margin-top: 20px;
}
.devices .block:first-child {
    margin: 0;
}
.devices .block h3 {
    margin-bottom: 8px;
}
.devices .block p {
    margin: 0;
}
@media screen and (max-width: 370px) {
    .devices .block {
        flex-direction: column;
        align-items: flex-start;
    }
    .devices .block .icon {
        margin: 10px 0 0;
    }
}
.devices .icon {
    display: flex;
    align-items: center;
    width: 20px;
    min-width: 20px;
    margin-left: 20px;
}
.devices .icon img {
    display: block;
}
.services .block {
    margin-top: 22px;
}
.services .block .left {
    max-width: 350px;
}
.services .block .right {
    width: 90px;
    min-width: 90px;
    margin-left: 20px;
    display: flex;
    justify-content: flex-end;
}
.services .block:first-child {
    margin-top: 0;
}
.services .block h3 {
    margin: 0 0 10px;
}
.services .block p {
    margin: 0;
}
@media screen and (max-width: 400px) {
    .services .block {
        flex-direction: column;
    }
    .services .block .right {
        justify-content: flex-start;
        margin: 20px 0 0;
    }
}
.checked_block {
    display: block;
}
.checked_block input {
    display: none;
}
.checked_block input:checked + span {
    background: #009c97;
    border-color: #009c97;
}
.checked_block input:checked + span:before {
    left: calc(100% - 20px);
    background: #fff;
}
.checked_block span {
    position: relative;
    cursor: pointer;
    width: 42px;
    height: 24px;
    display: block;
    border-radius: 20px;
    background-color: #ffffff;
    border: solid 1px #cdd5e2;
    transition: all 0.4s ease 0s;
}
.checked_block span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #93a0b8;
    transition: all 0.4s ease 0s;
}
.selectblock {
    position: relative;
}
.selectblock .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    color: #93a0b8;
    border-radius: 12px;
    background-color: #ffffff;
    border: solid 1px #cdd5e2;
    padding: 0 45px 0 20px;
    cursor: pointer;
}
.selectblock .title div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.selectblock .title.active + ul {
    display: block;
}
.selectblock .title span {
    position: absolute;
    right: 20px;
    top: 18px;
    border-width: 6px;
    margin-top: 3px;
    border-style: solid;
    border-color: #667b9d transparent transparent transparent;
}
.selectblock .title span:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.selectblock ul {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    min-width: 213px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(147, 160, 184, 0.4);
    border-radius: 12px;
    padding: 14px;
    display: none;
    z-index: 2;
}
.selectblock ul li {
    cursor: pointer;
    margin-top: 12px;
    line-height: 16px;
    position: relative;
    white-space: nowrap;
}
.selectblock ul li:first-child {
    margin-top: 0;
}
.selectblock ul li:hover {
    color: #ff4806;
}
.selectblock .checkblock {
    font-size: 14px;
}
.score img {
    margin-right: 25px;
    margin-bottom: 20px;
}
.score .right {
    padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
    .score .right {
        padding-right: 35px;
        max-width: 310px;
        border-right: 1px solid #e5e9f0;
        min-height: 356px;
    }
    .score .right .title {
        line-height: 50px;
    }
}
.score .block {
    margin-top: 30px;
}
@media screen and (max-width: 500px) {
    .score .block {
        margin-top: 15px;
    }
}
.score .block:first-child {
    margin-top: 0;
}
.score .block h2,
.score .block h3 {
    margin: 0;
}
@media screen and (max-width: 500px) {
    .score {
        flex-direction: column;
    }
}
.copylink input {
    font-weight: normal;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    max-width: 400px;
}
.source_qr {
    margin-top: 50px;
    max-width: 430px;
}
.source_qr img {
    margin-right: 25px;
}
@media screen and (max-width: 767px) {
    .source_qr {
        margin-top: 20px;
    }
    .source_qr img {
        margin-right: 15px;
    }
}
.change_qr {
    margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
    .change_qr {
        font-size: 12px;
    }
}
.change_qr div {
    cursor: pointer;
}
.change_qr div.active {
    font-weight: 500;
}
.change_qr span {
    min-width: 42px;
    height: 24px;
    border-radius: 20px;
    background-color: #ffffff;
    border: solid 1px #cdd5e2;
    position: relative;
    margin: 0 11px;
}
.change_qr span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    background: #93a0b8 url(../images/arrow_right.svg) 50% 50% no-repeat;
    background-size: 10px auto;
    transform: rotate(180deg);
}
.change_qr span.active:before {
    transform: rotate(0);
    left: calc(100% - 20px);
}
.qrwrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 10px 20px 0 #cdd5e2;
    max-width: 200px;
    width: 100%;
    height: 276px;
    position: relative;
}
.qrwrap.horizont {
    max-width: 276px;
    height: 200px;
}
.qrwrap.bg:before {
    content: "";
    position: absolute;
    top: 5px;
    right: -20px;
    transform: rotate(45deg);
    width: 60px;
    height: 15px;
    background: rgba(0, 0, 0, 0.04);
}
.qrwrap.bg:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -20px;
    transform: rotate(45deg);
    width: 60px;
    height: 15px;
    background: rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
    .qr_right {
        margin-top: 20px;
    }
}
.add_cash {
    margin-top: 40px;
    padding: 0;
}
@media screen and (min-width: 992px) {
    .add_cash .row {
        margin: 0;
    }
    .add_cash .row > div {
        padding: 0;
    }
    .add_cash .row .col-md-5 {
        width: 45%;
    }
    .add_cash .row .col-md-7 {
        width: 55%;
    }
}
.add_cash .leftcol {
    padding: 40px 50px 40px 40px;
}
@media screen and (max-width: 520px) {
    .add_cash .leftcol {
        padding: 15px 45px 15px 15px;
    }
    .add_cash .leftcol .flexbox {
        flex-direction: column;
    }
    .add_cash .leftcol .left {
        margin: 0 0 30px;
    }
}
.add_cash .left {
    margin-right: 60px;
}
.add_cash .right {
    flex-grow: 2;
}
.add_cash .logo_user {
    border-radius: 8px;
}
.add_cash .logo_user img {
    border-radius: 8px;
}
.add_cash .logo_user .hover {
    border-radius: 8px;
}
.add_cash .logo_user .link_edit {
    top: calc(100% - -14px);
}
.cachmap {
    border-radius: 0 16px 16px 0;
    overflow: hidden;
    height: 100%;
    min-height: 300px;
}
@media screen and (max-width: 991px) {
    .cachmap {
        border-radius: 0 0 16px 16px;
    }
}
.cach_form input {
    width: 100%;
    font-weight: normal;
}
.cach_form .info {
    position: absolute;
    top: 26px;
    right: -25px;
    width: 18px;
    height: 18px;
    background: url(../images/info.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.cach_form .block {
    margin-top: 20px;
    position: relative;
}
.cach_form .block:first-child {
    margin-top: 0;
}
.cach_form .block .b_title {
    margin-bottom: 10px;
    display: block;
    line-height: 1.14;
}
.footer {
    background: #fff;
    padding: 2px 0 22px;
}
@media screen and (max-width: 767px) {
    .footer {
        text-align: center;
    }
}
.footer .store {
    margin-right: 40px;
    display: flex !important;
}
@media screen and (max-width: 500px) {
    .footer .store {
        margin: 0 auto;
    }
}
.footer .store a {
    margin-top: 8px;
}
.footer.biz {
    padding: 1px 0 9px;
}
.footer.biz .copyright {
    margin-top: 8px;
}
@media screen and (max-width: 500px) {
    .footer.biz .copyright {
        width: 100%;
        order: 2;
    }
}
.footer.biz .footer_link a {
    margin-top: 8px;
}
@media screen and (max-width: 500px) {
    .footer.biz .footer_link {
        flex-direction: column;
        width: 100%;
    }
    .footer.biz .footer_link a {
        margin-right: 0;
    }
}
.footer.biz .footermenu li {
    margin-top: 8px;
}
@media screen and (max-width: 991px) {
    .footer_left {
        justify-content: flex-start !important;
    }
}
@media screen and (max-width: 500px) {
    .footer_right {
        flex-direction: column;
        align-items: flex-start !important;
    }
}
.copyright {
    margin-top: 20px;
}
.footer_link {
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .footer_link {
        justify-content: flex-end;
    }
}
.footer_link a {
    margin-top: 20px;
}
.footer_link a:first-child {
    margin-right: 40px;
}
@media screen and (max-width: 767px) {
    .footer_link a:first-child {
        margin-right: 20px;
    }
}
.footermenu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 50px;
    flex-grow: 2;
    max-width: 340px;
    justify-content: space-between;
}
.footermenu li {
    margin-top: 20px;
}
@media screen and (max-width: 500px) {
    .footermenu {
        margin-left: 0;
        width: 100%;
        max-width: none;
        flex-direction: column;
    }
}
.popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 15px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    background: rgba(27, 25, 49, 0.5);
    z-index: 10;
    display: none;
}
.popup_wrap .wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 470px;
    width: 100%;
    padding: 40px 45px;
    position: relative;
    line-height: 1;
    box-sizing: border-box;
    text-align: left;
    border-radius: 16px;
    font-size: 14px;
    background-color: #ffffff;
    box-shadow: 0 10px 40px 0 rgba(76, 81, 92, 0.2);
}
.popup_wrap .closebut {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(../images/close.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.popup_wrap input {
    font-weight: normal;
}
.popup_wrap:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.daterangepicker {
    display: none;
}
.daterangepicker {
    display: none;
    border: 1px solid #e3e3e3;
    font-size: 13px;
}
.daterangepicker .daterangepicker_input {
    display: none;
}
.daterangepicker table {
    border-collapse: collapse;
}
.daterangepicker td.off {
    visibility: hidden;
    height: 0;
    min-height: 0;
    padding: 0;
    line-height: 0;
}
.daterangepicker .month {
    font-size: 19px;
    font-weight: 500;
}
.daterangepicker .table-condensed thead tr:first-child th i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/arrowcalendar.svg) 0 0 no-repeat;
}
.daterangepicker .table-condensed thead tr:first-child th i:hover {
    background: url(../images/arrowcalendarh.svg) 0 0 no-repeat;
}
.daterangepicker .table-condensed thead tr:first-child th {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}
.daterangepicker .table-condensed thead tr:last-child th {
    padding: 15px 0;
    font-weight: normal;
    color: #84888c;
    font-size: 13px;
}
/*# sourceMappingURL=styles.css.map */
