html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

html,
body {
  height: 100%;
  width: 100%; }

body {
  line-height: 1;
  -webkit-text-size-adjust: none; }

*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

ol, ul, nav, menu {
  list-style: none; }

img, video, canvas {
  max-width: 100%;
  height: auto; }

img {
  vertical-align: bottom; }

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0; }

a:hover, button:hover {
  cursor: pointer; }

a {
  text-decoration: none;
  color: inherit; }

button {
  border: none;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th, td {
  vertical-align: middle; }

iframe {
  width: 100%; }

/* Poppins */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins-Regular"), url("../fonts/Poppins-Regular.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins-Italic"), url("../fonts/Poppins-Italic.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins-Medium"), url("../fonts/Poppins-Medium.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins-MediumItalic"), url("../fonts/Poppins-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins-SemiBold"), url("../fonts/Poppins-SemiBold.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins-SemiBoldItalic"), url("../fonts/Poppins-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins-Bold"), url("../fonts/Poppins-Bold.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins-BoldItalic"), url("../fonts/Poppins-BoldItalic.woff") format("woff"); }

/* ============================ mixin */
/* =========================== polyfills focus-visible */
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.focus-visible {
  outline: 1px solid blue;
  outline-offset: 1px;
  transition: none; }

/* =========================== all */
body {
  font-family: "Poppins", sans-serif;
  color: #383434;
  background: #F5F5F5;
  line-height: 1.5; }

.body_scroll {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  color: #000000; }

h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 26px;
      line-height: 39px; } }

h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 25px; } }

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 22px;
      line-height: 33px;
      margin-bottom: 15px; } }

h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 20px;
      line-height: 24px; } }

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    h5 {
      font-size: 18px;
      line-height: 27px; } }

h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    h6 {
      font-size: 16px;
      line-height: 24px; } }

ol:not([class]), ul:not([class]) {
  margin-bottom: 15px; }

ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative;
  margin-bottom: 10px; }
  ol:not([class]) li:last-child, ul:not([class]) li:last-child {
    margin-bottom: 0; }

ol:not([class]) {
  counter-reset: number; }
  ol:not([class]) li {
    padding-left: 25px; }

ol:not([class]) li::before {
  counter-increment: number;
  content: counter(number) "." " ";
  color: #1D7FCD; }

ul:not([class]) li {
  padding-left: 50px; }

ul:not([class]) li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#check-blue");
  top: 9px;
  left: 15px; }

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block; }

table ol:not([class]) li, .table ol:not([class]) li {
  padding-left: 0; }

table ul:not([class]) li, .table ul:not([class]) li {
  padding-left: 20px; }
  table ul:not([class]) li::before, .table ul:not([class]) li::before {
    left: 0; }

ol ol, ul ul {
  margin-left: 30px; }

a, p, ol:not([class]) li, ul:not([class]) li {
  font-size: 18px;
  line-height: 28px; }

p {
  margin-bottom: 20px; }

a {
  color: #1D7FCD;
  font-weight: 500;
  text-decoration: underline; }
  a:hover {
    text-decoration: none;
    color: #383434; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px; }

.float_right {
  float: right;
  margin-left: 20px; }

.float_left {
  float: left;
  margin-right: 20px; }

.float_right, .float_left {
  margin-bottom: 20px; }

.float_right img, .float_left img {
  margin-bottom: 0px; }

@media screen and (max-width: 768px) {
  .float_right, .float_left {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

* {
  transition: all .3s; }

.btn {
  position: relative;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 860px;
  height: 84px;
  border-radius: 10px;
  background: #2497F3;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  box-shadow: 0 6px 0 0 #1D7FCD;
  margin: 0 auto;
  margin-bottom: 25px; }
  .btn span {
    position: relative; }
    .btn span::before {
      position: absolute;
      content: "";
      width: 24px;
      height: 24px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#play");
      left: -30px;
      top: calc(50% - 12px); }
  .btn:ative {
    background: #1471BC; }
  .btn:hover {
    box-shadow: 0 0 0 0 #1D7FCD;
    top: 6px; }
  @media screen and (max-width: 900px) {
    .btn {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: 26px; } }

.clear::after {
  content: "";
  display: block;
  clear: both; }

/* flexbox */
.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* scroll vertical */
.scroll {
  overflow-y: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #1D7FCD transparent; }

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%; }

.scroll::-webkit-scrollbar-track {
  background-color: transparent; }

.scroll::-webkit-scrollbar-thumb {
  background-color: #1D7FCD;
  border-radius: 5px; }

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #1D7FCD; }

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #1D7FCD; }

.scroll::-webkit-scrollbar-thumb:vertical {
  min-height: 50%; }

.scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: 4px; }

/* scroll horizontal */
.scroll_horizontal {
  overflow-x: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #1D7FCD transparent; }

.scroll_horizontal::-webkit-scrollbar {
  width: 170px;
  height: 4px; }

.scroll_horizontal::-webkit-scrollbar-track {
  background-color: transparent; }

.scroll_horizontal::-webkit-scrollbar-thumb {
  background-color: #1D7FCD;
  border-radius: 5px; }

.scroll_horizontal::-webkit-scrollbar-thumb:hover {
  background-color: #1D7FCD; }

.scroll_horizontal::-webkit-scrollbar-thumb:active {
  background-color: #1D7FCD; }

.scroll_horizontal::-webkit-scrollbar-thumb:horizontal {
  min-width: 50%; }

.scroll_horizontal::-webkit-scrollbar-thumb:vertical {
  min-height: 4px; }

/* table */
.table__scroll {
  padding-bottom: 15px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .table__scroll table {
      width: 700px; } }

table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #B8B8B8;
  border-radius: 10px; }
  table th, table td {
    text-align: center;
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    min-height: 65px;
    color: #000;
    padding: 10px 5px; }
    table th:first-child, table td:first-child {
      border-left: none; }
    table th:last-child, table td:last-child {
      border-right: none; }
  table th {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center; }
    table th:nth-child(odd) {
      background: #ececec; }
    table th:nth-child(even) {
      background: #e4e4e4; }
    table th:first-child {
      border-radius: 10px 0 0 0; }
    table th:last-child {
      border-radius: 0 10px 0 0; }
  table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    table td:nth-child(odd) {
      background: #f9f9f9; }
    table td:nth-child(even) {
      background: #fff; }
    table td b {
      font-weight: 500;
      font-size: 18px;
      line-height: 27px; }
    table td a, table td li {
      font-size: 16px;
      line-height: 24px; }
  table tr:last-child td {
    border-bottom: none; }
    table tr:last-child td:first-child {
      border-radius: 0 0 0 10px; }
    table tr:last-child td:last-child {
      border-radius: 0 0 10px 0; }

/* ============================ container */
.container {
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 10px; } }

/* ======== header footer */
/* header */
.header .container {
  position: relative;
  max-width: 1190px;
  padding-top: 28px;
  padding-bottom: 27px; }
  .header .container::before {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    bottom: 0;
    background: #D8D8D8; }

@media screen and (max-width: 768px) {
  .header .container {
    padding-top: 25px;
    padding-bottom: 30px; }
    .header .container::before {
      width: calc(100% - 20px);
      left: 10px; } }

/* footer */
.footer {
  border-top: 1px solid #1D7FCD;
  padding: 50px 0 55px; }
  .footer .container {
    align-items: center; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 40px 0 41px; }
      .footer .container {
        justify-content: center; } }

.copy {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .copy {
      min-width: 100%;
      margin: 40px 0; } }

.plus {
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
  margin-bottom: 0; }
  .plus img {
    margin: 0;
    margin-right: 10px; }

.header img, .footer img {
  margin-bottom: 0; }

/* ========= main */
.main {
  padding-top: 50px; }
  .main img {
    border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .main {
      padding-top: 21px; } }

.table__content {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 0 30px;
  margin-bottom: 25px; }
  .table__content .heading {
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #323239;
    padding: 30px 20px 30px 43px; }
    .table__content .heading::before, .table__content .heading::after {
      position: absolute;
      content: ""; }
    .table__content .heading::before {
      width: 23px;
      height: 17px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#menu");
      left: 0;
      top: calc(50% - 8.5px); }
    .table__content .heading::after {
      width: 17px;
      height: 11px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#arr");
      transition: transform .3s;
      right: 0;
      top: calc(50% - 5.5px); }
  .table__content ol:not([class]) {
    max-height: 0;
    overflow: hidden;
    margin-left: 43px;
    margin-bottom: 0; }
    .table__content ol:not([class]) li {
      position: relative;
      margin-bottom: 10px; }
      .table__content ol:not([class]) li::before {
        position: absolute;
        left: 0; }
      .table__content ol:not([class]) li:last-child {
        margin-bottom: 0; }
      .table__content ol:not([class]) li a {
        color: #383434; }
      .table__content ol:not([class]) li:hover::before {
        color: #1D7FCD; }
      .table__content ol:not([class]) li:hover a {
        color: #1D7FCD; }
    .table__content ol:not([class]) a {
      font-weight: 400;
      text-decoration: none; }
  .table__content.table__content_open {
    padding-bottom: 35px; }
    .table__content.table__content_open .heading::after {
      transition: transform .3s;
      transform: rotate(-180deg); }
    .table__content.table__content_open ol:not([class]) {
      max-height: 1000px; }
  @media screen and (max-width: 768px) {
    .table__content {
      padding: 0 20px; }
      .table__content .heading {
        font-size: 18px;
        line-height: 27px;
        padding: 25px 20px 20px 43px; }
      .table__content ol:not([class]) {
        margin-left: 10px; } }

/* img */
.img {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  grid-gap: 30px;
  justify-content: center;
  margin-bottom: 25px; }

.img__item img {
  width: 300px;
  height: 182px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0; }

/* faq */
.faq h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px; }

@media screen and (max-width: 768px) {
  .faq h2 {
    text-align: center;
    font-size: 26px;
    line-height: 31px; } }

.faq__block {
  counter-reset: number;
  margin-bottom: 40px; }

.faq__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 15px; }
  .faq__item .heading {
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-align: left;
    padding: 30px 60px 30px 30px; }
    .faq__item .heading::before {
      counter-increment: number;
      content: counter(number) ". "; }
    .faq__item .heading::after {
      position: absolute;
      content: "";
      transition: transform .3s;
      width: 22px;
      height: 14px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#faq");
      right: 30px;
      top: calc(50% - 7px); }
    .faq__item .heading:hover {
      color: #1D7FCD; }
  .faq__item .text {
    max-height: 0;
    transition: max-height .4s;
    overflow: hidden;
    padding: 0 70px 0 55px; }
    .faq__item .text p {
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      color: #212122; }
      .faq__item .text p:last-child {
        margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .faq__item .heading {
      font-size: 18px;
      line-height: 27px;
      padding: 25px 60px 30px 20px; }
    .faq__item .text {
      padding: 0 20px 0; }
      .faq__item .text p {
        font-size: 16px;
        line-height: 26px; }
        .faq__item .text p:last-child {
          margin-bottom: 25px; } }

.faq__item__open .heading {
  color: #1D7FCD; }
  .faq__item__open .heading::after {
    width: 22px;
    height: 14px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#faq-blue"); }

.faq__item__open .text {
  max-height: 1000px; }



.alignright {float:right; margin:10px 0px 10px 10px;}
.alignleft {float:left; margin:10px 10px 10px 0px;}

@media screen and (max-width: 768px) {
	.footer_badge {
		margin: 0 auto;
	}
}
