body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  font-family: Georgia, Times, serif;
  background: #EEEEEE;
  color: #1A1A1A;
  cursor: default;
}

img {
  border: 0;
  vertical-align: middle;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

button {
  font-size: 100%;
  cursor: pointer;
}

ol {
  list-style: decimal inside;
  font-weight: bold;
}

ol li a {
  font-weight: normal;
}



/** {
  box-sizing: border-box;
  text-decoration: none;
}
*/
.content_sm_pad *:hover,
.content_sm_pad *:focus {
  outline: 0;
}

.content_sm_pad *{
  box-sizing: border-box;
  text-decoration: none;
}

.content_sm_pad{
  /*padding: 15px 20px;*/
  /*margin-top: 5px;*/
  min-height: auto;
  position: relative;
}





.dashboardH1 {
  font: 700 25px/1.2 "Roboto", sans-serif;
  color: #242335;
  margin-bottom: 20px;
}

.dashboardH2 {
  font: 700 20px/1.2 "Roboto", sans-serif;
  color: #242335;
  margin-bottom: 20px;
}

.dashboardWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
  margin-bottom: 5px;
}

.dashboardItem {
  font-family: "Roboto", sans-serif;
  width: calc(33.33% - 15px);
  margin: 0 7.5px;
  margin-bottom: 15px;
  background: linear-gradient(103.38deg, #6AE330 0%, #51AC26 100%);
  color: #fff;
  padding: 10px 12px;
  padding-top: 15px;
  border-radius: 10px;
  text-align: center;
}

.dashboardItem__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.dashboardItem__arrow {
  margin-right: 5px;
}

.dashboardItem__image {
  display: flex;
  align-items: center;
}

.dashboardItem__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: 0.35s;
}

.dashboardItem:hover {
  color: #fff;
}

.dashboardItem:hover .dashboardItem__image img {
  transform: scale(1.05);
}

.dashboardPause {
  font-family: "Roboto", sans-serif;
  /*background: rgba(240, 69, 79, 0.1);*/
  background: rgba(69, 225, 240, 0.1);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.dashboard__button {
  width: 120px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  font: 400 16px/1.2 "Roboto", sans-serif;
  transition: 0.25s;
  color: #fff;
  /*padding-top: 4px;*/
}

.dashboard__button.red{
  background-image: -webkit-linear-gradient(top, #FF9800, #FF5722);
  /*background: #F0454F;*/
}

.dashboard__button.red:hover {
  /*background: #d7111d;*/
  /*background: #FF5722;*/
  border:solid 1px #d23807;
  color: #fff;
}

.dashboard__button.blue{
  background-image: -webkit-linear-gradient(top, #00BCD4, #2196F3); 
}

.dashboard__button.blue:hover {
  /*background: #2196F3;*/
  border:solid 1px #0066b7;
  color: #fff;
}

.dashboard__button.gray{
  background-image: -webkit-linear-gradient(top, #c3c3c3, #888888);
}

.dashboard__button.gray:hover {
  color: #fff;
}



.dashboardPause__text {
  width: calc(100% - 120px);
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.dashboardVersion {
  font-family: "Roboto", sans-serif;
  background: rgba(54, 124, 189, 0.1);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.dashboardVersion__button {
  width: 180px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*background: #367CBD;*/
  background: #56697c;
  border-radius: 8px;
  font: 400 16px/1.2 "Roboto", sans-serif;
  color: #fff;
  transition: 0.25s;
}

.dashboardVersion__button:hover {
  background: #255582;
  color: #fff;
}

.dashboardVersion__text {
  width: calc(100% - 180px);
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.statistic {
  display: flex;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}

.statistic__left {
  width: 236px;
  border: 2px solid rgba(36, 35, 53, 0.15);
/*  box-shadow: inset 2px 0px 0px rgba(36, 35, 53, 0.25);*/
  border-radius: 8px;
  padding: 15px 20px;
}

.statistic__right {
/*  overflow: auto;*/
  overflow-y: auto;
  /*ms-overflow-style: none;*/
  max-height: 500px;
  width: calc(100% - 256px);
  border: 2px solid rgba(36, 35, 53, 0.15);
/*  border-left: 4px solid rgba(36, 35, 53, 0.15);*/
  /*box-shadow: inset 2px 0px 0px rgba(36, 35, 53, 0.25);*/
  border-radius: 8px;
  padding: 15px 20px;
}

.statistic__title {
  font: 400 16px/1.4 "Roboto", sans-serif;
  color: #242335;
  margin-bottom: 10px;
}

.statisticWord {
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.statisticWord:last-child {
  margin-bottom: 0;
}

.statisticWord__word {
  font-weight: 700;
  margin-right: 10px;
}

.statisticWord__digit {
  opacity: 0.8;
}

.statisticLevel {
  padding: 5px 0;
  border-bottom: 1px solid rgba(36, 35, 53, 0.1);
  display: flex;
  align-items: center;
  font-size: 14px;
}

.statisticLevel__name {
  /*width: 40px;*/
  width: 82px;
  padding-right: 5px;
}

.statisticLevel__wrap {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.statisticLevel__wrap li {
  width: 10px;
  height: 10px;
  background: rgba(36, 35, 53, 0.15);
  border-radius: 2px;
  margin-right: 5px;
}

.statisticLevel__wrap li:last-child {
  margin-right: 0;
}

.statisticLevel__wrap li.active {
  background: #53B127;
}

.statisticLevel__delimiter {
  margin-right: 5px;
  opacity: 0.8;
}

.statisticLevel__value {
  font-weight: 700;
}
/*
.statisticLevel2 {
  padding-top: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.statisticLevel2__name {
  width: 90px;
  padding-right: 10px;
  opacity: 0.8;
}

.statisticLevel2__value {
  width: calc(100% - 123px);
  font-weight: 700;
}
*/
.dashboardVideo {
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.dashboardVideo__padding {
  display: block;
  padding-top: 56.25%;
}

.dashboardVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboardText {
  font: 400 14px/1.4 "Roboto", sans-serif;
  margin-bottom: 20px;
}

.dashboardText h3 {
  font: 700 18px/1.2 "Roboto", sans-serif;
  color: #242335;
  margin-bottom: 10px;
}

.dashboardText p {
  margin-bottom: 20px;
}

.dashboardText p:last-child {
  margin-bottom: 0;
}

.greenText {
  color: #53B127;
}

.faqWrap {
  font: 400 14px/1.4 "Roboto", sans-serif;
  margin-bottom: 20px;
}

.faqWrap__bottomText {
  margin-top: 20px;
}

.faqWrap a {
  text-decoration: underline;
}

.faqWrap a:hover {
  color: #F0454F;
}

.faqItem {
  position: relative;
  background: rgba(36, 35, 53, 0.06);
  box-shadow: inset 4px 0px 0px rgba(36, 35, 53, 0.25);
  border-radius: 8px;
  padding: 0 16px;
  padding-right: 50px;
  transition: 0.25s;
  margin-bottom: 15px;
}

.faqItem:last-child {
  margin-bottom: 0;
}

.faqItem::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  width: 18px;
  height: 18px;
  background: url("../images/ex_v2/faq-item-arrow.svg") no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.25s;
}

.faqItem__ques {
  padding: 12px 0;
  font-size: 16px;
  cursor: pointer;
}

.faqItem__answ {
  display: none;
  padding-bottom: 12px;
}

.faqItem__answ p {
  margin-bottom: 5px;
}

.faqItem__answ p:last-child {
  margin-bottom: 0;
}

.faqItem:hover {
  box-shadow: inset 4px 0px 0px #242335;

  /*background: rgba(36, 35, 53, 0.15);*/
}

.faqItem--active {
  /*background: rgba(36, 35, 53, 0.15);*/
  background: rgba(36, 35, 53, 0.06);

  box-shadow: inset 4px 0px 0px #242335;
}

.faqItem--active::after {
  transform: rotate(-180deg);
}

.faqItem--active .faqItem__answ {
  display: block;
}
