.tabs-nav__item.active::before {
    content: '';
    position: absolute
}

.form__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.form__flex-item--33 {
    width: 33.333%;
    padding: 0 15px
}

.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tl-center {
    text-align: center
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.red {
    color: #f44336
}

.rel {
    position: relative
}

.blue {
    color: #2196f3
}

.tl-right {
    text-align: right
}

.bold {
    font-weight: 700
}

.gray {
    color: #949494
}

.h2--normal {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.32
}

.font-12 {
    font-size: 12px
}

.font-24 {
    font-size: 24px
}

.popup .body .head {
    font-weight: 900
}

path {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.v-status {
    font-weight: 300;
    max-width: 270px
}

.v-status.bold {
    font-weight: 700
}

.link-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.link-back:hover path {
    fill: #f44336
}

.link-back:hover span {
    color: #f44336
}

.link-back svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.link-back span {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    text-decoration: underline;
    font-weight: 300;
    color: #949494
}

.ico-no-del {
    background: url(../img/c-package.svg) no-repeat left top;
    min-height: 70px
}

.ico-no-dashboard {
    background: url(../img/no-data.svg) no-repeat left top;
    min-height: 70px
}

.c-promo label input[type=checkbox]+span:before,
.c-promo label input[type=radio]+span:before {
    bottom: auto;
    top: -1px;
    width: 16px;
    height: 17px
}

.c-promo label input[type=checkbox]+span,
.c-promo label input[type=radio]+span {
    padding-left: 25px
}

.c-gral {
    padding: 32px 0
}

.c-gral .row:first-child {
    margin-bottom: 23px
}

.c-gral-copy {
    font-size: 13px;
    font-weight: 300;
    color: #949494
}

.c-gral-head {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    color: #f44336
}

.c-gral-item {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px
}

.c-gral-item:last-child {
    margin-bottom: 0
}

.c-gral-item span {
    font-weight: 700
}

.c-gral-box .button {
    display: block;
    max-width: 216px;
    text-align: center
}

.copy-toggler {
    cursor: pointer
}

.copy-toggler:hover path {
    fill: #f44336
}

.download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.download svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.download span {
    color: #949494;
    text-decoration: underline
}

.download:hover span {
    text-decoration: none
}

.formline--select {
    min-width: 260px
}

.formline__sign {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    color: #949494;
    z-index: 5
}

.formline__sign--input input {
    padding-right: 55px
}

.formline__sign svg {
    display: block
}

.formline__sign--none {
    pointer-events: none
}

.formline-status__head {
    font-size: 14px;
    font-weight: 700;
    min-height: 20px
}

.formline-status__text {
    color: #949494;
    font-size: 12px;
    margin-top: 10px
}

.formline-status__text b {
    font-weight: 600
}

.change-goods__form {
    padding: 60px 0
}

.change-goods__form-row {
    margin-bottom: 30px
}

.popup.add-goods,
.popup.change-goods {
    background-color: #fff
}

.popup.add-goods .body,
.popup.change-goods .body {
    width: auto
}

.btn {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn--flex svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.btn--gray {
    background: #e5e5e5;
    text-decoration: none;
    color: #333;
    padding: 18px 22px
}

.btn--gray:hover {
    color: #fff;
    background-color: #f44336;
    text-decoration: none
}

.btn--gray:hover path {
    fill: #fff
}

.btn--small {
    font-size: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 7px 10px
}

.btn--trans.btn--red {
    border: 1px solid #f44336;
    font-weight: 600;
    text-decoration: none;
    padding: 16px 22px;
    background-color: transparent;
    color: #333
}

.btn--trans.btn--red:hover {
    background-color: #f44336;
    color: #fff
}

.btn--red {
    color: #fff;
    padding: 15px 22px;
    text-decoration: none;
    background-color: #f44336;
    font-weight: 600
}

.btn--red:hover {
    background-color: #ea1c0d
}

.red-link {
    text-decoration: underline
}

.red-link:hover {
    color: #f44336;
    text-decoration: underline
}

.redemption {
    margin-top: 30px;
    margin-bottom: 30px
}

.redemption .btn--small {
    font-size: 14px;
    padding: 5px 8px
}

.redemption-icon svg {
    display: block
}

.redemption-button {
    cursor: pointer
}

.redemption-button svg {
    display: block
}

.redemption-button:hover path {
    fill: #f44336
}

.redemption-table {
    width: 100%;
    border-collapse: collapse
}

.redemption-table th {
    color: #949494;
    font-weight: 600;
    padding: 0 15px 15px;
    border-bottom: 1px solid #c2c2c2;
    text-align: left
}

.redemption-table th:first-child {
    width: 95px;
    max-width: 95px
}

.redemption-table td {
    border-bottom: 1px solid #c2c2c2;
    padding: 15px 15px;
    vertical-align: top
}

.redemption-table td:first-child {
    width: 95px;
    max-width: 95px
}

.redemption-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.redemption-time {
    color: #949494;
    font-weight: 300
}

.redemption-time__num {
    margin-bottom: 5px
}

.redemption-time__num a {
    color: #949494
}

.redemption-time__date {
    font-size: 12px;
    line-height: 1.1
}

.redemption-site {
    font-weight: 600
}

.redemption-track {
    margin-top: 10px
}

.redemption-track__item {
    margin-bottom: 8px
}

.redemption-track__item:last-child {
    margin-bottom: 0
}

.redemption-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.redemption-status+.btn {
    margin-top: 15px
}

.redemption-status img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.redemption-status span {
    letter-spacing: .02em;
    font-weight: 600
}

.light {
    font-weight: 300
}

.c-table {
    border-collapse: collapse;
    width: 100%
}

.c-table--short {
    max-width: 590px
}

.c-table td {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px
}

.c-table td:first-child {
    padding-left: 0
}

.c-table td:last-child {
    padding-right: 0
}

.c-table th {
    color: #949494;
    font-weight: 600;
    padding-bottom: 30px;
    text-align: left;
    border: none !important;
    padding-left: 10px;
    padding-right: 10px
}

.c-table th:first-child {
    padding-left: 0
}

.c-table th:last-child {
    padding-right: 0
}

.c-table__total td {
    padding-top: 30px;
    border-top: 1px solid #c2c2c2
}

.dashboard-info__price {
    font-weight: 300;
    font-size: 18px
}

.dashboard-info__text {
    font-weight: 300;
    color: #949494;
    font-size: 16px
}

.pe-head--hd {
    margin-bottom: 30px
}

.pe-head--hd h1 {
    margin-bottom: 0
}

.row--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tabs-nav {
    padding-bottom: 15px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs-nav__item {
    width: 16.6666%;
    cursor: pointer;
    position: relative
}

.tabs-nav__item.active {
    font-weight: 700
}

.tabs-nav__item.active::before {
    height: 2px;
    width: 100%;
    bottom: -15px;
    left: 0;
    background-color: #f44336;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.tabs-nav__item.active .tabs-nav__price {
    font-weight: 700
}

.tabs-nav__item.active .tabs-nav__day {
    color: #333
}

.tabs-nav__price {
    font-weight: 300
}

.tabs-nav__day {
    font-size: 12px;
    font-weight: 300;
    color: #949494
}

.c-order-table {
    width: 100%;
    border-collapse: collapse
}

.c-order-table tr:first-child td {
    border-top: 1px solid #c2c2c2
}

.c-order-table td {
    border-bottom: 1px solid #c2c2c2;
    padding: 15px 15px;
    vertical-align: top;
    font-size: 14px
}

.c-order-table td:first-child,
.c-order-table td:nth-child(2) {
    width: 45px;
    max-width: 45px
}

.c-order-table--free td:first-child,
.c-order-table--free td:nth-child(2) {
    width: auto;
    max-width: none
}

.c-order-table--free td:first-child {
    max-width: 390px;
    width: 390px
}

.land-delivery {
    margin-bottom: 120px
}

.land-delivery .row {
    margin-bottom: 70px
}

.land-delivery__box {
    position: relative
}

.land-delivery__box .land-delivery__head {
    padding-left: 116px
}

.land-delivery__box .land-delivery__text {
    padding-left: 205px
}

.land-delivery__box img {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.land-delivery__text {
    font-size: 24px;
    line-height: 1.2;
    color: #333
}

.land-delivery__head {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.2
}

.land-delivery__head img {
    position: relative;
    top: 8px;
    left: -12px
}

.land-delivery__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0
}

.land-delivery__list li {
    width: 33.333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.land-delivery__list li img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.land-delivery__list li span {
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
    max-width: 250px
}

.land-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.land-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 32px;
    font-weight: 700;
    list-style: none
}

.land-list__img {
    width: 24px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.land-list__img img {
    display: block;
    margin: 0 auto
}

.land-label {
    letter-spacing: .03em;
    font-size: 12px;
    text-align: center;
    color: #2196f3;
    text-transform: uppercase;
    font-weight: 700;
    background: rgba(33, 150, 243, .1);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 16px
}

.land-home {
    margin-bottom: 60px
}

.land-home--big {
    margin-bottom: 120px
}

.land-home__content .h2 {
    margin-bottom: 32px
}

.land-home__content .land-label {
    position: relative;
    top: -9px;
    display: inline-block;
    margin-left: 14px
}

.land-home__content .h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px
}

.land-home__content p {
    margin-bottom: 32px;
    margin-top: 0;
    font-weight: 300;
    color: #666;
    font-size: 18px
}

.land-home__img img {
    display: block;
    margin: 0 auto
}

.land-features {
    margin-bottom: 100px
}

.land-features--big {
    margin-bottom: 120px
}

.land-features .h2 {
    margin-bottom: 64px
}

.land-features__item-text {
    font-size: 18px;
    color: #333;
    font-weight: 300;
    line-height: 1.222;
    padding-right: 20px
}

.land-features__item-text.bold {
    font-weight: 700
}

.land-features__item-label {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px
}

.land-features__item-head {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px
}

.land-features__item-img {
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.land-features__item-img img {
    display: block
}

.land-features__item-img img+img {
    margin-right: 20px
}

.land-head {
    text-align: center;
    margin-bottom: 70px
}

.land-head p {
    color: #666;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.222
}

.land-vals {
    margin-bottom: 120px
}

.land-vals__label {
    font-weight: 300;
    margin-bottom: 32px;
    color: #666;
    font-size: 18px;
    line-height: 1.25
}

.land-vals__item {
    margin-bottom: 30px
}

.land-vals__item .land-label {
    display: inline-block;
    margin-bottom: 10px
}

.land-vals__item-text {
    font-weight: 700
}

.land-vals__item-text span {
    font-weight: 400
}

.land-buy {
    position: relative;
    overflow: hidden
}

.land-buy .container {
    position: relative
}

.land-buy .land-list {
    margin-bottom: 22px
}

.land-buy__content {
    max-width: 542px;
    margin: 0 auto
}

.land-buy-hand {
    position: absolute;
    top: 50px
}

.land-buy-hand--left {
    left: -100px
}

.land-buy-hand--right {
    right: -100px
}

.land-calc {
    margin-bottom: 32px;
    position: relative;
    margin-bottom: 130px
}

.land-calc__head .h2 {
    margin-bottom: 15px
}

.land-calc__head p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    color: #666
}

.land-calc__bg {
    position: absolute;
    z-index: -1;
    top: 50px;
    left: -40px
}

.land-calc__bg img {
    display: block
}

.land-calc__content .form {
    margin-bottom: 32px
}

.land-calc__img {
    width: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.land-calc__img img {
    display: block;
    margin: 0 auto
}

.land-calc__list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 32px
}

.land-calc__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-bottom: 20px
}

.land-calc__list li:last-child {
    margin-bottom: 0
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

@media only screen and (max-width:1200px) {
    .land-delivery__head {
        font-size: 44px
    }

    .land-delivery__text {
        font-size: 20px
    }

    .table-wrap {
        overflow-x: auto
    }

    .table-wrap table {
        min-width: 800px
    }

    .table-wrap .c-table--short {
        min-width: 400px
    }
}

@media only screen and (max-width:1023px) {
    .land-vals {
        margin-bottom: 80px
    }

    .land-calc__head {
        margin-bottom: 50px
    }

    .land-calc__bg {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 150px
    }

    .land-delivery {
        margin-top: 100px;
        margin-bottom: 60px
    }

    .land-delivery .row {
        margin-bottom: 100px
    }

    .land-delivery__head {
        font-size: 32px
    }

    .land-delivery__head img {
        max-width: 35px !important;
        left: -4px
    }

    .land-delivery__text {
        font-size: 18px
    }

    .land img {
        max-width: 100%
    }

    .land-buy:last-child {
        margin-bottom: 50px
    }

    .land-buy-hand--left {
        left: -220px
    }

    .land-buy-hand--right {
        right: -220px
    }

    .land-features {
        margin-bottom: 50px
    }

    .land-features .row {
        margin-bottom: -45px
    }

    .land-features__item {
        margin-bottom: 45px
    }

    .land-home--big {
        margin-bottom: 80px
    }

    .land-home__img {
        margin-bottom: 30px
    }

    .land-home__img img {
        margin: 0 auto;
        max-width: 300px
    }

    .mb-60 {
        margin-bottom: 45px
    }

    .v-status {
        margin-bottom: 30px
    }

    .c-order-table {
        min-width: 900px
    }

    .c-order-table__wrap {
        overflow-x: auto
    }

    .redemption-table {
        min-width: 900px
    }

    .redemption-table__wrap {
        overflow-x: auto
    }

    .c-gral-copy {
        margin-bottom: 15px
    }

    .c-gral .row>div:last-child .c-gral-box {
        margin-bottom: 0
    }

    .c-gral-box {
        margin-bottom: 30px
    }

    .formline--mobile {
        padding: 0
    }

    .formline-status__head {
        min-height: auto
    }
}

@media only screen and (max-width:767px) {

    .h2--normal {
        font-size: 24px
    }

    .h2--normal br {
        display: none
    }

    .mb-90 {
        margin-bottom: 60px !important
    }

    .land-delivery {
        margin-bottom: 50px
    }

    .land-delivery .row {
        margin-bottom: 40px
    }

    .land-delivery__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .land-delivery__list li {
        width: 100%;
        margin-bottom: 15px
    }

    .land-delivery__list li:last-child {
        margin-bottom: 0
    }

    .land-delivery__box {
        margin-bottom: 45px
    }

    .land-delivery__box .land-delivery__head {
        padding-left: 124px
    }

    .land-delivery__box .land-delivery__text {
        padding-left: 160px
    }

    .land-delivery__box-img {
        max-width: 150px !important
    }

    .land-vals {
        margin-bottom: 20px
    }

    .land-vals__item {
        margin-bottom: 30px
    }

    .land-head {
        margin-bottom: 40px
    }

    .land-calc {
        margin-bottom: 60px
    }

    .land-calc__bg {
        display: none
    }

    .land-calc .form__flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .land-calc .form__flex-item {
        width: 100%
    }

    .land-buy--inner {
        margin-bottom: 50px
    }

    .land-buy-hand {
        display: none
    }

    .land-home--big {
        margin-bottom: 45px
    }

    .land-list {
        display: block
    }

    .land-list li {
        width: 100%
    }

    .land-features .h2 {
        margin-top: 0;
        margin-bottom: 30px
    }

    .land-features__item-head {
        font-size: 18px
    }

    .land-features__item-img img:last-child {
        display: none
    }

    .land-features__item-img img:only-child {
        display: block
    }

    .land .h1 {
        font-size: 24px
    }

    .land-home__img {
        margin-bottom: 15px
    }

    .land-home__img img {
        max-width: 250px
    }

    .land-home .land-label {
        position: static
    }

    .c-table th {
        padding-bottom: 20px
    }

    .c-table td {
        padding-bottom: 20px
    }

    .c-table__total td {
        padding-top: 20px
    }

    .tabs-nav {
        overflow-x: auto;
        margin-bottom: 25px
    }

    .tabs-nav__item {
        white-space: nowrap;
        width: auto
    }

    .tabs-nav__item+.tabs-nav__item {
        margin-left: 15px
    }

    .c-order-table--free {
        min-width: 600px
    }

    .c-gral-item {
        margin-bottom: 6px
    }

    .c-gral-box {
        margin-bottom: 20px
    }

    .c-gral-box .button {
        margin-bottom: 15px
    }

    .change-goods__form {
        padding-top: 30px
    }

    .change-goods .savelink.ico-add-place {
        white-space: normal
    }

    .mb-60 {
        margin-bottom: 25px
    }

    .mb-45 {
        margin-bottom: 30px
    }

    .pe-head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pe-head>.add {
        float: none;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .pe-head>.add a.button {
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 8px !important
    }

    .pe-head>h1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .pe-head>.links {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .pe-head>.links>a {
        margin: 0 10px
    }

    .ico-no-del {
        margin-top: 0;
        margin-bottom: 30px
    }

    .btn--flex {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .btn--red {
        width: 100%
    }

    .dashboard-info {
        margin-top: 15px
    }

    .dashboard-info__price {
        font-size: 16px
    }

    .dashboard-info__text {
        font-size: 14px
    }
}