.main-title_regular{
  font-weight: normal;
}

.darkblock {
    background: #2d2d2d;
    padding: 30px;
}
.darkblock img{
  max-width: 100%;
}

.button-absolute{
  position: absolute;
bottom: 20%;
right: 5%;
}

.mopar__link{
  font-size: 14px;
    color: #ffba00;
    text-decoration: underline;
}

ul.text__ul {
    list-style: disc;
}

li.text__lit {
    margin-left: 20px;
}

.svg-quiz-icons {
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  display: inline-block;
  fill: #ff0000; }

body {
  background-color: #fff; }

.content-wrapper {
  padding-top: 125px; }

.container {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px; }
  @media only screen and (max-width: 1439px) {
    .container {
      width: 1024px;
      margin: 0 auto;
      padding: 0; } }
  @media only screen and (max-width: 1023px) {
    .container {
      width: 700px; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 80%; } }


.service-header {
  top: 80px;
  left: 0;
  width: 100%;
  height: 45px;
  position: fixed;
  z-index: 20;
  background: #212121; }
  .service-header__list-container {
    padding: 0;
    display: flex;
    list-style: none; }
  .service-header__item:nth-child(n + 2) {
    margin-left: 15px; }
  .service-header__link {
    display: block;
    text-decoration: none;
    color: #fff; }

.service-programm {
  padding: 10px 0; }
  .service-programm__title {
    margin: 40px 0;
    text-transform: uppercase;
    font-size: 30px; }
  .service-programm__container {
    margin: 40px 0; }
  .service-programm__img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .service-programm__desc-container {
    margin: 30px 0; }
  .service-programm__subtitle {
    font-size: 14px; }

.l-service-extra {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .l-service-extra {
      align-items: center;
      flex-direction: column; } }

.service-extra {
  padding: 10px 0;
  background-color: #ffba00; }
  .service-extra__title {
    font-size: 20px;
    color: #fff; }
  .service-extra__container {
    width: calc(50% - 35px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .service-extra__container {
        width: 100%; } }
    .service-extra__container:first-child {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .service-extra__container:first-child:after {
          right: auto;
          left: 50%;
          bottom: 0;
          max-height: 1px;
          min-width: 100%; } }
      .service-extra__container:first-child:after {
        content: "";
        display: block;
        position: absolute;
        right: -35px;
        height: 100%;
        width: 1px;
        transform: translateX(-50%);
        background-color: rgba(255, 255, 255, 0.5); }
  .service-extra__detail-container {
    margin: 30px 0; }

.service-contract {
  padding: 10px 0;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .service-contract {
      align-items: center;
      flex-direction: column; } }
  .service-contract__title {
    font-size: 20px;
    color: #000; }
  .service-contract__container {
    width: calc(50% - 35px);
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .service-contract__container {
        width: 100%; } }
  .service-contract__icon-container {
    margin-bottom: 40px;
    height: 130px;
    position: relative; }
  .service-contract__icon {
    font-family: 'mopar' !important;
    speak: none;
    font-size: 122px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
    .service-contract__icon:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  .service-contract__select-container {
    margin: 30px 0; }
  .service-contract__select {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ffba00;
    color: #333;
    transition: all .5s ease; }
    .service-contract__select:hover {
      background-color: #e6a700; }

.service-btn__link {
  padding: 12px 40px 12px 20px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffba00;
  color: #333;
  transition: all .5s ease; }
  /* .service-btn__link:before {
    content: "\f054";
    display: block;
    position: absolute;
    right: 15px;
    font-size: 10px;
    transform: translateX(50%); } */
  .service-btn__link:hover {
    background-color: #e6a700; }
  .service-btn__link_dark {
    background-color: #636363;
    color: #fff; }
    .service-btn__link_dark:hover {
      background-color: #565656; }

      @media (max-width:640px) {
        .button-absolute {
          position: relative;
          display: block;
          bottom: inherit;
          right: inherit;
          margin-top: 20px;
        }
      }
