html,
body {
  background: #f8f9fc;
}
.header {
  position: relative;
  padding: 10px 0 10px;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.header .header-inner {
  width: 996px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .header-inner .img-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .header-inner .img-header img {
  height: 55px !important;
}
.header .header-inner .img-header .header {
  font-size: 34px;
  font-weight: 700;
  color: #667695;
  padding-left: 30px;
  padding-bottom: 0;
}
.header .header-inner .change-language {
  width: 200px;
}
.menu {
  background-color: #066bc6;
  height: 50px;
}
.content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.content .content-inner {
  width: 996px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.content .content-inner .header-desc {
  margin-top: 50px;
  color: #364364;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: normal;
}
.content .content-inner .header-desc-two {
  margin-top: 10px;
  color: #364364;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: normal;
}
.content .content-inner .tariff-sections {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 24px;
  padding-top: 70px;
}
.content .content-inner .tariff-sections .tariff-section {
  margin-right: 48px;
  cursor: pointer;
  font-weight: 700;
  transition: color 0.2s;
  color: #667695;
}
.content .content-inner .tariff-sections .tariff-section:hover {
  color: #364364;
}
.content .content-inner .tariff-sections .tariff-section.enabled {
  color: #364364;
  border-bottom: 2px solid #066bc6;
}
.content .content-inner .tariffs-main {
  display: none;
  flex-direction: column;
  margin-top: 30px;
}
.content .content-inner .tariffs-main.enabled {
  display: flex;
}
.content .content-inner .tariffs-main .tariff-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #667695;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
.content .content-inner .tariffs-main .tariffs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content .content-inner .tariffs-main .tariffs .tariff {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(0, 51, 153, 0.04), 0 2px 2px rgba(0, 51, 153, 0.08);
  padding: 36px 36px 48px;
  width: 324px;
  flex: 0 0 324px;
  border-radius: 6px;
  background: #fff;
  transition: box-shadow 0.2s;
  margin-top: 20px;
}
.content .content-inner .tariffs-main .tariffs .tariff .hit {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #066bc6;
  border-radius: 100px;
  padding: 10px 15px;
  padding-top: 10px;
  color: white;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  box-shadow: 2px 4px 16px rgba(0, 51, 153, 0.08), 2px 2px 2px rgba(0, 51, 153, 0.08);
}
.content .content-inner .tariffs-main .tariffs .tariff .tariff-header {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: normal;
}
.content .content-inner .tariffs-main .tariffs .tariff .tariff-cost {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 10px;
}
.content .content-inner .tariffs-main .tariffs .tariff .tariff-divider {
  height: 1px;
  margin: 30px 0;
  background: #dfe4ec;
}
.content .content-inner .tariffs-main .tariffs .tariff .privileges .privilege {
  color: #667695;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 12px;
}
.content .content-inner .tariffs-main .tariffs .tariff .btn-order {
  background-color: #36a9fa;
  margin: 18px 0 0 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  color: white;
  padding: 0 24px;
  height: 48px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .content-inner .tariffs-main .tariffs .tariff .btn-order:hover {
  cursor: pointer;
  background-color: #3a92d0;
}
.languages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.languages .languages-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 36px 0;
  width: 996px;
}
.languages .languages-inner .languages-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.languages .languages-inner .tables-languages {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.languages .languages-inner .tables-languages table {
  margin-right: 10px;
  border: solid 1px #ddd;
  height: max-content;
}
.languages .languages-inner .tables-languages table tr {
  height: 37px;
}
.testing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f2f4f9;
  margin-top: 40px;
}
.testing .testing-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 36px 0;
  width: 996px;
}
.testing .testing-inner .testing-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.testing .testing-inner .testing-descriptions {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #363a42;
  font-size: 16px;
}
.testing .testing-inner .testing-descriptions .testing-description {
  margin-top: 5px;
}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #3d4d71;
  margin-top: 50px;
}
.footer .footer-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 36px 0;
  width: 996px;
  justify-content: space-between;
}
.footer .footer-inner .headerr-desc {
  color: white;
}
.footer .footer-inner .headerr-desc .headerr {
  font-size: 24px;
  font-weight: 700;
}
.footer .footer-inner .headerr-desc .headerr a {
  color: white;
}
.footer .footer-inner .headerr-desc .desc {
  font-size: 18px;
}
.mobile .header .header-inner {
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
}
.mobile .header .header-inner .img-header .header {
  display: none;
}
.mobile .content .content-inner {
  padding: 15px;
}
.mobile .content .content-inner .header-desc {
  margin-top: 30px;
}
.mobile .content .content-inner .tariff-sections {
  padding-top: 40px;
  flex-direction: row;
}
.mobile .content .content-inner .tariff-sections .tariff-section {
  margin-right: 10px;
}
.mobile .content .content-inner .tariffs-main .tariffs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile .content .content-inner .tariffs-main .tariffs .tariff {
  padding: 26px 26px 38px;
}
.mobile .testing .testing-inner {
  padding: 36px 30px;
}
.mobile .testing .testing-inner .testing-header {
  text-align: center;
}
.mobile .languages .languages-inner {
  padding: 36px 30px;
}
.mobile .languages .languages-inner .languages-header {
  text-align: center;
}
.mobile .languages .languages-inner .tables-languages {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.mobile .languages .languages-inner .tables-languages table {
  margin-right: 0;
  margin-bottom: 0;
  border: solid 1px #ddd;
  height: max-content;
}
.mobile .languages .languages-inner .tables-languages table:nth-child(2),
.mobile .languages .languages-inner .tables-languages table:nth-child(3),
.mobile .languages .languages-inner .tables-languages table:nth-child(4) {
  border-top: 0;
}
.mobile .languages .languages-inner .tables-languages table:nth-child(2) tbody tr:nth-child(1),
.mobile .languages .languages-inner .tables-languages table:nth-child(3) tbody tr:nth-child(1),
.mobile .languages .languages-inner .tables-languages table:nth-child(4) tbody tr:nth-child(1) {
  display: none;
}
.mobile .languages .languages-inner .tables-languages table:nth-child(2) tbody tr:nth-child(1) th,
.mobile .languages .languages-inner .tables-languages table:nth-child(3) tbody tr:nth-child(1) th,
.mobile .languages .languages-inner .tables-languages table:nth-child(4) tbody tr:nth-child(1) th {
  display: none;
}
.mobile .footer {
  margin-top: 0;
}
.mobile .footer .footer-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mobile .footer .footer-inner .headerr-desc:first-child {
  margin-bottom: 20px;
}
