html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #968b90;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/firasans-bold-webfont.woff2') format('woff2'), url('../fonts/firasans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/firasans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/firasans-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/firasans-extrabold-webfont.woff2') format('woff2'), url('../fonts/firasans-extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/firasans-extrabolditalic-webfont.woff2') format('woff2'), url('../fonts/firasans-extrabolditalic-webfont.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/firasans-medium-webfont.woff2') format('woff2'), url('../fonts/firasans-medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/firasans-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/firasans-mediumitalic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/firasans-italic-webfont.woff2') format('woff2'), url('../fonts/firasans-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/firasans-regular-webfont.woff2') format('woff2'), url('../fonts/firasans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
blockquote, q {
  quotes: none;
}
ol, ul {
  list-style: none;
}
input {
  vertical-align: middle;
}
table, th, td {
  border: 0 none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
th, td {
  padding: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td {
  vertical-align: top;
}
th {
  vertical-align: top;
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #1a1a1a;
}
html, body {
  height: 100%;
  font-family: 'Fira Sans', sans-serif;
}
.header {
  padding: 10px 0;
  margin-top: 40px;
}
.layout_width {
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto;
}
.main_logo {
  width: 224px;
}
.main_title {
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin: 25px auto 30px auto;
  font-size: 150px;
  width: 100%;
}
.sub_title {
  color: #fff;
  text-transform: uppercase;
  margin: 25px 0 20px 0;
  font-size: 54px;
  line-height: 1.2em;
}
.layout_card .sub_title {
  color: #7e0019;
}
.section {
  padding-bottom: 60px;
}
.accordion {
  margin-bottom: 60px;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 4px 0 0 0;
  padding: 25px;
  font-size: 100%;
  background: #a3989e;
  font-size: 28px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ui-accordion p {
  padding: 25px 25px 40px 25px;
  font-size: 22px;
  line-height: 1.2em;
}
.ui-accordion p a {
  color: #fff;
  border-bottom: #fff 2px solid;
}
.ui-icon {
  display: block;
  float: right;
  width: 28px;
  height: 28px;
  background-image: url("../i/arr2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  order: 2;
  transition: all 200ms ease-in 0s;
}
.ui-state-active .ui-icon {
  transform: rotate(180deg);
}
.section_text p, .section_text ul {
  padding: 0 0 20px 0;
  font-size: 22px;
  line-height: 1.2em;
}
.layout_card .section_text ul {
  font-size: 24px;
  line-height: 1.5em;
}
.section_text p.bold_text {
  font-size: 28px;
  font-weight: 700;
}
.section_text ul {
  padding: 10px 10px;
}
.section_text ul li {
  padding: 0 20px 0 15px;
  position: relative;
}
.section_text ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111;
  position: absolute;
  left: -6px;
  top: 10px;
  z-index: 2;
}
.layout_card .section_text ul li:before {
  top: 14px;
}
.layout_card {
  background: #b6aeb2;
  width: 100%;
  max-width: 1370px;
  margin: 20px auto;
  padding: 60px 0;
}
.form_button {
  border: none;
  background: #7e0019;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  text-align: center;
  padding: 30px 20px;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Fira Sans', sans-serif;
  width: 100%;
  margin: 30px 0 40px 0;
}
.card_num {
  font-size: 36px;
  font-weight: 700;
}
.card_num span {
  font-size: 90px;
}
.layout_grid {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
  flex-flow: row wrap;
  padding: 20px 0;
  align-items: flex-end;
}
.layout_grid_item {
  margin-left: 24px;
  margin-right: 24px;
  width: calc(100% / 2 - 48px);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 48px;
}
.section_img img {
  width: 100%;
  height: auto;
}
.section_img_2 {
  width: calc(100% / 2 - 24px);
  margin-top: 30px;
  float: right;
}
.footer {
  margin-bottom: 40px;
}
.layout_grid_item:nth-child(4) .section_text {
  margin-bottom: 40px;
}
.hero_section {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 20px 0 60px 0;
}
.hero_section_item {
  width: calc(100%/5);
}
.hero_section_item img {
  width: 100%;
  height: auto;
}
.hero_section_item .hero_text {
  font-size: 17px;
  line-height: 1.2em;
  padding: 0 15px 0 20px;
}

.auth_section {background: #aba2a6; padding: 5px 0; overflow: hidden;} 
.auth_link {float: right; color: #fff; font-size: 11px; padding: 5px 0; text-transform: uppercase; display: flex; align-items: center; height: 20px;}
.auth_link .auth_img {margin-right: 6px;}
.auth_link:hover {opacity: 0.86;}


.online{
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
  color: #7e0019;
  font-size: 22px;
  line-height: 1.2em;
}

@media screen and (max-width: 1110px) {
  .layout_width {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 980px) {
  .sub_title {
    font-size: 48px;
  }
}
@media screen and (max-width: 740px) {
  .hero_section {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 12px;
    padding-top: 12px;
    vertical-align: top;
  }
  .hero_section_item {
    display: inline-block;
    width: 250px;
    vertical-align: top;
  }
  .hero_text {
    white-space: normal;
    min-height: 130px;
  }
}
@media screen and (max-width: 680px) {
  .layout_grid_item {
    width: calc(100% - 48px);
    margin-bottom: 48px;
  }
  .section_img_2 {
    width: 100%;
    margin-top: 0;
    float: none;
  }
  .layout_grid_item:nth-child(1) {
    order: 1;
  }
  .layout_grid_item:nth-child(2) {
    order: 0;
  }
  .layout_grid_item:nth-child(3) {
    order: 3; margin-bottom: 10px;
  }
  .layout_grid_item:nth-child(4) {
    order: 2;
  }
  .layout_grid_item {
    margin-bottom: 24px;
  }
  .layout_grid_item:nth-child(4) {
    margin-bottom: 10px;
  }
  .layout_grid_item:nth-child(4) .section_text {
    margin-bottom: 0;
  }
  .sub_title {
    font-size: 36px;
  }
  .card_num {
    font-size: 32px;
  }
  .card_num span {
    font-size: 60px;
  }
  .layout_card .section_text ul {
    font-size: 22px;
    line-height: 1.2em;
  }
  .layout_card .section_text ul li:before {
    top: 8px;
  }
  .layout_card {
    padding: 30px 0;
  }
  .section {
    padding-bottom: 35px;
  }
.section_grid {
    padding-bottom: 0;
  }
  .accordion {
    margin-left: -24px;
    margin-right: -24px;
  }
  .main_logo {
    width: 200px;
  }
  .ui-icon {
    width: 20px;
    height: 20px;
  }
  .ui-text {
    width: calc(100% - 30px);
  }
}