._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGrotesk-Regular.eot');
  src: url('../fonts/AktivGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGrotesk-Regular.otf') format('otf'), url('../fonts/AktivGrotesk-Regular.svg#AktivGrotesk-Regular') format('svg'), url('../fonts/AktivGrotesk-Regular.ttf') format('truetype'), url('../fonts/AktivGrotesk-Regular.woff') format('woff'), url('../fonts/AktivGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGrotesk-Bold.eot');
  src: url('../fonts/AktivGrotesk-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGrotesk-Bold.otf') format('otf'), url('../fonts/AktivGrotesk-Bold.svg#AktivGrotesk-Bold') format('svg'), url('../fonts/AktivGrotesk-Bold.ttf') format('truetype'), url('../fonts/AktivGrotesk-Bold.woff') format('woff'), url('../fonts/AktivGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGrotesk_Trial_Blk.eot');
  src: url('../fonts/AktivGrotesk_Trial_Blk.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGrotesk_Trial_Blk.svg#AktivGrotesk_Trial_Blk') format('svg'), url('../fonts/AktivGrotesk_Trial_Blk.woff') format('woff'), url('../fonts/AktivGrotesk_Trial_Blk.woff2') format('woff2'), url('../fonts/AktivGrotesk_Trial_Blk.ttf') format('truetype'), url('../fonts/AktivGrotesk_Trial_Blk.otf') format('otf');
  font-weight: 800;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  overflow: hidden;
}

ul {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 20px;
}

ol {
  list-style: decimal;
  margin-bottom: 0;
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Karbon Medium', sans-serif;
  margin: 0;
  font-weight: normal;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  color: #00A88F;
  text-decoration: none;
}

*:focus::-webkit-input-placeholder {
  color: transparent !important;
}

*:focus::-moz-placeholder {
  color: transparent !important;
}

*:focus:-moz-placeholder {
  color: transparent !important;
}

*:focus:-ms-input-placeholder {
  color: transparent !important;
}

p,
li {
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  min-height: 100vh;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row.align-center {
  -ms-flex-align: center;
  align-items: center;
}

.col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-5 {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-7 {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

input#search_input {
  border: 1px solid #828282;
}

.video_item h2 {
  color: #000;
  font-family: "Aktiv Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}

.video_item+.video_item {
  margin-top: 45px;
}

.video_item:last-child {
  margin-bottom: 90px;
}

.video_item .btn {
  margin-top: 24px;
}

.video_item .iframe_vid_wrap {
  position: relative;
  padding-top: 60%;
}

.video_item .iframe_vid_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-block_gr {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-block_gr.welc-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-block_gr.welc-page .main-section_gr {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  padding-top: 170px;
}

.main-block_gr.welc-page .main-section_gr .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-block_gr.welc-page .main-section_gr .top_block {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-block_gr.welc-page .log_block p {
  color: #fff;
  /* Heading 6 */
  font-family: 'Aktiv Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.37;
}

.main-block_gr.welc-page .log_block p a {
  color: #fff;
}

.title_image img {
  margin-bottom: 12px;
}

.login_link {
  color: #4F4F4F;
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.welc-page .top_block p {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

.main_menu_gr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px 0 20px 0;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

.main_menu_gr ul {
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.main_menu_gr .container {
  max-width: 365px;
}

.main_menu_gr ul li {
  line-height: normal;
  /* margin: 0 auto; */
  /* display: inline-block; */
}

.main_menu_gr ul a {
  color: #4F4F4F;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.main_menu_gr ul a.active,
.main_menu_gr ul a:hover {
  color: #00a88f;
}

.main_menu_gr ul a.active path:not(.stroke_only),
.main_menu_gr ul a:hover path:not(.stroke_only) {
  fill: #00a88f !important;
}

.main_menu_gr ul a.active path.stroke_only,
.main_menu_gr ul a:hover path.stroke_only {
  stroke: #00a88f !important;
}

.intro_title {
  color: #000;
  font-family: 'Aktiv Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.main-section_gr .col-12,
.main-header_gr .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.main-section_gr .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.main-section_gr .color-white {
  color: #fff;
}

.main-section_gr .color-white * {
  color: #fff !important;
}

.main-section_gr .color-white a {
  color: #fff;
}

.main-section_gr .color-white .label,
.main-section_gr .color-white .read-more {
  color: #fff;
}

.main-header_gr {
  padding: 19px 0;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 10;
}

.main-header_gr.back_link_header {
  box-shadow: none;
}

.main-header_gr.back_link_header .container {
  max-width: 365px;
}

.main-header_gr a.back_link {
  color: #000;
  font-family: 'Roboto';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 153.846% */
}

.main-header_gr a.back_link span {
  vertical-align: middle;
}

.main-header_gr.not_logo>.container {
  max-width: 365px;
  position: relative;
}

.main-header_gr.not_logo .search_ic {
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
}

.main-header_gr.not_logo .back_link {
  position: absolute;
  left: 10px;
  top: -3px;
}

.main-header_gr h1 {
  color: #000;
  font-family: 'Aktiv Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 130% */
}

.main-header_gr svg {
  vertical-align: middle;
}

.main-header_gr .close_icon {
  display: none;
}

.main-header_gr .toggle_menu.open .open_icon {
  display: none;
}

.main-header_gr .toggle_menu.open .close_icon {
  display: inline;
}

.main-header_gr .nav_hub {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  margin-top: 2px;
  display: none;
}

.main-header_gr .nav_hub .container {
  display: block;
}

.main-header_gr .nav_hub ul {
  padding: 0;
  list-style: none;
  text-align: center;
}

.main-header_gr .nav_hub ul li {
  display: inline-block;
  margin-bottom: 0;
}

.main-header_gr .nav_hub ul li+li {
  margin-left: 50px;
}

.main-header_gr .nav_hub ul a {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  color: #4F4F4F;
  display: block;
}

.main-header_gr .nav_hub ul a:hover {
  color: #00A88F;
}

.main-header_gr .nav_hub ul a:hover svg path {
  fill: #00A88F !important;
}

.main-header_gr .nav_hub ul a svg {
  margin-bottom: 7px;
}

.main-header_gr.has_nav {
  padding: 10px 0;
  box-shadow: 0px 4px 10px 0px #0000001F;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.main-header_gr .icons_menu .search_icon {
  margin-right: 4px;
}

.main-header_gr .icons_menu div {
  cursor: pointer;
  display: inline-block;
}

.brochures_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 20px;
  padding-bottom: 75px;
}

@media(max-width: 365px) {
  .brochures_wrap {
    column-gap: 17px;
  }
}

.brochures_wrap a {
  width: 98px;
}

.brochures_wrap a img {
  display: block;
  border: 1px solid #D7D7D7;
}

.brochures_wrap a img {
  display: block;
  border: 1px solid #D7D7D7;
}

.brochure-link__img-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 98 / 139;
}

.brochure-link__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brochure-link__title {
  font: 14px / 1.2 Roboto, sans-serif;
  text-align: center;
  color: #4F4F4F;
  margin-top: 6px;
  display: block;
}


.logo_h {
  padding: 20px 0;
}

.log_block {
  padding-top: 15px;
}

.log_block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.log_block a:not(.btn_h):hover {
  text-decoration: underline;
}

.log_block .btn_h {
  margin-bottom: 25px;
}

.banner_top_gr {
  padding: 50px 0 30px 0;
  background-color: #00a88f;
}

.banner_top_gr .container {
  max-width: 365px;
}

.banner_top_gr h1 {
  color: #FFF;
  font-family: 'Aktiv Grotesk';
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.23;
  /* 123.077% */
  margin-bottom: 15px;
}

.form_search {
  position: relative;
  margin-bottom: -56px;
}

.form_search input {
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  padding: 16px 20px 16px 50px;
  /* Body Medium */
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
}

.form_search input::-webkit-input-placeholder {
  color: #BDBDBD;
  font-family: 'Roboto';
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
}

.form_search input::-moz-placeholder {
  color: #BDBDBD;
  font-family: 'Roboto';
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
}

.form_search input:-ms-input-placeholder {
  color: #BDBDBD;
  font-family: 'Roboto';
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
}

.form_search button {
  position: absolute;
  top: 15px;
  left: 20px;
  background: transparent;
  cursor: pointer;
}

.main_icon_wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main-section_gr {
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-section_gr.pad-sm {
  padding: 20px 0;
}

.main-section_gr.pad-t-none {
  padding-top: 0;
}

.main-section_gr.pad-t-10 {
  padding-top: 10px;
}

.main-section_gr.pad-t-sm {
  padding-top: 25px;
}

.main-section_gr.pad-t80 {
  padding-top: 80px;
}

.main-section_gr.pad-t40 {
  padding-top: 40px;
}

.main-section_gr.pad-t60 {
  padding-top: 60px;
}

.main-section_gr.pad-t90 {
  padding-top: 90px;
}

.main-section_gr.pad-b24 {
  padding-bottom: 24px;
}

.main-section_gr .jumpto_block {
  display: block;
}

.main-section_gr .jumpto_block .jumpto_select {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #f4f4f4;
  border-color: #f4f4f4;
}

.main-section_gr .jumpto_block>span:first-child {
  display: block;
}

.post_image {
  padding: 10px 0;
}

.form_log_reg {
  margin-top: 24px;
}

.form_log_reg input:not(.btn_h) {
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  padding: 21px 16px;
  color: #000;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  width: 100%;
  margin-bottom: 16px;
}

.form_log_reg input:not(.btn_h)::-webkit-input-placeholder {
  color: #A5A5A5;
  font-family: 'Roboto';
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
}

.form_log_reg input:not(.btn_h)::-moz-placeholder {
  color: #A5A5A5;
  font-family: 'Roboto';
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
}

.form_log_reg input:not(.btn_h):-ms-input-placeholder {
  color: #A5A5A5;
  font-family: 'Roboto';
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
}

.form_log_reg .btn_h {
  padding: 19px 38px;
  border-radius: 30px;
}

.form_log_reg .btn_h.not_active {
  pointer-events: none;
  background: #E3E3E3;
}

.forgot_pass_wrap {
  font-size: 14px;
  margin-top: 45px;
}

.info_blocks {
  margin-top: 20px;
}

.info_blocks p {
  color: #4F4F4F;
  font-family: 'Roboto';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}

.info_blocks p svg,
.info_blocks p span {
  vertical-align: middle;
}

.reg-footer {
  padding: 15px 0;
  border-top: 1px solid #D9D9D9;
}

.reg-footer .container {
  max-width: 365px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.reg-footer .back_l {
  color: #000;
  text-align: center;
  font-family: 'Aktiv Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.reg-footer .btn_h {
  width: auto;
  padding: 19px 38px;
  border-radius: 30px;
}

.reg-footer .btn_h.not_active {
  background: #E3E3E3;
  pointer-events: none;
}

.wrap_locations {
  padding: 24px 20px;
  border-radius: 5px;
  border: 1px solid #D7D7D7;
  background: #FFF;
}

.wrap_locations h3 {
  color: #000;
  font-family: 'Aktiv Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
}

.selects_wrap select.selectpicker {
  display: none;
}

.selects_wrap .bootstrap-select {
  position: relative;
  margin-top: 14px;
  border-radius: 4px 4px 0 0;
}

.selects_wrap .bootstrap-select.open {
  border: 1px solid #4F4F4F;
  z-index: 2;
}

.selects_wrap .bootstrap-select.open>.dropdown-menu {
  display: block;
}

.selects_wrap .bootstrap-select.open .caret {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top-color: #fff;
}

.selects_wrap .bootstrap-select.open button {
  color: #fff;
  background-color: #00a88f;
  border: none;
  border-radius: 0;
}

.selects_wrap .bootstrap-select button {
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  padding: 16px 24px 16px 12px;
  background-color: transparent;
  color: #A5A5A5;
  text-align: left;
  width: 100%;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.42;
  -webkit-appearance: none;
  cursor: pointer;
  letter-spacing: 0.16px;
}

.selects_wrap .bootstrap-select button .caret {
  position: absolute;
  right: 12px;
  top: 17px;
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.selects_wrap .bootstrap-select>.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  display: none;
  background-color: #fff;
  border: 1px solid #4F4F4F;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.selects_wrap .bootstrap-select>.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.selects_wrap .bootstrap-select>.dropdown-menu ul li+li {
  border-top: 1px solid #4F4F4F;
}

.selects_wrap .bootstrap-select>.dropdown-menu ul a {
  color: #000;
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px 12px;
  display: block;
}

.main-section_gr .main_title {
  color: #000;
  font-family: 'Aktiv Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.main-section_gr .subtitle {
  font-family: 'Aktiv Grotesk';
  font-size: 24px;
  font-weight: 800;
  line-height: 1.333;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 15px;
  color: #000;
}

.filter_sort {
  padding: 0;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 11;
}

.filter_sort .col-sm-6:first-child {
  border-right: 1px solid #D7D7D7;
}

.filter_sort a {
  display: block;
  color: #000;
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px;
  text-align: center;
  cursor: pointer;
}

.filter_sort a svg,
.filter_sort a span {
  vertical-align: middle;
}

.filter_sort a span {
  padding-left: 3px;
}

.accordions_gr .item_accord {
  background: #FFF;
}

.accordions_gr .item_accord+.item_accord {
  margin-top: 8px;
}

.accordions_gr .item_accord.open .arrow {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordions_gr .toggle_accord {
  padding: 16px 40px 16px 16px;
  position: relative;
  cursor: pointer;
}

.accordions_gr .toggle_accord .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
}

.accordions_gr .toggle_accord h4 {
  color: #000;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.37;
  /* 137.5% */
}

.accordions_gr .toggle_accord h4 span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  /* 142.857% */
}

.accordions_gr .leg {
  color: #000;
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding-left: 14px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.accordions_gr .leg.nsw:before {
  background: #4BA590;
}

.accordions_gr .leg.vic:before {
  background: #000;
}

.accordions_gr .leg.qld:before {
  background: #C03632;
}

.accordions_gr .leg.sa:before {
  background: #69308B;
}

.accordions_gr .leg.north:before {
  background: #4DAAE9;
}

.accordions_gr .leg.wa:before {
  background: #74B856;
}

.accordions_gr .leg.tas:before {
  background: #808284;
}

.accordions_gr .leg.nt:before {
  background: #E9983E;
}

.accordions_gr .leg:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  top: 4px;
}

.accordions_gr .body_accord {
  padding: 0 16px 16px 16px;
  display: none;
}

.accordions_gr .body_accord .location {
  padding: 8px 7px 0;
}

.accordions_gr .body_accord .location p {
  color: #000;
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 0px 0;
}

.accordions_gr .body_accord .email_box {
  border-top: 1px solid #D7D7D7;
  padding-top: 16px;
}

.accordions_gr .body_accord table {
  width: 100%;
}

.accordions_gr .body_accord table tr:nth-child(odd) td {
  background: #F4F4F4;
}

.accordions_gr .body_accord table td {
  color: #000;
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 5px 7px;
}

.accordions_gr .body_accord table td:first-child {
  font-weight: 600;
}

.pad-b-80 {
  padding-bottom: 80px;
}

.btn_h {
  font-family: 'Aktiv Grotesk';
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  -webkit-appearance: none;
  cursor: pointer;
  background: #00A88F;
  padding: 14px 16px;
  border-radius: 25px;
  color: #fff;
  width: 335px;
  max-width: 100%;
  border: 1px solid #00A88F;
}

.btn_h.bg_wh {
  background-color: #fff;
  color: #000;
  padding: 20px 16px;
  border-radius: 30px;
}

.mar-b50 {
  margin-bottom: 50px;
}

.mar-b40 {
  margin-bottom: 40px;
}

.mar-t30 {
  margin-top: 30px;
}

.mar-t60 {
  margin-top: 60px;
}

.bg_grey_gr {
  background: #F4F4F4;
}

.mar-t40 {
  margin-top: 40px;
}

.mar-t10 {
  margin-top: 10px;
}

.align-center {
  align-items: center;
}

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-100px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.center-text {
  text-align: center;
}

.main-section_gr .col-xm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media(max-width: 767px) {

  .main-section .container,
  .main-section_gr .container {
    max-width: 365px;
  }
}

.main-section .container.always-365,
.main-section_gr .container.always-365 {
  max-width: 365px;
}

.sect-404 .container {
  max-width: 390px;
}

.sect-404 {
  padding: 30px 0 0;
  height: calc(100vh - 168px);
  display: flex;
  align-items: center;
}

.sect-404 h1 {
  margin-bottom: 30px;
  font-family: 'Aktiv Grotesk';
  font-weight: 800;
  font-size: 2vw;
  color: #000000;
}

.sect-404__txt {
  line-height: 1.4;
  color: #4F4F4F;
}

.sect-404__img {
  margin-bottom: 72px;
}

.sect-404 a.btn {
  margin: 24px 0 0;
  width: auto;
  display: inline-flex;
  padding: 16px 24px;
}

.sect-404__btn-wrap {
  text-align: center;
}

@media(max-width: 767px) {
  .sect-404 h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .sect-404__img {
    margin-bottom: 30px;
  }

  .sect-404 {
    padding-top: 30px;
  }

  .sect-404 a.btn {
    margin-top: 15px;
  }
}
