.phone_desktop-header{
   color: #fff;
}
.row.bx-site{
   margin-right: 0;
   margin-left: 0;
}

.bx-404-container {
   width: 100%;
   margin: 0 auto;
   text-align: center
}

.bx-404-block {
   margin-top: 100px;
   margin-bottom: 66px
}

@media(max-width: 768px) {
   .bx-404-block {
      margin-top:50px;
      margin-bottom: 33px
   }
}

.bx-404-text-block {
   font-size: 20px;
   font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;
   padding-bottom: 20px
}

.address_map {
   margin: 0 71px;
}

.contacts_page .container > .row{
   margin-bottom: 30px;
   padding-bottom: 30px;
   border-bottom: 1px solid #b4b4b4;
}

body .bx-authform {
   margin: 25px auto;
}
.bx-authform .btn-primary{
   background-color: #e68c0b;
   color: #fff;
   border-color: #e68c0b;
}

body .bx-authform-link-container,
body .bx-authform-description-container{
   color: #b4b4b4;
}

.form-control[disabled], fieldset[disabled] .form-control {
   opacity: 0.7 !important;
}


.personal-menu {
   margin: 20px 0;
}

.personal-menu__title-section {
   font-size: 18px;
   padding: 5px 15px;
   border: 1px solid #4facae;
}
a.personal-menu__title-section {
   color: #b56e09;
   display: block;
   transition: .3s ease;
}
a.personal-menu__title-section:hover {
   background: #4facae38;
   color: #fff;
}
.personal-menu__section {
   display: flex;
   flex-direction: column;
   margin-bottom: 25px;
}
.personal-menu__section-item {
   font-size: 16px;
   padding: 10px 15px;
   transition: .3s ease;
}
.personal-menu__section-item:hover {
   background: #4facae38;
   color: #fff;
}
.personal-menu__section-item.logout {
    margin-top: 100px;
    background: #ae434b;
    color: #fff;
}
.personal-page h1 {
   font-size: 30px;
   padding-left: 20px;
}
.personal-main-block {
   padding: 20px;
}
.personal-main-block_btn {
   padding: 1px;
}
.sale-personal-section-index-block {
   border-radius: 25px;
}
.sale-personal-section-index-block-ico {
   position: absolute;
   left: 50px;
   top: 50%;
   transform: translateY(-50%);
}
.sale-personal-section-index-block-name {
   text-decoration: underline;
   font-size: 20px;
   margin-top: 20px;
   margin-left: 130px;
   text-align: left;
}
.personal-main-block-profile a {
   font-size: 24px;
   text-decoration: underline;
}
.personal-main-block-profile-icon {
   padding: 5px;
   margin: 0 5px;
   font-size: 100px;
}

.personal-main-block__companyName {
   font-weight: 600;
   font-size: 20px;
}

.payment-page {
   font-size: 16px;
}
.payment-option-block__item {
   display: flex;
   margin: 25px;
}

.payment-option-block__item-img {
   height: 128px;
   width: 128px;
}
.payment-option-block__item-text {
   margin-top: 50px;
   margin-left: 30px;
   font-size: 20px;
}

.delivery-page-text h3 {
   font-size: 30px;
}

.storage-desc {
   margin: 30px 0;
}

.btn-submit {
   background: #e68c0b !important;
   color: #fff !important;
   border: none !important;
   outline: none !important;
}

.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"]{
   color: #000;
}

.popup-window-buttons .btn-primary {
    margin: 0 auto;
    background: #e68c0b !important;
    color: #fff !important;
    border: none;
}

/*label {
    display: flex;
    align-items: center;
}

.custom-check-icon,
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox]{
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #e68c0b;
    margin-right: 8px;
}

.custom-check-icon::before,
.checkbox input[type=checkbox]:before,
.checkbox-inline input[type=checkbox]:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #e68c0b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input:checked ~ .custom-check-icon::before,
input:checked ~ .checkbox input[type=checkbox]::before,
input:checked ~ .checkbox-inline input[type=checkbox]::before,{
    display: block;
}*/

#bx-soa-orderSave .checkbox label {
    padding-left: 0;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #e68c0b;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+span:hover::before {
    border-color: #e68c0b;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+span::before {
    background-color: #e68c0b;
    border-color: #e68c0b;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+span::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+span::before {
    border-color: #e68c0b;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+span::before {
    border-color: #e68c0b;
    background-color: #e68c0b;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+span::before {
    background-color: #e9ecef;
}
.count-basket {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #313131;
    width: 24px;
    height: 24px;
    padding: 1px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #464646;
}

.citySelector_block {
    position: absolute;
    left: 0px;
    top: 25px;
    width: 160px;
    background: #202020;
    box-shadow: 0 0 5px 0 #000;
}

.citySelector_block-item {
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}
.paymentTransaction {
    margin-top: 20px;
}
.paymentTransaction-title {
    font-weight: bold;
    text-decoration: underline;
}
.currency-title{
    float: right;
    height: 44px;
    line-height: 44px;
}
.minimal_summ {
    line-height: 50px;
}
.cancel_order {
    width: 50%;
    margin: 30px auto;
}
