.picselect {
  display: flex;
  align-items: center; }
  .picselect label {
    margin-left: 20px;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    color: #515151; }
    .picselect label:first-child {
      margin-left: 0; }
    .picselect label input {
      display: none; }
      .picselect label input:checked + .p_img img {
        border-color: #c02929; }
    .picselect label .p_img {
      margin-bottom: 5px;
      display: block; }
      .picselect label .p_img img {
        border-radius: 50%;
        display: block;
        border: 2px solid #a6a6a6; }

.newblock {
  padding: 0 0 110px; }
  .newblock h2 {
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .newblock h2 {
        font-size: 48px; } }
  @media screen and (max-width: 767px) {
    .newblock {
      padding-bottom: 50px; }
      .newblock h2 {
        text-align: center; } }

.comparison {
  overflow-x: auto; }
  .comparison table {
    width: 100%;
    border-spacing: 0;
    white-space: nowrap; }
    .comparison table tr:nth-child(odd) {
      background: #fff8f0; }
    .comparison table tr th {
      vertical-align: top;
      padding: 12px;
      background: #ff9000;
      color: #fff;
      font-size: 14px;
      line-height: 19px; }
      .comparison table tr th:first-child {
        text-align: left; }
    .comparison table tr td {
      padding: 15px 12px;
      text-align: center; }
      .comparison table tr td:first-child {
        text-align: left; }
  .comparison__blocks {
    display: flex;
    align-items: center; }
    .comparison__blocks div {
      min-width: 12px;
      width: 12px;
      height: 4px;
      background: #e70000;
      margin-left: 2px; }
      .comparison__blocks div:nth-child(2) {
        background: #ff9c00; }
      .comparison__blocks div:nth-child(3) {
        background: #ffe400; }
      .comparison__blocks div:nth-child(4) {
        background: #2ded00; }
      .comparison__blocks div:nth-child(5) {
        background: #22ae01; }

.statistic {
  padding-top: 130px; }
  .statistic__text {
    max-width: 625px; }
  .statistic ul {
    padding: 0;
    margin: 40px 0 0;
    list-style: none; }
    .statistic ul li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 39px;
      border-top: 1px solid #f2f2f2;
      padding: 0 15px;
      font-size: 16px;
      font-weight: bold; }
      .statistic ul li .percent {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: #ff9000; }
      .statistic ul li span {
        position: relative;
        z-index: 2; }
  @media screen and (max-width: 767px) {
    .statistic {
      padding-top: 50px; } }

.infomain {
  padding-top: 130px; }
  .infomain img {
    display: block;
    width: 100%; }
  .infomain .all {
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #c02929;
    background: url(../images/arrow.png) 100% 50% no-repeat; }
    .infomain .all span {
      border-bottom: 1px solid transparent; }
    .infomain .all:hover span {
      border-color: #c02929; }
  @media screen and (max-width: 767px) {
    .infomain {
      padding-top: 50px; }
      .infomain h2 {
        margin-top: 30px; } }

.pricemain {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  position: relative; }
  .pricemain__wrap {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 59px;
    padding: 0 30px 0 20px;
    color: #fff;
    background: url(../images/pricemain.png) 0 0 no-repeat;
    background-size: 100% 100%;
    min-width: 990px;
    z-index: 1; }
  .pricemain__blocks {
    margin-left: 10px;
    flex-wrap: nowrap; }
    .pricemain__blocks:nth-child(2) {
      margin: 0; }
    .pricemain__blocks:nth-child(3) {
      margin-left: 40px; }
    .pricemain__blocks:nth-child(4) {
      margin-left: 82px; }
    .pricemain__blocks:nth-child(5) {
      margin-left: 55px;
      margin-right: auto; }
    .pricemain__blocks:nth-child(6) {
      margin-right: 45px; }
  .pricemain__block {
    margin-left: 10px;
    text-transform: uppercase; }
    .pricemain__block:first-child {
      margin: 0; }
    .pricemain__block-img {
      position: relative;
      padding-top: 95px;
      margin-bottom: 10px; }
      .pricemain__block-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 90px;
        background: #d6d6d6; }
      .pricemain__block-img img {
        display: block;
        min-width: 81px;
        border: 2px solid #ff9000;
        border-radius: 50%;
        margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .pricemain {
      margin-top: 30px; } }

/*# sourceMappingURL=new.css.map */
