/* ===========================
   OPEN SANS
=========================== */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   ROBOTO SLAB
=========================== */
@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans',Arial,helvetica neue,Helvetica,sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.4666;
    min-width: 320px;
}

a {
    color: #3b63ac;
    text-decoration: none;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}

figure img, img {
    max-width: 100%;
}

input:not([type]), input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=number], input[type=search], textarea {
    border: 0;
    background: #fff;
    border-radius: 2px;
    padding: 13px 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    outline: 0!important;
}

input:not([type]), input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=number], input[type=search], textarea {
    border: 1px solid #d5dadc;
}

.articles-list-header, .carousel-line .carousel-line-header, .equipment-block .hdr, .info-lines .line .line-content .col:before, .info-lines .line .line-header, .main-slider ul li .overlay .hdr, .main-slider ul li .overlay .text, .materials .materials-header, .materials-list .title, .page-footer .create-cabinet .legend .hdr, .page-header .phones-block .phone-item, .page-header .phones-block .phone-item .phones-popup ul li, .page-header .qna-block .phone-item, .page-header .qna-block .phone-item .phones-popup ul li, blockquote:after {
    font-family: roboto slab,Arial,helvetica neue,Helvetica,sans-serif;
}

.wrap {
    max-width: 1240px;
    padding: 0 10px;
    margin: 0 auto;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.page-header.order-header {
    border-bottom: 1px solid #e4f2f9;
    margin: 0 0 40px;
    padding: 25px 0;
}

.wrap:after, .wrap:before {
    content: " ";
    display: table;
}

.wrap:after {
    clear: both;
}

.page-header .img_logo {
    text-decoration: none;
    text-align: center;
    display: block;
    width: auto;
    float: left;
}

.page-header .img_logo.portal-logo {
    background-position: 0 -22px;
    display: block;
    float: left;
}

.page-header .img_logo span {
    text-transform: uppercase;
    font-size: 19px;
    text-decoration: none;
    color: #42a856;
    height: 44px;
}

.page-header .img_logo.portal-logo span {
    color: #3961a9;
}

.page-header .logo {
    position: relative;
    background-position: -245px -22px;
    display: block;
}

.page-header .logo, .page-header .logo.personal-logo {
    background-image: url(../img/sprite.png);
    width: 241px;
    height: 58px;
}

.page-header .phones-block, .page-header .qna-block {
    float: left;
    margin: 0px 0 0;
}

.page-header.order-header .phones-block {
    float: right;
}

.page-header .phones-block .phone-item, .page-header .qna-block .phone-item {
    line-height: 1;
    font-size: 26px;
    font-weight: 700;
    padding: 0 30px 0 0;
    position: relative;
}

.page-header .phones-block .phone-item .trigger, .page-header .qna-block .phone-item .trigger {
    position: absolute;
    background-image: url(../img/sprite.png);
    background-position: -560px -266px;
    width: 20px;
    height: 20px;
    right: 0;
    top: 3px;
}

.page-header .phones-block .phone-item .phones-popup, .page-header .qna-block .phone-item .phones-popup {
    position: absolute;
    left: -9999px;
    width: 165px;
    top: 100%;
    z-index: 100;
    background: #e4f2f9;
    border-radius: 2px;
    box-shadow: 0 3px 0 0 #bfd9e7;
    margin: 8px 0 0 -82px;
    opacity: 0;
    -webkit-transition: opacity .2s ease,margin .2s ease;
    transition: opacity .2s ease,margin .2s ease;
}

.page-header .phones-block .phone-item .phones-popup:before, .page-header .qna-block .phone-item .phones-popup:before {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 6px solid #e4f2f9;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -6px;
}

.page-header .phones-block .phone-item .phones-popup ul, .page-header .qna-block .phone-item .phones-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-header .phones-block .phone-item .phones-popup ul li, .page-header .qna-block .phone-item .phones-popup ul li {
    margin: 0;
    position: relative;
    display: block;
    font-size: 15px;
    color: #444;
    text-decoration: none;
    line-height: 1;
    padding: 10px;
    font-weight: 400;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.page-header .phones-block .phone-item .phones-popup ul li:first-child, .page-header .qna-block .phone-item .phones-popup ul li:first-child {
    border-radius: 2px 2px 0 0;
}

.page-header .phones-block .phone-item .phones-popup ul li img, .page-header .qna-block .phone-item .phones-popup ul li img {
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.page-header .phones-block .phone-item.active .phones-popup, .page-header .qna-block .phone-item.active .phones-popup {
    right: 0;
    left: auto;
    opacity: 1;
    margin-top: 10px;
}

.page-header .phones-block .phone-item .phones-popup ul li a, .page-header .qna-block .phone-item .phones-popup ul li a {
    text-decoration: none;
}

.page-header .phones-block .phone-item .phones-popup .all_phones, .page-header .qna-block .phone-item .phones-popup .all_phones {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 10px;
}

.page-content {
    margin: 0 0 50px;
}

.order-header-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.language-swith{
    display: flex;
    align-items: center;
    gap: 5px;
}

.language-swith-item{
    color: #333333;
    font-size: 16px;
}

.language-swith-item.active{
    color: #3b63ad;
}

.language-swith-item {
    color: #3b63ad;
    font-size: 16px;
}
.language-swith-item.active {
    background: #91bacf;
    padding: 1px 2px;
    border-radius: 3px;
    color: #ffffff;
}

.language-swith-sep{
    background: #333333;
    width: 1px;
    height: 14px;
}

.header-basket{
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-basket-elem{
    position: relative;
}

.header-basket-elem .user-popup{
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
    background: #fff;
    border: 1px solid #cbe2eb;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    width: 150px;
    margin: 8px 0 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease,margin .2s ease;
    transition: opacity .2s ease,margin .2s ease;
    visibility: hidden;
}

.header-basket-elem.active .user-popup{
    right: 0;
    margin: 13px 0 0;
    opacity: 1;
    visibility: visible;
}

.header-basket-elem .user-popup:before {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 7px solid #cbe2eb;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: 100%;
    right: 8px;
    margin: 0 0 0 -7px;
}

.header-basket-elem .user-popup:after {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    right: 9px;
    margin: 0 0 0 -6px;
}

.header-basket-elem .user-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-basket-elem .user-popup ul li {
    margin: 0 0 8px;
}

.header-basket-elem .user-popup ul li a {
    font-size: 13px;
    color: #2b3d4f;
    line-height: 1;
    text-decoration: none;
}

.header-basket-elem .user-popup ul li a:hover{
    text-decoration: underline;
}

.header-basket-elem .user-popup ul li+li {
    padding-top: 8px;
    border-top: 1px solid #e1e8ec;
}

.header-basket-elem .user-popup ul li:last-child {
    margin-bottom: 0;
}

.header-basket-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-decoration: none;
}

.header-basket-item .icon{
    /*width: 65px;
    height: 65px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
    position: relative;
    /*background: #e0f1fa;
    -webkit-box-shadow: inset 0px -5px 1px 0px rgb(191 217 231);
    -moz-box-shadow: inset 0px -5px 1px 0px rgb(191 217 231);
    box-shadow: inset 0px -5px 1px 0px rgb(191 217 231);*/
}

.header-basket-item .icon path{
    fill: #5e70a0;
}

.breadcrumbs-cont{
    margin: 10px 0;
}

.breadcrumbs-item{
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}

.breadcrumbs-item a{
    border-bottom: none;
}

.breadcrumbs-item a span{
    font-family: open sans,Arial,helvetica neue,Helvetica,sans-serif;
    font-size: 13px;
    white-space: normal;
}

.breadcrumbs-item i{
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.order-cont{
    transition: 500ms opacity ease;
    counter-reset: heading;
}

.order-main{
    padding-bottom: 20px;
}

.order-total-cont-mobile{
    display: none;
}

.order-section{
    border-radius: 2px;
    margin-bottom: 6px;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    border: 1px solid #e8e9eb;
}

.order-section.selected{
    border: 1px solid #3b63ac;
}

.order-section-title-cont{
    overflow: hidden;
    background: #f2f5f7;
    padding: 7px 15px;
    font-size: 14px;
}

.order-section.selected .order-section-title-cont{
    padding: 15px;
}

.order-section-title{
    border-radius: 2px;
    margin: 0;
    color: #000;
    line-height: 15px;
    min-height: 20px;
    vertical-align: middle;
    font-size: 16px;
    font-family: open sans,helvetica neue,Arial,Helvetica,sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 3px;
    text-transform: uppercase;
}

.order-section-title-count{
    display: inline-block;
    min-width: 17px;
    height: 17px;
    border-radius: 8px;
    border: 1px solid #98979d;
    vertical-align: middle;
    position: relative;
    margin: -3px 10px 0 0;
}

.order-section-title-count:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 10px;
    color: #98979d;
    line-height: 15px;
    counter-increment: heading;
    content: counter(heading);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.order-step-edit{
    display: inline;
    font-size: 12px;
    vertical-align: middle;
    line-height: 22px;
    border-bottom: 1px dotted;
    cursor: pointer;
    color: #3b63ac;
}

.order-section.selected .order-step-edit{
    display: none;
}

.order-section-content{
    padding: 10px 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.order-section.selected .order-section-content, .order-section.complete .order-section-content{
    line-height: 18px;
}

.order-section-content:before, .order-section-content:after{
    display: table;
    content: " ";
}

.order-section-content:after{
    clear: both;
}

.order-basket-table{
    position: relative;
    overflow: auto hidden;
}

.order-basket-table:before{
    left: 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1 );
}

.order-basket-table:after{
    right: 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1 );
}

.order-basket-table:after, .order-basket-table:before{
        content: "";
    width: 0;
    position: absolute;
    bottom: 10px;
    top: 0;
    height: 100%;
    display: block;
    -webkit-transition: width 300ms ease;
    -moz-transition: width 300ms ease;
    -ms-transition: width 300ms ease;
    -o-transition: width 300ms ease;
    transition: width 300ms ease;
}

.order-basket-item-table{
    margin-bottom: 10px;
    min-width: 100%;
    display: table;
}

.order-item-tr{
    display: table-row;
}

.order-item-td{
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-top: 1px dotted #e5e5e5;
}

.order-item-tr:first-child .order-item-td{
    border-top: none;
}

@media (min-width: 769px){
    .order-item-td{
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 10px;
    }
}

.order-item-td-title{
    line-height: 20px;
    color: #7c7c7c;
    padding-bottom: 3px;
    font-size: 12px;
}

.order-item-prop .order-item-td-title, .order-item-prop .order-item-td-text{
    text-align: center;
}

.order-item-prop.order-item-td-right .order-item-td-title, .order-item-prop.order-item-td-right .order-item-td-text{
    text-align: right;
}

.order-item-tr:not(:first-child) .order-item-td-title{
    display: none;
}

.order-item-tr .order-item-td:first-child{
    min-width: 300px;
}

.order-item-img-block{
    float: left;
    padding-right: 15px;
}

@media(min-width: 580px){
    .order-item-img-block{
        width: 85px;
        margin: 0;
    }
}

.order-item-img-cont{
    border-radius: 4px;
    border: 1px solid #c0cfd9;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.order-item-title{
    font-weight: 700;
    padding-bottom: 5px;
}

.order-price-old{
    white-space: nowrap;
    text-decoration: line-through;
    color: #b8b8b8;
    font-size: 13px;
}

.order-coupon{
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
}

.order-coupon-label{
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    padding-right: 10px;
    vertical-align: top;
}

.order-section.selected .order-coupon-label{
    padding-top: 7px;
}

.order-coupon-block{
    vertical-align: middle;
    line-height: 34px;
}

.order-coupon-input{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.order-coupon-input:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid #8da3ad;
    border-bottom: 2px solid #8da3ad;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
}

.order-coupon-input input.form-control{
    border: 1px solid #ccd5db;
    background-color: #f8fafc;
    background-image: none;
    border-radius: 2px;
    outline: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    box-shadow: none;
}

.order-coupon-item{
    display: inline-block;
    vertical-align: middle;
}

.order-coupon-item strong{
    white-space: nowrap;
    margin-right: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -.5px;
}

.order-coupon-item strong:first-child{
    margin-left: 10px;
}

.order-coupon-item-remove{
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANhJREFUeNpEkM0KwjAQhGdr/Dv6Nj6EXkRvehTfRhS868lWWigU9OFEHGeTqIF0dydftrMJp0s1McMdwJ5AY0iLKaxVbwGbBxgeJKaCS4NjbJxQvlE4a/ektUFX9w5JCNolEzQmGCHlT8VjEFQjdvrBN0EOF4oOrXS5Cxmqs7NKVSEroPHlkLLOLRX4r5HOjenf3tE7DDyjxCLNx032ZFovSe80BK7Sl9IQmJ4gT4foSfowe+47jGx+xzidQxY9Zd/+/cLbIC8ztW9VHBL0fXDWGdeDc/ERYABB6E45iF95UQAAAABJRU5ErkJggg==) no-repeat center;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.order-coupon-ttip{
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
    padding: 5px 0;
    margin-top: -3px;
    display: none;
}


.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.order-coupon-ttip > span {
    display: block;
    text-transform: none;
}

.order-coupon-ttip .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.order-coupon-item-text.danger{
    color: #a94442;
}

.order-coupon-item-text.success{
    color: #3ba428
}

.order-coupon-item-text.used{
    color: #777
}

.order-coupon-ttip.danger .tooltip-inner{
    color: #a94442;
    background: #f2dede;
}

.order-coupon-ttip.danger .tooltip-arrow{
    border-top-color: #f2dede;
}

.order-coupon-ttip.success .tooltip-inner{
    background: #dff0d8;
    color: #3c763d
}

.order-coupon-ttip.success .tooltip-arrow{
    border-top-color: #dff0d8;
}

.order-coupon-ttip.used .tooltip-inner{
    background: #fcf8e3;
    color: #8a6d3b
}

.order-coupon-ttip.used .tooltip-arrow{
    border-top-color: #fcf8e3;
}

.order-coupon-item-text:hover .order-coupon-ttip{
    display: block;
    opacity: 1;
    bottom: 100%;
}

.order-more{
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
}

.btn, button, input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    border: 0;
    line-height: 1;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 20px;
    background: #42a856;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    outline: 0!important;
    margin: 0 0 3px;
}

.btn:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: #4aba60;
}

.btn.btn-default {
    outline: none;
    background-color: #42a856;
    border-color: #42a856;
    color: #fff;
}

.btn.btn-default:hover {
    background: #3b63ac;
    background-color: #3b63ac;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.order-section-visible{
    display: none;
}

.order-custom-label{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 2px;
    color: #000;
    max-width: 100%;
    display: inline-block;
}

.order-prop-cont .select2-container{
    width: 100%!important;
}

.order-prop-cont .select2-container .select2-selection--single{
    height: auto;
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    padding-right: 35px;
}

.order-prop-cont .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.order-prop-cont .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../img/bx-admin-sprite-small.png) 6px -2618px no-repeat scroll;
    width: 30px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.order-pp{
    padding: 0 15px;
}

.order-pp-company{
    padding: 7px;
    border: 1px solid transparent;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    z-index: 100;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.order-pp-company input{
    display: none;
}

.order-pp-company-graf{
    border: 2px solid #c3cace;
    border-radius: 2px;
    position: relative;
    background: #fff;
    width: auto;
    height: 0;
    padding-top: 50%;
}

.order-pp-company-img{
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.order-pp-smalltitle{
    padding-top: 9px;
    color: #a3a3a3;
    font-size: 11px;
    text-align: center;
    padding-bottom: 5px;
}

.order-pp-checkbox{
    position: absolute;
    width: 15px;
    height: 15px;
    top: 7px;
    left: 7px;
    margin: 0;
    padding: 0;
    z-index: 100;
    border: 2px solid #c3cace;
    border-radius: 2px;
}

.order-pp-company input:checked + .order-pp-company-graf{
    border-color: #159ebb;
}

.order-pp-company input:checked + .order-pp-company-graf .order-pp-checkbox{
    border-color: #159ebb;
}

.order-pp-company input:checked + .order-pp-company-graf .order-pp-checkbox:after{
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    background: #159ebb;
}

.order-pp-desc-cont{
    padding-top: 7px;
}

.order-pp-desc{
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    background: #f8fafc;
    border: 1px solid #d5dadc;
    padding: 7px 15px;
}

.order-pp-desc-title{
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.order-pp-desc-logo{
    padding-top: 6px;
    max-width: 150px;
    margin: 0 auto;
}

.order-pp-desc-graf{
    border: 2px solid #c3cace;
    border-radius: 2px;
    position: relative;
    background: #fff;
    width: auto;
    height: 0;
    padding-top: 50%;
}

.order-pp-desc-img{
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.order-pp-desc-text{
    font-size: 13px;
    padding-top: 10px;
    line-height: 17px;
}

.order-customer-label{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 2px;
    color: #000;
}

.order-customer-required{
    color: #d93333;
}

textarea.form-control {
    height: auto;
}

.order-btn-bottom{
    margin-top: 20px;
}

.order-sidebar{
    position: relative;
    height: 100%;
}
/*
.order-total-cont{
    border: 1px solid #e8e9eb;
    border-radius: 3px;
    padding: 20px;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}*/

.order-total-line{
        padding: 5px 7px;
    font-size: 13px;
    border-top: 1px solid #e5e5e5;
    line-height: 25px;
    overflow: hidden;
}

.order-total-line:first-child{
    border-top: none;
}

.order-total-line-t{
    float: left;
}

.order-total-line:first-child .order-total-line-t{
    font-weight: 700;
}

.order-total-line-d{
    float: right;
    text-align: right;
}

.order-total-line:nth-child(2){
    border-color: #bfbfbf;
}

.order-total-line-free{
    color: #257210;
}

.order-total-line-gr{
    background-color: rgb(66 168 86 / 40%);
    border-color: transparent;
}

.order-total-line-total {
    padding-top: 25px;
    border-bottom: none;
}

.order-total-line-gr + .order-total-line-total{
    border-top: 0;
}

.order-total-line-total .order-total-line-t{
    font-weight: 700;
}

.order-total-line-total .order-total-line-d{
    font-size: 27px;
}

.order-total-btn{
    padding-top: 20px;
    text-align: center;
}

.order-total-btn .btn{
    width: 100%;
}

.order-section-title-count:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: -5px;
    bottom: -2px;
    display: none;
    background: url(../img/sprite-ic.png) no-repeat center;
}

.order-section.active .order-section-content{
    display: none;
}


.order-section.active .order-step-edit{
    display: none;
}

.order-section.selected .order-section-content{
    display: block;
}

.order-section.selected .order-section-title{
    font-size: 22px;
}

.order-section.complete .order-section-title-count:before{
    display: block;
    background-position: center 0;
}

.order-section.error .order-section-title-count:before{
    display: block;
    background-position: center -20px;
}

.order-section.complete .order-section-visible, .order-section.error .order-section-visible{
    display: block;
}

.order-section.complete .order-section-content > *:not(.order-section-visible), .order-section.error .order-section-content > *:not(.order-section-visible){
    display: none;
}

.order-section.complete .order-section-title-count{
        background: #42a856;
    border-color: #42a856;
}

.order-section.error .order-section-title-count{
    background: #db4c4c;
    border-color: #db4c4c;
}

.order-section.complete .order-section-title-count:after, .order-section.error .order-section-title-count:after{
    color: #ffffff;
}

.order-section.complete{
    border-color: #42a856;
}

.order-section.error{
    border-color: #db4c4c;
}

.order-section.order-section-basket.complete .order-basket-table{
    display: block;
}

.order-section.order-section-basket.complete .order-item-img-block{
    width: 48px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.order-sidebar.fixed .order-total-cont{
    position: fixed;
    position: fixed;
    top: 10px;
}

@media(max-width: 992px){
    .order-item-tr:first-child{
        display: none;
    }

    .order-item-tr{
        border-top: 1px dotted #e5e5e5;
        padding-bottom: 15px;
        padding-top: 10px;
        overflow: hidden;
        display: block;
    }

    .order-item-tr:nth-child(2){
        border: none;
    }

    .order-item-td{
        display: block;
        border: none;
    }

    .order-item-td.order-item-prop{
        max-width: 25%;
        flex: 0 0 25%;
    }

    .order-item-tr:not(:first-child) .order-item-td-title{
        display: block;
        text-align: center;
    }

    .order-item-prop.order-item-td-right .order-item-td-title, .order-item-prop.order-item-td-right .order-item-td-text{
        text-align: center;
    }

    .order-item-tr{
        display: flex;
        flex-wrap: wrap;
    }

    .order-item-tr .order-item-td:first-child{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width:767px){
    .order-total-cont-mobile{
        display: block;
        margin-bottom: 6px;
    }

    .order-pp-company{
        padding: 7px 15px;
    }

    .order-btn-bottom{
        display: none;
    }


}

@media(max-width:576px){
    .order-item-tr{
        flex-direction: column;
    }

    .order-item-img-block{
            float: none;
        max-width: 160px;
        margin: 0 auto;
        padding-right: 0;
    }

    .order-item-content{
        padding-top: 15px;
    }

    .order-item-tr:not(:first-child) .order-item-td-title{
        text-align: left;
    }

    .order-item-prop .order-item-td-title, .order-item-prop .order-item-td-text{
        text-align: left;
    }

    .order-item-prop.order-item-td-right .order-item-td-title, .order-item-prop.order-item-td-right .order-item-td-text{
        text-align: left;
    }

    .order-section.order-section-basket.complete .order-item-img-block{
        float: left;
    }

    .order-section.order-section-basket.complete .order-item-content{
        padding-top: 0;
    }

    .page-header.order-header:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 50px;
        background: #e4f2f9;
    }

    .page-header.order-header {
        position: relative;
        text-align: center;
        padding: 65px 0 30px;
    }

    .page-header .img_logo.portal-logo {
        display: inline-block;
        float: none;
    }

    .page-header.order-header .phones-block {
        width: 230px;
        top: 0;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin: 0 0 0 -110px;
    }
}

/* new-order */


.order-page-title-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.order-title{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #616161;
}

.order-back-link{
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #3b63ad;
    gap: 5px;
    text-decoration: none;
}

.order-back-link svg{
    width: 10px;
}

.order-back-link path{
    fill: #3d63ad;
}

.text-mob{
    display: none;
}

.order-page{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.order-cont{
    flex: 0 0 calc(100% - 332px);
    max-width: calc(100% - 332px);
    padding-right: 24px;
}

.order-stiky-cont{
    flex: 0 0 332px;
    max-width: 332px;
    position: sticky;
    top: 24px;
    margin-bottom: 24px
}

.order-block{
    position: relative;
    margin-bottom: 24px;
    background-color: #e4f2f9;
    border: 1px solid #e4f2f9;
    border-radius: 8px;
    padding: 40px 39px;
}

.order-block-total{
    padding: 28px;
}

.order-check-title{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.coupon-wrap{
    margin-bottom: 20px;
}

.coupon-title{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #616161;
}

.coupon-group{
    display: flex;
}

.order-step .select2-container{
    width: 100%!important;
}

.order-step .select2-container--default .select2-selection--single{
    border-radius: 0;
    line-height: 1.15;
    border: 1px solid #b7b7b7;
    height: auto;
}

.order-step .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 10px 42px 10px 12px;
    font-size: 14px;
    line-height: 1.15;
    color: #000;
    background: #ffffff;
}

.order-step .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg' class=''%3E%3Cpath d='M4 11l3.706-4.33a.911.911 0 000-1.34L4 1' stroke='%23616161' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    bottom: 0;
    height: unset;
    width: 30px;
}

.coupon-group input{
    flex-grow: 1;
    outline: none;
    border: 1px solid #b7b7b7;
    padding: 10px 12px;
    font-size: 14px;
    color: #000;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
    line-height: 1.15;
}

.coupon-error{
    display: none;
    margin-top: 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    color: #ff090b;
}

.coupon-wrap.invalid .coupon-error{
    display: block;
}

.coupon-wrap.invalid .coupon-group input{
    border-color: #ff090b;
}

.order-page .btn{
    display: flex;
    align-items: center;
    padding: 11px 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    border-radius: 0;
    margin: 0;
    text-decoration: none;
    box-shadow: none;
}


.coupon-wrap.phone{
    display: none;
}

.coupon-change-btn{
    text-align: center;
    cursor: pointer;
    margin-top: -10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.coupon-change-btn span{
    color: #3b63ad;
}

.coupon-change-btn .card-p{
    display: none;
}

.order-total-step{
    padding-bottom: 12px;
    border-bottom: 1px solid #3b63ad;
}

.order-total-row{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
}

.order-total-title{
    font-size: 14px;
    font-weight: 300;
}

.order-total-price{
    font-size: 20px;
    font-weight: bold;
}

.order-total-grand{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

.order-total-grand.mobile{
    display: none;
}

.order-total-grand-title{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.order-total-grand-price{
    display: flex;
    flex-direction: column;
}

.ogg-price-old{
    position: relative;
    align-self: flex-start;
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}

.ogg-price-new{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    position: relative;
    font-size: 34px;
    font-weight: 700;
    line-height: 43px;
}

.ogg-price-new span{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.order-total-btns{
    margin-top: 20px;
}

.btn.order-total-btn{
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    height: 48px;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .3s linear,color .3s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0 6px;
}

.order-rules-block{
    max-width: 245px;
    margin-left: 40px;
    padding-bottom: 20px;
    margin-top: 16px;
}

.order-rules-input{
    display: flex;
    align-items: flex-start;
    margin: 0;
    cursor: pointer;
}

.order-rules-input input{
    display: none;
}

.order-rules-input .order-rules-checkbox{
    display: block;
    width: 20px;
    flex: 0 0 20px;
    height: 20px;
    margin-right: 12px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    position: relative;
}

.order-rules-input input:checked + .order-rules-checkbox{
    border-color: #3b63ad;
    background: #3b63ad;
}

.order-rules-input input:checked + .order-rules-checkbox:before{
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6l2.272 2.651a1 1 0 0 0 1.49.032L11 2' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: cover;
}

.order-rules-text{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #616161;
}

.order-rules-text a{
    color: #3b63ad;
    text-decoration: none;
}

.order-block.order-block-city{
    padding: 22px 39px;
}

.order-input-wrap{
    font-weight: 300;
    color: #616161;
    line-height: 18px;
    font-size: 14px;
}

.order-input-title{
    line-height: 20px;
    font-weight: 300;
    color: #616161;
    font-size: 16px;
    margin-bottom: 8px;
}

.order-slider{
    width: 100%;
    display: none;
}

.order-goods-title-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-goods-title{
    color: #616161;
}

.order-slider .order-goods-title{
    margin-bottom: 16px;
}

.order-slider-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.order-slider-list{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin-left: -6px;
    width: 560px;
}

.order-slider-item{
    width: 80px;
    flex-shrink: 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
}

.order-slider-item-wrapper{
    margin-left: 6px;
    margin-right: 6px;
    padding: 7px;
    border-radius: 8px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 68px;
}

.order-slider-item-wrapper img{
    max-width: 100%;
    max-height: 100%;
}

.btn.btn-edit-step{
    height: 40px;
    max-width: 200px;
    width: 100%;
    background: transparent;
    border: 1px solid #42a856;
    color: #42a856;
    border-radius: 8px;
    font-size: 14px;
    justify-content: center;
}

.btn.btn-edit-step:hover{
    color: #ffffff;
    background: #42a856;
}

.order-goods-edit{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #313131;
}

.order-goods-edit:hover{
    text-decoration: none;
    color: #313131;
}

.order-goods-item{
    padding-top: 20px;
    padding-bottom: 19px;
    padding-right: 4px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #3b63ad;
    position: relative;
}

.order-goods-item:last-child{
    border-bottom: 0;
}

.order-goods-img{
    max-width: 80px;
    width: 100%;
    max-height: 80px;
    display: flex;
}

.order-goods-img a{
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-goods-img img{
    max-width: 100%;
    max-height: 100%;
}

.order-goods-content{
    flex-grow: 1;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    display: flex;
}

.order-goods-detail{
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 0;
    padding-right: 20px;
    margin-left: 32px;
}

.order-goods-detail-cont{
    width: 385px;
}

.order-goods-delivery{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #42a856;
    margin-bottom: 8px;
    font-size: 12px;
}

.order-goods-delivery path{
    fill: #42a856;
}

.order-goods-name{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
    display: inline-block;
    transition: opacity .15s;
    color: #313131;
    text-decoration: none;
}

.order-goods-name:hover{
    text-decoration: none;
    opacity: .5;
    color: #313131;
}

.order-goods-code{
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #999;
}

div.order-goods-action{
    max-width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    width: unset;
}

.order-goods-action .counter{
    display: flex;
    gap: 5px;
    width: unset;
}

.order-goods-qty{
    display: flex;
    gap: 5px;
    align-items: center;
}

.order-goods-action .counter .btn{
    justify-content: center;
    padding: 0;
    width: 28px;
    flex: 0 0 28px;
    font-size: 20px;
    position: static;
    margin: 0;
    background: #42a856;
    height: auto;
}

div.order-goods-qty input[type="text"]{
    border: 1px solid #b7b7b7;
    padding: 5px;
    font-size: 14px;
    color: #000;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
    line-height: 1.15;
    outline: none;
    box-shadow: none;
    text-align: center;
    max-width: 36px;
}

.order-goods-action .remove{
    display: flex;
    align-items: center;
    margin-left: 12px;
    cursor: pointer;
}

.order-goods-action .remove path{
    fill: #ff090b;
}

.order-goods-price{
    width: 102px;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    text-align: right;
    white-space: nowrap;
}

.order-goods-price-old{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    position: relative;
    align-self: flex-start;
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.order-goods-price-new{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.order-goods-price-new span{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.order-goods-next-step{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.btn.order-goods-btn-next{
    max-width: 300px;
    width: 100%;
    justify-content: center;
    border-radius: 8px;
}

.order-block-title{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.order-contact-semi{
    display: none;
    margin-top: 20px;
}

.order-contact-semi.opened{
    display: block;
}

.btn.coupon-btn{
    font-size: 10px;
    padding: 11px 5px;
}

.btn.authblock{
    width: 100%;
    justify-content: center;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
}

.order-block-short{
    margin-right: 220px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #616161;
    display: none;
}

.order-step:not(.step1) .btn.btn-edit-step{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 39px;
    display: none;
}

.order-step.closed .order-block{
    background: #ededed;
    border-color: #ededed;
}

.order-step.closed .order-block-full{
    display: none;
}

.order-step.closed .order-block-short{
    display: block;
}

.order-step.closed:not(.step1) .btn.btn-edit-step{
    display: inline-block;
}

.order-step.invalid .order-block{
    border-color: #ff090b;
}

.order-step.invalid .order-radio-tabs > input[type="radio"]:checked + .order-radio-item{
    border-color: #ff090b;
}

.order-block-full{
    display: flex;
    flex-direction: column;
}

.order-block-full .order-input-wrap{
    margin-bottom: 20px;
}

.order-radio-tabs > input[type="radio"]{
    display: none;
}

.order-radio-item{
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    padding: 16px;
    text-align: left;
    color: #000;
    transition: border-color .12s;
    cursor: pointer;
}

.order-radio-item:hover{
    border-color: #ccc;
}

.order-radio-tabs > input[type="radio"]:checked + .order-radio-item{
    border-color: #42a856;
    cursor: auto;
}

.order-radio-head{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 32px;
    position: relative;
}

.order-radio-head:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border:  1px solid #b7b7b7;
    border-radius: 50%;
    background: transparent;
    display: block;
}

input[type="radio"]:checked + .order-radio-item .order-radio-head:before{
    border: 3px solid #42a856;
    background: #ffffff;
}

.order-radio-head-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 100%;
    max-width: 100%;
    gap: 10px;
}

.order-radio-head-title{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.order-radio-head-title .icon{
    width: 20px;
    height: 20px;
    display: flex;
}

.order-radio-head-title .icon svg{
    max-width: 100%;
    max-height: 100%;
}

.order-radio-head-price{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.order-radio-head-price.free{
    color: #42a856;
}

.order-radio-date{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #000;
}

input[type="radio"]:checked + .order-radio-item .order-radio-date{
    display: none;
}

.order-radio-body{
    padding-left: 32px;
    display: none;
    margin-top: 16px;
}

input[type="radio"]:checked + .order-radio-item .order-radio-body{
    display: block;
}

.notice-block{
    width: 100%;
    margin-top: 16px;
    order: 2;
    padding: 10px 12px;
    background-color: #edf8ea;
    border-radius: 4px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.notice-item{
    position: relative;
    padding-right: 30px;
}

.notice-item .colored{
    color: #42a856;
}

.notice-item  svg{
    position: absolute;
    right: 0;
    top: 0;
}

.notice-item  svg path{
    fill: #42a856;
}

.warehouse-cont{
    display: flex;
    flex-direction: column;
    color: #000;
    position: relative;
}

.warehouse-item{
    padding: 12px;
    border-radius: 8px;
    position: relative;
    border:  1px solid #b7b7b7;
}

.warehouse-title{
    display: flex;
    margin-bottom: 12px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
}

.warehouse-title .icon, .warehouse-time .icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.warehouse-title .icon svg, .warehouse-time .icon svg{
    width: 20px;
}

.warehouse-title .icon path, .warehouse-time .icon path{
    fill: #42a856;
}

.warehouse-time{
    display: flex;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
}

.warehouse-time .colored{
    color: #42a856;
}

.warehouse-btns{
    display: flex;
    gap: 25px;
    margin-top: 16px;
}

.btn.btn-warehouse{
    max-width: 145px;
    width: 100%;
    justify-content: center;
    height: 40px;
    font-size: 10px;
    border-radius: 8px;
}

.btn.btn-map{
    color: #43b02a;
    font-size: 12px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    gap: 5px;
    font-size: 10px;
}

.btn.btn-map .icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-map .icon path{
    fill: #43b02a;
}

.coupon-group.coupon-group-floor{
    gap: 10px;
    white-space: nowrap;
    align-items: center;
}

.floor-notice{
    display: flex;
    align-items: center;
    padding: 8px;
    background-color: #edf8ea;
    border-radius: 4px;
    line-height: 16px;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    margin-top: 20px;
}

.floor-notice-text .colored{
    color: #43b02a;
}

.order-payment-info{
    padding: 8px;
    background-color: #edf8ea;
    border-radius: 4px;
    line-height: 16px;
    color: #000;
    font-size: 10px;
    font-weight: 400;
}

.comment-cont{
    margin-bottom: 20px;
}

.comment-toogler{
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 12px;
    font-size: 12px;
    font-weight: 400;
}

.comment-toogler:hover{
    color: #616161;
}

.comment-toogler .icon{
    display: flex;
    align-items: center;
    font-size: 14px;
}

.comment-block{
    display: none;
    justify-content: space-between;
    gap: 20px;
}

.comment-textarea{
    flex: 1 0 auto;
}

.comment-textarea textarea{
    box-shadow: none;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    resize: none;
    min-height: 113px;

}

.comment-close{
    cursor: pointer;
}

.comment-cont.opened .comment-toogler{
    display: none;
}

.comment-cont.opened .comment-block{
    display: flex;
}

.order-step.closed .order-goods-cont{
    display: none;
}

.order-step.closed .order-slider{
    display: block;
}

.order-step.closed .order-block.order-block-city{
    display: none;
}

@media(max-width: 1250px){
    .order-slider-list{
        width: 240px;
    }
}

@media(max-width: 1025px){
    .order-page{
        flex-wrap: wrap;
    }

    .order-cont{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .order-stiky-cont{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-block{
        padding: 20px 19px;
    }
}

@media(max-width: 767px){
    .order-block{
        padding: 24px 16px;
    }

    .order-goods-content{
        flex-direction: column;
        align-items: unset;
    }

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

    .order-goods-detail-cont{
        width: auto;
        margin-bottom: 8px;
    }

    .order-goods-action{
        max-width: unset;
    }

    .order-total-grand.mobile{
        display: flex;
        margin-top: 16px;
    }

    .order-step .order-total-grand-title{
        margin-bottom: 2px;
    }

    .order-step .ogg-price-old{
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }

    .order-step .ogg-price-new{
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
    }

    .btn.order-goods-btn-next{
        max-width: unset;
    }

    .order-step .ogg-price-new span{
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }

    .flat-block .coupon-title{
        display: none;
    }

    .order-step:not(.step4) input[type="radio"]:checked + .order-radio-item .order-radio-head{
        padding-bottom: 16px;
        border-bottom: 1px solid #b7b7b7;
    }

    .order-radio-body{
        margin-top: 16px;
        padding-left: 0;
    }

    .notice-block{
        margin-top: 10px;
    }

    .warehouse-item{
        padding: 0;
        border: 0;
    }

    .order-radio-head-block{
        flex-direction: column;
        align-items: unset;
    }

    .order-radio-head-title{
        width: 100%;
        display: flex;
        align-items: center;
    }

    .warehouse-btns{
        flex-direction: column;
        gap: 16px;
    }

    .warehouse-btns .btn, .btn.btn-warehouse{
        width: 100%;
        justify-content: center;
        max-width: unset;
    }

    .floor-notice{
        margin-top: 0;
    }

    .order-block.order-block-city{
        padding: 16px;
    }

    .order-back-link .text-desc{
        display: none;
    }

    .order-back-link .text-mob{
        display: flex;
    }

    .order-goods-item{
        align-items: flex-start;
    }

    .order-goods-name{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding-right: 40px;
    }

    .order-goods-price-new{
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .order-goods-price-new span{
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    .order-slider-content{
        flex-direction: column;
        gap: 16px;
        align-items: unset;
    }

    .order-slider-list{
        width: auto;
    }

    .order-slider-content .btn.btn-edit-step{
        max-width: unset;
    }
}

.window-hide-container {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.window {
    display: none
}

.window.window-opened{
    display: block;
}

@media (max-width: 740px) {
    .window#gallery-window {
        width: 560px
    }
}

@media (max-width: 600px) {
    .window#gallery-window {
        width: 320px
    }
}

.window .comparison-text {
    text-align: left
}

@media (max-width: 400px) {
    .window .callback-form {
        width: 250px
    }
}

.window .window-header {
    font-size: 15px;
    padding: 15px 52px 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    background: #f7f7f7;
    border-radius: 8px 8px 0 0;
    line-height: 1.2;
    word-wrap: break-word;
}

#login-window.window .window-content {
    text-align: left;
    padding: 30px;
}
.window .window-content {
   /* text-align: center;*/
    padding: 15px 30px;
    background: #fff;
    border-radius: 0 0 8px 8px
}

.window .checkbox-option input[type=checkbox] + label:before {
    background-image: url(/images/sprite.png);
    background-position: -1157px -54px;
    width: 20px;
    height: 22px
}

.window .checkbox-option input[type=checkbox]:checked + label:before {
    background-image: url(/images/sprite.png);
    background-position: -560px -81px;
    width: 20px;
    height: 22px
}

.window input:not([type]), .window input[type=color], .window input[type=date], .window input[type=datetime], .window input[type=datetime-local], .window input[type=email], .window input[type=month], .window input[type=password], .window input[type=tel], .window input[type=text], .window input[type=time], .window input[type=url], .window input[type=week], .window input[type=number], .window input[type=search], .window textarea {
    background: #fff;
    border: 1px solid #e0e1e1;
    border-radius: 6px;
}

.window .form-wrap .form-row input + .checkbox-option {
    margin-top: 10px;
    display: block
}

.window .form-wrap .form-row .row-label label {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase
}

@media (max-width: 580px) {
    .window .window-content {
        padding: 15px
    }
}

.error-message {
    font-size: 12px;
    display: block;
    margin: 0 0 10px;
    color: #f74c4c;
}

.form-wrap select {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 -2px 0 0 #d6eaf2
}

.form-wrap h2, .form-wrap h3, .form-wrap h4, .form-wrap h5, .form-wrap h6 {
    margin-top: 0
}

.form-wrap input:not([type]), .form-wrap input[type=color], .form-wrap input[type=date], .form-wrap input[type=datetime], .form-wrap input[type=datetime-local], .form-wrap input[type=email], .form-wrap input[type=month], .form-wrap input[type=password], .form-wrap input[type=tel], .form-wrap input[type=text], .form-wrap input[type=time], .form-wrap input[type=url], .form-wrap input[type=week], .form-wrap input[type=number], .form-wrap input[type=search], .form-wrap textarea {
    padding: 9px 10px;
}

.form-wrap .form-exp {
    font-size: 13px;
    color: #575757;
    margin: 0 0 15px
}

.form-wrap .req {
    color: #42a856
}

.form-wrap .address-line {
    display: inline-block;
    width: 100%
}

.form-wrap .address-line .col {
    float: left;
    width: 50%
}

.form-wrap .address-line .col + .col {
    width: 23%;
    margin-left: 2%
}

@media (max-width: 400px) {
    .form-wrap .address-line .col {
        width: 100%;
        float: none
    }

    .form-wrap .address-line .col + .col {
        width: 100%;
        margin: 10px 0 0
    }
}

.form-wrap .form-row {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px
}

.form-wrap .form-row.btns {
    margin: 0;
    text-align: right
}

.form-wrap .form-row .row-label {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 9px
}

.form-wrap .form-row .row-content small {
    font-size: 12px;
    line-height: 1;
    color: #666565;
    display: block
}

.checkbox-option input[type=checkbox] {
    position: absolute;
    left: -999999px
}

.checkbox-option input[type=checkbox] + label {
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer
}

.checkbox-option input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url(/images/sprite.png);
    background-position: -1157px -166px;
    width: 20px;
    height: 20px
}

.checkbox-option input[type=checkbox]:checked + label:before {
    content: '';
    background-image: url(/images/sprite.png);
    background-position:-1157px -391px;
    width: 20px;
    height: 20px
}

.checkbox-option input[type=radio] {
    position: absolute;
    left: -999999px
}

.checkbox-option input[type=radio] + label {
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer
}

.checkbox-option input[type=radio] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url(/images/sprite.png);
    background-position: -560px -432px;
    width: 20px;
    height: 20px
}

.checkbox-option input[type=radio]:checked + label:before {
    content: '';
    background-image: url(/images/sprite.png);
    background-position: -75px -557px;
    width: 20px;
    height: 20px
}

.profile-select .checkbox-option input[type=radio] + label:before {
    background-image: url(/images/sprite.png);
    background-position: -560px 0px;
    width: 20px;
    height: 22px
}

.profile-select .checkbox-option input[type=radio]:checked + label:before {
    background-image: url(/images/sprite.png);
    background-position: -560px -27px;
    width: 20px;
    height: 22px
}

.auth-block.r1 .form-wrap .form-row{
    margin: 0 0 5px!important;
}

.auth-block {
    width: 765px;
    font-size: 14px
}
.auth-block p {
    font-size: 12px;
}
.r1{
    width: 300px!important;
}
.r1 .reg-rules{
    font-size: 12px;
}

.auth-block .checkbox-option input[type=checkbox] + label:before {
    background-image: url(/images/sprite.png);
    background-position: -560px 0px;
    width: 20px;
    height: 22px
}

.auth-block .checkbox-option input[type=checkbox]:checked + label:before {
    background-image: url(/images/sprite.png);
    background-position: -560px -27px;
    width: 20px;
    height: 22px
}

.auth-block .col {
    width: 49%;
    float: left
}

.auth-block .col + .col {
   /* padding-top: 20%;*/
    width: 42%;
    float: right;
    text-align: center;
}

.auth-block .registration-invitation h5 {
    font-size: 13px;
    font-weight: 700
}
.r2 .registration-invitation{
    margin-bottom: 30px;
}
.auth-block .form-wrap .form-row .pass-recovery-link {
    float: right;
    font-size: 13px
}

@media (max-width: 800px) {
    .auth-block {
        width: 680px
    }

    .auth-block .registration-invitation p {
        margin: 0 0 30px
    }
}

@media (max-width: 750px) {
    .auth-block {
        width: 480px
    }

    .auth-block .col, .auth-block .col + .col {
        float: none;
        width: auto
    }
}

@media (max-width: 580px) {
    .auth-block {
        width: 260px
    }

    .auth-block input[type=submit] {
        width: 100%;
        padding: 15px 20px
    }

    .auth-block .form-wrap .form-row .checkbox-option {
        display: inline-block
    }

    .auth-block .form-wrap .form-row .pass-recovery-link {
        float: none;
        display: inline-block
    }
}

.cols3:after, .about-cols:after, .add-clinic-form .cols2:after, .add-clinic-form .cols4:after, .add-clinic-form .price-line:after, .add-clinic-form .row:after, .articles-list ul li:after, .auth-block:after, .catalog-item .buy-line-wrap:after, .clearfix:after, .clinic-filter:after, .comments-form:after, .comments:after, .contacts-page .contacts-cols .sub-cols:after, .contacts-page .contacts-cols:after, .contacts-page .contacts-footer:after, .content-cols:after, .info-lines .line:after, .landing-page .callback-form .row:after, .landing-page .checkin-form .row:after, .lk-layout:after, .material-footer:after, .material-item .info:after, .material-item:after, .materials-list .info:after, .materials-list ul li:after, .order-block:after, .portal-item:after, .portal-tabs .fake-tabs ul:after, .portal-tabs .tabs-nav ul:after, .product .product-content .cols:after, .product .product-content .product-info .product-options .row:after, .product .product-content .product-info .to-basket:after, .product:after, .qna-form .cols:after, .qna-header:after, .registration-cols:after, .restrictions-cols:after, .search-sort:after, .wrap:after {
    clear: both;
}
.cols3:before, .cols3:after, .about-cols:after, .about-cols:before, .add-clinic-form .cols2:after, .add-clinic-form .cols2:before, .add-clinic-form .cols4:after, .add-clinic-form .cols4:before, .add-clinic-form .price-line:after, .add-clinic-form .price-line:before, .add-clinic-form .row:after, .add-clinic-form .row:before, .articles-list ul li:after, .articles-list ul li:before, .auth-block:after, .auth-block:before, .catalog-item .buy-line-wrap:after, .catalog-item .buy-line-wrap:before, .clearfix:after, .clearfix:before, .clinic-filter:after, .clinic-filter:before, .comments-form:after, .comments-form:before, .comments:after, .comments:before, .contacts-page .contacts-cols .sub-cols:after, .contacts-page .contacts-cols .sub-cols:before, .contacts-page .contacts-cols:after, .contacts-page .contacts-cols:before, .contacts-page .contacts-footer:after, .contacts-page .contacts-footer:before, .content-cols:after, .content-cols:before, .info-lines .line:after, .info-lines .line:before, .landing-page .callback-form .row:after, .landing-page .callback-form .row:before, .landing-page .checkin-form .row:after, .landing-page .checkin-form .row:before, .lk-layout:after, .lk-layout:before, .material-footer:after, .material-footer:before, .material-item .info:after, .material-item .info:before, .material-item:after, .material-item:before, .materials-list .info:after, .materials-list .info:before, .materials-list ul li:after, .materials-list ul li:before, .order-block:after, .order-block:before, .portal-item:after, .portal-item:before, .portal-tabs .fake-tabs ul:after, .portal-tabs .fake-tabs ul:before, .portal-tabs .tabs-nav ul:after, .portal-tabs .tabs-nav ul:before, .product .product-content .cols:after, .product .product-content .cols:before, .product .product-content .product-info .product-options .row:after, .product .product-content .product-info .product-options .row:before, .product .product-content .product-info .to-basket:after, .product .product-content .product-info .to-basket:before, .product:after, .product:before, .qna-form .cols:after, .qna-form .cols:before, .qna-header:after, .qna-header:before, .registration-cols:after, .registration-cols:before, .restrictions-cols:after, .restrictions-cols:before, .search-sort:after, .search-sort:before, .wrap:after, .wrap:before {
    content: " ";
    display: table;
}

.fancybox-lock, .fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(222, 222, 222, 0.87);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}
.window.basket-window{
    overflow: hidden !important;
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
    position: relative
}

.fancybox-opened {
    border-radius: 8px;
    z-index: 8030
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer
}

.fancybox-close {
    top: 13px;
    right: 25px;
    width: 12px;
    height: 12px;
    text-decoration: none;
    font-weight: 700;
}
.fancybox-close:before{
    content: '✕';
    color: black;
    font-size: 16px;
    text-decoration: none;
}

.fancybox-nav {
    top: 0;
    /*width: 40%;*/
    width: 0%;
    height: 100%;
    text-decoration: none;
    background: url(blank.gif)
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: visible
}

.fancybox-next span, .fancybox-prev span {
    background-image: url(/images/sprite.png);
    width: 16px;
    height: 30px
}

.fancybox-title, .fancybox-tmp, .invisible {
    visibility: hidden
}

.fancybox-prev span {
    left: -25px;
    background-position: -21px -522px
}

.fancybox-next span {
    right: -25px;
    background-position: -84px -522px
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

figure img, img {
    max-width: 100%
}

.mobile-header-right{
    display: none;
}

.proloader-block{
    position: relative;
}

.proloader-block:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    margin-top: -15px;
    margin-left: -15px;
    height: 30px;
    border: 5px solid #3b63ad;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 3;
}

.proloader-block:before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgb(255 255 255 / 70%);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg) ;
    }
    100% {
        transform: rotate(360deg) ;
    }
    } 

@media (max-width: 760px) {
    .page-header .img_logo span {
        background-image: url(../img/logo-mob.png);
        width: 170px;
        height: 30px;
        display: block;
        background-position: 0;
    }

    .page-header.order-header .header-basket{
        display: none;
    }

    .mobile-header-right {
        display: flex;
        align-items: center;
    }

    .m-icons-btn{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .m-icon-btn{
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #bcd3de;
        width: 34px;
        height: 34px;
        line-height: 34px;
        border-radius: 2px;
        padding: 0;
        font-size: 16px;
    }

    .m-icon-btn path{
        fill: #3961a9;
    }
}