/* orange #FD700B */

.help-page .left-nav {
    display: flex;
    flex-direction: column;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 33px 57px -45px rgba(0, 0, 0, 0.23);
}

.help-page .left-nav a {
    display: block;
    padding: 0 30px;
}

.help-page .left-nav .link-wrap {
    display: flex;
    padding: 30px 0;
    line-height: 24px;
    font-size: 18px;
}

.help-page .left-nav .link-wrap:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

.help-page .left-nav .link-wrap .icon-link {
    display: block;
    height: 22px;
    width: 22px;
    background: center no-repeat;
    background-size: cover;
}

.help-page .left-nav .link-wrap span {
    margin-left: 15px;
    color: #000;
    font-weight: 500;
}

blockquote.i-time,
blockquote.i-info {
    position: relative;
    padding-left: 84px;
}

blockquote.i-info:before {
    content: '';
    position: absolute;
    left: 30px;
    top: calc(50% - 12px);
    height: 24px;
    width: 24px;
    background: url('../img/icon-info.svg') no-repeat center;
}

blockquote.i-time:before {
    content: '';
    position: absolute;
    left: 30px;
    top: calc(50% - 12px);
    height: 24px;
    width: 24px;
    background: url('../img/icon-time.svg') no-repeat center;
}

.shipment-info {
    margin-bottom: 30px;
}

ul.list-accent li,
.shipment-info > * {
    display: block;
    position: relative;
    margin-bottom: 15px;
    line-height: 32px;
    font-size: 18px;
    padding-left: 39px;
}

.shipment-info span {
    font-weight: 600;
}

.shipment-info span.cost:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    height: 24px;
    width: 24px;
    background: url('../img/icon-rub-black.svg') no-repeat center;
}

.shipment-info span.time:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 4px;
    height: 24px;
    width: 24px;
    background: url('../img/icon-time-black.svg') no-repeat center;
}

ul.list-accent li:before,
.shipment-info li:before {
    position: absolute;
    display: block;
    content: '';
    left: 7px;
    top: 11px;
    height: 10px;
    width: 10px;
    background: #FD700B;
    border-radius: 50%;
}

.payment-block {
    position: relative;
    padding-right: 150px;
    margin-top: 40px;
}

.payment-block b {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
}

.page.catalog .payment-block p {
    padding: 15px 0;
}

.payment-block ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}

.payment-block ul li {
    display: block;
    height: 120px;
    width: 120px;
    margin-bottom: 15px;
    background: no-repeat center;
    background-size: cover;
}

.payment-block + hr {
    margin: 30px 0;
}

table tr {
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    padding: 25px 0;
}

table tr:nth-child(1) {
    border-bottom: none;
    background: #fafafa;
    padding: 15px 0;
}

table tr td {
    font-size: 15px;
    padding: 12px 0;
}

table tr:nth-child(1) td, table tr:nth-child(2) td {
    padding: 12px 0;
}

table.help_table {
    margin: 20px 0 40px;
}

.catalog h1 {
    margin-bottom: 30px;
}

.help_contacts {
    font-size: 24px;
    font-weight: 700;
}

.help_contacts > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.help_contacts b {
    color: #666;
    line-height: 40px;
}

.help_form [type="text"] {
    margin-bottom: 20px;
}

.help_form [type="submit"] {
    width: 40%;
    line-height: initial;
}

.help_form .rights {
    width: 60%;
    font-size: 14px;
    line-height: 18px;
    color: #828282;
    padding-left: 20px;
}

.help_form .rights a {
    display: inline;
}

.page.catalog ol.number {
    margin-left: 20px;
}

.default-form .input-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.default-form .input-container label {
    font-size: 16px;
    font-weight: 600;
    order: 1;
    margin-bottom: 12px;
}

.default-form .input-container input {
    order: 2;
}

.default-form .input-container input:required + label:after {
    content: '*';
    padding-left: 6px;
    color: #FD700B;
}

.default-form .required-line i {
    display: inline-block;
    background: url('../img/required-icon.svg') center no-repeat;
    height: 10px;
    width: 10px;
    margin-right: 10px;
}

.default-form span {
    font-size: 15px;
    color: #828282;
}

.default-form a {
    display: inline;
}

.default-form [type='submit'] {
    line-height: initial;
    width: auto;
    padding: 0 50px;
}

.help-margin{
    margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
    
    .payment-block{
        padding-right: 0px;
        margin-top: 0px;
    }
    .payment-block ul{
        display:none;
    }
    
    .title{
        font-size: 20px;
        line-height: 22px;
        margin: 10px 0px;
    }
    
    blockquote.i-time, blockquote.i-info{
        padding-left: 30px !important;
        padding: 15px 30px;
    }
    
    blockquote.i-info:before{
        left: -10px;
        top: -10px;
    }
    .help-margin{
        margin-bottom: 0px;
    }
    
    .help_table_inner{
        overflow-x:auto;
    }
}