.page_head_block[style*=background]:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page_head_block {
  padding: 120px 0;
  position: relative;
}
.page_head_block .large_title,
.page_head_block .standard_text {
  max-width: 500px;
}
.page_head_block[style*=background] {
  color: #ffffff;
  height: 50vw;
  max-height: 720px;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-position: no-repeat;
  margin-bottom: 120px;
}
.page_head_block[style*=background]:before {
  content: "";
  background: #666666;
  opacity: 0.5;
}
.page_head_block[style*=background] .page_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.page_head_block[style*=background] .large_title {
  margin-top: auto;
  padding-top: 40px;
}
.page_head_block[style*=background] .standard_text {
  margin-bottom: auto;
  padding-bottom: 40px;
}
.page_head_block[style*=background] .breadcrumbs div {
  color: #ffffff;
}

h2 {
  margin: 0;
  font-family: "montserrat-medium", "montserratarm-medium";
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 200%;
    line-height: 24px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h2 {
    font-size: 180%;
    line-height: 22px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 150%;
    line-height: 19px;
    padding-bottom: 16px;
  }
}

h1 {
  margin: 0;
  font-family: "montserrat-medium", "montserratarm-medium";
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 450%;
    line-height: 54px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  h1 {
    font-size: 360%;
    line-height: 42px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h1 {
    font-size: 280%;
    line-height: 34px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 240%;
    line-height: 28px;
    padding-bottom: 16px;
  }
}

h3 {
  font-size: 160%;
  line-height: 19px;
  color: #333333;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin: 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 130%;
    line-height: 16px;
  }
}

.info_section {
  padding-bottom: 120px;
}
.info_section .text_block {
  padding-top: 24px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
}
.info_section .sub_title,
.info_section h3 {
  padding-bottom: 10px;
}
.info_section h2,
.info_section .page_title {
  padding-bottom: 50px;
}
.info_section .table_block {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
}
.info_section .table_block:not(:last-child) {
  margin-bottom: 32px;
}
.info_section .table_block table {
  width: 100%;
  font-size: 140%;
  line-height: 18px;
  border-top: 1px solid #e5e5e5;
}
.info_section .table_block table td {
  padding: 14px 20px;
  width: 10%;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}
.info_section .table_block table td:first-child {
  color: #999999;
  padding-left: 0;
}
.info_section .table_block table td:last-child {
  padding-right: 0;
}

.info_list .info_row {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .info_list .info_row {
    display: flex;
    margin: 0 -10px;
    justify-content: space-between;
  }
  .info_list .info_row:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .info_list .info_row .image_block,
  .info_list .info_row .info_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .info_list .info_row .info_block {
    align-self: center;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .info_list .info_row .info_block {
    flex: 0 0 41.7%;
    max-width: 41.7%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .info_list .info_row .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.info_list .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .info_list .image_block {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .page_head_block {
    padding: 90px 0;
  }
  .page_head_block[style*=background] {
    margin-bottom: 90px;
  }
  .info_section,
  .info_list .info_row {
    padding-bottom: 90px;
  }
  .info_section h2,
  .info_section .page_title {
    padding-bottom: 40px;
  }
  .info_section .text_block {
    padding-top: 16px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .page_head_block {
    padding: 60px 0;
  }
  .page_head_block[style*=background] {
    margin-bottom: 60px;
  }
  .info_section,
  .info_list .info_row {
    padding-bottom: 60px;
  }
  .info_section h2,
  .info_section .page_title {
    padding-bottom: 32px;
  }
  .info_section .text_block {
    padding-top: 12px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .page_head_block {
    padding: 40px 0;
  }
  .page_head_block[style*=background] {
    margin-bottom: 40px;
    min-height: 60vw;
    height: auto;
  }
  .info_section,
  .info_list .info_row {
    padding-bottom: 40px;
  }
  .info_section h2,
  .info_section .page_title {
    padding-bottom: 24px;
  }
  .info_section .text_block {
    padding-top: 8px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

/*# sourceMappingURL=default.css.map */
