* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

:root {
  --color-yellow: #ffda66;
  --color-title: #27414e;
  --color-text: #777777;
  --color-silver: #f9f9f9;
  --color-white: #ffffff; }

.markContainer {
  margin: 0 auto;
  width: 100%; }
  .markContainer-newSystem {
    background: var(--color-title);
    position: relative;
    overflow: hidden; }
  .markContainer-markHowDo {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #35373f), color-stop(50%, var(--color-silver)));
    background: -webkit-linear-gradient(left, #35373f 50%, var(--color-silver) 50%);
    background: -o-linear-gradient(left, #35373f 50%, var(--color-silver) 50%);
    background: linear-gradient(to right, #35373f 50%, var(--color-silver) 50%); }
    @media screen and (max-width: 560px) {
      .markContainer-markHowDo {
        background: #35373f; } }
  .markContainer-howChange {
    background: var(--color-silver);
    position: relative; }
  .markContainer-howTraining {
    background: var(--color-silver); }
  .markContainer-rustehpromUtp {
    background: var(--color-silver); }

.markSliderProgressContianer {
  position: absolute;
  height: 5px;
  width: 100%;
  background: transparent;
  top: -5px;
  left: 0; }
  .markSliderProgressContianer #markSliderProgress {
    height: 100%;
    width: 33.333333%;
    background: var(--color-yellow);
    -webkit-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease; }

.markSmokeBlock {
  position: absolute; }
  .markSmokeBlock-left {
    left: -10%;
    bottom: -10%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .markSmokeBlock-right {
    right: -10%;
    bottom: -10%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.markWrapper {
  margin: 0 auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--color-title);
  font-family: "Open Sans";
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .markWrapper-header {
    padding-top: 85px;
    padding-bottom: 85px;
    color: var(--color-white); }
    .markWrapper-header:hover .newSystemImage {
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%); }
  .markWrapper p {
    font-size: 16px;
    color: var(--color-text);
    line-height: 28px; }
    .markWrapper p.offsetBottom {
      padding-bottom: 50px; }

span.markSectionTitle {
  display: block;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 50px; }
  @media screen and (max-width: 560px) {
    span.markSectionTitle {
      font-size: 24px; } }
  span.markSectionTitle b {
    color: #f4b240; }
  span.markSectionTitle-nooffset {
    padding-bottom: 20px; }
  span.markSectionTitle-middle {
    text-align: center; }

.newSystemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .newSystemContainer .newSystemImage {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    @media screen and (max-width: 560px) {
      .newSystemContainer .newSystemImage {
        text-align: center;
        width: 100%; } }
  @media screen and (max-width: 560px) {
    .newSystemContainer .newSystemDesc {
      text-align: center; } }
  .newSystemContainer .newSystemDesc h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 45px;
    line-height: 50px; }
    @media screen and (max-width: 560px) {
      .newSystemContainer .newSystemDesc h1 {
        font-size: 32px; } }
    .newSystemContainer .newSystemDesc h1 b {
      font-size: 60px;
      font-weight: 800; }
      @media screen and (max-width: 560px) {
        .newSystemContainer .newSystemDesc h1 b {
          font-size: 42px; } }
    .newSystemContainer .newSystemDesc h1 span {
      color: var(--color-yellow); }
  .newSystemContainer .newSystemDesc span.markSubtitle {
    font-size: 20px; }
    .newSystemContainer .newSystemDesc span.markSubtitle b {
      color: var(--color-yellow); }
  .newSystemContainer .newSystemDesc form {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 560px) {
      .newSystemContainer .newSystemDesc form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .newSystemContainer .newSystemDesc form input[type='text'], .newSystemContainer .newSystemDesc form input[type='tel'] {
      padding: 0 15px;
      border: none;
      background: none;
      outline: none;
      background: var(--color-white);
      border-radius: 5px;
      height: 45px;
      margin: 0 5px; }
      @media screen and (max-width: 560px) {
        .newSystemContainer .newSystemDesc form input[type='text'], .newSystemContainer .newSystemDesc form input[type='tel'] {
          width: 90%;
          margin-bottom: 15px; } }
    .newSystemContainer .newSystemDesc form input[type='button'] {
      border: none;
      background: none;
      outline: none;
      cursor: pointer;
      background: var(--color-yellow);
      height: 45px;
      font-size: 20px;
      border-radius: 5px;
      margin-left: 5px;
      padding: 0 30px; }

.markTabacContainer .markTabacValue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .markTabacContainer .markTabacValue__desc {
    width: 50%; }
    @media screen and (max-width: 560px) {
      .markTabacContainer .markTabacValue__desc {
        width: 100%; } }
  @media screen and (max-width: 560px) {
    .markTabacContainer .markTabacValue__image img {
      width: 100%; } }

.schemeMarkSystem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .schemeMarkSystem .schemePlate {
    width: 50%;
    padding: 30px; }
    @media screen and (max-width: 560px) {
      .schemeMarkSystem .schemePlate {
        width: 100%; } }
    .schemeMarkSystem .schemePlate__number {
      display: block;
      font-size: 30px;
      padding-bottom: 5px; }
    .schemeMarkSystem .schemePlate__desc {
      font-size: 13px; }
    .schemeMarkSystem .schemePlate:nth-child(1) {
      background: var(--color-silver); }
    .schemeMarkSystem .schemePlate:nth-child(4) {
      background: var(--color-silver); }
  .schemeMarkSystem span.markInfo {
    text-align: center;
    font-size: 14px;
    display: block;
    width: 100%;
    padding-top: 50px; }

.markHowDoContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .markHowDoContainer__left {
    color: var(--color-white);
    width: 50%; }
    @media screen and (max-width: 560px) {
      .markHowDoContainer__left {
        width: 100%; } }
  .markHowDoContainer__right {
    width: 50%;
    padding: 0 15px 0 35px;
    line-height: 28px; }
    @media screen and (max-width: 560px) {
      .markHowDoContainer__right {
        width: 100%;
        color: var(--color-white);
        padding: 30px 15px 0 35px; } }
  .markHowDoContainer__title {
    font-size: 24px;
    padding-bottom: 30px;
    display: block;
    font-weight: 700; }
  .markHowDoContainer ul li {
    line-height: 32px;
    list-style-type: none;
    position: relative;
    font-size: 14px; }
    .markHowDoContainer ul li:last-child span::before {
      display: none; }
    .markHowDoContainer ul li span {
      display: inline-block;
      margin-right: 10px;
      color: var(--color-yellow);
      position: relative;
      font-weight: 700; }
      .markHowDoContainer ul li span.markHowDoDesc {
        display: inline-block;
        position: relative; }
        .markHowDoContainer ul li span.markHowDoDesc .markHowDoDesc__info {
          position: absolute;
          top: 0%;
          left: 14px;
          color: var(--color-title);
          background: var(--color-silver);
          padding: 10px;
          border-radius: 10px;
          display: none;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          max-width: 400px;
          z-index: 400;
          line-height: 22px; }
        .markHowDoContainer ul li span.markHowDoDesc:hover .markHowDoDesc__info {
          display: block; }
        .markHowDoContainer ul li span.markHowDoDesc::before {
          display: none; }
      .markHowDoContainer ul li span::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -5px;
        width: 3px;
        height: 10px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: var(--color-yellow); }

.markWhoTouch {
  width: 100%; }
  .markWhoTouch ul {
    -webkit-column-count: 2;
            column-count: 2;
    margin: 15px 0;
    width: 40%; }
    @media screen and (max-width: 560px) {
      .markWhoTouch ul {
        -webkit-column-count: 1;
                column-count: 1;
        width: 100%; } }
    .markWhoTouch ul li {
      list-style: none;
      line-height: 32px;
      padding-left: 20px;
      position: relative;
      color: var(--color-text); }
      .markWhoTouch ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background: var(--color-yellow);
        border-radius: 30px; }
  .markWhoTouch .markSliderController {
    width: 100%; }
    .markWhoTouch .markSliderController .markSliderCount button {
      border: none;
      background: none;
      outline: none;
      cursor: pointer;
      padding: 10px;
      vertical-align: middle;
      font-size: 22px; }
    .markWhoTouch .markSliderController .markSliderCount #markCurrentSlide {
      font-size: 24px;
      font-weight: 600;
      color: #f4b240; }

@-webkit-keyframes markFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes markFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.howChangeContainer__slide-active {
  display: block;
  -webkit-animation: markFadeIn 1s;
          animation: markFadeIn 1s; }

.howChangeContainer__slide-hide {
  display: none; }

.howTrainingContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 0; }
  .howTrainingContainer .howTrainingPlate {
    width: calc(20% - 30px);
    text-align: center;
    border: 1px solid gray;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 35px;
    -webkit-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    transition: border 0.5s ease; }
    @media screen and (max-width: 560px) {
      .howTrainingContainer .howTrainingPlate {
        width: 100%; } }
    .howTrainingContainer .howTrainingPlate:nth-child(1) {
      background: url("../img/howTrainingPlate_1.jpg") no-repeat;
      background-size: cover; }
    .howTrainingContainer .howTrainingPlate:nth-child(2) {
      background: url("../img/howTrainingPlate_2.jpg") no-repeat;
      background-size: cover; }
    .howTrainingContainer .howTrainingPlate:nth-child(3) {
      background: url("../img/howTrainingPlate_3.jpg") no-repeat;
      background-size: cover; }
    .howTrainingContainer .howTrainingPlate:nth-child(4) {
      background: url("../img/howTrainingPlate_4.jpg") no-repeat;
      background-size: cover; }
    .howTrainingContainer .howTrainingPlate:nth-child(5) {
      background: url("../img/howTrainingPlate_5.jpg") no-repeat;
      background-size: cover; }
    .howTrainingContainer .howTrainingPlate:hover {
      border: 1px solid var(--color-yellow); }
    .howTrainingContainer .howTrainingPlate span {
      margin: auto; }

.taxTableContainer {
  padding-top: 30px; }
  .taxTableContainer table {
    text-align: center;
    border: none;
    width: 700px; }
    @media screen and (max-width: 560px) {
      .taxTableContainer table {
        width: 100%; } }
    .taxTableContainer table tr:first-child td {
      font-size: 24px;
      font-weight: 600; }
      @media screen and (max-width: 560px) {
        .taxTableContainer table tr:first-child td {
          font-size: 14px; } }
    .taxTableContainer table tr:last-child td {
      font-size: 24px;
      font-weight: 600; }
      @media screen and (max-width: 560px) {
        .taxTableContainer table tr:last-child td {
          font-size: 12px; } }
    .taxTableContainer table tr:last-child td {
      border-bottom: none; }
    .taxTableContainer table tr td {
      padding: 10px 0;
      border-bottom: 2px solid #f7f7f7; }
      @media screen and (max-width: 560px) {
        .taxTableContainer table tr td {
          font-size: 14px; } }
      .taxTableContainer table tr td sup {
        font-size: 14px; }
        @media screen and (max-width: 560px) {
          .taxTableContainer table tr td sup {
            font-size: 8px; } }
      .taxTableContainer table tr td span {
        font-size: 12px;
        color: var(--color-text); }
      .taxTableContainer table tr td.markNotSelect i {
        color: var(--color-text); }
      .taxTableContainer table tr td i {
        color: var(--color-yellow);
        font-size: 18px; }
      .taxTableContainer table tr td:first-child {
        text-align: left; }
      .taxTableContainer table tr td:nth-child(2) {
        border-left: 2px solid #f7f7f7;
        width: 200px; }
      .taxTableContainer table tr td:nth-child(3) {
        border-left: 2px solid #f7f7f7;
        width: 200px; }

.markRtpUtp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px; }
  .markRtpUtp .markUtp {
    width: 20%;
    text-align: center; }
    @media screen and (max-width: 560px) {
      .markRtpUtp .markUtp {
        width: 100%;
        margin-bottom: 30px; } }
    .markRtpUtp .markUtp__image {
      display: block;
      font-size: 42px;
      padding-bottom: 10px; }
