.profile-box {
    padding: 30px 40px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #fff;
    margin-left: 26px;
}

.profile-box h1 {
    padding: 0;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    color: var(--333333-dlya-teksta);
    line-height: 1.2;
}

.profile-box .form-label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15.5px;
    line-height: 143%;
    color: var(--333333-dlya-teksta);
}

.profile-box .form-group {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.profile-box .form-group.double {
    margin-bottom: 25px
}

.profile-box .form-checkbox label {
    cursor: pointer;
    display: block;
    margin-bottom: 15px;
    color: #333333;
    font-size: 15.5px;
    font-weight: 400
}

.profile-box .form-checkbox label input[type=checkbox] {
    display: none
}

.profile-box .form-checkbox label span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
    border: 1px solid #cdcdcd;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700
}

.profile-box .form-checkbox label input[type=checkbox]:checked+span:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1875 0.470247C11.8015 0.077502 11.1746 0.0777497 10.788 0.470247L4.48923 6.86993L1.68969 4.02568C1.30312 3.63294 0.676496 3.63294 0.289927 4.02568C-0.0966422 4.41843 -0.0966422 5.05506 0.289927 5.4478L3.7892 9.00299C3.98237 9.19924 4.23565 9.29761 4.48896 9.29761C4.74227 9.29761 4.9958 9.19949 5.18896 9.00299L12.1875 1.89235C12.5741 1.49987 12.5741 0.862968 12.1875 0.470247Z' fill='white' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 2px center;
    border: 1px solid #0085d2;
    background-color: #0085d2;
}



.ln-agree input[type=checkbox] {
    display: none
}

.ln-agree span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
    border: 1px solid #cdcdcd;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700
}

.ln-agree input[type=checkbox]:checked+span:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1875 0.470247C11.8015 0.077502 11.1746 0.0777497 10.788 0.470247L4.48923 6.86993L1.68969 4.02568C1.30312 3.63294 0.676496 3.63294 0.289927 4.02568C-0.0966422 4.41843 -0.0966422 5.05506 0.289927 5.4478L3.7892 9.00299C3.98237 9.19924 4.23565 9.29761 4.48896 9.29761C4.74227 9.29761 4.9958 9.19949 5.18896 9.00299L12.1875 1.89235C12.5741 1.49987 12.5741 0.862968 12.1875 0.470247Z' fill='white' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 2px center;
    border: 1px solid #0085d2;
    background-color: #0085d2;
}

.profile-box p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15.5px;
    line-height: 143%;
    color: var(--333333-dlya-teksta);
    margin-bottom: 15px
}

.profile-box input[type=date],
.profile-box input[type=password],
.profile-box input[type=text] {
    height: 36px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    width: 100%;
    padding: 0 12px;
    font-size: 15.5px;
    font-weight: 400;
    color: #333333
}

.profile-box .input-submit {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--dlya-fona);
    margin-top: 50px;
    height: 39px;
    padding: 0 21px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0085d2;
    letter-spacing: 0.038px;
}

.input-submit:hover {
	background: #016097;
}

#mobile-search {
    padding: 0 15px;
    position: relative;
}

div#mobile-search-block {
    margin: auto;
}

#mobile-search input[type=text] {
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 15px
}

#mobile-search input[type=submit] {
    position: absolute;
    right: 30px;
    width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-position: center
}

#popup-auth,
#popup-forgot,
#popup-reg {
    border-radius: 5px;
    width: 352px;
    max-width: 100% !important
}

.g-recaptcha>div,
.g-recaptcha iframe {
    /* width: 100% !important; */
}

.iziModal-content .close_btn {
    background: url("../img/close.png") no-repeat left center;
    width: 20px;
    height: 20px;
    top: 22px;
    right: 17px;
    position: absolute;
    cursor: pointer
}

.reg-container {
    width: 352px;
    max-width: 100%;
    padding: 17px
}

.reg-container .title {
    font-family: var(--second-family);
	font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    display: block
}

.reg-container a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15.5px;
    line-height: 143%;
    color: #0085d2;
}

.reg-container a:link,
.reg-container a:visited {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15.5px;
    line-height: 143%;
    color: #0085d2;
}

.reg-container a:hover {
    text-decoration: none;
	color: #016097;
}

.reg-container label {
    font-size: 15.5px;
    color: #333333;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    line-height: 22px;
    margin: 16px 0;
}

.reg-container input[type=password],
.reg-container input[type=text] {
    margin-bottom: 12px;
    height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #D2D2D2;
    padding: 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.reg-container input[type=password].has-error,
.reg-container input[type=text].has-error {
    border-color: red
}

.reg-container .g-recaptcha {
    /* -webkit-transform: scale(.9) translate(-5%, 0);
    -moz-transform: scale(.9) translate(-5%, 0);
    -ms-transform: scale(.9) translate(-5%, 0);
    -o-transform: scale(.9) translate(-5%, 0);
    transform: scale(.9) translate(-5%, 0); */
    margin-bottom: 16px
}

.reg-container .purple_btn {
    width: auto;
    height: 40px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--dlya-fona);
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    background: #0085d2;
    display: block;
    margin: 0 auto 15px;
}

.reg-container .purple_btn:hover {
	background: #016097;
}

img + .purple_btn {
    margin-top: 15px !important;
}

.bx-auth-serv-icons {
    text-align: center;
}

.item_buttons:after {
    content: ' ';
    width: 100%;
    clear: both;
    display: table
}

.catalog-section-list-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.catalog-section-list-sm {
    margin: 0 -15px 50px
}

.catalog-section-list-sm .section-item {
    border-bottom: 1px solid #ebebeb
}

.catalog-section-list-sm .section-item:first-child {
    border-top: 1px solid #ebebeb
}

.catalog-section-list-sm .section-item .section-img {
    height: 50px;
    width: 50px;
    background-position: left center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.catalog-section-list-sm .section-item .section-img+.section-title {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px)
}

.catalog-section-list-sm .section-item .section-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    color: #444
}

.catalog-section-list-sm .section-item a {
    display: block;
    padding: 10px 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.catalog-section-list-sm .section-item a:hover {
    text-decoration: none;
    background: #f0f0f0
}

.personal-order {
    color: #333;
    border: 1px solid #d2d2d2;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    margin-left: 26px;
}

.personal-order .border-r {
    border-right: 1px solid #e6e6e6
}

.personal-order .p-head {
    padding: 16px 0;
    margin: 0 40px
}

.personal-order .p-head.border-b {
    border-bottom: 1px solid #e6e6e6
}

.personal-order .p-head .p-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    color: var(--333333-dlya-teksta);
    line-height: 1.6;
    height: 39px;
}

.personal-order .p-head .p-btn {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right
}

.personal-order .p-head .p-btn li {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
}

.personal-order .p-head .p-btn li a {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 1px 21px 0;
    line-height: 36px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--333333-dlya-teksta);
    text-decoration: none;
    display: block;
}

.personal-order .p-head .p-btn li a.active,
.personal-order .p-head .p-btn li a:hover {
    border: 1px solid #0085d2;
    background: #d8ecf8;
    color: #0085d2;
}

.personal-order .p-order-item {
    margin-bottom: 1px
}

.personal-order .p-order-item .p-cancel-payment,
.personal-order .p-order-item .p-order-detail {
    height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #6e6e6e;
    color: #fff;
    padding: 0 20px;
    line-height: 36px;
    text-align: center;
    cursor: pointer
}

.personal-order .p-order-item .p-cancel-payment:hover,
.personal-order .p-order-item .p-order-detail:hover {
    background: #999
}

.personal-order .p-order-item .p-order-head {
    padding: 10px 40px;
    border-top: 1px solid #d2d2d2;
    line-height: 18px;
    font-size: 14px
}

.personal-order .p-order-item .p-order-head>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.personal-order .p-order-item .p-order-head .p-status {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dadada;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 2px;
    background: url(../images/dots.png) center no-repeat
}

.personal-order .p-order-item .p-order-head .p-status.p-success {
    border-color: #6fc051;
    background: url(../images/p-ok.png) center no-repeat #6fc051
}

.personal-order .p-order-item .p-order-head .p-status.p-cancel {
    border-color: #e73a3a;
    background: url(../img/cansel.png) center no-repeat #e73a3a
}

.personal-order .p-order-item .p-order-body {
    display: none;
    padding: 25px 40px;
    background: #e6e6e6;
    position: relative
}

.personal-order .p-order-item .p-order-body:before {
    content: '';
    background: url(../images/shadow-top.png) top center;
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 100%
}

.personal-order .p-order-item .p-order-body:after {
    content: '';
    background: url(../images/shadow-bottom.png) bottom center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 100%
}

.personal-order .p-order-item .p-cancel-payment {
    clear: both;
    margin-top: 30px;
    display: inline-block
}

.personal-order .p-order-item .p-about-link {
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #febf00), to(#fdd14c));
    background-image: -webkit-linear-gradient(bottom, #febf00 0, #fdd14c 100%);
    background-image: -moz-linear-gradient(bottom, #febf00 0, #fdd14c 100%);
    background-image: -o-linear-gradient(bottom, #febf00 0, #fdd14c 100%);
    background-image: linear-gradient(to top, #febf00 0, #fdd14c 100%);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    font-size: 15.5px;
    font-weight: 400;
    color: #000
}

.personal-order .p-order-item .p-about-link:hover {
    text-decoration: none
}

.personal-order .p-order-item .p-body-footer .p-link {
    display: inline-block;
    font-size: 15.5px;
    color: #444;
    margin-top: 20px;
    border-bottom: 1px solid #444;
    margin-left: 40px;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.personal-order .p-order-item .p-body-footer .p-link:focus,
.personal-order .p-order-item .p-body-footer .p-link:hover {
    border-bottom-color: transparent;
    text-decoration: none
}

.personal-order .p-order-item .p-body-block {
    margin-bottom: 30px
}

.personal-order .p-order-item .p-body-block .p-body-title {
    color: #333;
    font-size: 15.5px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px
}

.personal-order .p-order-item .p-body-block .p-body-info {
    padding-left: 20px
}

.personal-order .p-order-item .p-body-block .p-line {
    line-height: 20px;
    margin-bottom: 5px
}

.personal-order .p-order-item .p-order-items {
    padding: 20px 40px
}

.personal-order .p-order-item .p-order-items .p-order-product {
    margin-bottom: 20px
}

.personal-order .p-order-item .p-order-items .p-order-product .p-thumb {
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
    display: block
}

.personal-order .p-order-item .p-order-items .p-order-product .p-order-item-title {
    font-size: 16px;
    margin-bottom: 20px
}

.personal-order .p-order-item .p-order-items .p-order-product .p-order-prop .prop-item {
    color: #333333;
    font-weight: 400;
    font-size: 15.5px;
    margin-bottom: 10px
}

.personal-order .p-order-item .p-order-items .p-order-product .p-order-prop .prop-item span {
    color: #333;
    font-weight: 400
}

.personal-order .p-order-item .p-order-items .p-order-product .p-order-item-price {
    color: #333333;
    font-size: 18px;
    font-weight: 500
}

.personal-order .p-product {
    padding: 30px 0;
    margin: 0 40px;
    border-bottom: 1px solid #e6e6e6
}

.personal-order .p-product .p-thumb {
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
    display: block
}

.personal-order .p-product .p-title {
    font-size: 16px;
    font-weight: 400;
    color: #0085d2;
    margin-bottom: 10px
}

.personal-order .p-product .sku {
    color: #999;
    font-size: 13px;
    font-weight: 300
}

.personal-order .p-product .sku span {
    color: #333333
}

.personal-order .p-product .service {
    margin-top: 20px
}

.personal-order .p-product .service ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.personal-order .p-product .service ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px
}

.personal-order .p-product .service ul li:last-child {
    margin-bottom: 0
}

.personal-order .p-product .service ul li label {
    font-size: 15.5px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    cursor: pointer
}

.personal-order .p-product .service ul li label:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    height: 18px;
    width: 18px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px
}

.personal-order .p-product .service ul li input[type=radio] {
    display: none
}

.personal-order .p-product .service ul li input[type=radio]:checked+label:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" height="10px"> <defs> <linearGradient id="PSgrad_0" x1="0%" x2="0%" y1="100%" y2="0%"> <stop offset="0%" stop-color="rgb(252,232,53)" stop-opacity="1" /> <stop offset="100%" stop-color="rgb(252,241,136)" stop-opacity="1" /> </linearGradient> </defs> <path fill-rule="evenodd" fill="url(%23PSgrad_0)" d="M4.999,-0.003 C7.761,-0.003 9.999,2.234 9.999,4.995 C9.999,7.758 7.761,9.997 4.999,9.997 C2.238,9.997 -0.001,7.758 -0.001,4.995 C-0.001,2.234 2.238,-0.003 4.999,-0.003 Z"/> </svg>') center no-repeat;
    background-position: 2.5px 2.5px;
}

.personal-order .p-product .p-price {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px
}

.personal-order .p-product .service-title {
    font-size: 15.5px;
    color: #333;
    margin-bottom: 10px
}

.personal-order .p-value-link {
    font-size: 15.5px;
    color: #444;
    border-bottom: 1px solid #a1a1a1;
    text-decoration: none
}

.personal-order .p-quantity {
    font-weight: 400;
    font-size: 15.5px;
    color: #333333
}

.personal-order .p-link {
    text-decoration: none;
    color: #444;
    border-bottom: 1px solid #a1a1a1
}

.personal-order .p-sum {
    font-weight: 500;
    font-size: 18px;
    color: #333333
}

.personal-order .p-gray {
    color: #333333;
    font-size: 15px
}

.personal-order .p-value {
    color: #333;
    font-weight: 400
}

.personal-order .p-rbt {
    margin-bottom: 10px
}

.personal-order .p-tt {
    margin-top: 20px
}

.personal-order .p-bt {
    margin-bottom: 20px
}

.personal-order .p-hr {
    margin: 30px 0;
    height: 1px;
    background: #e6e6e6
}

.o-block {
    margin-bottom: 90px;
}

.o-final_block {
    border: 1px solid #d2d2d2;
    padding: 40px;
    background-color: #fff;
}

.o-final_block>b {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    color: #76b844;
}

.o-final_block h3 {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    color: var(--333333-dlya-teksta);
    margin-bottom: 0;
}

.cl-r52qrcode {
    position: relative;
    top: -10px;
}

.o-block ul.o-steps {
    counter-reset: steps;
    padding: 0;
    margin: 26px 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 791px;
}

.o-block ul.o-steps li {
    font-size: 15.5px;
    font-weight: 400;
    color: #999
}

.o-block ul.o-steps li:not(.sep):before {
    counter-increment: steps;
    content: counter(steps);
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #999;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
    color: var(--dlya-fona);
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.o-block ul.o-steps li:not(.sep).active {
    color: #333
}

.o-block ul.o-steps li:not(.sep).active:before {
    background: #76b844
}

.o-block ul.o-steps li.sep {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.o-block ul.o-steps li.sep:before {
    content: '';
    display: block;
    height: 2px;
    background: #999;
    margin: 0 15px
}

#ID_DELIVERY_ID_3+label .bx_logotype span {
    background-image: url(../images/kurier.svg) !important;
}

#ID_DELIVERY_ID_4+label .bx_logotype span {
    background-image: url(../images/kurier_oblast.svg) !important;
}

#ID_DELIVERY_ID_2+label .bx_logotype span {
    background-image: url(../images/samovivoz.svg) !important;
}

#ID_PAY_SYSTEM_ID_28+label .bx_logotype span {
    background-image: url(../images/qr_pay.svg) !important;
}

#ID_PAY_SYSTEM_ID_25+label .bx_logotype span {
    background-image: url(../images/card_pay.svg) !important;
}

#ID_PAY_SYSTEM_ID_1+label .bx_logotype span {
    background-image: url(../images/cash_pay.svg) !important;
}

#ID_PAY_SYSTEM_ID_7+label .bx_logotype span {
    background-image: url(../images/bank_pay.svg) !important;
}

#ID_PAY_SYSTEM_ID_29+label .bx_logotype span {
    background-image: url(../images/credit_pay.svg) !important;
}

#ID_PAY_SYSTEM_ID_34+label .bx_logotype span {
    background-image: url(../images/credit_pay.svg) !important;
}

.o-block .o-steps-content .o-step-content {
    display: none
}

.o-block .o-steps-content .o-step-content.active {
    display: block
}

.o-block .form-radio input[type=radio],
.o-block .o-radio .bx_element .bx_logotype,
.o-block .o-radio .bx_element input[type=radio] {
    display: none
}

.o-block .o-steps-content .o-step-content .o-panel {
    border: 1px solid #d2d2d2;
    background: #fff;
    border-radius: 5px;
}

.o-block .o-steps-content .o-step-content .o-panel .o-panel-head {
    padding: 30px 50px 0;
}

.o-block .o-steps-content .o-step-content .o-panel .o-panel-head .o-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    color: var(--333333-dlya-teksta);
}

.o-block .o-steps-content .o-step-content .o-panel .o-panel-body {
    padding: 25px 47px 30px;
}

.o-block .o-steps-content .o-step-content .o-panel .o-panel-footer {
    padding: 0 50px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.o-block .o-steps-content .o-step-content .o-panel .o-panel-footer>a,
.o-block .o-steps-content .o-step-content .o-panel .o-panel-footer>button {
    margin-right: 20px
}

.o-block .o-radio .bx_element {
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative
}

.o-block .o-radio .bx_element input[type=radio]:checked+label .helper:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #76b844;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.o-block .o-radio .bx_element label {
    cursor: pointer;
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 0
}

.o-block .o-radio .bx_element label .helper {
    position: absolute;
    left: 0;
    top: 0;
    height: 23px;
    width: 23px;
    border: 1px solid #cecece;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.o-block .o-radio .bx_element .bx_description strong {
    font-size: 15.5px;
    font-weight: 400;
    color: #333;
}

.o-block .o-radio .bx_element .bx_description p {
    font-size: 13px;
    line-height: 138%;
    color: #999;
    font-weight: 400;
    margin: 0
}

.o-block .form-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15.5px;
    line-height: 143%;
    color: var(--333333-dlya-teksta);
    line-height: 36px
}

.o-block .form-value {
    color: #000;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 36px
}

.o-block .row-field {
    margin-bottom: 7px
}

.o-block .row-field.double-margin {
    margin-bottom: 30px
}

.o-block .row-field input[type=text],
.o-block .row-field select {
    appearance: none;
    height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #cdcdcd;
    width: 100%;
    max-width: 300px
}

#LOCATION_ORDER_PROP_5 {
    max-width: 300px;
    position: relative;
}

#LOCATION_ORDER_PROP_5 select {
    cursor: pointer;
}

#LOCATION_ORDER_PROP_5:after {
    content: '';
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 7px;
    background: url('data:image/svg+xml;utf8,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.11968 6.14382L13.7092 1.66462C13.8955 1.48178 14 1.23445 14 0.976639C14 0.718831 13.8955 0.471497 13.7092 0.288658C13.6163 0.197192 13.5057 0.124594 13.3838 0.0750506C13.262 0.0255075 13.1313 0 12.9993 0C12.8673 0 12.7366 0.0255075 12.6148 0.0750506C12.4929 0.124594 12.3823 0.197192 12.2894 0.288658L7.70982 4.77761C7.61686 4.86908 7.50627 4.94168 7.38443 4.99122C7.26258 5.04076 7.13188 5.06627 6.99989 5.06627C6.86789 5.06627 6.73719 5.04076 6.61535 4.99122C6.4935 4.94168 6.38291 4.86908 6.28995 4.77761L1.7104 0.288658C1.52344 0.1049 1.26934 0.00115143 1.004 0.000236386C0.738665 -0.000678661 0.483821 0.101315 0.295535 0.283779C0.107249 0.466243 0.000944138 0.714231 6.67572e-06 0.973189C-0.000930786 1.23215 0.103577 1.48086 0.290537 1.66462L4.88009 6.14382C5.44254 6.69206 6.20496 7 6.99989 7C7.79481 7 8.55723 6.69206 9.11968 6.14382Z" fill="%23B4B4B4" /></svg>');
}

.o-block .row-field textarea {
    resize: none;
    height: 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #cdcdcd;
    width: 100%;
    max-width: 300px
}

.o-block .form-radio {
    margin-bottom: 10px
}

.o-block .form-radio input[type=radio]:checked+label .help:before {
    content: '';
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #76b844;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 0.5px), calc(-50% + 0.5px));
}

.o-panel-footer .ln-agree {
    margin-left: 15px;
}

.o-block .form-radio label {
    cursor: pointer;
    font-size: 15.5px;
    color: #333333;
    font-weight: 400;
    margin: 0
}

.o-block .form-radio label .help {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border: 1px solid #cecece;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 23px;
    height: 23px
}

.o-block .o-button,
.o-block .o-ghost-button {
    padding: 0 15px;
    height: 39px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    outline: 0
}

.o-block .o-ghost-button:hover {
	background: #F4F4F4;
}

.final_page {
    display: flex;
    align-items: flex-start;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 24px;
    color: #f00;
    gap: 0 70px;
}

table.sale_order_full_table {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15.5px;
    line-height: 143%;
    color: var(--333333-dlya-teksta);
}

.sale_order_full_table b {
    font-weight: 500;
}

.paysystem_name {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    color: var(--333333-dlya-teksta);
}

.btn-primary {
    color: #fff !important;
}

blockquote {
    border-left: unset;
    padding: 0;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    color: var(--333333-dlya-teksta);
}

.o-block>b {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    color: #76b844;
}

.o-block .o-ghost-button {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #000;
    border: 1px solid #d2d2d2;
    line-height: 39px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: 0 0
}

.o-block .o-button {
    line-height: 39px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    background-color: #0085d2;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--dlya-fona);
}

.o-button:hover {
	background: #016097;
}

.o-steps-content {
    min-width: 791px;
}

.o-block .o-total {
    padding: 15px 12px;
    background: var(--dlya-fona);
    color: #333;
    border: 3px solid #76b844;
    border-radius: 5px;
    margin-top: 87px;
    max-width: 314px;
    margin-left: 35px;
}

.o-block .o-total .o-total-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    color: #76b844;
    margin-bottom: 10px
}

.o-block .o-total .o-total-sup {
    color: #999;
    font-weight: 400;
    font-size: 13px;
    line-height: 1
}

#PRICE_DELIVERY {
    font-weight: 500;
}

.o-block .o-total .o-total-info {
    margin: 20px 0
}

.o-block .o-total .o-total-info .o-total-info-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 165%;
    color: #999;
}

.o-block .o-total .o-total-info .o-total-info-value {
    font-size: 15.5px;
    color: var(--333333-dlya-teksta);
    display: inline
}

.o-block .o-total .o-total-price {
    margin-bottom: 9px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 143%;
    color: var(--333333-dlya-teksta);
}

.o-block .o-total .o-total-price span {
    font-weight: 400
}

.o-block .bx_ordercart_coupon.first>span {
    display: block;
    margin: 0 -20px;
    padding: 15px 20px;
    font-size: 12px;
    color: #333;
    background: url(../img/arrow_down_dark.png) right 20px center no-repeat #ededed
}

.o-block .bx_ordercart_coupon .bx_ordercart_coupon:not(:first-child) {
    padding: 0
}

.o-block .bx_ordercart_coupon .coupon_block {
    display: none;
    margin: 0 -20px
}

.o-block .bx_ordercart_coupon .coupon_block .inner {
    padding: 20px;
    background: url(../img/coupon_shadow_top.png) top center repeat-x, url(../img/coupon_shadow.png) bottom center repeat-x #d9d9d9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.o-block .bx_ordercart_coupon .coupon_block .inner input[type=text] {
    width: 54%;
    float: left;
    padding: 0 10px;
    height: 36px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.o-block .bx_ordercart_coupon .coupon_block .inner .bx_bt_button {
    width: 40%;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #6e6e6e;
    background: #6e6e6e;
    height: 36px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300
}

.cart_btn.small {
    padding-left: 15px;
    padding-right: 15px
}

.cart_btn.small span {
    text-indent: -9999px;
    color: transparent;
    padding: 0;
    width: 22px;
    display: inline-block;
    background-position: center;
    height: 16px
}

@media (max-width:1199px) {

    .o-block ul.o-steps,
    .o-block .o-steps-content {
        min-width: unset;
    }

    .personal-order .p-order-item .p-order-head,
    .personal-order .p-order-item .p-order-items {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:767px) {
    .o-block ul.o-steps li span {
        display: none
    }

    .o-block ul.o-steps li:not(.sep):before {
        margin-right: 0
    }

    .o-block .o-steps-content {
        margin: 0 -15px;
        border-right: 0;
        border-left: 0;
    }

    .o-block .o-steps-content .o-step-content .o-panel .o-panel-head {
        padding: 25px 15px;
        font-size: 18px
    }

    .o-block .o-steps-content .o-step-content .o-panel .o-panel-body {
        padding: 25px 15px
    }

    .o-block .o-steps-content .o-step-content .o-panel .o-panel-footer {
        padding: 0 15px 25px
    }

    .p-order-items,
    .profile-box,
    .profile-box .input-submit {
        padding-left: 15px;
        padding-right: 15px
    }

    .o-block .o-steps-content .o-step-content .o-panel .o-panel-footer .o-button,
    .o-block .o-steps-content .o-step-content .o-panel .o-panel-footer .o-ghost-button {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0;
    }

    .final_page {
        gap: 0 20px;
    }

    .p-line.text-right,
    .personal-order .p-head .p-btn,
    .personal-order .p-order-item .p-body-footer .text-right {
        text-align: left
    }

    .personal-order .p-product .p-thumb {
        margin-bottom: 20px
    }

    .personal-order .p-product .p-price {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .xs-mb {
        margin-bottom: 15px
    }

    .xs-mt {
        margin-top: 15px
    }

    .profile-box .input-submit {
        width: 100%;
        font-size: 15px
    }

    .personal-order .p-head {
        margin-right: 15px;
        margin-left: 15px
    }

    .personal-order .p-head .p-btn li {
        margin-left: 0;
        margin-right: 5px;
        margin-bottom: 10px
    }

    .personal-order .p-head .p-btn li a {
        font-size: 13px;
        padding-right: 10px;
        padding-left: 10px
    }

    .personal-order .p-order-item .p-order-head .p-status {
        float: right;
        margin-right: 0;
        margin-left: 10px
    }

    .personal-order .p-order-item .p-order-body {
        padding-left: 15px;
        padding-right: 15px
    }

    .personal-order .p-order-item .p-body-footer .p-link {
        margin-left: 15px;
        margin-right: 15px
    }
}

.carousel-footer {
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    position: relative
}

.carousel-footer .carousel-next,
.carousel-footer .carousel-prev {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 17px;
    margin-top: -9px
}

.carousel-footer .carousel-counter {
    font-weight: 400;
    font-size: 16px;
    color: #b2b2b2;
    text-align: center;
    line-height: 50px
}

.carousel-footer .carousel-prev {
    left: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" height="17px"> <path fill-rule="evenodd" fill="rgb(102, 102, 102)" d="M1.026,9.335 L7.887,16.597 C8.324,17.060 9.032,17.060 9.467,16.597 C9.904,16.135 9.904,15.387 9.467,14.924 L3.396,8.499 L9.467,2.073 C9.904,1.613 9.904,0.863 9.467,0.402 C9.031,-0.062 8.323,-0.062 7.887,0.402 L1.026,7.663 C0.808,7.894 0.699,8.197 0.699,8.499 C0.699,8.802 0.808,9.105 1.026,9.335 Z"/> </svg>') no-repeat
}

.carousel-footer .carousel-next {
    right: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" height="17px"> <path fill-rule="evenodd" fill="rgb(102, 102, 102)" d="M8.971,9.335 L2.110,16.597 C1.674,17.060 0.966,17.060 0.530,16.597 C0.094,16.135 0.094,15.387 0.530,14.924 L6.601,8.499 L0.530,2.073 C0.094,1.613 0.094,0.863 0.530,0.402 C0.966,-0.062 1.674,-0.062 2.110,0.402 L8.972,7.663 C9.190,7.894 9.299,8.197 9.299,8.499 C9.299,8.802 9.190,9.105 8.971,9.335 Z"/> </svg>') no-repeat
}

.main_sidebar_wrap.mobile .carousel-footer {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

#bigdata .jcarousel-item-horizontal {
    margin: 3px 15px 0
}

#bigdata .jcarousel-clip {
    margin: 0 -14px
}

#bigdata .carousel-footer {
    margin: 0 1px
}

.hit_wrap .d-carousel .carousel-footer,
.new_wrap .d-carousel .carousel-footer,
.sales_wrap .d-carousel .carousel-footer {
    margin: 0 8px
}

.main_viewed_wrap .carousel-footer {
    margin: 0 1px;
    background: #fff
}

#bigdata .bx_item_list_you_looked_horizontal .bx_catalog_item {
    margin-bottom: 0
}

.catalog-section-list-inner.promo_wrap>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile_top .dropdown-menu>li>a {
    white-space: normal
}

@media (max-width:767px) {

    #bigdata h2 a,
    .main_sidebar_wrap.mobile h2 a,
    .main_viewed_wrap h2 a,
    .tab_wrap.home .arrow_wrap {
        /* display: none */
    }

    .carousel-footer {
        display: none !important;
    }

    #bigdata .jcarousel-item-horizontal {
        margin: 3px 0 0 12px;
        max-width: 283px;
    }

    #bigdata .jcarousel-item-horizontal:last-of-type {
        margin-left: 24px;
        transform: translateX(-12px);
    }

    #LOCATION_ORDER_PROP_5,
    .o-block .row-field input[type=text],
    .o-block .row-field select,
    .o-block .row-field textarea {
        max-width: unset;
    }

    .o-total {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .personal-order,
    .profile-box,
    .lb_tabs {
        margin-left: 0;
    }
}

.o-block .o-radio .bx_element .bx_logotype {
    padding: 0px !important;
    display: block;
    border: none;
    float: left;
    margin-right: 15px;
}

.o-block .o-radio .bx_element .bx_logotype span {
    width: 47px;
    height: 47px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}