.team-items {
    background: #ffffff;
}

.coach-view-images {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.order-details-coach-view-table {
    margin-bottom: 5px;
}

.order-details-coach-view-table td {
    padding: 8px;
    font: inherit;
}

.order-due-balance {
    display: flex;
    justify-content: space-between;
    padding: 0px 16px;
}

.share-redesign {
    margin-top: 20px;
    padding: 16px;
}

.share__buttons {
    display: flex;
    flex-direction: column;
    padding: 16px;
    justify-content: center;
    align-items: center;
}

.order-date-info {
    color: #ffffff;
    text-transform: capitalize;
}

.n-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px
}

.page-item.active .page-link {
    background-color: #f70000 !important;
    border-color: #f70000 !important;
}

.page-item:not(.active) .page-link {
    color: #f70000 !important;
}

.additional-payment-info-mobile {
    font: inherit;
    padding: 0px 30px;
    font-weight: 600 !important;
    font-size: 12px !important;
    margin: 16px 0px;
    display: flex;
    justify-content: space-between;
}

@font-face {
    font-family: Heebo-Bold;
    src: url(../fonts/Heebo/Heebo-Bold.ttf)
}

@font-face {
    font-family: Heebo-Regular;
    src: url(../fonts/Heebo/Heebo-Regular.ttf)
}

@font-face {
    font-family: Heebo-Medium;
    src: url(../fonts/Heebo/Heebo-Medium.ttf)
}

@font-face {
    font-family: Heebo;
    src: url(../fonts/Heebo/Heebo-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Heebo;
    src: url(../fonts/Heebo/Heebo-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Heebo;
    src: url(../fonts/Heebo/Heebo-Bold.ttf);
    font-weight: 700;
}

body {
    font-size: 16px;
    min-width: 320px;
    font-family: LatoRegular, sans-serif;
    color: text-color;
    -webkit-overflow-scrolling: touch
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

.text-underline {
    text-decoration: underline;
}

.responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-shadow: 0 4px 8px -4px #bdc1cf;
    box-shadow: 0 4px 8px -4px #bdc1cf;
    background-color: #fff;
    z-index: 10
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo img {
    max-width: 154px
}

.header__burger {
    margin-right: 40px;
    cursor: pointer
}

.header__notifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #bdc1cf;
    border-right: 1px solid #bdc1cf;
    width: 69px;
    height: 100%
}

.header__notifications-link {
    position: relative
}

.header__notifications-badge {
    position: absolute;
    font-family: Heebo-Regular;
    right: -5px;
    top: -7px;
    width: 16px;
    height: 16px;
    line-height: 15px;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    background-color: #f70000;
    color: #fff;
    border-radius: 50%
}

.header__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    cursor: pointer
}

.content-wrapp {
    padding: 1px 0 200px;
}

@media all and (max-width: 768px) {
    .content-wrapp {
        padding: 1px 0 30px;
    }
}

@media all and (max-width: 425px) {
    .content-wrapp {
        padding: 0;
    }
}

.account__photo {
    min-width: 24px;
    text-align: center;
    padding-top: 3px;
    min-height: 24px;
    background-color: #2f3033;
    border-radius: 50%;
    margin-right: 8px
}

.account__text {
    margin-right: 16px
}

aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 72px;
    overflow: hidden;
    height: 100vh;
    background-color: #fff;
    z-index: 1;
    border-right: 1px solid #bdc1cf;
    overflow-y: scroll;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

aside.open {
    width: 295px
}

.nav__item {
    margin-bottom: 24px
}

.nav__link {
    font-size: 16px;
    color: #2f3033;
    font-family: Heebo-Regular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 8px 0 8px 24px;
    max-height: 40px;
    border-left: 3px solid transparent;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.nav__link.active {
    border-color: #f70000;
    color: #f70000
}

.nav__link.active svg {
    fill: #f70000
}

.nav__link svg {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    fill: #2f3033
}

.nav__link:hover {
    border-color: #f70000;
    color: #f70000
}

.nav__link:hover svg {
    fill: #f70000
}

.nav__icon {
    margin-right: 24px;
    min-width: 24px
}

.signout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
    margin-bottom: 130px;
    font-size: 16px;
    font-family: Heebo-Regular;
    border-top: 1px solid #bdc1cf;
    border-bottom: 1px solid #bdc1cf;
    min-height: 56px;
    color: #2f3033;
    background: #fff
}

.signout__icon {
    margin-right: 24px
}

@media only screen and (min-width:768px) {
    .n-content {
        width: calc(100% - 72px);
        margin-left: auto
    }
}

.content-search {
    background-color: #f2f2f2;
    padding: 23px 0
}

.content-search__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-search__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    max-width: 950px;
    margin-right: 30px
}

.content-search__input {
    height: 48px;
    width: 100%;
    font-size: 14px;
    padding: 0 20px 0 40px;
    color: #8c8f99;
    font-family: Heebo-Regular
}

.content-search__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    line-height: 54px
}

.everyone {
    position: relative;
    z-index: 3
}

.everyone__text {
    margin-right: 11px;
    font-family: Heebo-Bold
}

.everyone__arrow {
    display: inline-block;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.everyone-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 90px;
    padding: 36px 36px 36px 40px;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px -8px #bdc1cf;
    box-shadow: 0 8px 16px -8px #bdc1cf;
    width: 490px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.everyone-modal::after {
    position: absolute;
    content: '';
    width: 37px;
    height: 13px;
    right: 15px;
    top: -12px;
    background-image: url(../img/new-icons/top.png);
    background-repeat: no-repeat;
    background-size: contain
}

.everyone-modal.open {
    top: 70px;
    opacity: 1;
    visibility: visible
}

.everyone-content {
    cursor: pointer
}

.everyone-content.active .everyone__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.n-content {
    background-color: #f7f7f9;
    min-height: 1500px
}

.page-info {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-info__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2f3033
}

.page-info__order-text {
    margin-right: 8px
}

.page-info__order-state {
    font-size: 16px;
    font-family: Heebo-Bold
}

.page-info__order-no {
    color: #f70000;
    display: none
}

.step__top {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.step__top-show {
    display: none
}

.step__top-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #2f3033;
    background-color: #f7f7f9;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-family: Heebo-Regular;
    margin-right: 16px
}

.step__top-text {
    color: #2f3033
}

.step__top-state {
    position: relative
}

.step__top-edit {
    color: #2f3033;
    font-family: Heebo-Bold;
    text-decoration: underline;
    font-size: 16px;
    position: absolute;
    bottom: -25px;
    left: 0;
    display: none
}

.step__top-mobile {
    display: none
}

.step__top.ready .step__top-text {
    color: #37bf92
}

.step__top.ready .step__top-number {
    color: #fff;
    background-color: #37bf92;
    border: 0
}

.step__top.ready .step__top-edit {
    display: block
}

.step__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px 12px 40px;
    width: 100%;
    border-bottom: 1px solid #bdc1cf;
    cursor: pointer
}

.step__item-head.open .step__item-arrow {
    background-color: #8c8f99;
    border: 0
}

.step__item-head.open .step__item-arrow::before {
    opacity: 0
}

.step__item-head.open .step__item-arrow::after {
    opacity: 1
}

.step__item-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #2f3033;
    font-family: Heebo-Medium;
    padding-left: 16px;
    position: relative
}

.step__item-helper {
    margin-left: auto;
    margin-right: 40px;
}

.step__item-helper::before {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    content: '?';
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
}

.step__item-helper--white::before {
    background-color: #fff;
}

.step__item-helper--white::before {
    color: #000;
}

.step__item-helper__title {
    font-size: 14px;
    vertical-align: middle;
    text-decoration: underline;
}

.step__item-helper:hover .step__item-helper__title {
    text-decoration: none;
}

.step__item-title::before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 24px;
    background-color: #f70000
}

.step__item-arrow {
    min-width: 40px;
    min-height: 40px;
    background-color: #f7f7f9;
    border: 1px solid #bdc1cf;
    border-radius: 50%;
    position: relative
}

.step__item-arrow::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.step__item-arrow:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0
}

.step__item-ready {
    min-width: 40px;
    min-height: 40px;
    background-color: #37bf92;
    border-radius: 50%;
    background-image: url(../img/new-icons/ready.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: none
}

.orderby-link-up {
    position: absolute;
    top: -3px;
    left: 44%;
    width: 24px;
    height: 24px;
}

.orderby-link-down {
    position: absolute;
    bottom: -3px;
    left: 44%;
    width: 24px;
    height: 24px;
}

.icon-sortup {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../img/new-icons/icon-sortup.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-sortup.active {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../img/new-icons/icon-sortup-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-sortdown {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../img/new-icons/icon-sortdown.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-sortdown.active {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../img/new-icons/icon-sortdown-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.allign-item-vertically {
    margin: auto 4px;
}

.view-suborder-buttons {
    display: flex;
    justify-content: space-between;
}

.view-suborder-buttons a {
    text-decoration: none;
}

.filter-redesign {
    color: #ff0000;
}

input.datepicker
{
  background-image : url('../img/calendar.svg');
  background-Position : 98% center;
  background-Repeat :no-repeat;
  cursor:pointer;
  padding-left: 3px !important;
}

input.dollar
{
    background-image: url(../img/new-icons/icon-money.svg);
    background-Position: 2% center;
    background-Repeat: no-repeat;
    cursor: pointer;
    background-size: 9px;
    text-align: right !important;
    font-size: 14px !important;
    padding-right: 2px !important;
}

input.percent
{
    background-image: url(../img/new-icons/icon-percent.svg);
    background-Position: 2% center;
    background-Repeat: no-repeat;
    cursor: pointer;
    background-size: 12px;
    text-align: right !important;
    font-size: 14px !important;
    padding-right: 2px !important;
}

input.pound {
    background-image: url(../img/new-icons/icon-pound.svg);
    background-Position: 2% center;
    background-Repeat: no-repeat;
    cursor: pointer;
    background-size: 12px;
    text-align: right !important;
    font-size: 14px !important;
    padding-right: 2px !important;
}

.delete-metal-icon {
    background-image: url(../img/new-icons/icon-remove-item.svg);
    background-Repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.add-metal-icon {
    background-image: url(../img/new-icons/icon-add-item.svg);
    background-Repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.shipping-details-group-order input, .shipping-details-group-order textarea, .shipping-details-group-order select {
    margin-bottom: 8px !important;
}

.plant_data_payment_data td {
    vertical-align: middle !important;
}

.costs-data {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.check-container-new {
    vertical-align: middle !important;
    margin: 0px !important;
}

.group-order-navigation a {
    margin: auto;
}

.group-order-navigation div {
    margin: auto;
}

@media (max-width: 992px) {
    .group-order-navigation a {
        margin: auto;
        width: 100%;
        border-bottom: 1px solid #5d5f66 !important;
    }

    .group-order-navigation div {
        margin: auto;
        width: 100%;
        border-bottom: 1px solid #5d5f66 !important;
    }
}

.table-without-border td {
    border: none !important;
}

.table-without-padding td {
    padding: 0px !important;
}

.table-without-left-and-right-padding td {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.subscribe-contact-box {
    display: flex;
}

.update-contact-details {
    margin-bottom: 16px;
}

.update-contact-details input {
    margin-bottom: 5px !important;
}

.sizer_shipping_address {
    margin-bottom: 5px;
}

.button-with-hundred-percent {
    width: 100% !important;
}

.custom-notes-box input {
    margin-bottom: 5px;
}

.custom-notes-box textarea {
    margin-bottom: 5px;
}

.custom-notes-box select {
    margin-bottom: 5px !important;
}

.custom-notes-internal-use-only {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.upload-is-po-file {
    margin-bottom: 10px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.upload-is-po-file label {
    margin: 0px;
}

.group-order-magento-invite-link {
    display: flex;
    justify-content: space-between;
}

.show-all-payments-group-order {
    margin-bottom: 18px;
}

.charge-new-card-group-order {
    margin-top: 18px;
}

.add-manual-payment-button {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.make-payment-button {
    padding: 14px 8px !important;
}

.step__item-inner {
    display: none;
    border-bottom: 1px solid #bdc1cf;
    padding: 24px 24px 24px 40px
}

.step__item-inner--p-0 {
    padding: 0 !important;
}

.step__item-general .btn-lg {
    margin-top: 16px
}

.step__item-info .step__item-inner {
    padding: 24px 0
}

.step__item-info .f-control-select {
    color: #8c8f99;
    max-width: 100%
}

.step__item-products .f-control-select {
    margin-bottom: 24px
}

.step__item-ring {
    margin-bottom: 24px;
    text-transform: none;
    border-bottom: 1px solid #bdc1cf;
    padding-bottom: 10px;
    width: 100%
}

.step__item.ready .step__item-arrow {
    display: none
}

.step__item.ready .step__item-ready {
    display: block
}

.step__item.ready .step__item-title {
    color: #37bf92
}

.step__item.ready .step__item-title::before {
    background-color: #37bf92
}

.step__white .step__item-head {
    background: #fff
}

.step__white .step__item-inner {
    background: #fff
}

.step__black .step__item-head {
    background: #000;
}

.step__black .step__item-head,
.step__black .step__item-title {
    color: #fff;
}

.step__gray {
    background: #f2f2f2
}

.step__gray .step__item-inner {
    background: #f2f2f2
}

.step__shadow {
    -webkit-box-shadow: 0 8px 16px -8px #bdc1cf;
    box-shadow: 0 8px 16px -8px #bdc1cf
}

.ring-type {
    padding: 0 20px
}

.step__top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 43px
}

.step__top-content .step__top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.step__content-match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0 8px 16px -8px #bdc1cf;
    box-shadow: 0 8px 16px -8px #bdc1cf
}

.step__content-contact {
    background-color: #f2f2f2;
    border: 1px solid #bdc1cf
}

.step__content-information .step__items {
    border-top: 1px solid #fff
}

.step__content-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.step__buttons {
    min-height: 88px;
    padding: 16px 40px;
    -webkit-box-shadow: 0 8px 16px -8px #bdc1cf;
    box-shadow: 0 8px 16px -8px #bdc1cf;
    background: #fff
}

.form__submit {
    margin-top: 40px;
    text-align: center;
}

.step__buttons button:first-child {
    margin-right: 13px
}

.form__types-row {
    padding: 0 24px 0 40px
}

.form__types-row.form__types-row--p-0 {
    padding: 0;
}

.form__types-row:nth-child(2),
.form__types-row:nth-child(3) {
    padding-top: 24px
}

.form__type {
    margin-bottom: 24px
}

.form__type .form__notifications {
    margin-top: 27px
}

.form__type-name {
    font-size: 16px;
    color: #2f3033;
    font-family: Heebo-Bold;
    margin-bottom: 9px
}

.form__type-name-desc {
    font-size: 14px;
}

.form__type-input {
    font-size: 16px;
    position: relative
}

.form__type-input.ready .form__type-input-ready {
    display: block
}

.form__type-help {
    display: flex;
    align-items: center;
}

.form__type-help-icon {
    font-size: 0;
    margin-right: 4px;
}

.form__type-help-text {
    font-weight: normal;
    text-decoration: underline;
}

.form__type-input-ready {
    width: 16px;
    height: 16px;
    background: url(../img/new-icons/ready-input.svg) no-repeat;
    position: absolute;
    right: 16px;
    top: 16px;
    display: none
}

.form__type-block {
    display: none
}

.form__type-label {
    max-width: 306px;
    width: 100%;
    min-height: 188px;
    display: block;
    background-color: #f7f7f9;
    border: 2px dashed #bdc1cf;
    text-align: center;
    font-size: 16px;
    color: #8c8f99;
    padding: 40px 15px 0 15px;
    cursor: pointer
}

.form__type-label-text {
    margin-bottom: 16px
}

.form__type-textarea .f-control-textarea {
    font-size: 14px;
    color: #2f3033;
    font-family: Heebo-Bold;
    text-align: left;
    min-height: 192px;
    padding-left: 16px;
    resize: none;
    text-align: left;
    overflow: auto
}

.form__type-fields {
    padding-bottom: 0px
}

.form__notifications {
    color: #f70000;
    font-size: 16px;
    font-family: Heebo-Bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form__notifications img {
    margin-right: 8px
}

.footer {
    background: #101010;
    padding: 18px 0;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 3
}

.footer__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__copyright a {
    color: #f70000;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.footer__copyright a:hover {
    color: #a80000
}

.footer__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__social ul li {
    margin-right: 10px
}

.footer__social ul li:last-child {
    margin-right: 0
}

.footer__social ul img {
    height: 15px
}

.order__items {
    margin: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order__item {
    padding: 8px 24px;
    color: #8c8f99;
    font-size: 16px;
    font-family: Heebo-Regular;
    border: 1px solid #8c8f99;
    border-radius: 8px;
    margin: 0 8px 16px 0;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.order__item.active,
.order__item:focus,
.order__item:hover {
    background-color: #2f3033;
    color: #fff;
    border-color: #2f3033
}

.panel {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px -8px #bdc1cf;
    box-shadow: 0 8px 16px -8px #bdc1cf;
    padding: 40px 40px 40px 30px
}

.panel__top {
    padding-bottom: 24px;
    border-bottom: 1px solid #bdc1cf;
    margin-bottom: 40px
}

.panel__top--sm {
    margin-bottom: 10px;
}

.panel__content {
    margin-bottom: 40px
}

.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse
}

.table thead {
    background-color: #e5e6ec
}

.table thead th {
    position: relative;
    padding: 15px 5px;
    width: 10%;
    height: 80px;
    line-height: 1.6;
    font-size: 16px;
    font-family: Heebo-Bold;
    border-right: 1px solid #bdc1cf;
    text-align: center;
    vertical-align: middle !important;
}

.table thead th:last-child {
    border: 0
}

.table tbody th {
    padding: 5px 10px;
    vertical-align: middle;
    border-right: 1px solid #bdc1cf;
    border-bottom: 1px solid #bdc1cf;
    font-size: 14px;
    line-height: 1.8;
    height: 90px
}

.table tbody th:last-child {
    border-right: 0
}

.table .table__img {
    width: 72px;
    height: 72px;
    background: url(../img/table-img-mask.png) no-repeat;
    background-size: cover
}

.color-red {
    color: #f70000;
}

.table .table__img img {
    max-height: 72px
}

.table .table__arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    /*height: 80px;*/
    height: 100%;
    background-color: #bdc1cf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.table .table__arrow-link {
    padding:2px;
    width: 12px;
    height: 13px;
    -webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px -4px rgba(0, 0, 0, .5);
    background-color: #e5e6ec;
    display: block
}

.table .table__arrow-link:first-child {
    border-bottom: 1px solid #2f3033
}

.table .table__arrow-link:first-child svg {
    bottom: 7px
}

.table .table__arrow-link:last-child {
    border-top: 1px solid #727376
}

.table .table__arrow-link:last-child svg {
    bottom: 8px
}

.table .table__arrow-link svg {
    width: 7px;
    height: 7px;
    position: relative;
    fill: #2f3033;
}

.table .table__arrow-link:hover {
    background-color: #2f3033
}

.table .table__arrow-link.activelink {
    background-color: #2f3033
}

.table .table__arrow-link.activelink svg {
    fill: #f7f7f9
}

.table .table__arrow-link:hover svg {
    fill: #f7f7f9
}

aside.open .nav__buttons {
    display: block
}

.nav__buttons {
    padding: 16px 0 16px 24px;
    display: none
}

.nav__buttons a {
    display: block;
    max-width: 247px;
    min-height: 48px;
    line-height: 48px;
    font-family: Heebo-Bold;
    margin-bottom: 16px
}

.nav__buttons a:last-child {
    margin-bottom: 0
}

.details-nav {
    background-color: #2f3033;
    color: #fff;
    font-size: 16px;
    font-family: Heebo-Bold
}

.details-nav__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.details-nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.details-nav__link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #5d5f66;
    background: #2f3033;
    padding: 16px 5px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.details-nav__link:hover {
    background: #3b3c40
}

.details-nav__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px
}

.details-nav__icons-link {
    width: 48px;
    padding: 17px 0 15px 0;
    text-align: center;
    background-color: #8c8f99;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.details-nav__icons-link.active,
.details-nav__icons-link:focus,
.details-nav__icons-link:hover {
    background-color: #f70000
}

.details-nav__icons-link+.details-nav__icons-link {
    margin-left: 1px
}

.details_ord .step__item-inner {
    padding: 24px 40px 24px 40px
}

.details_ord {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.details__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px
}

.details__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media all and (min-width: 769px) {
    .details__right:not(.details__right--auto) {
        max-width: 500px
    }
}

.details__order-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #e5e6ec
}

.details__order-info-item {
    width: 33.3333%;
    text-align: center;
    font-size: 14px;
    color: #5d5f66;
    font-family: Heebo-Bold;
    padding: 9px 5px;
    border-right: 1px solid #bdc1cf
}

.details__order-info-item:last-child {
    border: 0
}

.details__order-number {
    padding: 24px 24px 24px 40px
}

.details__order-row {
    padding: 0 40px
}

.details__order-img-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.details__file {
    width: 195px;
    height: 152px;
    background: url(../img/bitmap-file.png) no-repeat;
    background-size: cover;
    display: block;
    cursor: pointer
}

#details__order-file {
    display: none
}

.details__order-img-link {
    display: inline-block
}

.details__order-img-link img {
    max-height: 152px
}

.step__items-details .step__item-inner {
    padding: 0
}

.order-current {
    font-size: 16px;
    font-family: Heebo-Regular;
    color: #2f3033;
    margin-bottom: 5px
}

.order-duplicate {
    display: inline;
    /*font-size: 12px;*/
    font-family: Heebo-Regular;
    color: #2f3033
}

.order-duplicate__number {
    color: #f70000
}

.details__order-upload {
    padding: 24px 0 24px 40px;
    border-bottom: 1px solid #bdc1cf
}

.details__order-upload label {
    display: block;
    font-family: Heebo-Bold
}

.details__order-upload label:hover svg {
    fill: #fff
}

.details__order-upload input {
    display: none
}

.details__order-upload svg {
    fill: #f70000;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.details__type {
    margin-bottom: 24px
}

.details__type-name {
    font-size: 16px;
    color: #2f3033;
    font-family: Heebo-Bold;
    margin-bottom: 8px
}

.details__type-name-red {
    text-decoration: underline;
    color: #f70000;
    font-family: Heebo-Bold
}

.details__type-select .n-btn {
    margin: 16px 0
}

.details__type-admin {
    margin-bottom: 5px
}

.current-status {
    padding: 24px 40px 0 40px
}

.current-status .details__type-name {
    text-decoration: underline
}

.step__item .step__item-product {
    padding: 16px 40px 130px 40px
}

.product-info {
    font-size: 14px;
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #bdc1cf
}

.product-info__head {
    font-size: 16px;
    font-family: Heebo-Bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #bdc1cf
}

.product-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}

.product-info__row.black {
    font-family: Heebo-Bold
}

.product-info__col {
    width: 16.75%
}

.product-info__col.red {
    color: #f70000
}

.product-info__col.black {
    font-family: Heebo-Bold
}

.product-info__col:nth-child(1) {
    width: 33%;
    text-align: left
}

.product-info__totals {
    margin: 24px 0 24px
}

.product-info__bottom {
    font-size: 14px;
    font-family: Heebo-Regular
}

.product-info__bottom .product-info__row {
    margin-bottom: 24px
}

.product-info__bottom .product-info__col:nth-child(1) {
    width: 100%
}

.product-info__bottom .product-info__col.right {
    text-align: right
}

.details__left {
    -webkit-box-shadow: 0 8px 16px -8px #bdc1cf;
    box-shadow: 0 8px 16px -8px #bdc1cf;
    background: #fff
}

.details__right {
    -webkit-box-shadow: 0 8px 16px -8px #bdc1cf;
    box-shadow: 0 8px 16px -8px #bdc1cf;
    background: #fff
}

.details__right .btn-lg {
    max-width: 369px
}

.card {
    min-height: 191px;
    padding: 16px 24px;
    border: 1px solid #f70000
}

.card__title {
    text-transform: uppercase;
    font-size: 14px;
    color: #2f3033;
    font-family: Heebo-Bold;
    margin-bottom: 10px
}

.card__amount {
    font-family: Heebo-Bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px
}

.card__input {
    margin-bottom: 16px
}

.card__input input {
    font-family: Heebo-Bold;
    font-size: 14px
}

.card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card__buttons a {
    height: 48px;
    display: inline-block;
    width: 100%
}

.card__buttons a:first-child {
    margin-right: 16px
}

.payment-card__bottom {
    display: flex;
    justify-content: space-between;
}

.team {
    margin-bottom: 65px;
    -webkit-box-shadow: 0 8px 16px -8px #bdc1cf;
    box-shadow: 0 8px 16px -8px #bdc1cf;
    display: none
}

.team-notice {
    min-height: 57px;
    font-size: 12px;
    color: #fff;
    padding: 8px;
    background-image: -webkit-gradient(linear, right top, left top, from(#000), to(#f93333));
    background-image: -o-linear-gradient(right, #000 0, #f93333 100%);
    background-image: linear-gradient(270deg, #000 0, #f93333 100%);
    width: 100%;
    position: relative;
}

.team-notice .n-container {
    padding-top: 11px;
    padding-bottom: 10px;
}

@media all and (min-width: 769px) {
    .team-notice .n-container {
        display: flex;
    }
}

.team-notice__info {
    margin-bottom: 2px
}

.team-help .n-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media all and (min-width: 769px) {
    .team-help .n-container .team-help__title {
        margin: 0 30px 0 0;
    }

    .team-help .n-container {
        display: flex;
        align-items: center;
    }
}

.team-notice__info:first-child {
    margin-right: 100px;
}

.team-notice__info:last-child {
    margin-bottom: 0
}

.team-notice__name {
    font-family: Heebo-Bold
}

.team-notice__data {
    font-family: Heebo-Regular
}

.team-notice__close {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer
}

.team-help {
    min-height: 78px;
    background-color: #e5e6ec;
    text-align: center;
    padding: 8px 0
}

.team-help-redesign {
    min-height: 78px;
    background-color: #e5e6ec;
    text-align: center;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-help__title-redesign {
    color: #2f3033;
    font-size: 16px;
    font-family: Heebo-Medium;
}

.team-help__title {
    color: #2f3033;
    font-size: 14px;
    font-family: Heebo-Medium;
    margin-bottom: 5px
}

.team-help .n-btn {
    line-height: 37px;
    min-height: 37px;
    font-size: 14px
}

.team-page__info {
    background-color: #f7f7f9
}

.team .page-info {
    padding: 40px 8px
}

.team .page-info-redesign {
    margin: 0px;
    padding: 22px 8px;
}

.team-head {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    min-height: 56px
}

@media all and (min-width: 426px) {
    .team-head.team-head--with-padding {
        padding: 12px 24px 12px 40px;
    }
}

.team-head .step__item-title {
    color: #fff;
    font-size: 14px;
    font-family: Heebo-Bold
}

.team-head .head-help {
    font-family: Heebo-Bold;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px
}

.team-head .head-help__icon {
    margin-right: 4px
}

.team-head .head-help__text {
    padding-top: 3px;
    text-decoration: underline
}

.team-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 12px 8px 8px;
    font-size: 14px;
    font-family: Heebo-Regular;
    color: #2f3033
}

.team-order__name {
    margin-right: 10px;
}

.team-order.team-order--justify-start {
    justify-content: flex-start;
}

.team-order__current {
    color: #f70000
}

.team-order__current span {
    text-decoration: underline
}

.team-nav {
    padding: 0 8px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-nav__item {
    margin-right: 9px;
    padding-right: 8px;
    font-size: 12px;
    color: #2f3033;
    position: relative
}

.team-nav__item::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #bdc1cf
}

.team-nav__item:last-child:after {
    display: none
}

.team-nav__title {
    font-family: Heebo-Bold;
    margin-bottom: 7px
}

.team-img {
    padding: 0 8px;
    margin-bottom: 12px
}

.team-img img {
    max-width: 182px
}

.team-info {
    color: #2f3033;
    font-size: 14px;
    margin-bottom: 9px
}

.team-info__title {
    font-family: Heebo-Bold;
    margin-bottom: 3px
}

.team-info__contact {
    text-decoration: underline;
    color: #f70000;
    font-family: Heebo-Bold;
    margin-top: 5px;
    font-size: 16px
}

.team-info__price {
    color: #f70000;
    font-size: 20px;
}

.team-item__overview {
    padding-bottom: 10px
}

.team-item__overview.team-item__overview--with-padding {
    padding: 17px 34px 100px;
}

@media all and (max-width: 1024px) {
    .team-item__overview.team-item__overview--with-padding {
        padding: 17px 30px 50px;
    }
}

@media all and (max-width: 425px) {
    .team-item__overview.team-item__overview--with-padding {
        padding: 10px;
    }
}

.team-item__overview .team-info {
    padding: 0 8px
}

.team-item__category-item .step__item-head {
    padding: 12px 8px 12px 16px
}

.team-item__manage .step__item-head {
    padding-left: 40px;
}

.team-item__manage .step__item-head .step__item-arrow {
    min-width: 40px !important;
    min-height: 40px !important;;
}

.team-item__category-item .step__item-head .step__item-title {
    padding-left: 0;
    font-size: 14px
}

.team-item__category-item .step__item-head .step__item-title--fz16 {
    font-size: 16px;
}

.team-item__category-item .step__item-head--lg {
    padding-left: 0;
}

.team-item__category-item .step__item-head .step__item-title::before {
    display: none
}

.team-item__category-item .step__item-head .step__item-arrow {
    min-width: 24px;
    min-height: 24px
}

.team-item__category-item .step__item-head--lg .step__item-arrow {
    min-width: 40px;
    min-height: 40px;
}

.team-item__category-item .step__item-head .step__item-arrow::before,
.team-item__category-item .step__item-head .step__item-arrow:after {
    background-size: 10px
}

.team-item__category-item .step__item-inner {
    padding: 20px 8px 20px 8px
}

.team-item__category-item .btn-link {
    width: 100%
}

.team-item__category-item .bttn-link {
    width: 100%
}

.team-item__category-item .n-btn {
    margin-bottom: 20px
}

.team-item__category-item .btn-white {
    line-height: 40px;
    font-size: 14px;
    font-family: Heebo-Medium
}

.team-item__category-item .bttn-white {
    line-height: 40px;
    font-size: 14px;
    font-family: Heebo-Medium
}

.team-item__category-item .btn-red {
    font-size: 14px
}

.team-item__category-item .bttn-red {
    font-size: 14px
}

.team-item__category-item .btn-close {
    color: #8e8e8e;
    font-family: Heebo-Medium;
    line-height: 40px;
    font-size: 14px;
    border-color: #8e8e8e
}

.team-item__category-item .step__item-ready {
    min-width: 25px;
    min-height: 25px;
    background-size: 10px
}

.share__text {
    font-size: 14px;
    font-family: Heebo-Medium;
    color: #2f3033;
    margin-bottom: 8px
}

.share__text:nth-child(2) {
    font-family: Heebo-Regular
}

.share .f-control-input {
    padding: 14px 8px;
    margin-bottom: 8px
}

.share .f-control-input::-webkit-input-placeholder {
    color: #2f3033;
    font-size: 14px
}

.share .f-control-input::-moz-placeholder {
    color: #2f3033;
    font-size: 14px
}

.share .f-control-input:-ms-input-placeholder {
    color: #2f3033;
    font-size: 14px
}

.share .f-control-input::-ms-input-placeholder {
    color: #2f3033;
    font-size: 14px
}

.share .f-control-input::placeholder {
    color: #2f3033;
    font-size: 14px
}

.share__info {
    border-bottom: 1px solid #bdc1cf;
    margin-bottom: 20px
}

.share__info-item {
    padding-left: 8px
}

.group-payment {
    margin-top: 0px
}

.group-payment__card {
    border: 1px solid #6e6e6e;
    border-bottom: 0;
    padding: 16px 15px 20px 15px
}

.group-payment__card-redesign {
    border-bottom: 0;
    padding: 16px 15px 20px 15px
}

.group-payment__title {
    text-transform: uppercase;
    color: #2f3033;
    font-family: Heebo-Bold;
    margin-bottom: 20px
}

.notes__textarea {
    font-size: 14px;
    color: #8c8f99;
    padding: 8px;
    min-height: 116px;
    width: 100%;
    border: 1px solid #e5e6ec;
    outline: 0;
    resize: none
}

.files-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.files-links-mobile {
    padding: 22px;
}

.files-link {
    margin-bottom: 13px;
    color: #f70000;
    font-size: 14px
}

.files-link span {
    text-decoration: underline
}

.f-control {
    width: 100%;
    outline: 0;
    background: #fff;
    border: 1px solid #e5e6ec;
    border-radius: 0;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    padding: 14px 0
}

.f-control-select {
    color: #2f3033;
    font-size: 16px;
    font-family: Heebo-Regular;
    cursor: pointer;
    padding-left: 24px;
    position: relative;
    background-image: url(../img/new-icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 23px center
}

.f-control-input {
    color: #2f3033;
    padding-left: 16px;
    font-size: 16px
}

.f-control-input::-webkit-input-placeholder {
    color: #8c8f99
}

.f-control-input::-moz-placeholder {
    color: #8c8f99
}

.f-control-input:-ms-input-placeholder {
    color: #8c8f99
}

.f-control-input::-ms-input-placeholder {
    color: #8c8f99
}

.f-control-input::placeholder {
    color: #8c8f99
}

.i-default {
    outline: 0;
    border: 0
}

.everyone__check {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 24px
}

.everyone__check:last-child {
    margin-bottom: 0
}

.everyone__check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.everyone__bg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    width: 16px;
    height: 16px;
    border: 1px solid #2f3033;
    background-color: #f7f7f9
}

.everyone__check input:checked~.everyone__bg {
    background-color: #2f3033
}

.everyone__bg:after {
    content: "";
    position: absolute;
    display: none
}

.everyone__check .everyone__bg:after {
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.everyone__check input:checked~.everyone__bg:after {
    display: block
}

.n-title {
    font-size: 32px;
    color: #2f3033;
    font-family: Heebo-Regular
}

@media only screen and (max-width: 768px) {
    .n-title {
        font-size: 32px;
    }
}

.n-title-second {
    font-size: 24px;
    color: #2f3033;
    font-family: Heebo-Bold
}

.n-btn {
    color: #f7f7f9;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Heebo-Bold;
    border: 1px solid #f70000;
    text-align: center;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.btn-red {
    background-color: #f70000;
    color: #fff !important;
}

.btn-red:hover {
    color: #f70000 !important;
    background-color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #f70000
}

.btn-white:hover {
    color: #f7f7f9;
    background-color: #f70000
}

.btn-big {
    min-height: 56px;
    max-width: 234px;
    width: 100%
}

.btn-lg {
    max-width: 297px;
    width: 100%;
    min-height: 48px
}

.btn-sm {
    max-width: 206px;
    width: 100%;
    min-height: 48px
}

.btn-link {
    line-height: 48px;
    display: inline-block;
}

.bttn-link {
    line-height: 48px;
    display: inline-block;
}


.bttn-red {
    background-color: #f70000;
    color: white;
}

.bttn-red:hover {
    color: #f70000;
    background-color: #fff
}



.bttn-white {
    background-color: #fff;
    color: #f70000
}

.bttn-white:hover {
    color: #f7f7f9;
    background-color: #f70000
}

.bttn-big {
    min-height: 56px;
    max-width: 234px;
    width: 100%
}

.bttn-lg {
    vertical-align: baseline;
    display: inline-block;
    max-width: 297px;
    width: 100%;
    min-height: 48px;
    line-height: 48px;
}

.bttn-sm {
    max-width: 206px;
    width: 100%;
    min-height: 48px
}

.bttn-link {
    line-height: 48px;
    display: inline-block
}

.white-link {
    color: #fff;
}

.gray-link {
    color: #5d5f66;
}

.bttn-block {
    display: block;
}

.details__type-textarea {
    height: 166px;
    width: 100%;
    border: 1px solid #e5e6ec;
    background-color: #fff;
    padding: 15px;
    font-family: Heebo-Regular;
    outline: 0;
    resize: none
}

.details__type-tags .details__type-textarea {
    height: 116px;
    margin-bottom: 24px
}

.n-padding {
    padding: 0
}

.m-bottom {
    margin-bottom: 24px
}

.border-t {
    border-top: 1px solid #bdc1cf
}

.border-b {
    border-bottom: 1px solid #bdc1cf
}

.modal-search {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 48, 51, .4);
    overflow-y: scroll;
    display: none
}

.modal-search__wrapp {
    width: 100%;
    max-width: 960px;
    background: #fff;
    border: 1px solid #bdc1cf;
    -webkit-box-shadow: 0 16px 24px -16px #2f3033;
    box-shadow: 0 16px 24px -16px #2f3033;
    margin: 86px auto;
    min-height: 385px;
    padding: 14px
}

.modal-search__row {
    max-width: 648px
}

.modal-search__top {
    padding-bottom: 13px;
    border-bottom: 1px solid #bdc1cf
}

.modal-search__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-search__input input {
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #2f3033;
    font-family: Heebo-Regular;
    padding-right: 15px
}

.modal-search__icon {
    margin-right: 10px
}

.modal-search__middle {
    padding: 16px 0 24px 0;
    border-bottom: 1px solid #bdc1cf;
}

.modal-search__title {
    font-size: 14px;
    color: #2f3033;
    font-family: Heebo-Bold;
    text-transform: uppercase;
    margin-bottom: 16px
}

.modal-search__bottom {
    padding-top: 16px
}

.search-orders__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.search-orders__item:last-child {
    margin-bottom: 0
}

.search-orders__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-orders__group .search-orders__text {
    margin-right: 16px
}

.search-orders__icon {
    min-width: 17px;
    min-height: 17px;
    background: url(../img/new-icons/group-icon.svg) no-repeat;
    margin-right: 8px
}

.search-orders__arrow {
    min-width: 6px;
    height: 12px;
    background: url(../img/new-icons/arrow-right.svg) no-repeat;
    margin-right: 16px
}

.search-orders__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-orders__order .search-orders__text {
    margin-right: 5px
}

.search-orders__order span {
    color: #f70000
}

.search-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px
}

.search-contacts__item:last-child {
    margin-bottom: 0
}

.search-contacts__icon {
    min-width: 12px;
    height: 16px;
    background: url(../img/new-icons/contact-icon.svg) no-repeat;
    margin-right: 13px
}

.search-contacts__text span {
    color: #f70000
}

.modal-search__bottom,
.modal-search__middle {
    font-size: 14px;
    color: #2f3033;
    font-family: Heebo-Regular
}


/*valerian additions */
.modal-search__middle a.g_link {
    color: #2f3033;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.n-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px
}

@media only screen and (max-width:1200px) {
    .details-nav__link {
        font-size: 12px
    }

    .details-nav__icons {
        padding-right: 0
    }

    .footer__container {
        max-width: 960px
    }

    .n-container {
        max-width: 960px
    }
}

@media only screen and (max-width:992px) {
    .step__item-head {
        padding: 12px 15px 12px 15px
    }

    .step__item-inner {
        padding: 24px 15px 24px 15px
    }

    .table .table__arrow {
        position: inherit;
        background: 0;
        height: auto;
        margin: 5px auto 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .table .table__arrow a {
        border: 0;
        margin-right: 5px
    }

    .table .table__arrow-link:first-child,
    .table .table__arrow-link:last-child {
        border: 0
    }

    .panel {
        padding: 40px 10px 40px 10px
    }

    .panel--sm {
        padding: 20px 10px
    }

    .panel__top--sm {
        padding-bottom: 15px
    }

    .details-nav__wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .details-nav {
        background: inherit
    }

    .details-nav__icons-link {
        width: 20%
    }

    .details__order-info-item {
        font-size: 12px
    }

    .details__file,
    .details__order-img-link {
        margin: 0 auto
    }

    .details__order-upload {
        padding: 24px 20px 24px 20px
    }

    .current-status {
        padding: 24px 15px 0 15px
    }

    .details__order-row {
        padding: 0 15px
    }

    .step__item .step__item-product {
        padding: 16px 15px 130px 15px
    }

    .details__right .step__item-inner {
        padding: 24px 15px 24px 15px
    }

    .details-nav__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .details-nav__link {
        margin-bottom: 1px
    }

    .n-container {
        max-width: 720px
    }
}

@media only screen and (max-width:768px) {
    .header__account {
        display: none
    }

    .header__notifications {
        border: 0
    }

    .header__left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .header__logo {
        margin: 0 auto
    }

    .step__content-match {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .step__top-information {
        display: none
    }

    .form__types-row {
        padding: 0 15px 0 15px
    }

    .step__content-contact {
        margin-bottom: 30px
    }

    .step__top-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .ring-type {
        padding: 0
    }

    .step__buttons button:first-child {
        margin: 0 0 10px 0
    }

    .step__item-title::before {
        height: 90%
    }

    .form__notifications {
        font-size: 14px
    }

    .everyone-modal.open {
        top: 30px
    }

    .everyone-modal::after {
        display: none
    }

    .everyone__check {
        font-size: 12px
    }

    aside {
        position: absolute;
        width: 0;
        height: auto;
        top: 60px;
        z-index: 5;
        border: 0;
        padding-top: 20px
    }

    aside .signout {
        margin-bottom: 0
    }

    aside.open {
        border-right: 1px solid #bdc1cf
    }

    .nav__item {
        margin-bottom: 10px
    }

    .table thead tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .table thead th {
        width: 100%;
        padding: 10px 0;
        height: auto;
        border-bottom: 1px solid #bdc1cf
    }

    .table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .table tbody th {
        width: 100%;
        padding: 10px 0;
        height: auto;
        text-align: center;
        border-right: 0
    }

    .table__img {
        margin: 0 auto
    }

    .order__item {
        font-size: 14px
    }

    .details_ord {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .details__left {
        margin-right: 0
    }

    .details__order-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .details__order-info-item {
        width: 100%;
        border-right: 0
    }

    .product-info__row.black {
        font-size: 12px
    }

    .card {
        padding: 16px 10px
    }

    .modal-search .n-container {
        padding: 0 5px
    }

    .modal-search__wrapp {
        margin: 30px 0 0 0
    }

    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__item {
        margin-bottom: 20px
    }

    .footer__item:last-child {
        margin-bottom: 0
    }

    .footer__img {
        text-align: center
    }
}

@media only screen and (max-width:576px) {
    .content-search__wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit
    }

    .content-search__left {
        margin: 0 0 15px 0
    }

    .page-info {
        padding: 25px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit
    }

    .everyone-modal {
        width: 100%;
        padding: 15px
    }

    .everyone-modal .everyone-modal__col {
        margin-right: 20px
    }

    .everyone-modal .everyone-modal__col:last-child {
        margin-right: 0
    }
}

@media only screen and (max-width:1250px) {
    .table thead th {
        font-size: 12px
    }

    .table tbody th {
        font-size: 12px
    }

    .table .table__arrow-link:first-child svg,
    .table .table__arrow-link:last-child svg {
        bottom: 4px
    }
}

@media only screen and (max-width:1024px) {
    .modal-search__wrapp {
        max-width: 890px
    }
}


.individual-orders-header {
    border-bottom: 1px solid #bdc1cf;
    padding: 10px 0 20px;
}

.individual-orders-header-number {
    font-size: 20px;
    font-weight: bold;
}

.individual-orders-header-type {
    font-size: 16px;
    font-weight: 500;
}

.individual-orders-header__item:first-child {
    margin: 15px 40px 15px 0;
}

.half__column {
    width:45%;
    display: inline-block;
}

.individual-orders-header-buttons__item {
    margin: 5px 0;
}

@media only screen and (min-width: 768px) {
    .individual-orders-header__item:first-child {
        min-width: 300px;
    }

    .individual-orders-header-type {
        margin: 8px 0;
    }

    .individual-orders-header-buttons {
        min-width: 290px;
    }
}

@media only screen and (min-width: 790px) {
    .individual-orders-header-buttons__item {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .individual-orders-header-type {
        margin: 5px 0;
    }

    .individual-orders-header-buttons {
        text-align: center;
    }

    .individual-orders-header-buttons button {
        max-width: initial;
    }

    .individual-orders-header-buttons__item {
        margin: 15px 0;
    }
}

.dropdown_a {
  position: relative;
  display: inline-block;
  /*max-width: 200px;*/
  border-right:1px solid #5d5f66;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown_a:hover .dropdown-content {
  display: block;
}

.hl_to_proceed {
    background-color: lightyellow !important;
}

.individual-orders-table__item--header {
    font-size: 16px;
    font-weight: 500;
    color: #2f3033;
    padding: 24px 15px;
}

.nowhide_orders, .nowhide_order, .nowhide_school, .nowhide_contact, .nowhide_repair {
    display: none;
}

.force_shown {
    display:flex!important;
}

.row-with-paddings {
    padding: 5px 0;
}

.avatar-preview > div {
    background-size: contain;
    background-repeat: no-repeat;
}

.product-info__col_33 {
    width: 33.33%;
    padding:10px;
}


.individual-orders-table__item--body {
    margin-bottom: 25px;
}

.individual-orders-table__item--body:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 1px solid #bdc1cf;
}

.individual-orders-table-data {
    width: 100%;
    border-collapse: collapse;
}

.individual-orders-table-data thead tr {
    background-color: #e5e6ec;
}

.individual-orders-table-data th,
.individual-orders-table-data td {
    padding: 16px;
    border: 0 solid #bdc1cf;
    text-align: center;
}

.individual-orders-table-data th {
    font-weight: bold;
    white-space: nowrap;
}

.individual-orders-table-data td {
    border-top-width: 1px;
}

.individual-orders-table-data th:not(:first-child),
.individual-orders-table-data td:not(:first-child) {
    border-left-width: 1px;
}

.tablesaw-swipe-cellhidden {
    display: none;
}

.individual-order {
    max-width: 876px;
    box-sizing: border-box;
    margin: 80px auto 0;
    box-shadow: 0 8px 16px -8px #bdc1cf;
    background-color: #ffffff;
    padding: 80px 160px;
}

@media only screen and (max-width: 994px) {
    .individual-order {
        padding: 80px;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 650px) {
    .individual-order {
        padding: 30px;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 425px) {
    .individual-order {
        padding: 8px;
        margin: 0;
    }

    .individual-order-logo {
        margin: -8px -8px 0;
    }
}

.individual-order-logo {
    font-size: 0;
}

.individual-order-logo img {
    max-width: 100%;
    height: auto;
}

.confirm-order {
    max-width: 876px;
    margin: 80px auto;
    box-shadow: 0 8px 16px -8px #bdc1cf;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 160px;
}

.confirm-order__item {
    padding: 8px 0;
}

.confirm-order__item--header {
    font-size: 40px;
    text-align: center;
    color: #2f3033;
    margin-bottom: 30px;
}

.confirm-order-list {
    display: flex;
    margin: 8px 40px;
    color: #2f3033;
}

.confirm-order-list__item--title {
    font-weight: bold;
    margin-right: 8px;
}

.confirm-order-buttons {
    padding: 32px 8px;
}

.confirm-order-buttons button {
    max-width: initial;
}

.confirm-order-buttons__item {
    margin: 8px 12px;
}

@media only screen and (max-width: 994px) {
    .confirm-order {
        padding: 40px 80px;
    }
}

@media only screen and (max-width: 768px) {
    .confirm-order__item--header {
        display: none;
    }

    .confirm-order {
        padding: 8px 0;
        margin: 0;
    }

    .confirm-order-buttons {
        padding: 0;
    }
    .confirm-order-buttons__item {
        margin: 8px;
    }
}

.order-step-finish {
    max-width: 876px;
    margin: 80px auto 100px;
    box-shadow: 0 8px 16px -8px #bdc1cf;
    background-color: #fff;
    padding: 104px 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2f3033;
}

.order-step-finish__item--logo {
    padding: 0 50px;
}

.order-step-finish__item--logo img {
    max-width: 252px;
    width: 100%;
    height: auto;
}

.order-step-finish__item--body {
    font-size: 40px;
    margin: 70px 0;
}

@media only screen and (max-width: 768px) {
    .order-step-finish {
        padding: 40px 8px;
    }

    .order-step-finish__item--body {
        font-size: 32px;
        margin: 40px 0;
    }
}

@media only screen and (max-width: 425px) {
    .order-step-finish {
        margin: 0;
    }

    .order-step-finish__item--button button {
        width: 100%;
    }
}

.site-notification {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 12px 40px 12px 24px;
    font-weight: normal;
    font-family: Heebo, sans-serif;
    background-image: linear-gradient(90deg, #f70000, #25272b);
}

.site-notification:empty {
    display: none;
}

.site-notification a {
    text-decoration: underline;
}

.site-notification a:hover {
    text-decoration: none;
}

.site-notification:not(:empty) ~ .main aside {
    padding-top: 134px;
}

@media only screen and (max-width: 768px) {
    .site-notification:not(:empty) ~ .main aside {
        top: 90px;
        padding-top: 52px;
    }
}
.page-helper {
    justify-content: space-between;
}

.page-helper__item {
    margin: 17px 0;
}


.page-helper button {
    padding-left: 16px;
    padding-right: 16px;
}

.page-helper input {
    border: solid 1px #f70000;
    background-color: #ffffff;
    width: 366px;
    padding: 0 15px;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 300;
    color: #6f7072;
    margin-right: -1px;
}

.add-indiviual-order-button {
    margin: 8px 0px;
}

#order_basic_info tr, td {
    border: 0px !important;
}

.border-2px {
    border-top: 2px solid #dee2e6;
}

.order-payment-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0px;
}

.billing-payment-item {

}

@media only screen and (min-width: 768px) {
    .page-helper__item:not(:first-child) {
        margin-left: 22px;
    }
}

@media only screen and (max-width: 1230px) {
    .page-helper input {
        width: 200px;
    }
}

@media only screen and (max-width: 1040px) {
    .page-helper input {
        // display: none !important;
    }
}


@media only screen and (max-width: 994px) {
    .page-helper input {
        // display: none !important;
    }

    .page-helper {
        order: 0 !important;
        flex-grow: 1;
        width: 100%;
    }

    .page-helper + .page-info {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .page-helper button {
        max-width: initial;
    }

    .page-helper__item {

    }
}

@media only screen and (max-width: 425px) {
    .page-helper {
        padding: 0 8px
    }

    .page-helper + .page-info {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.team-order-info {
    margin: 38px 0;
}

.team-order-info__item {
    margin-bottom: 0px;
}

.team-order-info-detail {
    margin-bottom: 0px;
}

.order-team-logo {
    border: solid 1px #979797;
    font-size: 0;
    margin-right: 26px;
    width: 125px;
}

.order-team-logo img {
    max-width: 100%;
    height: auto;
}

.order-team-name {
    font-family: Heebo, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #2f3033;
    margin-bottom: 3px;
}

.team-order-info-list__item {
    font-family: Heebo, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #2f3033;
    margin: 10px 0;
}

@media only screen and (max-width: 768px) {
    .order-team-logo {
        width: 79px;
        margin-right: 14px;
    }

    .order-team-name {
        font-size: 20px;
    }

    .team-order-info-list__item {
        font-size: 16px;
    }
}

.team-order-info-list__item-inner {
    margin: 10px 0;
}

@media only screen and (max-width: 1200px) {
    .team-order-info-list__item.d-flex {
        display: block !important;
    }
}

@media only screen and (min-width: 1201px) {

    .team-order-info-list__item-inner:not(:first-child) {
        margin-left: 60px;
    }
}

.order-team-button {
    height: 48px;
    border-radius: 8px;
    padding: 12px 40px;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    outline: none;
    white-space: nowrap;
}

@media only screen and (min-width: 1201px) {
    .order-team-button:not(:first-child) {
        margin-left: 22px;
    }
}
@media only screen and (max-width: 1200px) {
    .team-order-info-buttons {
        flex-direction: column;
    }

    .team-order-info-buttons a {
        margin: 8px 0;
    }
}

.order-team-button--white {
    border: solid 1px #8c8f99;
    background-color: #f7f7f9;
    color: #8c8f99;
}

.order-team-button--white:hover {
    border-color: transparent;
    background-color: #72757d;
    color: #fff;
}

.order-team-button--white:active {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .3);
    transition: none;
}

.order-team-button--grey {
    border-color: transparent;
    background-color: #2f3033;
    color: #fff;
}

.order-team-button--grey:hover {
    border-color: transparent;
    background-color: #5d5f65;
}

.order-team-button--grey:active {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .3);
    transition: none;
}

.team-order-number {
    font-family: Heebo, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #2f3033;
    margin-bottom: 11px;
}


@media only screen and (min-width: 991px) {
    .team-order-number {
        text-align: right;
    }
}

.team-order-image {
    text-align: center;
}

.team-order-table-title {
    background-color: #1b1b1b;
    font-family: Heebo, sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 20px 23px;
}

.team-order-table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #bdc1cf;
    color: #2f3033;
}

.team-order-table thead tr {
    background-color: rgba(223, 223, 223, 0.52);
}

.team-order-table th,
.team-order-table td {
    padding: 20px;
    border: 0 solid #bdc1cf;
    text-align: center;
    vertical-align: middle;
}

.team-order-table th {
    font-weight: bold;
    white-space: nowrap;
}

.team-order-table td {
    border-top-width: 1px;
    font-size: 14px;
}

.team-order-table th:not(:first-child),
.team-order-table td:not(:first-child) {
    border-left-width: 1px;
}

.team-order-balance {
    margin-top: 50px;
    font-family: Heebo, sans-seriv;
    font-size: 24px;
    font-weight: bold;
    color: #2f3033;
}


@media only screen and (max-width: 768px) {
    .team-order-balance {
        margin-top: 40px;
    }

    .team-order-table__image {
        padding: 10px;
    }

    .team-order-table__image img {
        max-width: 60px;
        height: auto;
    }
}

@media only screen and (max-width: 425px) {
    .team-item__category-item {
        margin: 0 -8px;
    }

    .team-order-table-wrapper {
        margin: 0 -10px;
    }
}

.team-item__order-team-item .step__item-inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.step-order-team-tabs {
    display: flex;
    align-items: flex-end;
}

.step-order-team-tabs__item {
    background-color: #e3e3e3;
    font-family: Heebo;
    font-weight: 500;
    color: #acacad;
    padding: 18px 39px;
    cursor: pointer;
}

.step-order-team-tabs__item--active {
    background-color: #ff0000;
    font-weight: bold;
    color: #ffffff;
    padding: 20px 24px;
}

.step-order-team-tabs__item:not(:first-child) {
    margin-left: 2px;
}

.step-order-team__items .step__item-head.open {
    background-color: #ff0000;
    padding: 14px 24px;
}

.step-order-team__items .step__item-head.open .step__item-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.step-order-team__items .step__item-head.open .step__item-arrow {
    min-width: 36px;
    min-height: 36px;
    background-color: #fff;
}

.step-order-team__items .step__item-head.open .step__item-arrow::after {
    background-image: url(../img/new-icons/arrow.svg);
}

.step-order-team__items .step__item:first-child .step__item-inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: -1px;
}

@media only screen and (max-width: 1200px) {
    .step-order-team-tabs__item {
        font-size: 14px;
        padding: 13px 20px;
    }

    .step-order-team-tabs__item--active {
        padding: 17px;
    }
}

@media only screen and (min-width: 995px) {
    .step-order-team__items .step__item-head {
        display: none;
    }
}

@media only screen and (max-width: 994px) {
    .step-order-team-tabs {
        display: none;
    }
}

.cost-and-profit-details .row {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.hidden_tr {
    display: none;
}

.popup-wrapper {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 80px 8px;
    overflow: auto;
    background-color: rgba(247, 247, 249, .89);
}

.popup-content {
    max-width: 876px;
    position: relative;
    padding: 52px 20px 54px;
    box-shadow: 0 8px 16px -8px #bdc1cf;
    margin: 0 auto;
    background-color: #ffffff;
}

.popup-body {
    max-width: 562px;
    margin: 0 auto;
}

.popup-close {
    text-align: right;
}

.popup-close button {
    position: absolute;
    top: 14px;
    right: 9px;
    width: 25px;
    height: 25px;
    padding: 0;
    opacity: .33;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(../img/new-icons/close.svg) 50% 50% no-repeat;
}

.popup-text {
    font-family: Heebo;
    font-size: 16px;
    text-align: center;
    color: #36373a;

    /*color: #f70000;*/
}

.popup-text {

}

.w-100 {
    width: 100%;
    max-width: 100%;
}

.popup-textarea {
    margin-top: 25px;
}

.popup-textarea textarea {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    border: solid #f70000;
    background-color: #ffffff;
    border-width: 1px 1px 0;
    resize: none;
    display: block;
}

.popup-textarea button,
.popup-copy-link button {
    width: 100%;
    height: 48px;
    font-family: Heebo;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    border: none;
    outline: none;
    background-color: #f70000;
}

.popup-textarea textarea:placholder {
    opacity: .69;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 300;
    color: #2f3033;
}

.popup-copy-link {
    margin-top: 44px;
}

.popup-copy-link textarea {
    width: 100%;
    height: 83px;
    padding: 10px;
    font-size: 14px;
    border: solid #f70000;
    background-color: #ffffff;
    border-width: 1px 1px 0;
    resize: none;
    display: block;
    color: rgba(47, 48, 51, .69);
}

.popup-copy-link button {

}

.overflow-auto {
    max-width: 100%;
    overflow: auto;
}

.team-order-image {
    width: 274px !important;
    margin: 0 auto;
}

.popup-take-order-link {
    margin-top: 64px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.popup-take-order-link a {
    text-decoration: underline;
}

.popup-take-order-link a:hover {
    text-decoration: none;
}

@media (min-width:500px) and (max-width:576px) {
    .page-helper input {
        width: 100%;
        padding: 15px;
        margin-bottom: 16px;
    }
}

@media (min-width:577px) and (max-width:767px) {
    .page-helper input {
        width: 100%;
        padding: 15px;
        margin-bottom: 16px;
    }
}

.school_name .form__type-input-ready {
    display: none !important;
}

.ring_type_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e5e6ec;
    padding: 16px 8px;
}

.remove-ring-type-icon-admin {
    width: 24px;
    height: 24px;
    background-image: url(../img/new-icons/icon-remove-item.svg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.add-custom-filed {
    width: 40px;
    height: 40px;
    background-image: url(../img/new-icons/icon-add-item.svg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.border-top-admin-product-type {
    padding-top: 1.5rem;
    border-top: 2px solid #e5e6ec;
}

.required_validation_error {
    border-color: #ff0000;
}

.upload_artwork_button {
    padding: 8px 10px !important;
    font-size: 12px !important;
    min-width: 130px !important;
    text-transform: none !important;
}

.color-help-box {
    display: flex;
    align-items: center;
}

.icon-help-color-and_stone {
    background-image: url(../img/new-icons/icon-help.svg);
    background-Repeat: no-repeat;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-left: 16px;
}

@media all and (min-width: 600px) {
    .popup-content {
        padding: 82px 20px;
    }

    .popup-close button {
        top: 22px;
        right: 25px;
    }

    .popup-text div {
        display: inline-block;
    }

    .popup-textarea {
        margin-top: 53px;
    }

    .popup-textarea textarea {
        margin-top: 53px;
        padding-left: 16px;
        padding-right: 16px;
        height: 71px;
    }

    .popup-textarea button {
        height: 44px;
    }

    .popup-copy-link {
        margin-top: 50px;
        display: flex;
    }

    .popup-copy-link textarea {
        flex: 1 1 auto;
        width: auto;
        white-space: nowrap;
        height: 48px;
        padding: 15px;
        border-width: 1px;
    }

    .popup-copy-link button {
        width: 220px;
        flex-basis: 220px;
        overflow: hidden;
    }

    .popup-take-order-link {
        margin-top: 60px;
    }
}

.custom-button-disabled {
    background-color: grey !important;
}

.no-data-to-show {
    color: #ff0000 !important;
}

.coach-portal-help-box {
    display: flex;
    align-items: center;
}

.coach_review_help_text {
    position: absolute;
    border: 1px solid #ff0000;
    top: -22px;
    left: 417px;
    width: 350px;
    text-align: justify;
    padding: 5px;
    border-radius: 8px;
}

.coach-portal-review-help-box {
    position: relative;
    visibility: hidden;
}

.coach-portal-review-help-text {
    position: absolute;
    width: 400px;
    border: 1px solid;
    z-index: 1000;
    top: -195px;
    left: 20%;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    text-align: justify;
}

.coach-portal-help {
    background-image: url(../img/new-icons/icon-help.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-left: 8px;
}

.admin-portal-help-container {
    display: flex;
    align-items: center;
}

.admin-portal-help {
    background-image: url(../img/new-icons/icon-help.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-left: 8px;
}

.admin-portal-review-help-text {
    position: absolute;
    width: 400px;
    border: 1px solid;
    z-index: 1000;
    top: -195px;
    right: 30px;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    text-align: justify;
}

.po_invoice_addon_table_wrapper {
    max-height: 300px;
    overflow: auto;
}

.po_invoice_addon_table_wrapper::-webkit-scrollbar {
    width: 7px;
}

.po_invoice_addon_table_wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .6);
}

.package-box-admin {
    display: flex;
    position: relative;
}

.package-box-admin .title {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 16px;
}

.package-box-admin h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 8px;
}

.package-help-text-admin {
    position: absolute;
    width: 400px;
    border: 1px solid;
    z-index: 1000;
    top: -100px;
    left: 330px;
    background: #fff;
    border-radius: 4px;
    text-align: justify;
    visibility: hidden;
}

.po_order_complete_buttons {
    display: flex;
    justify-content: center;
}

.card-body p {
    margin-top: 1rem;
}

#accordionEx .rotate-icon {
    float: right;
}

#accordionEx .card {
    min-height: auto;
}

.card-header a {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.card-body p {
    margin-top: 1rem;
}

.gdpr-cookies-block {
    background-color: #333;
    z-index: 4;
    position: fixed;
    padding: 10px;
    bottom: 11px;
    width: 100%;
    color: white;
    opacity: 0.9;
    display: none;
}

.gdpr-cookies-block-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 200px;
}

.gdpr-cookies-block p {
    text-align: left;
    display: inline;
    margin: 0px;
}

#gdpr-okay-btn {
    cursor: pointer;
    border-radius: 4px;
    padding: 8px 16px;
    margin-left: 50px;
    background-color: #eee;
    color: #333;
}

#gdpr-okay-btn:hover {
    color: white;
    border-color: #000000;
    background-color: #000000;
}
