@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: 'Sofia Sans Condensed', sans-serif; }

.home_1 img {
  width: 100%;
  height: 2974px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../image/xl.png") no-repeat; }
  @media (max-width: 991px) {
    .home_1 img {
      display: none; } }

.home_2 img {
  background: url("../image/lg.png") no-repeat;
  width: 100%;
  height: 2974px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none; }
  @media (max-width: 867px) {
    .home_2 img {
      display: block; } }

.home_3 img {
  background: url("../image/md.png") no-repeat;
  width: 100%;
  height: 2974px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none; }
  @media (max-width: 767px) {
    .home_3 img {
      display: block; } }

.home_4 img {
  background: url("../image/sm.png") no-repeat;
  width: 100%;
  height: 2974px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none; }
  @media (max-width: 667px) {
    .home_4 img {
      display: block; } }

.home_5 img {
  background: url("../image/xs.png") no-repeat;
  width: 100%;
  height: 2974px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none; }
  @media (max-width: 567px) {
    .home_5 img {
      display: block; } }

.home_6 img {
  background: url("../image/zz.png") no-repeat;
  width: 100%;
  height: 2974px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none; }
  @media (max-width: 467px) {
    .home_6 img {
      display: block; } }

.problem {
  background: rgba(0, 0, 0, 0.3); }
  .problem .modal-dialog {
    max-width: 800px; }
    .problem .modal-dialog .modal-content .modal-header {
      position: relative;
      background: #C20145;
      display: flex;
      justify-content: center;
      padding: 10px 20px; }
      .problem .modal-dialog .modal-content .modal-header h4 {
        color: white;
        font-size: 17px;
        margin-bottom: 0; }
      .problem .modal-dialog .modal-content .modal-header i {
        position: absolute;
        left: 15px;
        font-size: 15px;
        color: white; }
    .problem .modal-dialog .modal-content .modal-body {
      background: #E8ECEF;
      padding-top: 0;
      padding-bottom: 3px; }
      .problem .modal-dialog .modal-content .modal-body .sis {
        order: 1;
        padding-top: 20px; }
        @media (max-width: 767px) {
          .problem .modal-dialog .modal-content .modal-body .sis {
            order: 2; } }
      .problem .modal-dialog .modal-content .modal-body .frr {
        order: 2; }
        @media (max-width: 767px) {
          .problem .modal-dialog .modal-content .modal-body .frr {
            order: 1; } }
      .problem .modal-dialog .modal-content .modal-body .right {
        background: white;
        height: 100%; }
        .problem .modal-dialog .modal-content .modal-body .right .topping {
          padding-top: 20px;
          border-bottom: 1px solid #D2D2D7; }
          .problem .modal-dialog .modal-content .modal-body .right .topping ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
            display: flex; }
            .problem .modal-dialog .modal-content .modal-body .right .topping ul li {
              padding: 10px 10px; }
              .problem .modal-dialog .modal-content .modal-body .right .topping ul li.active {
                border-bottom: 3px solid #C20145; }
                .problem .modal-dialog .modal-content .modal-body .right .topping ul li.active a {
                  color: #C20145; }
              @media (max-width: 767px) {
                .problem .modal-dialog .modal-content .modal-body .right .topping ul li.doom {
                  display: none; } }
              .problem .modal-dialog .modal-content .modal-body .right .topping ul li a {
                text-decoration: none;
                color: #51626f;
                font-weight: 600;
                font-size: 17px; }
        .problem .modal-dialog .modal-content .modal-body .right .milieu {
          margin-top: 10px;
          border: 2px solid #D2D2D7;
          margin-right: 5px;
          padding: 10px;
          border-radius: 5px; }
          .problem .modal-dialog .modal-content .modal-body .right .milieu h4 {
            font-size: 19px;
            color: #C20145;
            font-weight: 600; }
          .problem .modal-dialog .modal-content .modal-body .right .milieu label {
            font-weight: 700;
            color: #51626f;
            font-size: 17px; }
          .problem .modal-dialog .modal-content .modal-body .right .milieu input {
            outline: 0;
            color: #51626f;
            background-color: #fff;
            font-size: 18px;
            padding-left: 5px;
            padding-right: 5px;
            font-weight: 800;
            line-height: 24px;
            letter-spacing: normal;
            border-radius: 4px;
            height: 34px;
            text-align: left !important; }
            .problem .modal-dialog .modal-content .modal-body .right .milieu input:focus {
              border: 1px solid #979faa;
              box-shadow: 0 0 4px 0 rgba(81, 98, 111, 0.5);
              background-color: #fafafa; }
          .problem .modal-dialog .modal-content .modal-body .right .milieu .polanda {
            width: 80%; }
            @media (max-width: 367px) {
              .problem .modal-dialog .modal-content .modal-body .right .milieu .polanda {
                width: 100%; } }
          .problem .modal-dialog .modal-content .modal-body .right .milieu .makarina {
            width: 80%;
            display: flex;
            justify-content: space-between; }
            @media (max-width: 367px) {
              .problem .modal-dialog .modal-content .modal-body .right .milieu .makarina {
                width: 100%; } }
            .problem .modal-dialog .modal-content .modal-body .right .milieu .makarina .bland {
              width: 48%; }
          .problem .modal-dialog .modal-content .modal-body .right .milieu .sodania {
            position: relative;
            width: 44%; }
            @media (max-width: 367px) {
              .problem .modal-dialog .modal-content .modal-body .right .milieu .sodania {
                width: 80%; } }
            .problem .modal-dialog .modal-content .modal-body .right .milieu .sodania #helpme {
              box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.14);
              background: white;
              position: absolute;
              display: none;
              top: 20px; }
              .problem .modal-dialog .modal-content .modal-body .right .milieu .sodania #helpme .head {
                text-align: right;
                padding: 10px; }
                .problem .modal-dialog .modal-content .modal-body .right .milieu .sodania #helpme .head i {
                  color: #51626f;
                  font-size: 20px;
                  cursor: pointer; }
              .problem .modal-dialog .modal-content .modal-body .right .milieu .sodania #helpme .imaga {
                padding: 10px 15px; }
                .problem .modal-dialog .modal-content .modal-body .right .milieu .sodania #helpme .imaga img {
                  width: 210px; }
      .problem .modal-dialog .modal-content .modal-body .bottona {
        text-align: right;
        margin-top: 10px;
        display: flex;
        justify-content: space-between; }
        .problem .modal-dialog .modal-content .modal-body .bottona .help {
          display: flex;
          align-items: center; }
          .problem .modal-dialog .modal-content .modal-body .bottona .help span {
            border: 1px solid #51626F;
            font-size: 16px;
            border-radius: 25px;
            color: #51626f;
            padding: 5px 20px;
            font-size: 18px;
            background: white;
            transition: 0.2s;
            cursor: pointer; }
            .problem .modal-dialog .modal-content .modal-body .bottona .help span.action {
              display: flex;
              align-items: center;
              margin-left: 5px; }
              .problem .modal-dialog .modal-content .modal-body .bottona .help span.action img {
                margin-right: 5px; }
            .problem .modal-dialog .modal-content .modal-body .bottona .help span:hover {
              background: #F3F3F3; }
        .problem .modal-dialog .modal-content .modal-body .bottona .btn {
          font-size: 18px;
          font-weight: 700;
          color: white;
          background: #D2D2D7;
          padding-left: 20px;
          padding-right: 20px;
          border-radius: 30px;
          display: flex;
          align-items: center; }
          .problem .modal-dialog .modal-content .modal-body .bottona .btn img {
            margin-right: 7px; }

/*# sourceMappingURL=sur.css.map */
