/* ////////////////////////////////////////////////  RESET STYLES  //////////////////////////////////////////////// */

* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}

table,
tr,
th,
td {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

img {
    vertical-align: top;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

/* //////////////////////////////////////////////// FONTS //////////////////////////////////////////////// */

@font-face {
    font-family: "icons";
    src: url("../fonts/icons.eot?arisb8");
    src: url("../fonts/icons.eot?arisb8#iefix") format("embedded-opentype"),
        url("../fonts/icons.ttf?arisb8") format("truetype"),
        url("../fonts/icons.woff?arisb8") format("woff"),
        url("../fonts/icons.svg?arisb8#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-b:before {
    content: "\e900";
}

.icon-arrow-l:before {
    content: "\e901";
}

.icon-arrow-r:before {
    content: "\e902";
}

.icon-arrow-t:before {
    content: "\e903";
}

.icon-burger:before {
    content: "\e904";
}

.icon-close:before,
.show-mobile-menu-btn:after {
    content: "\e905";
}

/* ////////////////////////////////////////////////  GLOBAL STYLES //////////////////////////////////////////////// */

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    height: 100%;
}

html.is-locked,
html.is-locked body {
    position: relative;
    overflow-y: hidden;
}

body {
    position: relative;
    color: #000;
    font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.47;
    background: #fff;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}

.global-locked-transitions * {
    -webkit-transition: none !important;
    transition: none !important;
}

.global-wrapper {
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

.global-wrapper-inner {
    min-height: 100%;
    padding-bottom: 10rem;
}

._no-footer .global-wrapper-inner {
    padding-bottom: 0;
}

.base-content {
    padding: 3rem 0 8rem;
}

.base-content._no-indent {
    padding: 0;
}

._no-footer .base-content {
    padding-bottom: 4rem;
}

.inner-width {
    max-width: 878px;
    margin: 0 auto;
}

/* //////////////////////////////////////////////// UI //////////////////////////////////////////////// */

/***** FAST STYLES *****/

._centered-text {
    text-align: center;
}

._bold {
    font-weight: bold;
}

._italic {
    font-style: italic;
}

._nowrap {
    white-space: nowrap;
}

._leften {
    float: left;
}

._righten {
    float: right;
}

.clear {
    clear: both;
    position: relative;
    height: 0px;
}

.fw:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.is-hide {
    display: none;
}

/***** TEXT *****/

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

h1,
.h1 {
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 2.2rem;
}

h2,
.h2 {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

h3,
.h3 {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.1;
    margin-bottom: 1.3rem;
}

h4,
.h4 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1.3rem;
}

h5,
.h5 {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

h6,
.h6 {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.static-text p,
.static-text ul,
.static-text ol,
.static-text img,
.static-text table {
    margin-bottom: 3rem;
}

.static-text p {
    opacity: 0.7;
}

/***** BUTTONS *****/

.btn {
    font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    min-width: 15rem;
    padding: 0 2.5rem;
    margin: 0;
    height: 5rem;
    line-height: 4.8rem;
    font-size: 1.3rem;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ff0000;
    border-radius: 2.5rem;
    background: #fff;
    color: #ff0000;
    opacity: 0.6;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btn:hover {
    background: #ff0000;
    opacity: 1;
    color: #fff;
}

.btn._with-shadow {
    box-shadow: 0 1rem 1.6rem rgba(142, 29, 29, 0.3);
}

.btn.is-disabled {
    opacity: 0.2 !important;
    color: #ff0000 !important;
    background: #fff !important;
    cursor: default !important;
}

.btn._red {
    border-color: #ff0000;
    background: #ff0000;
    color: #fff;
    opacity: 1;
}

.btn._red:hover {
    border-color: #f30505;
    background: #f30505;
}

.btn .plus {
    font-weight: normal;
    font-size: 2.4rem;
    vertical-align: middle;
    margin-right: 0.6rem;
    position: relative;
    top: -0.2rem;
}

.show-all-btn {
    display: block;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #eaeaea;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.show-all-btn:hover {
    background: #f7f7f7;
}

/***** FORM *****/

.form-field {
    position: relative;
    margin-bottom: 3.5rem;
}

.form-submit {
    text-align: center;
    padding-top: 0.5rem;
}

.inp-text {
    font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
    width: 100%;
    height: 5rem;
    border: none;
    border-radius: 0;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 100;
    color: #000;
    position: relative;
    z-index: 1;
}

/***** OVERLAY *****/

.global-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.global-overlay.is-show {
    opacity: 0.5;
    visibility: visible;
}

/***** MODAL POPUPS *****/

.popup {
    position: absolute;
    width: 120rem;
    left: 50%;
    margin-left: -60rem;
    top: 3rem;
    background: #999;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.popup.is-show {
    opacity: 1;
    visibility: visible;
}

/***** BREADCRUMBS *****/

.breadcrumbs {
    margin-bottom: 5rem;
}

.breadcrumb-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 3.5rem;
    color: #ff0000;
    text-decoration: none;
    opacity: 0.3;
}

.breadcrumb-item:last-child {
    margin-right: 0;
}

.breadcrumb-item:before {
    font-size: 1.2rem;
    position: absolute;
    right: -2.2rem;
    top: 0.5rem;
}

.breadcrumb-item:hover {
    opacity: 1;
}

.breadcrumb-item:hover:before {
    opacity: 0.5;
}

.breadcrumb-item.is-current {
    opacity: 1;
}

.breadcrumb-item.is-current:before {
    display: none;
}

/***** INFO BLOCK *****/

.info-block-wrapper {
    margin-bottom: 3rem;
}

.info-block {
    border: 1px solid #eaeaea;
}

.info-block-header {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding: 2.6rem 3.5rem;
}

.info-block-header._with-controls {
    padding-right: 23rem;
}

.info-block-header__title {
    margin-bottom: 0;
    font-size: 2.5rem;
}

.info-block-header__label {
    opacity: 0.4;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.info-block-header__control-btn {
    position: absolute;
    right: 2rem;
    top: 1.4rem;
    width: 19rem;
}

/***** HELP INFO *****/

.help-info {
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 1.5rem;
}

.help-info-btn {
    display: inline-block;
    vertical-align: middle;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.4rem;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    text-align: center;
    color: #eaeaea;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.help-info-btn:hover {
    border-color: #ff0000;
    color: #ff0000;
}

/***** STATISTIC DIAGRAM *****/

.statistic-item {
    display: inline-block;
    vertical-align: top;
    width: 9rem;
    margin: 0 2.3rem 2.5rem;
}

.statistic-diagram {
    position: relative;
    width: 7.6rem;
    height: 7.6rem;
    margin: 0 auto;
}

.statistic-diagram__value {
    position: absolute;
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    left: 50%;
    top: 50%;
    margin: -3.5rem 0 0 -3.5rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    color: #000;
}

.statistic-item__label {
    font-size: 1.3rem;
    color: #999;
    padding-top: 1rem;
}

/***** ACCORDION *****/

.accordion {
    padding: 2.5rem 3rem;
}

.accordion-item {
    margin-bottom: 4rem;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-item.is-active .accordion-item__content {
    display: block;
}

.accordion-item.is-active .accordion-item__title-val {
    color: #ff0000;
}

.accordion-item.is-active .accordion-item__title-val:before {
    border-top-color: #ff0000;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-item__title-val {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-right: 2.5rem;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.accordion-item__title-val:before {
    content: "";
    position: absolute;
    top: 0.7rem;
    right: 0;
    border: 0.4rem solid transparent;
    border-bottom-width: 0;
    border-top-width: 0.8rem;
    border-top-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.desktop .accordion-item__title-val:hover {
    color: #ff0000;
}

.desktop .accordion-item__title-val:hover:before {
    border-top-color: #ff0000;
}

.accordion-item__content {
    padding-top: 1.8rem;
    opacity: 0.7;
    display: none;
}

/***** TABLE LIST *****/

.table-list {
    display: table;
    width: 100%;
}

.table-list-item {
    display: table-row;
    text-decoration: none;
    position: relative;
}

.table-list-item:last-child .table-list-item__cell {
    border-bottom: none;
}

.table-list-item:hover .table-list-item__cell {
    background: #f7f7f7;
}

.table-list-item:before {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    font-size: 1.6rem;
    margin-top: -0.8rem;
    color: #eaeaea;
    display: none;
}

.table-list-item.is-active .table-list-item__title {
    color: #ff0000;
    opacity: 1;
}

.table-list-item.is-active .table-list-item__control-btn {
    color: #000;
}

.table-list-item__cell {
    display: table-cell;
    padding: 1.6rem 2.7rem;
    border-bottom: 1px solid #eaeaea;
}

.table-list-item__cell._controls {
    vertical-align: middle;
    text-align: right;
}

.table-list-item__cell._price {
    vertical-align: middle;
}

.table-list-item__title {
    opacity: 0.6;
    margin-bottom: 0;
}

.table-list-item__data {
    font-size: 1.3rem;
    line-height: 1.1;
    padding-top: 0.2rem;
    opacity: 0.5;
}

.table-list-item__price {
    font-size: 1.7rem;
    font-weight: bold;
    white-space: nowrap;
    opacity: 0.6;
}

.table-list-item__description {
    font-size: 1.2rem;
    opacity: 0.5;
}

.table-list-item__control-btn {
    font-size: 1.4rem;
    color: #ff0000;
}

.table-list-group {
    border-bottom: 1px solid #eaeaea;
}

.table-list-group:last-child {
    border-bottom: none;
}

.table-list-group.is-active .table-list-group-content {
    display: block;
}

.table-list-group.is-active .table-list-group-header {
    background: #f8f8f8;
}

.table-list-group.is-active .table-list-group-header:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table-list-group-header {
    position: relative;
    padding: 2.4rem 5rem 2.4rem 3rem;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 1.1;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.table-list-group-header:before {
    position: absolute;
    top: 2.8rem;
    right: 2rem;
    font-size: 1.2rem;
    color: #eaeaea;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.table-list-group-header:hover {
    background: #f7f7f7;
}

.table-list-group-header:hover:before {
    color: #000;
}

.table-list-group-content {
    display: none;
    border-top: 1px solid #eaeaea;
}

.table-list-group-content .table-list-item__cell._title {
    padding-left: 6rem;
}

/* //////////////////////////////////////////////// HEADER //////////////////////////////////////////////// */

.header {
    height: 9rem;
    border-bottom: 1px solid #eaeaea;
}

.header-content {
    position: relative;
    padding-top: 3.3rem;
}

.logo {
    display: block;
    width: 3.8rem;
    text-decoration: none;
    position: absolute;
    top: 2.5rem;
    left: -11.3rem;
}

.logo img {
    max-width: 100%;
}

.top-menu._login-menu .top-menu-list {
    float: none;
    text-align: center;
}

.top-menu-list {
    float: left;
    list-style: none;
}

.top-menu-list-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 6rem;
    font-size: 1.5rem;
}

.top-menu-list-item:last-child {
    margin-right: 0;
}

.top-menu-list-item.is-active .top-menu-list-item__link {
    opacity: 1;
}

.top-menu-list-item.is-active .top-menu-list-item__link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3.8rem;
    height: 0.4rem;
    background: #ff0000;
    border-radius: 0.2rem;
    box-shadow: 0 2px 4px 0 rgba(255, 0, 0, 0.19);
}

.top-menu-list-item__link {
    position: relative;
    text-decoration: none;
    opacity: 0.4;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.top-menu-list-item__link:hover {
    opacity: 1;
}

.user-accaunt-data {
    float: right;
    position: relative;
    top: -0.6rem;
}

.user-accaunt-data:hover .user-accaunt-data__menu {
    opacity: 1;
    visibility: visible;
}

.user-accaunt-data:hover .user-accaunt-data__login:before {
    opacity: 1;
}

.user-accaunt-data__label {
    font-size: 1.4rem;
    opacity: 0.5;
    margin-bottom: 0.5rem;
    line-height: 1;
    display: none;
}

.user-accaunt-data__login {
    position: relative;
    display: inline-block;
    padding: 0.8rem 2.2rem 0.8rem 0;
    cursor: pointer;
}

.user-accaunt-data__login:before {
    position: absolute;
    right: 0;
    top: 1.8rem;
    color: #999;
    opacity: 0.5;
    font-size: 0.6rem;
}

.user-accaunt-data__menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 18rem;
    background: #fff;
    z-index: 10;
    border: 1px solid #eee;
    box-shadow: 0 2px 14px 0 rgba(151, 151, 151, 0.26);
    padding: 1.2rem 2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.user-accaunt-data__menu-elem {
    margin-bottom: 1rem;
}

.user-accaunt-data__menu-elem:last-child {
    margin-bottom: 0;
}

.user-accaunt-data__menu-elem a {
    color: #ff0000;
    opacity: 0.5;
    text-decoration: none;
}

.user-accaunt-data__menu-elem a:hover {
    opacity: 1;
}

.show-mobile-menu-btn {
    position: absolute;
    right: -0.5rem;
    top: 1.5rem;
    width: 4rem;
    height: 4rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 2rem;
    display: none;
}

.show-mobile-menu-btn:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.show-mobile-menu-btn:after {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 2.4rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "icons";
    opacity: 0;
    visibility: hidden;
}

.show-mobile-menu-btn.is-open:before {
    opacity: 0;
    visibility: hidden;
}

.show-mobile-menu-btn.is-open:after {
    opacity: 1;
    visibility: visible;
}

/* //////////////////////////////////////////////// FOOTER //////////////////////////////////////////////// */

.footer {
    margin-top: -10rem;
    height: 10rem;
    position: relative;
}

.footer-inner {
    position: relative;
    background: #fff;
    border-top: 1px solid #eaeaea;
    z-index: 4;
    padding-top: 2rem;
}

.footer-info {
    float: left;
}

.footer-contacts {
    font-size: 1.4rem;
    line-height: 1.29;
    margin-bottom: 1rem;
}

.copyright {
    font-size: 1.2rem;
    opacity: 0.5;
}

.developer {
    float: right;
    padding-top: 2.8rem;
    font-size: 1.2rem;
}

.developer span {
    opacity: 0.5;
}

.developer a {
    text-decoration: none;
}

.developer a:hover {
    text-decoration: underline;
}

/* //////////////////////////////////////////////// CHAT //////////////////////////////////////////////// */

.chat {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    z-index: 3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.chat.is-active {
    top: -1rem;
    z-index: 50;
}

.chat.is-active .chat-area {
    box-shadow: 0 0 15rem rgba(0, 0, 0, 0.2);
}

.chat.is-active + .footer-inner {
    z-index: 51;
}

.chat.is-active .chat-content {
    display: block;
}

.chat.is-active .chat-control-btn:before {
    display: none;
}

.chat.is-active .chat-control-btn:after {
    display: block;
}

.chat-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.chat-area {
    background: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.chat-header {
    height: 5rem;
    position: relative;
    padding: 1.2rem 5rem;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.chat-header:hover {
    background: #f7f7f7;
}

.chat-header:hover .chat-control-btn {
    color: #000;
}

.chat-header:hover .chat-control-btn:after {
    background: #000;
}

.chat-control-btn {
    position: absolute;
    width: 4rem;
    height: 4rem;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 1rem;
    color: #eaeaea;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.chat-control-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -1.2rem;
    width: 2.5rem;
    height: 3px;
    background: #eaeaea;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: none;
}

.chat-content {
    display: none;
}

.chat-dialog {
    border-top: 1px solid #eaeaea;
    padding: 1.5rem;
    overflow: hidden;
    overflow-y: auto;
    max-height: 50rem;
}

.chat-dialog-date {
    margin: 0 auto 3rem;
    max-width: 38rem;
    position: relative;
    text-align: center;
}

.chat-dialog-date:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #eaeaea;
}

.chat-dialog-date__val {
    display: inline-block;
    background: #fff;
    padding: 0 1rem;
    font-size: 1.2rem;
    position: relative;
}

.chat-dialog-message {
    margin-bottom: 3.5rem;
    font-size: 1.4rem;
}

.chat-dialog-message._right .chat-dialog-message__text {
    float: right;
    background: #fff;
}

.chat-dialog-message__text {
    max-width: 50rem;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    background: #ebebeb;
    border-radius: 0.8rem;
}

.chat-bottom {
    border-top: 1px solid #eaeaea;
    padding-top: 0.9rem;
    padding-right: 6rem;
    position: relative;
    min-height: 5rem;
}

.chat-input {
    background: none;
    border: none;
    width: 100%;
    min-height: 3rem;
    max-height: 8rem;
    font-size: 1.4rem;
    font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
    color: #000;
    padding: 0.5rem 2.5rem;
    resize: none;
}

.chat-submit-btn {
    position: absolute;
    width: 4rem;
    height: 4rem;
    background: none;
    padding: 0;
    right: 0.5rem;
    top: 0.5rem;
    border: none;
    cursor: pointer;
}

.chat-submit-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.9rem 0 0 -0.6rem;
    border: 0.9rem solid transparent;
    border-right-width: 0;
    border-left-width: 1.7rem;
    border-left-color: #ff0000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.chat-submit-btn:hover:before {
    border-left-color: #f30505;
}

/* //////////////////////////////////////////////// LOGIN //////////////////////////////////////////////// */

.login {
    max-width: 61.6rem;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    text-align: center;
    padding: 2.5rem 2rem 3rem;
    position: relative;
}

.login-title {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 4rem;
    padding-top: 1.5rem;
}

.login-phone-field-wrapper {
    margin-bottom: 2.5rem;
}

.login-phone-code {
    display: inline-block;
    vertical-align: middle;
    font-size: 3.5rem;
    margin-right: 0.5rem;
}

.login-phone-field {
    font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-bottom: 2px solid #eaeaea;
    height: 6rem;
    width: 27rem;
    font-size: 3.5rem;
    color: #000;
}

.login-phone-field::-webkit-input-placeholder {
    color: #eaeaea;
}

.login-phone-field::-moz-placeholder {
    color: #eaeaea;
}

.login-phone-field:-moz-placeholder {
    color: #eaeaea;
}

.login-phone-field:-ms-input-placeholder {
    color: #eaeaea;
}

.login-phone-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.login-phone-field:focus::-moz-placeholder {
    color: transparent;
}

.login-phone-field:focus:-moz-placeholder {
    color: transparent;
}

.login-phone-field:focus:-ms-input-placeholder {
    color: transparent;
}

.login-phone-field-label {
    opacity: 0.26;
}

.login-controls {
    padding-top: 5rem;
}

.login-controls .btn {
    min-width: 19rem;
}

.login-back-btn {
    position: absolute;
    width: 7rem;
    height: 7rem;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #999;
}

.login-back-btn:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login-back-btn:hover {
    background: #f7f7f7;
}

.login-input-phone {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 3rem;
    line-height: 1;
}

.login-smscode-field {
    font-size: 3.5rem;
    border: none;
    text-align: center;
    width: 20rem;
    letter-spacing: 5px;
}

.login-smscode-field::-webkit-input-placeholder {
    color: #000;
}

.login-smscode-field::-moz-placeholder {
    color: #000;
}

.login-smscode-field:-moz-placeholder {
    color: #000;
}

.login-smscode-field:-ms-input-placeholder {
    color: #000;
}

.login-smscode-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.login-smscode-field:focus::-moz-placeholder {
    color: transparent;
}

.login-smscode-field:focus:-moz-placeholder {
    color: transparent;
}

.login-smscode-field:focus:-ms-input-placeholder {
    color: transparent;
}

.login-smscode-field.is-error {
    color: #ff0000;
}

.repeat-code {
    margin-bottom: 2rem;
    line-height: 1;
}

.repeat-code-link {
    text-decoration: none;
}

.repeat-code-link:hover {
    color: #ff0000;
}

.login-phone-error-message {
    color: #ff0000;
    font-size: 1.3rem;
    visibility: hidden;
}

/* //////////////////////////////////////////////// ACCAUNT //////////////////////////////////////////////// */

/***** My phone *****/

.my-phone {
    float: left;
    width: 38.8%;
    height: 35rem;
}

.my-phone .info-block-header {
    height: 10rem;
    padding-top: 2rem;
}

.my-phone .info-block-content {
    padding: 4.2rem 1.5rem 0 1.5rem;
    text-align: center;
}

.my-phone__label {
    font-size: 1.3rem;
    opacity: 0.4;
    margin-bottom: 1.3rem;
}

.my-phone__score {
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3rem;
}

/***** My tariff *****/

.my-tariff {
    float: right;
    width: 58.2%;
    height: 35rem;
}

.my-tariff .info-block-header {
    height: 10rem;
    padding-top: 2rem;
}

.my-tariff .info-block-header__label {
    opacity: 0.7;
    margin-bottom: 0.3rem;
}

.my-tariff .info-block-header__title {
    color: #ff0000;
    display: inline-block;
    position: relative;
    padding-right: 4rem;
    font-size: 3.6rem;
}

.my-tariff .info-block-header__title .help-info {
    position: absolute;
    right: 0;
    top: 0.6rem;
}

.my-tariff .info-block-content {
    padding: 4.8rem 1.5rem 0;
    text-align: center;
}

.my-tariff .info-block-content.has-activate-tariff  {
    padding: 6.8rem 1.5rem 0 !important;
}

.my-tariff__controls {
    padding-top: 1.8rem;
}

.my-tariff__controls a {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff0000;
    text-decoration: none;
}

.my-tariff__controls a:hover {
    text-decoration: underline;
}

.my-tariff__statistics {
    text-align: center;
}

/***** Services *****/

.services .table-list-item__cell._title {
    width: 45%;
}

/* //////////////////////////////////////////////// RATES //////////////////////////////////////////////// */

.rates .table-list-item__cell._title {
    width: 32%;
}

/* //////////////////////////////////////////////// PAGE DETAIL //////////////////////////////////////////////// */

.page-detail .info-block-content {
    padding: 3rem 3.5rem;
}

.billing-condition-list {
    padding: 2rem 0;
}

.billing-condition-list-item {
    display: inline-block;
    vertical-align: top;
    width: 7.5rem;
    margin: 0 5rem 3.5rem 0;
    text-align: center;
}

.billing-condition-list-item:last-child {
    margin-right: 0;
}

.billing-condition-list-item__value {
    width: 7.5rem;
    height: 7.5rem;
    line-height: 7rem;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 1rem;
    font-size: 2.8rem;
    letter-spacing: -1.8px;
}

.billing-condition-list-item__label {
    font-size: 1.3rem;
    color: #999;
    line-height: 1.1;
}

/* //////////////////////////////////////////////// OFFICES //////////////////////////////////////////////// */

.offices {
    height: calc(100vh - 19rem);
}

.offices-content {
    float: left;
    width: 50%;
    height: 100%;
}

.offices-list {
    height: 100%;
    float: right;
    width: 439px;
    overflow: hidden;
    overflow-y: auto;
}

.offices-list-item {
    padding: 1.5rem 3.5rem;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    color: #000;
    text-decoration: none;
}

.offices-list-item:last-child {
    border-bottom: none;
}

.offices-list-item:hover {
    background: #f7f7f7;
}

.offices-list-item.is-active {
    color: #fff;
    background: #ff0000;
}

.offices-list-item.is-active a {
    text-decoration: none;
    color: #fff;
}

.offices-list-item a {
    text-decoration: none;
}

.offices-list-item__title {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.offices-list-item__worktime {
    margin-bottom: 1rem;
}

.offices-list-item__worktime-label {
    font-weight: bold;
}

.offices-list-item__phone {
    font-weight: bold;
}

.offices-map {
    float: left;
    width: 50%;
    height: 100%;
    min-height: 28rem;
}

@media (max-width: 1200px) {
    .header-content {
        padding-left: 8.5rem;
    }

    .logo {
        left: 0;
    }

    .top-menu._login-menu {
        padding-right: 8.5rem;
        margin: 0 -3.5rem;
    }
}

@media (max-width: 940px) {
    .inner-width {
        max-width: 100%;
        margin: 0 3rem;
    }

    .info-block-header {
        padding: 2.6rem 1.6rem;
    }

    .statistic-item {
        margin: 0 1.5rem 1.5rem;
    }

    .accordion {
        padding: 2.5rem 1.6rem;
    }

    .table-list-item__cell {
        padding: 1.6rem 1.6rem;
    }

    .table-list-group-header {
        padding: 2.4rem 5rem 2.4rem 1.6rem;
    }

    .table-list-group-content .table-list-item__cell._title {
        padding-left: 1.6rem;
    }

    .my-phone__label {
        margin-bottom: 2.5rem;
    }

    .my-phone__score {
        font-size: 4.6rem;
    }

    .services .table-list-item__cell._title {
        width: 35%;
    }

    .page-detail .info-block-content {
        padding: 3rem 2rem;
    }

    .offices-content {
        padding-left: 3rem;
    }

    .offices-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .global-wrapper-inner {
        padding-bottom: 19rem;
    }

    .base-content {
        padding: 9rem 0 8rem;
    }

    .base-content._no-indent {
        padding: 7rem 0 0;
    }

    .inner-width {
        margin: 0 2rem;
    }

    .breadcrumbs {
        margin-bottom: 2rem;
        font-size: 1.3rem;
    }

    .info-block-wrapper {
        margin-bottom: 2rem;
    }

    .info-block-header {
        padding: 1.6rem 1.6rem;
    }

    .info-block-header._with-controls {
        padding-right: 1.6rem;
    }

    .info-block-header__control-btn {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 2rem;
        width: auto;
    }

    .statistic-item {
        margin: 0 0 1.5rem;
    }

    .statistic-diagram__value {
        font-size: 1.5rem;
    }

    .statistic-item__label {
        font-size: 1.2rem;
    }

    .accordion-item__title-val {
        display: block;
    }

    .table-list {
        display: block;
    }

    .table-list-item:before {
        display: block;
    }

    .table-list-item {
        display: block;
        border-bottom: 1px solid #eaeaea;
    }

    .table-list-item:last-child {
        border-bottom: none;
    }

    .table-list-item:hover {
        background: #f7f7f7;
    }

    .table-list-item__cell {
        display: none;
        border-bottom: none;
    }

    .table-list-item__cell._price {
        display: block;
    }

    .table-list-item__cell._title {
        display: block;
        padding-right: 4rem;
    }

    .table-list-item__data {
        font-size: 1.2rem;
    }

    .table-list-item__price {
        font-size: 1.5rem;
    }

    .table-list-group-header {
        padding: 1.5rem 5rem 1.5rem 1.6rem;
    }

    .table-list-group-content .table-list-item:before {
        display: none;
    }

    .header {
        height: 7rem;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 100;
    }

    .logo {
        top: 1.5rem;
    }

    .top-menu:not(._login-menu) {
        position: fixed;
        top: 7rem;
        bottom: 0;
        right: 0;
        width: 21rem;
        background: #fff;
        padding: 3rem 2rem;
        overflow: hidden;
        overflow-y: auto;
        z-index: 100;
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .top-menu:not(._login-menu).is-show {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .top-menu._login-menu {
        margin-top: -1rem;
    }

    .top-menu._login-menu .top-menu-list-item {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .top-menu._login-menu
    .top-menu-list-item.is-active
    .top-menu-list-item__link:before {
        top: auto;
        bottom: -2.8rem;
    }

    .top-menu-list-item.is-active .top-menu-list-item__link:before {
        bottom: auto;
        top: 100%;
    }

    .top-menu-list-item {
        display: block;
        margin-right: 0;
        margin-bottom: 5rem;
        font-size: 1.7rem;
    }

    .top-menu-list-item__link {
        opacity: 1;
    }

    .user-accaunt-data {
        float: none;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
        padding: 3rem 2rem;
    }

    .user-accaunt-data__label {
        display: block;
    }

    .user-accaunt-data__login {
        padding: 0;
    }

    .user-accaunt-data__login:before {
        display: none;
    }

    .user-accaunt-data__menu {
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        background: none;
        padding: 1rem 0 0;
        position: relative;
        width: auto;
        top: auto;
        border: none;
        font-size: 1.7rem;
    }

    .user-accaunt-data__menu-elem a {
        opacity: 1;
    }

    .show-mobile-menu-btn {
        display: block;
    }

    .footer {
        margin-top: -19rem;
        height: 19rem;
    }

    .footer-info {
        float: none;
    }

    .footer-contacts {
        font-size: 1.7rem;
        line-height: 1.65;
        margin-bottom: 1.8rem;
    }

    .developer {
        float: none;
    }

    .chat-dialog {
        max-height: 35rem;
    }

    .chat-dialog-date {
        margin-bottom: 2rem;
    }

    .chat-dialog-message {
        margin-bottom: 1.5rem;
    }

    .chat-dialog-message__text {
        max-width: 80%;
    }

    .login {
        padding: 2.5rem 1rem 2rem;
    }

    .login-title {
        font-size: 1.5rem;
        margin-bottom: 3rem;
        padding-top: 0.5rem;
    }

    .login-phone-field-wrapper {
        margin-bottom: 2rem;
    }

    .login-phone-code {
        font-size: 2.6rem;
    }

    .login-phone-field {
        font-size: 2.6rem;
        height: 5rem;
        width: 20.4rem;
    }

    .login-phone-field-label {
        font-size: 1.1rem;
    }

    .login-controls {
        padding-top: 4rem;
    }

    .login-controls .btn {
        min-width: 14rem;
    }

    .login-back-btn {
        display: none;
    }

    .login-input-phone {
        font-size: 1.5rem;
    }

    .login-smscode-field {
        font-size: 2.6rem;
    }

    .repeat-code-link {
        font-size: 1.2rem;
    }

    .login-phone-error-message {
        font-size: 1rem;
    }

    .my-phone {
        float: none;
        width: 100%;
        margin-bottom: 2rem;
    }

    .my-tariff {
        float: none;
        width: 100%;
    }

    .my-tariff .info-block-header__label {
        margin-bottom: 1.2rem;
    }

    .my-tariff .info-block-header__title {
        font-size: 2.5rem;
    }

    .my-tariff .info-block-header__title .help-info {
        top: 0.1rem;
    }

    .my-tariff .info-block-content {
        padding: 4.8rem 0 0;
    }

    .services .table-list-item__cell._title {
        width: 100%;
    }

    .rates .table-list-item__cell._title {
        display: inline-block;
        vertical-align: top;
        width: 68%;
        padding-right: 1rem;
    }

    .rates .table-list-item__cell._price {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        padding: 1.6rem 0;
        text-align: right;
    }

    .page-detail .info-block-header {
        text-align: center;
    }

    .billing-condition-list-item {
        margin-right: 0.5rem;
        margin-bottom: 2rem;
    }

    .billing-condition-list-item__value {
        width: 5.6rem;
        height: 5.6rem;
        line-height: 5.2rem;
        font-size: 1.8rem;
    }

    .billing-condition-list-item__label {
        font-size: 1.2rem;
    }

    .offices {
        height: auto;
    }

    .offices-content {
        padding-left: 0;
        float: none;
        width: 100%;
    }

    .offices-list {
        float: none;
        height: auto;
    }

    .offices-list-item {
        padding: 1.5rem 2rem;
    }

    .offices-list-item__title {
        font-size: 1.5rem;
    }

    .offices-map {
        float: none;
        width: 100%;
        height: 28rem;
    }
}
