/*
Material responsive table
author: Developed by Stas Melnikov. http://stas-melnikov.ru
e-mail: melnik909@ya.ru
linkedIn: https://www.linkedin.com/in/melnik909
github: https://github.com/melnik909
facebook: https://www.facebook.com/melnik909
*/
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?70583804');
  src: url('../font/fontello.eot?70583804#iefix') format('embedded-opentype'), url('../font/fontello.woff?70583804') format('woff'), url('../font/fontello.ttf?70583804') format('truetype'), url('../font/fontello.svg?70583804#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?70583804#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-twitter:before {
  content: '\e800';
}
/* '' */
.icon-facebook:before {
  content: '\e801';
}
/* '' */
.icon-github:before {
  content: '\e802';
}
/* '' */
.icon-user:before {
  content: '\e803';
}
/* '' */
.icon-gplus:before {
  content: '\e804';
}
/* '' */
.icon-location:before {
  content: '\e805';
}
/* '' */
.icon-briefcase:before {
  content: '\e806';
}
/* '' */
.icon-mail:before {
  content: '\e807';
}
/* '' */
.icon-android:before {
  content: '\e808';
}
/* '' */
.icon-html5:before {
  content: '\e809';
}
/* '' */
.icon-css3:before {
  content: '\e80a';
}
/* '' */
.icon-drupal:before {
  content: '\e80b';
}
/* '' */
.icon-joomla:before {
  content: '\e80c';
}
/* '' */
.icon-apple:before {
  content: '\e80d';
}
/* '' */
.icon-wordpress:before {
  content: '\e80e';
}
/* '' */
.icon-camera:before {
  content: '\e80f';
}
/* '' */
.icon-chart-bar:before {
  content: '\e810';
}
/* '' */
.icon-linkedin:before {
  content: '\e816';
}
/* '' */
.icon-codeopen:before {
  content: '\e817';
}
/* '' */
/*
 *core
 */
.responsive_table {
  margin-top: 30px;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-spacing: 0;
  border-collapse: collapse;
}
.responsive_table .responsive_table_tr:hover {
  background-color: #eeeeee;
}
.responsive_table_td,
.responsive_table_th, .responsive_table_th2 {
  padding: 20px 15px;
  text-align: left;
}
.responsive_table_th, .responsive_table_th2 {
  font-size: 18px;
  font-weight: 300;
}
.responsive_table_tr {
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: background-color 0.2s ease-in 0s;
  transition: background-color 0.2s ease-in 0s;
}
.responsive_table_tr:last-of-type {
  border-bottom: none;
}
.responsive_table_title_column {
  display: none;
}
.responsive_table_bg_column {
  width: 30%;
  padding: 15px 35px;
}
@media screen and (max-width: 768px) {
  .responsive_table,
  .responsive_table_thead,
  .responsive_table_tbody,
  .responsive_table_tr,
  .responsive_table_th,
  .responsive_table_td {
    display: block;
  }
  .responsive_table {
    box-shadow: none;
  }
  .responsive_table .responsive_table_head {
    display: none;
  }
  .responsive_table .responsive_table_bg_column {
    width: auto;
    background-color: inherit;
    color: #000;
    padding: 20px 15px;
  }
  .responsive_table .responsive_table_tr {
    margin-bottom: 30px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    background-color: #fff;
  }
  .responsive_table .responsive_table_tr:hover {
    background: none;
  }
  .responsive_table .responsive_table_td {
    border-bottom: 1px solid #eeeeee;
  }
  .responsive_table .responsive_table_td:last-of-type {
    border-bottom: none;
  }
  .responsive_table .responsive_table_title_column,
  .responsive_table .responsive_table_value {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .responsive_table {
    font-size: 12px;
  }
  .responsive_table_th, .responsive_table_th2 {
    font-size: 14px;
  }
  .responsive_table_td,
  .responsive_table_th,
  .responsive_table_th2{
    padding: 10px 15px;
  }
}
/*
 *grid
 */
.responsive_tables {
  font-size: 0;
}
.responsive_tables_column {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.responsive_tables_column2 {
  width: 48.75%;
  margin-right: 1%;
}
.responsive_tables_column2:nth-of-type(2n+2) {
  margin-right: 0;
  margin-left: 1%;
}
.responsive_tables_column3 {
  width: 32%;
}
.responsive_tables_column3:nth-of-type(3n+2) {
  margin-right: 2%;
  margin-left: 2%;
}
.responsive_tables_column4 {
  width: 24%;
}
.responsive_tables_column4:nth-of-type(4n+2) {
  margin-right: .5%;
  margin-left: 1%;
}
.responsive_tables_column4:nth-of-type(4n+3) {
  margin-right: 1%;
  margin-left: .5%;
}
@media only screen and (max-width: 1024px) {
  .responsive_tables_column4,
  .responsive_tables_column3 {
    width: 48.75%;
  }
  .responsive_tables_column4:nth-of-type(2n+2),
  .responsive_tables_column3:nth-of-type(2n+2) {
    margin-left: 2%;
  }
  .responsive_tables_column4:nth-of-type(4n+2),
  .responsive_tables_column3:nth-of-type(4n+2) {
    margin-right: 0;
    margin-left: 2%;
  }
  .responsive_tables_column4:nth-of-type(4n+3),
  .responsive_tables_column3:nth-of-type(4n+3) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .responsive_tables_column4,
  .responsive_tables_column3,
  .responsive_tables_column2 {
    width: 100%;
  }
  .responsive_tables_column4:nth-of-type(2n+2),
  .responsive_tables_column3:nth-of-type(2n+2),
  .responsive_tables_column2:nth-of-type(2n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .responsive_tables_column4:nth-of-type(4n+2),
  .responsive_tables_column3:nth-of-type(4n+2),
  .responsive_tables_column2:nth-of-type(4n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
 *modifications tables 
 */
.responsive_table_bg .responsive_table_head {
  background-color: #2196f3;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .responsive_table_bg .responsive_table_td:first-of-type {
    background-color: #2196f3;
    color: #ffffff;
  }
}
.responsive_table_bg_no .responsive_table_tr {
  color: #000000;
}
.responsive_table_bg_no .responsive_table_head {
  border-bottom: 1px solid #2196f3;
}
@media only screen and (max-width: 768px) {
  .responsive_table_bg_no .responsive_table_td:first-of-type {
    border-bottom: 1px solid #2196f3;
  }
}
.responsive_table_versions .responsive_table_tr {
  border-bottom: 1px solid #eeeeee;
}
.responsive_table_versions .responsive_table_bg_column {
  background-color: #303f9f;
  color: #ffffff;
  border-bottom: 1px solid #283593;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .responsive_table_bg_column td:first-of-type {
    background-color: #303f9f;
    color: #000000;
  }
  .responsive_table_versions .responsive_table_td:first-of-type {
    background-color: #eeeeee;
    color: #000000;
  }
  .responsive_table_versions .responsive_table_bg_column {
    background: none;
    color: #303f9f;
  }
}
/*
 *team table
 */
.responsive_team_table {
  font-size: 14px;
  margin-bottom: 20px;
  border-spacing: 0;
  -webkit-transition: box-shadow 0.2s ease-in 0s;
  transition: box-shadow 0.2s ease-in 0s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.responsive_team_table:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.24);
}
.responsive_team_table:last-of-type {
  margin-bottom: 0;
}
.responsive_team_table .responsive_table_th {
  text-align: center;
  background-color: #02b3b3;
}

.responsive_team_table .responsive_table_th2 {
  text-align: center;
  background-color: #0068a5;
}
.responsive_team_table .responsive_table_td {
  border-top: 1px solid #eeeeee;
}
.responsive_team_head {
  color: #ffffff;
}
.responsive_table_team_avatar {
  border-radius: 50%;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}
.responsive_team_username {
  margin-top: 10px;
  font-size: 24px;
}
.responsive_team_label {
  font-size: 14px;
}
.responsive_team_icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0 10px 20px 0;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  background-color: #18bd9b;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.responsive_team_icon:before {
  color: #ffffff;
  font-size: 22px;
}
.responsive_team_icon:last-of-type {
  margin-right: 0;
}
.responsive_team_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .responsive_team_table {
    font-size: 12px;
  }
  .responsive_team_title {
    font-size: 18px;
  }
  .responsive_team_username {
    margin-top: 10px;
    font-size: 20px;
  }
  .responsive_team_label {
    font-size: 12px;
  }
}
/*
 *price table
 */
.responsive_price_table {
  color: #000000;
  font-size: 16px;
  width: 100%;
  border-spacing: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: box-shadow 0.2s ease-in 0s;
  transition: box-shadow 0.2s ease-in 0s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.responsive_price_table:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.24);
}
.responsive_price_table .responsive_table_th, .responsive_price_table .responsive_table_th2 {
  font-size: 14px;
  text-align: center;
}
.responsive_price_table .responsive_table_td {
  line-height: 28px;
  border-top: 1px solid #eeeeee;
}
.responsive_price_table_tariff {
  font-weight: 400;
  font-size: 28px;
  color: #36bae2;
  display: block;
}
.responsive_table_price_value {
  font-weight: 300;
  font-size: 35px;
  margin: 40px 0 15px;
}
.responsive_price_table_decor {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
  height: 25px;
  width: 25px;
}
.responsive_price_table_decor:after {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  position: absolute;
  bottom: 10px;
  left: 5px;
  border-right: 2px solid #36bae2;
  border-top: 2px solid #36bae2;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.responsive_price_table_buy {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 8px 5%;
  text-align: center;
  color: #000000;
  border: 1px solid #36bae2;
  -webkit-transition: color 0.2s ease-in 0s;
  transition: color 0.2s ease-in 0s;
}
@media screen and (max-width: 768px) {
  .responsive_price_table_tariff {
    font-weight: 400;
    font-size: 24px;
  }
  .responsive_table_price_value {
    font-size: 28px;
    margin: 30px 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .responsive_price_table {
    font-size: 12px;
  }
  .responsive_price_table_tariff {
    font-weight: 400;
    font-size: 18px;
  }
  .responsive_table_price_value {
    font-size: 20px;
    margin: 15px 0 5px;
  }
}
/*
 *modifications 
 */
.responsive_price_table_bg {
  background-color: #36bae2;
  color: #ffffff;
}
.responsive_price_table_bg .responsive_price_table_tariff {
  color: #ffffff;
}
.responsive_price_table_bg .responsive_price_table_decor:after {
  border-color: #ffffff;
}
.responsive_price_table_bg .responsive_price_table_buy {
  color: #ffffff;
  border-color: #ffffff;
}
.responsive_price_table_bg_head .responsive_table_th {
  background-color: #7049ba;
  color: #ffffff;
}
.responsive_price_table_bg_head .responsive_price_table_tariff {
  color: #ffffff;
}
.responsive_price_table_bg_head .responsive_price_table_decor:after {
  border-color: #7049ba;
}
.responsive_price_table_bg_head .responsive_price_table_buy {
  color: #000000;
  border-color: #7049ba;
}
