.oxford-test * {
  box-sizing: border-box;
}

.oxford-test {
  font-size: 16px;
  color: #14181C;
}
.oxford-test__modal .jBox-container {
  min-width: 320px;
  max-width: 415px;
  padding: 32px !important;
}
.oxford-test__modal .puzzle-modal__title {
  font-size: 22px;
  margin-bottom: 20px;
}
.oxford-test__modal .puzzle-modal__title {
  font-size: 22px;
  margin-bottom: 20px;
}
.oxford-test__modal_text {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.puzzle-modal_oxford-agreement, 
.puzzle-modal_oxford-rules {
  text-align: center;
  color: #878787;
  font-size: 12px;
  line-height: 135%;
  margin: 22px 0;
}

.puzzle-modal_oxford-rules {
  margin: 0
}

.oxford-test__modal ol {
  list-style-position: inside;
}

@media screen and (max-width: 320px) {
  .oxford-test__modal .jBox-container {
    padding: 25px 32px 25px !important;
  }
  .oxford-test__modal button[type='submit'] {
    margin-top: 10px;
  }
}

.oxford-container {
  max-width: 975px;
  margin: 0 auto;
}
.oxford-title {
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
}
.oxford-description {
  font-size: 19px;
  line-height: 28px;
}
.oxford-button {
  min-width: 259px;
  padding: 12px 5px;
  font-size: 19px;
  font-weight: 700;
  text-transform: unset;
}

.oxford-header {
  padding-top: 100px;
  background: #fff;
  background: url('/wp-content/themes/english/assets/images/oxford_test/bg.svg') no-repeat right;
}
.oxford-header__title {
  max-width: 600px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  margin-bottom: 27px;
}
.oxford-header__description {
  max-width: 600px;
  line-height: 32px;
}

.oxford-body__stats {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #F1F2F6;;
  font-size: 19px;
}
.oxford-body__stats_right-block {
  margin-left: auto;
  display: flex;
}
.oxford-body__stats-details {
  display: flex;
  flex-direction: column;
  margin-right: 97px;
}
.oxford-body__stats-details:last-child {
  margin-right: 0;
}

.oxford-block {
  background: #F1F2F6;
  border-radius: 11px;
  margin-top: 46px;
  margin-bottom: 70px;
  padding: 43px 115px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.oxford-block_small {
  padding: 45px 48px;
  font-size: 19px;
  line-height: 24px;
  text-align: left;
}

.oxford-main {
  display: flex;
  margin-bottom: 50px;
}
.oxford-main__navigation {
  flex-basis: 300px;
  display: flex;
  align-self: flex-start;
}
.oxford-main__navigation_progress {
  border-radius: 3px;
  width: 4px;
  background: linear-gradient(to bottom, #89BF66 30%, #DEDEDE 30%);
}
.oxford-main__navigation_links {
  padding-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.oxford-main__navigation_links a {
  text-decoration: none;
  color: #14181C;
  margin-bottom: 20px;
}
.oxford-main__navigation_links a:last-child {
  margin-bottom: 0;
}
.oxford-main__navigation_links a:visited {
  color: #14181C;
}
.oxford-main__navigation_active {
  font-weight: 900;
}
.oxford-main__navigation_link:last-child {
  margin-bottom: 0;
}

.oxford-main__content {
  flex: 1;
}
.oxford-main__content_block {
  margin-bottom: 90px;
}
.oxford-main__content_certificate {
  display: flex;
}
.oxford-main__content_certificate div {
  flex: 1;
}
.oxford-main__content_certificate img {
  align-self: flex-start;
  margin-left: 50px;
}
.oxford-main__content_block:last-child {
  margin-bottom: 0;
}
.oxford-main__content_block ul {
  list-style-position: outside;
  padding-left: 20px;
}
.oxford-main__content_block ol {
  list-style-position: inside;
}
.oxford-main__content_block ul li {
  margin-bottom: 32px;
}
.oxford-main__content_block ul li:last-child {
  margin-bottom: 0;
}
.oxford-main__content_block ol li {
  margin-bottom: 20px;
}
.oxford-main__content_block ol li:last-child {
  margin-bottom: 0;
}
#cert {
  max-width: 170px;
}

@media screen and (max-width: 1023px) {
  .oxford-main__navigation {
    display: none;
  }
} 

@media screen and (max-width: 767px) {
  .oxford-header {
    background: none;
    padding-top: 33px;
    height: 100%;
  }
  .oxford-header .oxford-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .oxford-body__stats {
    flex-direction: column;
    padding: 88px 24px 63px;
    border-bottom: none;
    text-align: center;
  }
  .oxford-body__stats_right-block {
    margin-left: 0;
    margin-top: 50px;
    flex-direction: column;
  }
  .oxford-body__stats-details {
    align-items: center;
    margin-right: 0;
    margin-bottom: 46px;
  }
  .oxford-body__stats-details:last-child {
    margin-bottom: 0;
  }
  .oxford-block {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 46px;
    padding: 45px 44px;
  }
  .oxford-main__content_block {
    margin-bottom: 71px;
  }
  .oxford-main__content_certificate {
    flex-direction: column;
  }
  .oxford-main__content_certificate div {
    order: 2;
  }
  .oxford-main__content_certificate img {
    order: 1;
    align-self: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .oxford-main__content .oxford-button {
    width: 100%;
  }
  .oxford-block_small {
    margin: 0 -1rem;
    text-align: center;
  }
  #cert {
    position: static !important;
  }
}