main {
  position: relative;
  padding-top: 50px;
}

@media (min-width: 1301px) {
  .rectangle_top {
    position: relative;
  }
}

@media (min-width: 1301px) {
  .rectangle_top::before {
    background: url(../img/price/rectangle_top_right.svg) no-repeat;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 278.4px;
    height: 1661.67px;
    display: inline-block;
    background-position: right;
  }
}

@media (min-width: 1301px) {
  .rectangle_bottom {
    position: relative;
  }
}

@media (min-width: 1301px) {
  .rectangle_bottom::before {
    background: url(../img/price/rectangle_bottom_left.svg) no-repeat;
    content: '';
    position: absolute;
    left: 0;
    bottom: calc(100% + 250px);
    background-position: left;
    width: 278.4px;
    height: 1661.67px;
    display: inline-block;
  }
}

@media (min-width: 1301px) {
  .rectangle_bottom::after {
    background: url(../img/price/rectangle_bottom_right.svg) no-repeat;
    content: '';
    position: absolute;
    background-position: right;
    right: 0;
    bottom: -600px;
    width: 300.68px;
    height: 1693.17px;
    display: inline-block;
  }
}

@media (min-width: 1301px) {
  footer {
    position: relative;
  }
}

main h1 {
  font-size: 55px;
  line-height: 67px;
  font-weight: 400;
  font-display: auto;
  max-width: 1086px;
  margin-bottom: 0;
  color: #151515;
}

@media (max-width: 760px) {
  main h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.price {
  max-width: 1196px;
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .price {
    padding-top: 34px;
    padding-bottom: 140px;
  }
}

.price p {
  margin: 0;
  padding: 0;
}

.price .table {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .price .table {
    margin-top: 0;
  }
}

.price .table__tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47px 1fr 205px 179px;
      grid-template-columns: 47px 1fr 205px 179px;
}

@media (min-width: 760px) and (max-width: 1300px) {
  .price .table__tr {
    -ms-grid-columns: 47px 1fr 205px;
        grid-template-columns: 47px 1fr 205px;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
  }
}

@media (max-width: 760px) {
  .price .table__tr {
    -ms-grid-columns: 30px 1fr;
        grid-template-columns: 30px 1fr;
    -ms-grid-rows: auto auto 1fr;
        grid-template-rows: auto auto 1fr;
  }
}

.price .table__tr__td {
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

@media (max-width: 760px) {
  .price .table__tr__td {
    padding-bottom: 13px;
    padding-top: 27px;
  }
}

.price .table__tr__td:first-child {
  line-height: 28px;
}

@media (min-width: 760px) and (max-width: 1300px) {
  .price .table__tr__td:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}

@media (max-width: 760px) {
  .price .table__tr__td:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
}

.price .table__tr__td:nth-child(2) {
  padding-right: 50px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

@media (min-width: 761px) and (max-width: 1300px) {
  .price .table__tr__td:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 760px) {
  .price .table__tr__td:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    border: none;
    padding-bottom: 17px;
    padding-right: 0;
    font-size: 16px;
  }
}

.price .table__tr__td:nth-child(3):not(:last-child) {
  padding-top: 35px;
}

@media (min-width: 761px) and (max-width: 1300px) {
  .price .table__tr__td:nth-child(3):not(:last-child) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    border: none;
    padding-bottom: 8px;
    text-align: right;
  }
}

@media (max-width: 760px) {
  .price .table__tr__td:nth-child(3):not(:last-child) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
    padding-bottom: 5px;
    border: none;
    padding-top: 0;
  }
}

.price .table__tr__td:last-child {
  min-width: 179px;
  text-align: right;
  padding-left: 35px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 760px) {
  .price .table__tr__td:last-child {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: left;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 0;
    padding-top: 0;
  }
}

@media (min-width: 761px) and (max-width: 1300px) {
  .price .table__tr__td:nth-child(3):last-child {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}

@media (min-width: 761px) and (max-width: 1300px) {
  .price .table__tr__td:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding: 0 0 30px 0;
  }
}

.price .table__tr__td.table__tr__td_colspan {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  padding-right: 255px;
}

@media (min-width: 761px) and (max-width: 1300px) {
  .price .table__tr__td.table__tr__td_colspan {
    padding-right: 50px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

@media (max-width: 760px) {
  .price .table__tr__td.table__tr__td_colspan {
    padding-right: 0;
  }
}

.price .table__tr__td:not(:first-child) {
  border-bottom: 1px solid #E0E0E0;
}

@media (max-width: 760px) {
  .price .table__tr__td:not(:first-child):not(:last-child) {
    border: none;
  }
}

.price__desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 47px;
  margin-top: 70px;
}

@media (min-width: 761px) and (max-width: 1300px) {
  .price__desc {
    margin-top: 54px;
  }
}

@media (max-width: 760px) {
  .price__desc {
    padding-left: 30px;
    margin-top: 77px;
  }
}

.price__desc span {
  color: #000000;
  margin-right: 8px;
}

.price h2 {
  font-size: 40px;
  line-height: 49px;
  margin-top: 90px;
  margin-bottom: 0;
  width: 100%;
  color: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 761px) and (max-width: 1300px) {
  .price h2 {
    margin-top: 53px;
  }
}

@media (max-width: 760px) {
  .price h2 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 77px;
  }
}

.price h2:nth-child(2) {
  margin-top: 59px;
}

.price h2 span {
  min-width: 47px;
  display: inline-block;
}

@media (max-width: 760px) {
  .price h2 span {
    min-width: 30px;
  }
}

.price h3 {
  font-size: 30px;
  line-height: 37px;
  margin-top: 59px;
  margin-bottom: 0;
  padding-left: 47px;
  color: #151515;
}

@media (max-width: 760px) {
  .price h3 {
    padding-left: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 37px;
  }
}

@media (max-width: 760px) {
  main {
    padding-top: 35px;
  }
  main h1 {
    font-size: 32px;
    line-height: 40px;
  }
  main h1 {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=price.css.map */