.account-block {
    margin-top: 75px;
}
.account-block h3 {
    font-weight: 600;
    padding-left: 90px;
}
.account-data-rows strong {
    font-family: "Gotham";
}
.user-monitoring-section {
    margin-bottom: 75px;
}
.login-form-container {
    padding: 50px 60px;
    font-family: "Gotham";
    color: #4a4a4a;
}
.form-title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.form-subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding-bottom: 35px;
}

.form-message {
    padding-bottom: 15px;
}
.form-error {
    color: #dc3545;
    font-size: 12px;
}

.form-check label,
.form-group label {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.input-group-append .dimension {
    line-height: 40px;
    margin-left: 15px;
    font-size: 12px;
}
.form-group.not-valid label {
    color: #dc3545;
}
.form-group.not-valid input,
.form-group.not-valid textarea,
.form-group.not-valid select {
    border-color: #dc3545;
}
.form-action {
    margin: 25px 0 15px;
}
.form-action button {
    background: #225db3;
}
.login-link,
.forgot-link {
    font-size: 12px;
    line-height: 14px;
    color: #225db3;
}
.account-page {
    color: #4a4a4a;
}
.page-title {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    color: #4a4a4a;
}
.page-title h2 {
    font-weight: 500;
    line-height: normal;
}
.page-title .sub {
    font-size: 18px;
}
.page-title::after {
    content: '';
    height: 4px;
    background: #ffd840;
    width: 80px;
    display: block;
    margin: 15px auto;
}
.page-description {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0 60px;
    text-align: center;
    font-weight: bold;
}
.page-section {
    margin: 50px 0;
    padding: 50px;
}
.page-section .section-text {
    font-size: 16px;
    line-height: 1.5;
}
.page-section .small-note {
    font-size: 12px;
    line-height: 14px;
    margin: 40px 0;
}
.account-block .values-block {
    padding-top: 3px;
    padding-bottom: 3px;
}
.products-data .category-name {
    font-weight: bold;
}
.products-data .product-item {
    color: #757575;
    padding: 10px 0;
}
.products-data .product-item .name {
    line-height: 1.3;
}
.products-data .product-item .garantee_date {
    padding: 5px 0;
}
.user-consumption {
    color: #4a4a4a;
}
.user-consumption > .title-block {
    margin-bottom: 20px;
}
.user-consumption td {
    font-size: 16px;
    line-height: 24px;
}
.user-consumption > div {
    width: 100%;
}
.user-consumption .title {
    margin: 25px 0 50px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.user-consumption .consumptions-row {
    font-size: 16px;
    line-height: 24px;
}
.consumptions-row > span {
    display: inline-block;
}
.user-consumption .consumptions-row .label {
    text-align: left;
    padding-right: 25px;
    min-width: 150px;
}
.user-consumption .consumptions-row .value {
    text-align: left;
    font-weight: bold;
}
.chart-box .arrows {
    text-align: center;

}
.chart-box .arrows .chart-date {
    font-family: "Gotham";
    padding: 0 30px;
}
.chart-box nav a {
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}
.chart-box nav {
    margin-bottom: 70px;
}
.chart-tabs {
    text-align: center;
    list-style: none;
    margin: 0 0 60px;
    font-size: 0;
}
.chart-tabs li {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-family: "Gotham";
    width: 100px;
    height: 40px;
    display: inline-block;
}
.chart-tabs li:first-child {
    border-radius: 4px 0 0 4px;
}
.chart-tabs li:last-child {
    border-radius: 0 4px 4px 0;
}
.chart-tabs li a {
    background: #225db3;
    color: #fff;
    text-decoration: none;
    display: block;
    min-width: 95px;
    font-weight: 500;
    padding: 13px 25px;
}
.chart-tabs li a.selected,
.chart-tabs li a:hover {
    background: #ffd840;
    color: #4a4a4a;
}

.tab-control.selected {color:#3280cb; background:#fff;}
.chart-tab-view { position:relative; background:#fff; height:400px;}
.chart-container {
    position: relative;
    width: 100%;
}
.chart-container.desktop-chart {
    height: 350px;
}
.chart-container.mobile-chart {
    height: 450px;
}
.tab-view {
    opacity:0;
    position: absolute;
    top:0;
    z-index:0;
    width: 100%;
    height: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}
.tab-active { opacity:1; z-index:1; }

.tell-friend {
    background: #f4f7fb;
    padding: 50px;
}
.tell-friend .tellfriend-info {
    padding: 0 40px;
    color: #4a4a4a;
}
.tell-friend .tellfriend-info h3 {
    font-size: 24px;
    line-height: 1.25;
    font-family: "Gotham";
    margin-bottom: 20px;
}
.tell-friend .tellfriend-info .text {
    font-size: 16px;
    line-height: 1.5;
}
.tell-friend .tellfriend-form {
    padding: 0 40px;
}

@media only screen and (max-width: 959px) {
    .chart-tab-view {
        height: 500px;
        padding-bottom: 30px;
    }
    .user-monitoring-section {
        margin-bottom: 60px;
    }
    .chart-box nav {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 639px) {
    .tab-view {
        padding: 0 20px;
    }
    .chart-tabs {
        margin-bottom: 30px;
    }
    .chart-tab-view {
        min-height: 500px;
    }
    .account-block .values-block {
        padding-left: 120px;
        padding-top: 20px;
    }
    .user-consumption .consumptions-row .label {
        width: 35%;
        min-width: 120px;
    }
    .user-consumption .consumptions-row .value {
        width: 65%;
    }
}
@media (max-width: 479px) {
    .account-block h3 {
        padding-left: 20px;
    }
    .account-block .values-block {
        padding-left: 50px;
    }
    .user-consumption .consumptions-row .label {
        text-align: left;
        min-width: 90px;
        text-align: left;
    }
}
