/* Общие стили */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Стили прокрутки */
:root {
  scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69) !important;
  scrollbar-width: thin !important;
}

/* Стили по умолчанию */
body {
  margin: 0;
  font-family: "Exo 2", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  position: relative;
  left: -40px;
  width: 100%;
}

i {
  color: #3399ff;
  margin: 0 5px;
}

li {
  list-style: none;
  margin: 20px 0;
  width: 100%;
  line-height: 1.4em;
}

a,
li {
  transition: 0.5s;
}

a {
  cursor: pointer;
}

b,
strong {
  font-weight: 700;
}

p,
li {
  line-height: 1.4em;
  letter-spacing: 0.08em;
}

em {
  color: #3399ff;
  font-weight: 700;
  font-size: 0.8em;
  display: block;
  font-style: normal;
}

label {
  color: #3399ff;
  font-weight: 700;
  font-size: 0.8em;
  display: block;
  margin: 10px 0;
}

img {
  width: 90%;
  height: 90%;
  margin: auto;
}

.title {
  font-size: 2em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.QA {
  color: #3399ff;
}

.sub-title,
h5 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.5em;
}

.sub-title {
  color: rgb(255, 254, 254);
}

h5 {
  color: rgb(0, 0, 0);
}

/* Контейнер */
.container {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.container .section_left {
  width: 25%;
  height: 100%;
  min-height: 130vh;
  padding-bottom: 20px;
  padding: 20px;
  background: #1b2631;
  color: #fff;
}

.container .section_left img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
}

.container .progress_container {
  width: 90%;
  height: 10px;
  border-radius: 20px;
  background: #1e1e1e;
}

.container .progress_container .progress_bar {
  background: #3399ff;
  border-radius: 20px;
  height: 10px;
}

.container .section_right {
  padding: 30px;
  width: 75%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

.container .section_right table {
  width: 100%;
}

.container .section_right table td {
  padding: 10px;
}

.container .section_right table td:nth-child(1) {
  width: 50%;
  font-weight: bold;
}

@media (max-width: 920px) {
  .container .section_left,
  .container .section_right {
    width: 100%;
    display: block;
  }

  .container .section_right {
    position: static;
  }
}
