

/* Start:/local/templates/main/styles.css?16584956785838*/
.modal_block{
    padding: 15px;
    transition: all 0.3s;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    text-align: center;
}
.modal_block:hover{
    cursor: pointer;
    transform: scale(1.1);
    background: #fff;
    z-index: 9;
}
.modal_block__alt .modal_block__text{
    -ms-flex: 0 0 67%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
    padding: 0 0 0 20px;
}
.modal_block__text h4{
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: "Proxima Nova Rg",sans-serif;
}
.modal_block__post{
    font-size: 12px;
    line-height: 1.3em
}
.modal_block__popup{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(11,11,11,0.8);
    width: 100%;
    height: 100%;
    z-index: 1042;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
    text-align: center;
    display: flex;
    opacity: 0;
    visibility: hidden;
}
.modal_block__popup .mfp-close{
    right: 10px;
    top: 10px;
}
.modal_block__popup--inner{
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 40px;
    background: #fff;
    max-width: 750px;
    overflow-y: auto;
    max-height: 100%;
    vertical-align: middle;
    text-align: left;
}
.modal_block__popup--inner .mfp-close {
    color: #0c339f;
    font-size: 30px;
    opacity: 1;
}
.modal_block__popup--inner .modal_block__text h4,
.modal_block__popup--inner .modal_block__post{
    font-size: inherit;
    line-height: inherit;
}
.modal_block__alt{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0 0 30px;
}
@media (max-width: 480px){
    .modal_block__popup--inner{
        padding: 20px;
    }
}

/* table-rating
*/
.table-rating {
  width: 100%;
  max-width: 100%;
  border: none!important;
  background-color: transparent;
  border-collapse: collapse;
}
.table-rating thead, .table-data thead {
  text-transform: uppercase;
  font-weight: bold;
}
.table-rating thead th, .table-data thead th {
  text-align: left;
  font-size: 20px;
  padding: 8px 0 8px 56px;
  background: url(/local/templates/main/img/rsk-emblem.svg) no-repeat 0 50%;
  min-height: 42px;
}
.table-rating th, .table-data th {
  font-size: 12px;
  line-height: 1.3em;
  border: none!important;
  padding: .75rem .75rem 10px;
  text-align: center;
  vertical-align: middle;
}
.table-rating th, .table-data th {
  font-size: 12px;
  line-height: 1.3em;
  padding: .75rem .75rem 10px;
  text-align: center;
  vertical-align: middle;
}
.table-rating td, .table-data td {
  border: none;
  background-color: rgba(0,0,0,.05);
  border-bottom: 10px solid #fff!important;
  padding: .75rem;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-family: "Proxima Nova Rg",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.table-rating tr td + td, .table-data tr td + td {
  border-left: 10px solid #fff;
}
.table_footnote {
  margin-bottom: 40px;
  font-size: 12px;
  border-top: 3px solid #0c339f;
  position: relative;
  padding: .25rem 0 0 0;
}
.table_footnote::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 10%;
  height: 3px;
  background: #c32420;
}
.table_headnote{
  text-align: left;
  font-size: 20px;
  padding: 8px 0 8px 56px;
  background: url(/local/templates/main/img/rsk-emblem.svg) no-repeat 0 50%;
  min-height: 42px;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.table-rating caption{
  text-align: left;
  font-size: 20px;
  padding: 8px 0 8px 56px;
  background: url(/local/templates/main/img/rsk-emblem.svg) no-repeat 0 50%;
  min-height: 42px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  caption-side: top;
  color: #000;
}
p > span.table_headnote{
  margin-bottom: -1.75rem;
}
td.val_verybad{
  background: #E82E46!important;
}
td.val_bad{
  background: #f16d7e!important;
}
td.val_medium{
  background: #fff799!important;
}
td.val_good{
  background: #a4d49d!important;
}
.table-rating + ul,
ul.table_footnote{
  margin-bottom: 40px!important;
  border-top: 3px solid #0c339f!important;
  position: relative!important;
  padding: 10px 0 0 0!important;
  list-style-type: none!important;
  color: #222!important;
}
.table-rating + ul:before,
ul.table_footnote:before {
  content: ""!important;
  position: absolute!important;
  left: 0!important;
  top: -3px!important;
  width: 10%!important;
  height: 3px!important;
  background: #c32420;
}
.table-rating +  ul li,
ul.table_footnote li{
  position: relative!important;
  padding-left: 30px!important;
  line-height: 1.3em!important;
  margin-bottom: 10px!important;
  font-size: 14px!important;
}
.table-rating + ul p,
#page-content .table-rating + ul p
ul.table_footnote p{
  margin: 0;
}
.table-rating + ul span:before,
ul.table_footnote li:before{
  content: ''!important;
  position: absolute!important;
  left: 0!important;
  top: 0!important;
  width: 1.3em!important;
  height: 1.3em!important;
  background: none!important;
}
.table-rating + ul .val_verybad:before,
ul.table_footnote .val_verybad:before{
  background: #E82E46!important;
}
.table-rating + ul .val_bad:before,
ul.table_footnote .val_bad:before{
  background: #f16d7e!important;
}
.table-rating + ul .val_medium:before,
ul.table_footnote .val_medium:before{
  background: #fff799!important;
}
.table-rating + ul .val_good:before,
ul.table_footnote .val_good:before{
  background: #a4d49d!important;
}
.table-rating + br{
  display: none !important;
}
/* End */
/* /local/templates/main/styles.css?16584956785838 */
