@font-face {
  font-family: 'FiraSans';
  src: url('../fonts/FiraSans-Regular.woff2') format('woff2'),
  url('../fonts/FiraSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans';
  src: url('../fonts/FiraSans-Medium.woff2') format('woff2'),
  url('../fonts/FiraSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans';
  src: url('../fonts/FiraSans-Bold.woff2') format('woff2'),
  url('../fonts/FiraSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
body {
  min-width: 960px;
  font-family: 'FiraSans',  Arial,  Helvetica,  sans-serif;
  font-size: 16px;
  color: #333;
  padding: 10px;
}
h1 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}
h2 {
	position: relative;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 20px;
  margin-top: 40px;
}
h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 68px;
  height: 2px;
  background-color: rgb(255, 219, 77);
  margin-left: -34px;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
p	{
  color: rgb(137, 137, 137);
}
table {
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}
th {
	font-weight: 400;
  color: #7B7B7B;
  background-color: rgb(230, 230, 230);
  border: none;
  padding: 10px;
}
th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
td {
	font-weight: 400;
  color: #7B7B7B;
  border-top: 1px solid #DEDEDE;
  padding: 15px 10px;
  padding-bottom: 0;
}
.pager,
.links {
  display: flex;
  justify-content: start;
  margin-left: -20px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.pager a,
.links a {
  margin-left: 20px;
  margin-top: 10px;
}
.group {
  display: none;
}
.group.active {
  display: block;
}
form {
  max-width: 360px;
}
form label {
  font-size: 16px;
  font-weight: 700;
}
form input[type="text"],
form textarea,
form select {
  outline: none;
  width: 100%;
  font-family: 'FiraSans',  Arial,  Helvetica,  sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #212529;
  background: #fff;
  border: 1px solid #212529;
  padding: 10px;
  margin-bottom: 10px;
}
form input:disabled {
  opacity: .5;
}
form textarea {
  height: 120px;
  resize: none;
}
form button,
.button {
  cursor: pointer;
  outline: none!important;
  width: 100%;
  font-family: 'FiraSans',  Arial,  Helvetica,  sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #212529;
  background: #ddd;
  border: 1px solid #212529;
  padding: 10px;
  margin-top: 10px;
}
.button {
  width: auto;
  text-decoration: none!important;
}
.button.yes {
  background-color: rgb(16, 186, 108);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(13, 149, 86);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  box-shadow: 0px 4px 10px 0px rgba(16, 186, 108, 0.5);
}
.button.yes:hover {
  background-color: rgb(14, 168, 97);
  border-color: rgb(10, 119, 69);
  color: rgb(255, 255, 255);
}
.button.no {
  background-color: rgb(235, 104, 86);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(228, 53, 29);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  box-shadow: 0px 4px 10px 0px rgba(16, 186, 108, 0.5);
}
.button.no:hover {
  background-color: rgb(232, 78, 57);
  border-color: rgb(184, 41, 22);
  color: rgb(255, 255, 255);
}
.reviews {
  margin-top: 30px;
}
.reviews .buttons {
  display: flex;
}
.reviews .button {
  margin-right: 10px;
}
.reviews .info {
  display: none;
}
.table-filters td {
  background: #ff9999;
}
.table-filters input[type="text"] {
  outline: none;
  width: 100%;
  background: #ff9999;
  border: none;
  padding: 0;
  margin-bottom: 0; 
}

.conclusion {
  max-width: 1000px;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.conclusion .icon {
  width: 102px;
  height: 102px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../img/conclusion.png');
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.introduction {
  padding-top: 30px;
  padding-bottom: 30px;
}
.introduction .logo {
  font-size: 18px;
  font-weight: 700;
}
.introduction .logo svg {
  width: 41px;
  height: 41px;
  fill: rgb(16, 186, 108);
}
.introduction .slogan {
  text-align: center;
  font-size: 16px;
}
.introduction .slogan p {
  margin-bottom: 0;
}

.introduction .button {
  background-color: rgb(209, 75, 66);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: rgb(209, 75, 66);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.conclusion .buttons {
  margin-top: 1rem;
}
.conclusion .buttons a {
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 3px;
  border-left-width: 1px;
  border-right-width: 1px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.conclusion .buttons a svg {
  display: block;
  width: 20px;
  fill: #fff;
}
.conclusion .buttons a.wa {
  border-color: #01b35b;
  background: #01e675;
}
.conclusion .buttons a.wa:hover {
  border-color: #004e28;
  background: #018041;
}
.conclusion .buttons a.tg {
  border-color: #069;
  background: #08c;
}
.conclusion .buttons a.tg:hover {
  border-color: #023;
  background: #046;
}