.select2-container--default .select2-selection--multiple {
  display: block;
}
.select2-container--default .select2-selection--multiple::before {
  content: none;
}
.select2-container--default .select2-selection--multiple::after {
  content: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  padding: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  margin-top: 10px;
  max-height: 215px !important;
}
.select2-results__option {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px #f5f5f5 solid;
}
.select2-results__option:first-child {
  border-top: 1px #f5f5f5 solid;
}
.select2-results__option:last-child {
  border: 0;
}
.select2-container .select2-selection--multiple {
  min-height: auto;
  padding-left: 20px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  border-radius: 0;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.select2-container--open .select2-dropdown--below {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0px 5px 9px -5px rgb(0 0 0 / 63%);
  box-shadow: 0px 5px 9px -5px rgb(0 0 0 / 63%);
}

/** BEGIN SECTION TUTOR */

.tutor-preview__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tutor-preview__title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 40px 0;
}

.tutor-preview-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

.tutor-preview-card__img {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.tutor-preview-card__img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tutor-preview-card__name {
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #5c97bf;
}

.tutor-preview-card__name .icon {
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
  fill: #33709a;
}

.tutor-preview-card__info {
  font-weight: 700;
}

.tutor-preview-card__text {
  margin: 10px 0 20px 0;
  height: 80px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
}

.tutor-preview-card__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tutor-preview-card__price {
  line-height: 130%;
  font-size: 18px;
  font-weight: 700;
  color: #33709a;
}

.tutor-preview-card__price span {
  font-size: 14px;
  font-weight: 400;
  color: #8d8d8d;
}

.tutor-preview-card__btn {
  width: 150px;
}

/** END SECTION TUTOR */

/**  BEGIN SECTION HOME */

.home__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 322px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.home__title {
  color: #ffffff;
  padding: 45px 0;
  width: 50%;
}

.search {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 42px;
  width: 50%;
  margin: 0 0 50px 0;
}

.search__btn {
  height: 44px !important;
  margin: -1px 0px 0 0;
  border-radius: 0 10px 10px 0 !important;
}
.search__btn span.short-text {
  display: none;
}

.search__input {
  padding: 0 20px;
  width: 62%;
  height: 100%;
}

.search__input::-webkit-input-placeholder {
  color: #252525;
}

.search__input::-moz-placeholder {
  color: #252525;
}

.search__input:-ms-input-placeholder {
  color: #252525;
}

.search__input::-ms-input-placeholder {
  color: #252525;
}

.search__input::placeholder {
  color: #252525;
}

.tabs-subject {
  background: #ffffff;
  border-radius: 8px;
}

.tabs-subject__wrapper {
  position: relative;
}

.tabs-subject__content {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tabs-subject__content.active {
  display: grid;
}

.tabs-subject__item {
  padding: 28px 20px;
  color: #252525;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hide {
  display: none;
}

.tabs-subject__item .icon {
  display: none;
}

.tabs-subject__item:active,
.tabs-subject__item:focus {
  background: #5c97bf;
  color: #ffffff;
}

.tabs-subject__item:active .icon,
.tabs-subject__item:focus .icon {
  fill: #ffffff;
}

.tabs-subject__icon {
  width: 25px;
  height: 25px;
  margin: 0 20px 0 0;
}
.tabs-subject__icon_i {
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;

  background-position: 0 0;
  background-repeat: no-repeat;
}

.tabs-subject__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
}

.tabs-subject__row {
  padding: 20px;
  border-top: 2px solid #f5f5f5;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tabs-subject__link {
  color: #5c97bf;
  font-weight: 700;
}
.tabs-subject__link .icon-up {
  display: none;
}
.tabs-subject__link.more .icon-up {
  display: block;
}
.tabs-subject__link.more .icon-down {
  display: none;
}

.tabs-subject__link .icon {
  width: 14px;
  height: 14px;
  margin: 0 0 0 5px;
  fill: #5c97bf;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tabs-subject-nav {
  position: relative;
  padding: 0 20px 0 0;
  border-bottom: 2px solid #f5f5f5;
}

.tabs-subject-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 20px;
  font-weight: 700;
  color: #252525;
}

.tabs-subject-nav__link::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #33709a;
}

.tabs-subject-nav__link.active {
  color: #33709a;
}

.tabs-subject-nav__link.active::before {
  opacity: 1;
  visibility: visible;
}

/**  END SECTION HOME */

/** BEGIN SECTION ADVANT */

.advant__wrapper {
  background: #ffffff;
  border-radius: 8px;
  padding: 35px 20px;
  text-align: center;
}

.advant__title {
  padding: 0 0 10px 0;
}

.advant__text {
  color: #8d8d8d;
}

.advant__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  row-gap: 25px;
  width: 70%;
  margin: 20px auto 0 auto;
}

.advant__item .icon {
  height: 48px;
  max-width: 48px;
  fill: #e67e22;
}

.advant__subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  padding: 20px 0 10px 0;
}

/** END SECTION ADVANT */

/** BEGIN SECTION REVIEWS */

.reviews__wrapper {
  border-radius: 8px;
  padding: 0px;
  text-align: center;
}
.reviews___content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 25px;
  width: 100%;
  margin: 20px auto 0 auto;
}
.review__item {
  text-align: left;
  color: #252525;
  background: #fff;
  padding: 20px 40px 40px;
  border-radius: 8px;
}
.review__item .icon {
  height: 48px;
  max-width: 48px;
  fill: #f39c12;
}
.review__text {
  border-bottom: 2px solid #96d1f9;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.review__author {
  color: #8d8d8d;
}
/** END SECTION REVIEWS */

/** BEGIN SECTION WORK */

.work__content {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.work__img {
  width: 50%;
}

.work__img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  padding: 40px 75px;
}

.work__info .icon {
  width: 14px;
  height: 14px;
  margin: 0 10px 0 0;
}

.work__title {
  width: 60%;
  padding: 0 0 10px 0;
}

.work__text {
  color: #8d8d8d;
}

.work__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work__btn .icon {
  fill: #ffffff;
}

.work__link {
  color: #5c97bf;
  font-weight: 700;
  text-decoration: underline;
}

.work__link .icon {
  fill: #e67e22;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/** END SECTION WORK */

@media (min-width: 991.98px) {
  .search__btn:hover {
    background: #33709a;
    -webkit-box-shadow: 0 1px 15px #33719a71;
    box-shadow: 0 1px 15px #33719a71;
  }

  .tabs-subject__item:hover {
    background: #5c97bf;
    color: #ffffff;
  }
  .tabs-subject__item:hover .tabs-subject__icon_i {
    background-position: 0 -30px;
  }
  .tabs-subject__link:hover {
    color: #33709a;
  }

  .tabs-subject__link:hover .icon {
    fill: #33709a;
  }

  .tabs-subject-nav__link:hover:not(.active) {
    color: #5c97bf;
  }

  .work__link:hover {
    color: #33709a;
  }

  .work__link:hover .icon {
    fill: #33709a;
  }
}
@media (max-width: 1175px) {
  .home__title {
    width: 65%;
  }

  .search {
    width: 65%;
  }

  .work__info {
    padding: 30px;
  }

  .work__title {
    width: 100%;
  }

  .info__img {
    left: 50px;
  }

  .info__wrapp {
    width: 85%;
  }
}
@media (max-width: 991.98px) {
  .home__title {
    width: 80%;
  }

  .search {
    width: 80%;
  }

  .tabs-subject__title {
    font-size: 16px;
  }

  .tabs-subject-nav {
    padding: 0;
  }

  .tabs-subject-nav__link {
    padding: 12.5px 9px;
  }

  .advant__content {
    width: 100%;
  }

  .work__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work__img {
    width: 100%;
  }

  .work__img .img {
    max-height: 300px;
  }

  .work__info {
    width: 100%;
  }

  .work__row {
    margin: 30px 0 0 0;
  }

  .tutor-preview__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767.98px) {
  .reviews___content {
    grid-template-columns: repeat(1, 1fr);
  }
  .tabs-subject {
    margin: 130px 0 0 0;
    border-radius: 0;
  }

  .tabs-subject::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #ffffff;
    z-index: -2;
  }

  .tabs-subject__content {
    margin: 15px 0 0 0;
  }

  .tabs-subject__item {
    padding: 20px 10px;
  }

  .tabs-subject__icon {
    margin: 0 25px 0 0;
  }
  .tabs-subject-nav__item a {
    white-space: nowrap;
    border-radius: 8px;
    border: 1px #dee6e9 solid;
    margin-right: 10px;
  }
  .tabs-subject-nav__item.active a {
    border: 1px #33709a solid;
  }
  .tabs-subject-nav__item:first-child {
    margin-left: 15px;
  }
  .tabs-subject-nav__item:last-child a {
    margin-right: 15px;
  }

  .tabs-subject-nav {
    -ms-overflow-style: none; /*// IE 10+*/
    overflow: -moz-scrollbars-none;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 10;
    margin-top: 10px;
  }
  .tabs-subject-nav::-webkit-scrollbar {
    display: none;
  }

  .tabs-subject__wrapper {
    padding-top: 50px;
  }
  .tabs-subject__row {
    -webkit-box-pack: center;
    -ms-flex-pack: ecenternd;
    justify-content: center;
    padding-bottom: 0px;
  }
}

@media (max-width: 655px) {
  .tabs-subject__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 645px) {
  .tabs-subject {
    margin: 130px 0 0 0;
  }
}
@media (max-width: 600px) {
  .advant__wrapper {
    background: none;
    padding: 0;
  }

  .advant__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 550px) {
  .home__title {
    width: 100%;
  }

  .search {
    width: 100%;
  }

  .tabs-subject {
    margin: 130px 0 0 0;
  }
}

@media (max-width: 525px) {
  .tabs-subject {
    margin: 130px 0 0 0;
  }
}

@media (max-width: 479.98px) {
  .title .h1 {
    font-size: 30px;
  }

  .search__btn span.full-text {
    display: none;
  }
  .search__btn span.short-text {
    display: inline;
  }

  .search__input {
    width: 70%;
  }

  .tabs-subject__content {
    grid-template-columns: repeat(1, 1fr);
  }

  .tabs-subject__item {
    padding: 10px 5px;
    position: relative;
  }

  .tabs-subject__item .icon {
    position: absolute;
    right: 10px;
    display: block;
    width: 14px;
    height: 14px;
    fill: #5c97bf;
  }

  .tabs-subject__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px 0 20px;
  }

  .work .container {
    padding: 0;
  }

  .work__content {
    position: relative;
    background: none;
    border-radius: 0;
  }

  .work__img .img {
    height: 260px;
  }

  .work__info {
    padding: 20px 20px 0 20px;
  }

  .work__title {
    position: absolute;
    top: 140px;
    left: 20px;
    width: 90%;
    color: #ffffff;
  }

  .work__text {
    position: absolute;
    left: 20px;
    width: 90%;
    top: 185px;
    color: #ffffff;
  }

  .work__row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work__btn {
    margin: 0 0 20px 0;
    width: 100%;
  }

  .work__link .icon {
    fill: #5c97bf;
  }
}

@media (max-width: 381px) {
  .tabs-subject {
    margin: 100px 0 0 0;
  }
}

/* Exam */
.exam_flyer {
  padding: 30px 53px 30px 40px;
  margin-top: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 3;
  overflow: hidden;
}

.blue_flyer {
  background: rgb(51, 112, 154);
  background: linear-gradient(
    180deg,
    rgba(51, 112, 154, 1) 8%,
    rgba(123, 201, 255, 1) 100%
  );
  padding: 40px 35px;
}
.green_flyer {
  background: rgb(28, 163, 69);
  background: linear-gradient(
    180deg,
    rgba(28, 163, 69, 1) 0%,
    rgba(28, 163, 69, 1) 14%,
    rgba(51, 112, 154, 1) 89%
  );
  border-radius: 8px;
  padding: 40px 35px;
}

.orange_flyer {
  background: rgb(230, 126, 34);
  background: linear-gradient(
    180deg,
    rgba(230, 126, 34, 1) 22%,
    rgba(150, 209, 249, 1) 100%
  );
  border-radius: 8px;
  padding: 40px 35px;
}

.exam_flyer_left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.exam_flyer_middle_title {
  margin-bottom: 20px;
  color: white;
  font-size: 24px;
}

.exam_flyer_middle_text {
  font-size: 14px;
  color: #252525;
  font-weight: 500;
  width: clamp(20%, 360px, 100%);
}

.bold_text {
  font-weight: 600;
}

.exam_flyer_middle {
  width: clamp(20%, 512px, 100%);
}

.exam_flyer_right {
  display: flex;
  align-items: flex-end;
  width: min-content;
}

.exam_flyer_right img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.exam_flyer_right_wrapper {
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: flex-end;
  color: white;
  font-weight: 600;
  z-index: 2;
  font-family: "Times New Roman", Times, serif, serif;
}

.exam_flyer_right_name {
  font-size: 24px;
  width: clamp(20%, 80px, 100%);
  line-height: 22px;
  text-wrap: wrap;
  line-height: 22px;
  transform: translateX(14px);
}

.exam_flyer_right_number {
  font-style: italic;
  font-size: 72px;
}

.exam_tests {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  z-index: 2;
}

.exam_tests_test {
  background-color: #dee6e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 47px;
  height: 80px;
  transition: 0.3s all;
  cursor: pointer;
  color: #252525;
}

.exam_tests_test_left h5 {
  font-weight: 600;
  font-size: 18px;
}
.exam_tests_test_left span {
  font-size: 14px;
}
.exam_tests_test:hover {
  background-color: #5c97bf;
  color: white;
}
.exam_tests_test:hover .test_link {
  background-color: white;
}

.exam_tests_test:hover .icon {
  fill: #5c97bf;
}

.test_link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #5c97bf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.test_link .icon {
  width: 12px;
  fill: white;
  transition: 0.3s all;
}

.exam_flyer_badges {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.exam_badge {
  background-color: #ffffff;
  padding: 4px 18px;
  color: #252525;
  font-weight: 600;
  border-radius: 16px;
  display: flex;
  align-items: center;
  min-height: 32px;
  gap: 5px;
  font-size: 18px;
}

.exam_badge:nth-child(2) {
  background-color: #f8cd89;
}

.exam_badge_regular {
  font-weight: 400;
}

.exam_badge .icon {
  fill: #252525;
  width: 23px;
  height: 23px;
}

.exam_flyer_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.exam_flyer_top_left {
  width: 65%;
}
.exam_flyer_image {
  min-width: 30%;
  position: relative;
}

.exam_flyer_image_bg {
  position: absolute;
  top: 0;
  z-index: 1;
  max-width: 100%;
}

.publisher_logo {
  position: absolute;
  z-index: 2;
  left: -40px;
  width: 106px;
}

.exam_tests-modified {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
  width: 100%;
  margin-top: 0;
  gap: 20px;
  z-index: 2;
}

.exam_tests_test-wide {
  background-color: white;
  height: 128px;
  border-radius: 8px;
  padding: 13px 24px;
}

.exam_tests_test-wide .exam_tests_test_left_title {
  margin: 8px 0;
}

.exam_tests_test_left_subject {
  display: inline-block;
  background-color: #f39c12;
  padding: 5px 10px;
  color: #252525;
  font-size: 18px;
  border-radius: 2px;
}

.exam_flyer_simple_right,
.exam_flyer_simple_left {
  width: 49%;
}

.exam_flyer_simple_right .publisher_logo {
  right: 0;
  left: unset;
}

.exam_flyer_simple_right-mobile {
  display: none;
}

.simple_image_bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 100%;
}

.test_link-mobile {
  display: none;
}

.question_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.green_flyer .exam_flyer_badges {
  margin: 68px 0 40px;
}
.orange_flyer .exam_flyer_badges {
  margin: 40px 0 ;
}

.green_flyer .exam_tests_test_left_title{
  margin: 8px 0 0;
}

.exam_tests_test_left_additional{
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .exam_flyer_right {
    order: 3;
  }
  .exam_flyer_left {
    order: 2;
  }

  .exam_flyer_top_left,
  .exam_flyer_simple_left {
    width: 100%;
  }

  .exam_flyer_image {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .exam_tests-modified {
    margin-top: 0;
  }

  .exam_flyer_image_wrapper {
    position: relative;
  }
  .exam_flyer_image_bg,
  .simple_image_bg {
    position: unset;
  }

  .exam_flyer_simple_right {
    display: none;
  }

  .exam_flyer_simple_right-mobile .exam_flyer_image {
    height: 100%;
  }

  .exam_flyer_simple_right-mobile {
    display: block;
    width: 100%;
  }
  .exam_flyer_simple_right-mobile .publisher_logo {
    width: 30%;
  }
}

@media (max-width: 767.98px) {
  .exam_flyer {
    padding: 33px;
  }
  .page__exam .container {
    padding: 0;
  }
}

@media (max-width: 641.98px) {
  .exam_tests {
    row-gap: 0;
    margin-top: 0;
    border-top: 1px solid white;
  }

  .exam_tests .exam_tests_test {
    border-bottom: 1px solid white;
  }

  .exam_flyer_badges {
    flex-direction: column;
    align-items: flex-start;
  }

  .exam_tests_test-wide {
    padding: 12px;
    height: fit-content;
  }
  .exam_tests_test-wide .exam_tests_test_left {
    width: 100%;
  }

  .test_link {
    display: none;
  }
  .test_link-mobile {
    display: flex;
  }

  .exam_tests-modified .test_link {
  }
}

@media (max-width: 360.98px) {
  .exam_flyer {
    padding: 33px;
  }
  .exam_flyer_right {
    width: unset;
  }
  .page__exam .container {
    padding: 0;
  }
}
