@charset "UTF-8";
@font-face {
  font-family: 'ProximaNova';
  src: url(fonts/75a9fa65990f207cef402a65ce80cbf1.eot);
  src: url(fonts/1ffb7b00b6d614b0ffb61e229150d1d7.woff) format("woff"), url(fonts/ca893419a7f53b9e2b9938b923e00e74.ttf) format("truetype"), url(img/build/2387827f97787f5dc7be51f82ba88c21.svg) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url(fonts/233f40c6f4a028bcf19736413a379e1c.eot);
  src: local("O"), url(fonts/97b9fb400c3af5777de16ffc8b789001.woff) format("woff"), url(fonts/034d284b9491cb40a55d7611d37af6c6.ttf) format("truetype"), url(img/build/fb00d7e80cad442ebec57ae6197069b9.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova Light';
  src: url(fonts/a17b7abcc213e7a6ee32eb79a4370cd5.eot);
  src: local("O"), url(fonts/e2ac492f39b07c3d80fca5b7d425e413.woff) format("woff"), url(fonts/c6ffad0530e7373252307ee860b26c98.ttf) format("truetype"), url(img/build/35d82f1e5b0997ec3ca2666b741a6172.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'ProximaNova', sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 16px; }

* {
  box-sizing: border-box; }

main {
  max-width: 1300px;
  margin: 0 auto;
  text-align: left; }

header {
  border-top: 10px solid #23308a;
  background: url(img/build/7c5aa081ffd9ae9f8382645c709dba3b.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 64px; }
  @media (max-width: 700px) {
    header {
      padding: 0 16px;
      margin-bottom: 16px; } }

.logo img {
  width: 250px; }

.header__row {
  color: white;
  padding: 16px 0; }
  @media (min-width: 700px) {
    .header__row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse; } }

.header__nav {
  flex-grow: 1;
  text-align: right; }
  .header__nav span {
    display: inline-block;
    font-size: 18px;
    margin: 0 8px;
    cursor: pointer; }

@media (min-width: 700px) {
  .header__phone {
    margin-left: 24px; } }

@media (max-width: 700px) {
  .header__phone {
    margin-bottom: 8px; } }

.header__phone a {
  font-size: 25px;
  color: white;
  text-decoration: none; }

h1 {
  color: white;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: bold;
  max-width: 700px;
  text-transform: uppercase; }
  @media (max-width: 700px) {
    h1 {
      font-size: 32px;
      line-height: 1.2em;
      max-width: 100%; } }
  h1 small {
    margin-top: 16px;
    font-size: 32px;
    line-height: 1.1em;
    display: block;
    font-weight: normal; }
    @media (max-width: 700px) {
      h1 small {
        font-size: 24px;
        line-height: 1.1em; } }

.button__container {
  position: relative;
  text-align: left;
  padding-bottom: 96px; }
  .button__container .button-input {
    text-align: left;
    display: inline-block;
    cursor: pointer; }

.titleh2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 48px; }
  @media (max-width: 700px) {
    .titleh2 {
      font-size: 26px; } }
  .titleh2:before {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 10px solid #be1622;
    width: 60px; }

.slide {
  position: relative; }
  @media (max-width: 700px) {
    .slide {
      padding: 0 16px; } }
  .slide.slide--0 .row {
    border: 2px solid #be1622;
    padding: 48px; }
  .slide.slide--0 img {
    width: 100px;
    margin-right: 32px; }
  .slide.slide--0 p {
    margin-bottom: 16px;
    line-height: 1.4em; }
    .slide.slide--0 p.info {
      margin-top: 16px;
      font-weight: bold;
      font-size: 18px; }
  .slide.slide--1 {
    background: url(img/build/39123d4af81935f2cc036cc45941244c.png) top center no-repeat;
    background-size: cover;
    padding: 32px 0;
    margin-bottom: 64px; }
    @media (max-width: 700px) {
      .slide.slide--1 {
        padding: 0 16px; } }
    .slide.slide--1 h2 {
      margin: 0 0 16px; }
    .slide.slide--1 .column {
      padding: 24px 32px;
      border: 2px solid #23308a;
      background: white;
      margin-bottom: 24px; }
      .slide.slide--1 .column ul,
      .slide.slide--1 .column li {
        margin: 0;
        padding: 0;
        list-style-type: none; }
      .slide.slide--1 .column li {
        margin-bottom: 16px;
        position: relative;
        padding-left: 24px; }
        .slide.slide--1 .column li::before {
          content: ' ';
          background: url(img/build/1d4c34853d226fa87e2750ba00e79cae.svg) 0 0 no-repeat;
          background-size: 15px auto;
          position: absolute;
          top: 0.2em;
          left: 0;
          width: 15px;
          height: 30px; }

ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.list li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  ul.list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px; }
    ul.list li::before {
      content: ' ';
      background: url(img/build/1d4c34853d226fa87e2750ba00e79cae.svg) 0 0 no-repeat;
      background-size: 15px auto;
      position: absolute;
      top: 0.2em;
      left: 0;
      width: 15px;
      height: 30px; }

@media (min-width: 700px) {
  .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch; } }

.benefits {
  margin: 0 0 64px;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 700px) {
    .benefits {
      flex-wrap: wrap; } }
  .benefits li {
    position: relative;
    margin: 0;
    padding: 110px 0 0 0;
    list-style-type: none;
    width: 25%;
    text-align: center; }
    @media (max-width: 700px) {
      .benefits li {
        width: 50%;
        margin-bottom: 16px; } }
    .benefits li .icon {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 90px;
      height: 90px;
      background-size: 100% 100%;
      background-position: center center;
      background-repeat: no-repeat; }
      .benefits li .icon.icon1 {
        background-image: url(img/build/8ed4058978c0cb62a594a4e0fe02c676.svg); }
      .benefits li .icon.icon2 {
        background-image: url(img/build/c2d617782a2feec7b7791efb6fb13214.svg); }
      .benefits li .icon.icon3 {
        background-image: url(img/build/424c2d19b88c5ad0e93c3a24439c08c9.svg); }
      .benefits li .icon.icon4 {
        background-image: url(img/build/c74c85d08dd5636aad1c1316c874d616.svg); }

.slide__bio .photo {
  margin-right: 48px; }
  .slide__bio .photo img {
    width: 300px; }

.bio__title {
  font-size: 32px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 24px; }
  @media (max-width: 700px) {
    .bio__title {
      font-size: 24px; } }
  .bio__title small {
    font-size: 24px;
    line-height: 1em;
    display: block;
    font-weight: normal;
    color: #9b9b9b; }
    @media (max-width: 700px) {
      .bio__title small {
        font-size: 18px;
        margin-top: 4px; } }

.bio__title__sub {
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 16px; }

ul.about__title,
ul.about__title li {
  margin: 0 0 48px;
  padding: 0;
  list-style-type: none; }
  ul.about__title li,
  li li {
    margin: 0 0 16px;
    padding: 0;
    list-style-type: none;
    position: relative;
    padding-left: 16px; }
    ul.about__title li::before,
    li li::before {
      content: '•';
      position: absolute;
      top: 0;
      left: 0; }

.slider {
  position: relative; }
  @media (min-width: 700px) {
    .slider {
      padding: 0 80px; } }
  .slider .slider__arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    background: #be1622 url(img/build/d3b543562e38cc2fbc9e234228007b40.svg) center center no-repeat;
    background-size: 15px auto;
    transform: translateY(-50%) rotate(180deg);
    z-index: 1;
    cursor: pointer; }
    .slider .slider__arrow.slider__arrow--next {
      left: auto;
      right: 0;
      transform: translateY(-50%); }
  @media (min-width: 700px) {
    .slider.slick-initialized .slick-track {
      display: flex;
      align-items: center; } }
  .slider.slick-initialized .slick-slide {
    padding: 0 16px; }
  .slider.slider--sertif .slick-slide {
    max-width: 400px;
    padding: 0; }
    @media (min-width: 700px) {
      .slider.slider--sertif .slick-slide {
        margin: 8px; } }
    .slider.slider--sertif .slick-slide img {
      max-width: 100%;
      border-radius: 2px;
      height: 280px; }
  .slider.slider--logos .slick-slide {
    max-width: 300px;
    margin: 8px; }
    .slider.slider--logos .slick-slide img {
      max-width: 100%;
      max-height: 100px; }

.slider__one .slick-slide {
  text-align: center; }

.slide {
  margin-bottom: 48px; }

.contacts {
  background: url(img/build/7c5aa081ffd9ae9f8382645c709dba3b.png) bottom right no-repeat;
  background-size: cover;
  padding: 32px 0;
  min-height: 400px; }
  @media (max-width: 700px) {
    .contacts {
      padding: 32px 0 0; } }
  .contacts .titleh2 {
    color: white; }
  .contacts .titleh3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px; }
  .contacts p {
    color: white;
    position: relative; }
    .contacts p a {
      color: white; }
    .contacts p .icon {
      padding-left: 32px;
      background: url(img/build/c582e7fe9b572176997c96053078b2ff.png) center left no-repeat;
      background-size: contain; }
      .contacts p .icon.icon__mail {
        background: url(img/build/0e147175ef3b2d3f6668dc81cf61e16a.png) center left no-repeat;
        background-size: contain; }

.form {
  background: #ededed;
  padding: 25px 40px; }
  @media (min-width: 700px) {
    .form {
      padding: 25px 40px; } }
  @media (max-width: 700px) {
    .form {
      margin-top: 16px; } }
  .form a {
    color: black; }

.text-input {
  position: relative;
  margin-bottom: 20px; }
  .text-input input {
    background: none;
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 8px;
    width: 100%;
    position: relative;
    z-index: 10; }
    .text-input input:active, .text-input input:focus {
      border-bottom: 2px solid #2d2e83; }
      .text-input input:active ~ span, .text-input input:focus ~ span {
        top: -5px;
        font-size: 12px; }
  .text-input span {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #8d8d8d;
    font-size: 15px;
    transition: all ease-in 200ms; }
  .text-input.text-input--filled {
    border-bottom: 2px solid #2d2e83; }
    .text-input.text-input--filled span {
      top: -5px;
      font-size: 12px; }

.text-checkbox {
  margin-bottom: 20px; }
  .text-checkbox label {
    font-weight: normal; }

h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px; }
  h2 a {
    color: black; }

.button-input {
  text-align: center;
  position: relative; }
  .button-input:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 5px;
    background: #be1622;
    opacity: 0.2; }

.button__container {
  margin-top: 10px; }

.button {
  background: #be1622;
  padding: 12px 30px;
  color: white;
  border: none;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  display: inline-block; }

.diploma {
  background-color: #f6f6f6;
  padding: 24px 0; }

.feedback {
  background-color: #f6f6f6;
  padding: 24px 0; }
  .feedback .slider__arrow {
    top: -30px;
    transform: translateY(-100%) rotate(180deg);
    left: auto;
    right: 64px; }
    .feedback .slider__arrow.slider__arrow--next {
      right: 0;
      transform: translateY(-100%); }

.feedback__item {
  position: relative; }

.feedback__item__logo {
  margin-right: 32px;
  width: 400px; }
  @media (max-width: 700px) {
    .feedback__item__logo {
      margin-bottom: 16px; } }
  .feedback__item__logo img {
    max-width: 300px;
    max-height: 120px; }

.feedback__item__bubble {
  position: relative; }

.feedback__item__text {
  position: relative;
  box-shadow: 0 0 20px #eaeaea;
  padding: 16px 32px;
  border-radius: 8px;
  background: white; }
  @media (min-width: 700px) {
    .feedback__item__text:before {
      content: ' ';
      position: absolute;
      top: 8px;
      left: 0;
      width: 0;
      height: 0;
      border: 20px solid rgba(255, 255, 255, 0);
      border-right-color: white;
      transform: translateX(-100%); } }


.work__item__text {
  position: relative;
  box-shadow: 0 0 20px #eaeaea;
  padding: 16px 32px;
  border-radius: 8px;
  background: white;
}

.faq__item {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 24px;
  margin-bottom: 16px;
  cursor: pointer; }
  .faq__item .faq__title {
    position: relative;
    color: #be1622;
    font-size: 16px;
    line-height: 23px;
    padding-right: 16px; }
    @media (max-width: 700px) {
      .faq__item .faq__title {
        font-size: 14px;
        line-height: 17px; } }
    .faq__item .faq__title .icon {
      position: absolute;
      top: 50%;
      right: 16px;
      filter: grayscale(100%);
      transition: all 100ms ease-in;
      transform: rotate(-90deg) translateX(50%);
      opacity: 0.6; }
  .faq__item .faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: all 200ms ease-in; }
    .faq__item .faq__answer p {
      padding-top: 16px;
      font-size: 16px;
      line-height: 23px; }
      @media (max-width: 700px) {
        .faq__item .faq__answer p {
          font-size: 12px;
          line-height: 15px; } }
      .faq__item .faq__answer p a {
        color: #be1622; }
    .faq__item .faq__answer ul {
      margin: 0 0 0 16px;
      padding: 16px;
      list-style-type: disc; }
    .faq__item .faq__answer li {
      margin-bottom: 8px;
      list-style-type: disc; }

.faq__answer--opened .faq__title .icon {
  transform: rotate(90deg) translateX(-75%); }

.faq__answer--opened .faq__answer {
  max-height: 1000px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.catch-form {
  margin: 96px 0;
  padding: 32px 0;
  background-color: #be1622; }
  .catch-form .titleh3 {
    color: white;
    font-weight: bold;
    margin-bottom: 0; }
  .catch-form .form {
    padding: 0;
    background: none; }
  .catch-form form {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .catch-form form .text-input {
      margin-bottom: 0; }
      .catch-form form .text-input input {
        color: white; }
      .catch-form form .text-input span {
        color: white;
        border-bottom-color: white; }
  .catch-form .button-input .button {
    width: 100%;
    border: 1px solid white; }

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header-row .form {
    max-width: 400px;
    margin-bottom: 32px; }
    .header-row .form .titleh3 {
      font-weight: bold;
      margin: 0 8px 8px;
      font-size: 22px; }

.breadcrumbs {
  color: #9b9b9b;
  margin-bottom: 32px; }
  .breadcrumbs a {
    color: #9b9b9b;
    font-size: 14px;
    text-decoration: none; }
    .breadcrumbs a::after {
      content: '\2014';
      margin-left: 4px; }
    .breadcrumbs a:last-child::after {
      content: ''; }

@media (min-width: 700px) {
  .inner-row {
    display: flex; } }

@media (max-width: 700px) {
  .inner-row {
    padding: 0 16px; } }

.inner-column h1 {
  color: black;
  width: auto;
  max-width: 100%;
  line-height: 1.1em;
  font-size: 40px; }
  @media (max-width: 700px) {
    .inner-column h1 {
      font-size: 28px; } }

.inner-menu {
  width: 100%; }
  @media (min-width: 700px) {
    .inner-menu {
      width: 300px;
      margin-right: 24px;
      flex-shrink: 0; } }
  .inner-menu a {
    display: block;
    background-color: #be1622;
    color: white;
    padding: 16px;
    margin-bottom: 8px;
    border: 1px solid #be1622; }
    .inner-menu a.active {
      background: white;
      font-weight: bold;
      color: black;
      text-decoration: none; }

.column.column--50 {
  width: 50%;
  padding-right: 16px;
  flex-shrink: 0; }
