#contant #to_back_circle{
    left: 0;
    margin-top: 29px;
}
#contant {
    position: relative;
}

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

#comp_rate{
    margin: 0;
    padding: 0;
}

#comp_rate .table-striped {
    border-top: 2px solid #C3C3C3;
    border-bottom: 6px solid #ADDEF7;
}
#comp_rate .comp_rate_header{
    background: url("../images/rates/bg.png") no-repeat center top;
    height: 270px;
    margin: 0 auto;
    position: relative;
    width: 1024px;
    text-align: center;
}
#comp_rate .comp_rate_header h2 {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    padding-bottom: 34px;
    padding-top: 89px;
    position: relative;
    font-family: Arial,sans-serif;
}
#comp_rate .comp_rate_header h2:before {
    background-color: #ffffff;
    bottom: 15px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -124px;
    position: absolute;
    width: 248px;
    opacity: 0.5;
}

#comp_rate .comp_rate_header p{
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    margin: 0;
    padding: 0;

}





#comp_rate {
    margin-bottom: 0;
}

#comp_rate .panel-group {
    margin: 0;
}

#comp_rate .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 6px solid #BCE4A1;
    padding: 0;
}
.user_block_form_tariff .panel-default,
#comp_rate .panel-default {
    border-color: #ffffff;
    box-shadow: none;
}

#comp_rate .panel-default > .panel-heading {
    background-color: #ffffff;
    border-color: #ffffff;
    margin: 0 auto;
    width: 1024px;
    padding: 15px 0;
}
.user_block_form_tariff .table,
#comp_rate .table {
    margin-bottom: 0;
}

#comp_rate .table > tbody > tr:hover {
    background: #E6F7FF;
    z-index: 2;
}

#comp_rate .table > tbody > tr > th {
    background-color: #ffffff !important;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e7e7e7;
    height: 74px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #6f6f6f;
}

#comp_rate .table > thead > tr > td,
#comp_rate .table > tbody > tr > td {
    height: 74px;
    vertical-align: middle;
    border: none;
    font-size: 13px;
    color: #7c7c7c;
}

#comp_rate .table-striped > tbody > tr:nth-child(2n+1) > td,
#comp_rate .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f7f7f7;
}
#comp_rate .table-striped > tbody > tr:nth-child(2n+1) > td:hover,
#comp_rate .table-striped > tbody > tr:nth-child(2n+1) > th:hover {
    background: transparent;
}
.b-col-all {
    width: 1024px;
    margin: 0 auto;
}
.b-col-all div {
    float: left;
}
.b-col-all div span {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 14px;
}
.b-col-all.m-height div span {
    line-height: 40px;
}
.b-col-max {
    width: 525px;
}
.b-col-small {
    width: 160px;
}
.b-col-large {
    width: 198px;
}
.b-col-little {
    width: 140px;
}
th .b-col-large,
th .b-col-small {
    text-align: center;
}
th .b-col-little {
    text-align: center;
}
td .b-col-large,
td .b-col-small,
td .b-col-little {
    text-align: center;
}
.yes:before {
    content: "";
    background: url("../../features/profile/img/yes.png");
    background-position:center center;
    background-color:transparent;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 20px;
    height: 14px;
    position: relative;
    display: inline-block;
}
.no:before {
    content: "";
    background: url("../../features/profile/img/no.png");
    background-position:center center;
    background-color:transparent;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    position: relative;
    display: inline-block;
}

.menu-tariff {
    padding-top: 12px;
}
.tariff-item {
    width: 100%;
    padding-top: 20px;
}
.tariff-item:hover {
    background-color: #fafafa;
}
.tariff-item h5 {
    margin: 0 0 10px;
    color: #333333;
    font-size: 14px;
}
.tariff-item .text {
    color: #7c7c7c;
    max-width: 550px;
    font-size: 12px;
}
.tariff-item .block-right {
    float: left;
}
.status {
    float: right;
}
.status p {
    color: #23B6F9;
    font-size: 12px;
    margin-top: 35px;
}
.status span {
    display: block;
    font-size: 10px;
    text-align: right;
    color: #7c7c7c;
}
.status .btn-prices {
    margin-bottom: 9px;
}
.personal,
.prof,
.corp {
    width: 1024px;
    margin: 0 auto;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}
.prof h5 {
    color: #36A8E7;
}
.corp h5 {
    color: #FF5D07;
}
.btn-prices {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    height: 42px;
    width: 133px;
    border-radius: 3px;
    border: 1px solid #23B6F9 !important;
    color: #23B6F9;
    transition: all 0.5s ease 0s;
}
.btn-prices:hover {
    color: #ffffff;
    background-color: #23B6F9;
    text-decoration: none;
}
.btn-prices.m-bg-corp {
    border: 1px solid #585858 !important;
    color: #585858;
}
.btn-prices.m-bg-corp:hover {
    border: 1px solid #FF5D07 !important;
    color: #ffffff;
    background-color: #FF5D07;
    text-decoration: none;
}
