.font-normal {
  font-weight: 400 !important;
}
.w-25p {
  width: 25%;
}
.w-35p {
  width: 35%;
}
.w-130 {
  width: 130px;
}
.w-280 {
  width: 280px;
}
.w-548 {
  width: 548px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-t-115 {
  margin-top: 115px;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-r-10 {
  margin-right: 10px !important;
}
.p-t-65 {
  padding-top: 65px;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-l-0 {
  padding-left: 0;
}
.p-r-0 {
  padding-right: 0;
}
.p-lr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-t-80 {
  padding-top: 80px;
}
.absolute {
  position: absolute;
}
.bg-gray {
  background-color: #e6e7e8;
}
.text-gray,
.text-grey {
  color: #6d6e71;
}
.table tbody tr.h-75 td,
.table tfoot tr.h-75 td {
  height: 75px;
}
.table tbody tr td,
.table tfoot tr td {
  border: none;
  vertical-align: middle;
}
.table tbody tr td,
.table tfoot tr td,
.table thead tr th {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 14px;
}
.table thead tr th {
  font-weight: 700;
  border-bottom: 0;
}
.table thead.table-header-big tr th {
  padding-bottom: 44px;
  padding-top: 44px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
.table a {
  color: inherit;
}
.table .table-bg-yellow {
  background-color: #fbb414;
}
.table .table-bg-yellow.table-cell-darken {
  background-color: #6c6d70;
  color: #fff;
}
.table.table-striped-transparent-white tbody tr td .icon-check-c {
  width: 27px;
  height: 28px;
  background: url(../images/icon_check_gray.png) 0 0 no-repeat;
}
.table.table-striped-transparent-white tbody tr td.table-cell-darken {
  background-color: #c4c5c5;
  color: #000;
}
.table.table-striped-transparent-white tbody tr td.table-cell-darken .icon-check-c {
  width: 27px;
  height: 28px;
  background: url(../images/icon_check_black.png) 0 0 no-repeat;
}
.table.table-striped-transparent-white tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table.table-striped-transparent-white tbody tr:nth-of-type(odd) .icon-check-c {
  width: 27px;
  height: 28px;
  background: url(../images/icon_check_gray.png) 0 0 no-repeat;
}
.table.table-striped-transparent-white tbody tr:nth-of-type(odd) td.table-cell-darken {
  background-color: #d9d9d9;
  color: #000;
}
.table.table-striped-transparent-white tbody tr:nth-of-type(odd) td.table-cell-darken .icon-check-c {
  width: 27px;
  height: 28px;
  background: url(../images/icon_check_black.png) 0 0 no-repeat;
}
.table.table-bordered-gray tbody td,
.table.table-bordered-gray tbody th,
.table.table-bordered-gray tfoot td,
.table.table-bordered-gray tfoot th,
.table.table-bordered-gray thead td,
.table.table-bordered-gray thead th {
  border: 2px solid #e6e7e8;
}
.table.table-body-white tbody td {
  background-color: #fff;
}
.table.but-first-left td:first-child,
.table.but-first-left th:first-child {
  text-align: left;
}
.table.table-sun th {
  /*������� � ��������� ������*/
  padding: 15px 10px 15px 10px;
  vertical-align: top;
  background-color: #fbb414;
}
.table.table-sun th:first-child {
  padding: 15px 20px 10px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.table.table-sun td {
  padding: 25px 20px;
}
.table.table-x-condensed-v td,
.table.table-x-condensed-v th {
  padding-top: 2px;
  padding-bottom: 2px;
}
.table.table-footer-padded tfoot tr:first-child td {
  padding-top: 50px;
}
.table.table-va-top tbody tr td,
.table.table-va-top tbody tr th,
.table.table-va-top tfoot tr td,
.table.table-va-top tfoot tr th,
.table.table-va-top thead tr td,
.table.table-va-top thead tr th {
  vertical-align: top;
}
.table.table-sun.table-solid td {
  border: none;
  border-left: solid 16px #e6e7e8;
  font-size: 18px;
  color: #6c6d70;
  font-weight: 600;
  line-height: 20px;
}
.table.table-sun.table-solid td .value {
  display: block;
  color: #fbb414;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}
.table.table-sun.table-solid td:first-child {
  border-left: none;
}
.table.table-solid tr {
  border: none;
}
.table.table-solid .small td {
  text-align: center;
  background: #fff;
  padding: 0 16px;
  border: none;
  font-weight: 100;
}
.table.table-solid .small .cell-bg {
  background: #e6e7e8;
  line-height: 18px;
  display: block;
  font-size: 18px;
  color: #000;
  padding: 16px 0;
}
.table.table-sun.table-solid th {
  font-weight: normal;
  font-size: 24px;
  line-height: 87px;
  padding: 0;
  border: none;
  border-left: solid 16px #e6e7e8;
  border-bottom: solid 14px #fff;
}
.table.table-sun.table-solid th:first-child {
  border-left: none;
}
.table.table-sun.table-solid th .value {
  font-weight: bold;
  font-size: 28px;
}
.table-heading {
  margin-bottom: 45px;
  margin-top: 65px;
  padding-left: 20px;
  font-size: 16px;
}
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #e6e7e8;
}
.content-area.content-area-gray {
  position: relative;
  padding: 20px 0;
  margin-left: 145px;
  margin-right: 145px;
  background-color: #e6e7e8;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.content-area .ya-tel-block {
  background: white;
}
.content-area .ya-tel-block .like-h1 {
  padding-top: 20px;
}
.content-area .ya-tel-block .text-idented {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.content-area .ya-tel-block .text-idented.text-idented__grouped {
  padding-bottom: 0;
}
.content-area .content-area-idented {
  text-indent: 20px;
  text-align: justify;
}
.content-area .content-area-subheader {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #6d6e71;
}
.content-area .content-area-subheader.left-iconed {
  position: relative;
}
.content-area .content-area-subheader.left-iconed:before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -28px;
  margin-top: -2px;
  width: 23px;
  height: 22px;
  background: url(../images/icon_blue_circle_minus.png) 0 0 no-repeat;
}
.content-area .content-area-subheader.left-iconed.collapsed:before {
  width: 23px;
  height: 22px;
  background: url(../images/icon_blue_circle_plus.png) 0 0 no-repeat;
}
.content-area .content-area-condensed {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #231f20;
}
.content-area .content-area-condensed:not(:last-child) {
  margin-bottom: 24px;
}
.content-area .content-area-important {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #231f20;
}
@media (max-width: 767px) {
  .content-area.content-area-gray {
    margin: 0;
  }
  .content-area .content-area-subheader.left-iconed {
    padding-left: 28px;
  }
  .content-area .content-area-subheader.left-iconed:before {
    margin-left: 0;
  }
  .content-area .col-sm-6 {
    margin-bottom: 1em;
  }
}
