.header {
    min-height: 40px;
}
.menu-toggle {
    min-height: 7rem;
}
.menu-toggle::before {
    top: 2.5rem;
}
.menu-toggle::after {
    opacity: 0.3;
}
.mnv-menu__close {
    height: 7rem;
}
.mnv-menu__close-icon {
    top: 2.5rem;
}
.mnv-opened .mnv-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

}
@media screen and (min-width: 1280px) {
    .header-bar:not(.-absolute) .header-bar__components {
        max-width: 100%;
    }

    .header-bar__menu-btn {
        left: 5rem;
        right: auto;
    }
}
@media screen and (max-width: 1279px) {
    .menu-toggle,
    .mnv-menu__close{
        min-height: 5rem;
        height: 5rem;
    }
    .header-bar__components {
        max-width: 100%;
        padding-right: 15px;
    }
    .header-bar__menu-btn {
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .header-bar__menu-btn {
      position: absolute;
      top: 0;
      right: 0;
    }
}
.header-bar__components {
    max-width: 100%;
    min-height: 40px;
    justify-content: flex-end;
}
.mnv-menu {
    left: 0;
    right: auto;
    transform: translateX(-100%);
}
.my-account__link {
    display: inline-flex;
    align-items: center;
    padding: 7px 0;
    margin-left: 2.8rem;
    margin-right: 0.7rem;
}
.btn-exit {
    display: inline-block;
    padding: 7px 0;
    margin-left: 2.8rem;
    margin-right: 0.7rem;
    transition: all 250ms ease-in-out 0ms;
    color: #727272;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}
.btn-exit:hover {
  text-decoration: none;
}
.header-bar__inner.-has-shadow::before,
.header-bar__inner.-has-shadow::after {
    opacity: 0.5;
}
.heading__wrapper {
    padding: 7rem 1rem;
}
.media-element iframe {
    position: static;
    height: 515px;
    width: 860px;
}

.form-row {
    margin: 0 0 10px;
}

label {
    color: #727272;
    margin: 0 0 10px;
    font-size: 1.4rem;
}

input, textarea, select {
    min-height: 0;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #727272;
    outline: none !important;
}

.btn {
    background: #00a67f !important;
    color: #fff;
}

.btn_lg {
    width: 100%;
}

.login-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-inner {
    width: 100%;
    max-width: 500px;
}

.login-wrap h1 {
    font-size: 4rem;
    text-align: center;
}

.radio-item {
    display: flex;
    align-items: center;
}

.radio-item label {
    margin: 0 0 0 10px;
}

.custom-radio {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
}

.custom-radio span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #dee0eb;
  border-radius: 2px;
  background: #fff;
}

.custom-radio span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 12px;
  border-bottom: 2px solid #727272;
  border-right: 2px solid #727272;
  margin-top: -2px;
  opacity: 0;
  content: '';
}

.custom-radio input {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  border: none !important;
  background: none;
}

.custom-radio input:checked ~ span:before {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #e3eefa;
  border: 1px solid #727272;
  opacity: .4;
}

.custom-radio input:checked ~ span:after {
  opacity: 1;
}

.custom-radio input:disabled ~ span:before {
  opacity: 0.5;
}

.custom-radio span:before {
  border-radius: 50%;
}

.custom-radio span:after {
  width: 14px;
  height: 14px;
  background: #727272;
  border: none;
  border-radius: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.radio-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.radio-row .radio-item {
    width: 33.33%;
    padding: 0 10px 20px;
}

.btn.btn_lg-mobile {
  margin: 20px 1rem 0;
}

@media(max-width: 767px) {
    .radio-row .radio-item {
        width: 100%;
    }
    .btn.btn_lg-mobile {
        width: 100%;
        margin: 0 1.5rem;
    }
    .container.-page {
      padding: 3rem 1rem 3rem;
  }
}
.btn-test {
    padding: 11px;
    font-size: 14px;
    text-transform: uppercase;
    background: #ffa500;
    border: 1px solid #ffa500;
    color: #fff;
    font-weight: 700;
    border-radius: 7px;
    display: inline-block;
    margin: 7px 0;
    transition: .2s;
}

.btn-test:hover {
    background: transparent;
    color: #ffa500;
}

@media(max-width: 767px) {
    .header-bar {
        position: static !important;
    }
    .header-bar__components {
        padding-left: 15px;
    }
    .btn-test {
        width: 100%;
        text-align: center;
    }
    .radio-row .radio-item {
      padding: 0 16px 20px;
    } 
}

.heading__wrapper {
    padding: 15rem 1rem;
}

.header-bar__components {
  min-height: 81px;
}

form {
  margin: 0;
}

.test-template-title {
  font-size: 20px;
  line-height: 1.2;
}

.test-status {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 10px 0 0;
}

.test-status-date {
  font-size: 14px;
  line-height: 1.2;
}

.heading__back-link a {
  font-size: 12px;
  line-height: 1.2;
  text-decoration: underline;
}

.heading__back-link a:hover {
  text-decoration: none;
}

.page-numbers {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 5px;
}

.page-numbers.current {
  font-weight: bold;
}

.my-account__link:hover {
  color: #727272;
}

.radio-row .radio-item {
  width: 100%;
}

@media(max-width: 767px) {
  .heading__wrapper {
    padding: 5rem 1.5rem;
  }
  .test-status {
    display: block;
    margin: 0 0 10px;
  }
  .header-bar__components {
    min-height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .heading__title {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

.intro-video-holder {
  display: flex;
  height: 100%;
  padding: 80px 50px 15px;
}

.intro-video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.intro-video-item {
  position: relative;
  /* padding-top: calc(100% - 100px); */
  width: 100%;
  height: 100%;
}

.intro-video-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.intro-video-holder .submit-wrap {
  text-align: center;
  padding: 10px 0 0;
}

.intro-video-holder .submit-wrap input{
  width: auto;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .intro-video-holder {
    padding: 149px 25px 10px;
  }
}
 
@media (max-width: 767px) {
  .intro-video-holder {
    padding: 14px 15px 70px;
  }
}

.site-main {
  flex: 1;
}

.file-field {
  position: relative;
}

.file-field-row {
  padding: 44px 0 58px;
}

.file-field-row .label {
  margin-bottom: 18px;
}

.file-field input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

.file-field_btn {
  display: flex;
  align-items: center;
  margin: 10px 0 0 !important;
}

.file-field_btn strong {
  -webkit-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  background-color: transparent;
  border: solid 1px rgba(197, 197, 197, 0.5);
  display: inline-block;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.14286;
  text-decoration: none;
  width: auto;
  font-size: 1.4rem;
  padding: 1.2rem 2.3rem;
  font-weight: 700;
  background: #00a67f;
  color: #fff;
  margin: 0 10px 0 0;
}

.no-touch .file-field_btn strong:hover {
  background: #e6e6e6;
}

.file-field_btn span {
  color: #727272;
  margin: 0 0 5px;
  font-size: 1.4rem;
}

.file-field_text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  display: block;
}

@media (max-width: 1023px) {
  .file-field_btn span {
    font-size: 15px;
  }
  .file-field_text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .file-field-row {
    padding: 17px 0 40px;
  }
  .file-field-row .label {
    margin-bottom: 22px;
  }
  .file-field_btn strong {
    font-size: 15px;
    margin-right: 7px;
  }
  .file-field_btn span {
    font-size: 14px;
  }
  .file-field_text {
    font-size: 14px;
  }
}