.price-table {
    font-size: 16px;
    line-height: 22px;
    /* & .col-zone{
        width: 57%;
        position: relative;
    }
     & .col-btn{
        width: 21%;
        padding: 0 15px
    }
    */
}
.price-table .col-time {
    width: 13%;
    justify-content: center;
    text-align: center;
    color: #000;
}
.price-table .center-price-col {
    width: 73%;
    display: flex;
    justify-content: space-between;
}
.price-table .col-zone {
    position: relative;
}
.price-table .col-btn {
    padding: 0 15px;
}
.price-table .col-price {
    width: 15%;
    /*font-weight: 600;
    */
}
.price-table .price-headers .col-time {
    color: #fff;
}
.price-table .price-headers .col-zone {
    width: 78%;
}
.price-table .price-headers .col-price {
    font-weight: 400;
}
.price-table .mob-price-time {
    font-size: 14px;
    color: #807d7d;
    font-weight: 400;
}
.basket-apparat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    width: inherit;
    max-width: inherit;
}
#basket-activ {
    background: linear-gradient(180deg, #35aae8 0%, #008ed9 100%);
    color: #fff;
}
.basket-apparat > div:hover {
    cursor: pointer;
    background: linear-gradient(180deg, #35aae8 0%, #008ed9 100%);
    color: #fff;
}
.basket-apparat > div {
    height: 57px;
    padding: 10px 20px;
    border: 1px solid #cfdae1;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
}
.basket-apparat > div:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    box-sizing: border-box;
    right: -1px;
    position: relative;
}
.basket-apparat > div {
    box-sizing: border-box;
}
.basket-apparat > div:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    box-sizing: border-box;
    left: -1px;
    position: relative;
}
.basket-apparat > div > img {
    margin-right: 15px;
}
.apparat-top {
    margin-left: 15px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    width: 40px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: #ff810d;
    border-radius: 10px;
    color: #fff;
}
.apparat-basket-price-hide {
    display: none;
}
.basket-parent-tab {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.outer-basket-et, .outer-basket-hs, .outer-basket-mt {
    width: 100%;
    position: absolute;
    transition: 0.3s ease-out;
    transition-delay: 0.4s;
    background-color: #fff;
    left: -150%;
    z-index: 2;
}
.transition-basket-et, .transition-basket-hs, .transition-basket-mt {
    left: 0% !important;
}
.price-headers {
    background: #eaf1f6;
    color: #000;
    height: 42px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    opacity: 0.75;
}
.price-headers > div {
    padding: 14px 15px;
    text-align: left;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
}
.price-table-row {
    max-height: 50px;
    display: flex;
    align-items: stretch;
    border: 1px solid #cfdae1;
    border-top: transparent;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none !important;
    color: #202325;
    box-sizing: border-box;
}
.price-table-row:hover, .price-table-row:active, .price-table-row:focus {
    color: #202325;
    /*border: 1px solid #D1E0EB;
     margin-top: -1px;
    */
    background: #fafdff;
    border: 1px solid #1e91cd;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(30, 145, 205, 0.1);
}
.price-table-row:hover .col-zone, .price-table-row:active .col-zone, .price-table-row:focus .col-zone {
    color: #000;
}
.price-table-row:hover > div:first-child {
    border-right: 1px solid #fafdff;
}
.price-table-row:hover > div:last-child {
    border-left: 1px solid #fafdff;
}
.price-table-row > div:first-child {
    border-right: 1px solid #cfdae1;
}
.price-table-row > div:last-child {
    border-left: 1px solid #cfdae1;
}
.price-table-row > div {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 21px 15px;
}
.col-time-checked-active {
    background: url("/media/mod_basket_price/images/check.svg") !important;
    border: unset !important;
}
.col-time-checked {
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 16px;
}
.col-time-time {
    margin-right: 5px;
}
.price-table-row .enroll-btn {
    position: relative;
    z-index: -1;
    opacity: 0;
    padding-top: 7px;
    padding-bottom: 8px;
    color: #4a99d4;
    font-weight: 400;
    white-space: nowrap;
}
.price-table-row .enroll-btn:hover, .price-table-row .enroll-btn:active, .price-table-row .enroll-btn:focus {
    padding: 8px 30px 9px;
}
.enroll-btn .mod-popup-btn {
    box-sizing: unset !important;
    width: unset;
    height: unset;
    display: unset;
    flex-direction: unset;
    align-items: unset;
    justify-content: unset;
    padding: unset;
    border-radius: unset;
    margin-top: unset;
    color: unset;
    font-size: unset;
    font-style: unset;
    font-weight: unset;
    font-family: unset;
    background: unset;
}
.price-cat-outer .price-headers {
    background: #fff;
    border: 1px solid #cfdae1;
    color: #000;
}
.price-cat-outer .price-table .price-headers .col-time {
    color: #000;
}
.price-cat-outer .price-cat-inner {
    margin-bottom: 2px !important;
    position: relative;
}
.price-cat-outer .price-cat-inner .price-table {
    margin-bottom: 0px;
    background-color: #fff;
}
.price-cat-outer .price-cat-inner .price-cat-inner {
    margin-bottom: 0;
    border: 1px solid #d5e1ea;
    border-top: 0;
    border-radius: 3px;
    padding: 0px 30px;
    background-color: #f8f9fb;
}
.price-cat-outer .price-cat-inner .price-cat-inner .price-cat-header {
    margin-left: -30px;
    margin-right: -30px;
}
/*.price-cat-header{
	max-height: 60px;
}
*/
.price-cat-outer .price-cat-inner .price-cat-inner .price-cat-header a {
    background-color: #f8f9fb;
    padding: 15px 30px;
}
.price-cat-outer .price-cat-inner .price-cat-inner .price-cat-header a[aria-expanded=true] .cat-title {
    color: #000;
}
.price-cat-outer .price-cat-inner .price-cat-inner .price-cat-header a[aria-expanded=true] .collapse-arrow path {
    stroke: #515153;
}
.price-cat-outer .price-cat-inner .price-cat-inner .price-cat-header a .cat-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
    color: #4a99d4;
}
.price-cat-outer .price-cat-inner .price-cat-inner .price-cat-header a .collapse-arrow {
    box-shadow: none;
    background-color: transparent;
    border: none;
}
.price-cat-outer .price-cat-inner .price-cat-inner > div > .price-cat-inner:first-child {
    border-top: 1px solid #d5e1ea;
}
.price-cat-outer .price-cat-inner .price-cat-inner > div > .price-cat-inner:last-child {
    margin-bottom: 30px;
}
.price-cat-outer .price-cat-header a {
    background-color: #f8fbfd;
    color: #005aa5;
    border-radius: 0px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    padding: 13px 30px;
    border-bottom: 0;
}
.price-cat-outer .price-cat-header a[aria-expanded=true] {
    background-color: #005aa5;
    color: #fff;
}
.price-cat-outer .price-cat-header a[aria-expanded=true] .cat-icon {
    background-color: #fff;
}
.price-cat-outer .price-cat-header a[aria-expanded=true] .cat-icon path {
    fill: #4a99d4;
}
.price-cat-outer .price-cat-header a[aria-expanded=true] .cat-title {
    color: #fff;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    */
}
.price-cat-outer .price-cat-header a[aria-expanded=true] .collapse-arrow {
    box-shadow: none;
    background-color: transparent;
    transform: rotate(180deg);
}
.collapse-arrow-transform {
    transform: rotate(0deg) !important;
}
.price-cat-outer .price-cat-header a[aria-expanded=true] .collapse-arrow path {
    stroke: #fff;
}
.price-cat-outer .price-cat-header .cat-icon {
    height: 33px;
    width: 33px;
    flex: 0 0 33px;
    border-radius: 17px;
    background-color: #4898d3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.price-cat-outer .price-cat-header .cat-icon path {
    fill: #fff;
}
.price-cat-outer .price-cat-header .cat-icon svg {
    max-height: 20px;
    max-width: 20px;
}
.price-cat-outer .price-cat-header .cat-title {
    line-height: 24px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 90, 165, 0.15);
    margin-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.price-cat-outer .price-cat-header .collapse-arrow {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    background-color: white;
    width: 33px;
    height: 33px;
    flex: 0 0 33px;
    /*border: 1px solid #ffffff;
    */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 17px;
    transition: transform 0.3s ease-in-out;
}
.price-cat-outer.inner-layout > .price-cat-inner {
    margin-bottom: 0;
    /*border: 1px solid #D5E1EA;
    */
    border-top: 0;
    border-radius: 3px;
    /*padding: 0 30px;
    */
}
.price-cat-outer.inner-layout > .price-cat-inner:first-child {
    border-top: 1px solid #d5e1ea;
}
.price-cat-outer.inner-layout > .price-cat-inner .price-cat-header {
    /*margin-left: -30px;
     margin-right: -30px;
    */
}
.price-cat-outer.inner-layout > .price-cat-inner .price-cat-header a {
    background-color: #005aa5;
    padding: 15px 30px;
}
.price-cat-outer.inner-layout > .price-cat-inner .price-cat-header a[aria-expanded=true] .cat-title {
    color: #fff;
}
.price-cat-outer.inner-layout > .price-cat-inner .price-cat-header a[aria-expanded=true] .collapse-arrow path {
    stroke: #fff;
}
.price-cat-outer.inner-layout > .price-cat-inner .price-cat-header a .cat-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
    color: #4a99d4;
}
.price-cat-outer.inner-layout > .price-cat-inner .price-cat-header a .collapse-arrow {
    box-shadow: none;
    background-color: transparent;
    border: none;
}
.price-cat-outer.inner-layout > .price-cat-inner > div > .price-cat-inner:first-child {
    border-top: 1px solid #d5e1ea;
}
.price-cat-outer.inner-layout > .price-cat-inner > div > .price-cat-inner:last-child {
    margin-bottom: 30px;
}
.basket-opacity {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 9999;
}
.basket-body {
    padding: 20px 0px;
    position: fixed;
    z-index: 10000;
    background-color: #fff;
    right: 0;
    width: 450px;
    height: 100%;
    top: 0;
    display: none;
    flex-direction: column;
    /*border-left: 1px solid #F6F9FC;
    */
    box-sizing: border-box;
}
.basket-body-show {
    display: flex !important;
}
.basket-step-one {
    overflow: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 169px;
}
.basket-step-one::-webkit-scrollbar-thumb {
    background-color: #0c88c9;
    border-radius: 10px;
}
.basket-step-one::-webkit-scrollbar {
    width: 5px;
    background-color: #f6f9fc;
}
.basket-step-too {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    overflow: auto;
    padding-bottom: 169px;
}
.basket-step-too::-webkit-scrollbar-thumb {
    background-color: #0c88c9;
    border-radius: 10px;
}
.basket-step-too::-webkit-scrollbar {
    width: 5px;
    background-color: #f6f9fc;
}
.basket-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.basket-navigation > div:nth-child(1) {
    background: #f6f9fc;
    border-radius: 100px;
    color: #0c88c9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 17px 8px;
}
.basket-navigation > div:nth-child(1):hover {
    cursor: pointer;
    background: #dbdee1;
}
.basket-navigation > div:nth-child(2) {
    color: #d22626;
}
.basket-navigation > div:nth-child(2):hover {
    cursor: pointer;
    border-bottom: 1px solid #d22626;
}
.basket-title {
    margin-top: 30px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #171719;
}
.basket-parent-cat {
    background: linear-gradient(180deg, #35aae8 0%, #008ed9 100%);
    color: #fff;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 16px 10px;
    box-sizing: border-box;
    margin-top: 20px;
}
.bascet-zone-apparat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    border-bottom: 1px solid #cfdae1;
    padding: 16px 0px 10px 0px;
    text-transform: uppercase;
}
.bascet-zone-apparat > div:nth-child(2) {
    width: 35%;
    max-width: 125px;
}
.bascet-zone-sub-cat {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #9a9797;
    margin-top: 24px;
}
.bascet-zone-service-coust {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6px;
}
.bascet-zone-service-coust > div:nth-child(1) {
    width: 65%;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1e91cd;
}
.bascet-zone-service-coust > div:nth-child(2) {
    margin-top: 3px;
    width: 35%;
    max-width: 125px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.bascet-service-check {
    height: 18px;
    width: 18px;
    background: url(/media/mod_basket_price/images/check_basket.png);
    margin-right: 16px;
}
.bascet-service-check:hover {
    cursor: pointer;
}
.bascet-service-check-not-active {
    display: inline-block;
    background: #fff !important;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
}
.bascet-service-trash {
    background: url(/media/mod_basket_price/images/trash_close.png);
    width: 22px;
    height: 22px;
    margin-left: 24px;
}
.bascet-service-trash:hover {
    background: url(/media/mod_basket_price/images/trash_open.png) !important;
    cursor: pointer;
}
.bascet-all-coust {
    width: 100%;
    position: absolute;
    z-index: 10001;
    bottom: 0px;
    height: 159px;
    background: #fff;
    box-shadow: 0px -4px 25px #000;
    padding: 30px 20px;
    box-sizing: border-box;
}
.bascet-send {
    width: 100%;
    position: absolute;
    z-index: 10001;
    bottom: 0px;
    height: 113px;
    background: #fff;
    box-shadow: 0px -4px 25px #000;
    padding: 30px 20px;
    box-sizing: border-box;
}
.bascet-send {
    display: none;
}
.bascet-coust-value {
    margin: 0 auto 17px;
    height: 28px;
    max-width: 200px;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-evenly;
}
.coust-value, .bascet-coust-value > span {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    color: #171719;
}
.bascet-btn-next-step, .bascet-send-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0px 18px;
    height: 54px;
    max-width: 410px;
    background: linear-gradient(0deg, #005aa5 0.06%, #1e91cd 99.97%);
    opacity: 0.99;
    border-radius: 100px;
    color: #fff;
    box-sizing: border-box;
}
.bascet-btn-next-step:hover, .bascet-send-form:hover {
    background: linear-gradient(0deg, #02569d 0.06%, #1b7fb4 99.97%);
    cursor: pointer;
}
.bascet-btn-next-step > span:nth-child(1) {
    font-size: 18px;
}
.basket-next-step-img {
    background: url(/media/mod_basket_price/images/next.png) no-repeat !important;
    width: 28px;
    height: 10px;
    margin-left: 10px;
}
.basket-prev-step-img {
    background: url(/media/mod_basket_price/images/prev.png) no-repeat !important;
    width: 21px;
    height: 10px;
    margin-right: 10px;
}
.basker-error {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    position: absolute;
    z-index: 10001;
    bottom: 0;
    height: 159px;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
}
.basket-form-name {
    margin-top: 40px;
}
.basket-form-name > div, .basket-form-tel > div {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
    color: #131314;
}
.basket-form-name > input, .basket-form-tel > input {
    padding-left: 20px;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    height: 52px;
    width: 100%;
    max-width: 448px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.basket-form-tel {
    margin-top: 26px;
}
.basket-active {
    display: block !important;
}
.basket-form-salon {
    margin-top: 26px;
    position: relative;
}
.basket-form-salon > div:nth-child(1) {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
    color: #131314;
}
#basket-form-salon-check {
    position: relative;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    height: 52px;
    width: 100%;
    max-width: 448px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#basket-form-salon-check > div:nth-child(1) {
    padding: 12px 0;
    cursor: pointer;
    margin: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#basket-popular-list {
    position: fixed;
    top: 0px;
    right: 0px;
    overflow: auto;
    display: none;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    max-width: 449px;
    height: 100%;
    z-index: 1000;
    padding: 10px;
    padding-bottom: 130px;
}
#basket-popular-list > div {
    padding: 2px 5px;
}
#basket-popular-list::-webkit-scrollbar-thumb {
    background-color: #0c88c9;
    border-radius: 10px;
}
#basket-popular-list::-webkit-scrollbar {
    width: 5px;
    background-color: #f6f9fc;
}
#val_result_basket:hover {
    cursor: pointer;
    border-bottom: 1px solid;
}
@media (min-width: 768px) {
    .price-table-row:hover .enroll-btn {
        z-index: 1;
        opacity: 1;
    }
}
/*@media (max-width: 1259.9px) and (min-width: 992px){
	 .price-table{
		 & .col-zone{
			width: 52%;
		}
		 & .col-btn{
			width: 26%;
		}
		 & .center-price-col{
		}
	}
}
*/
@media (max-width: 1182px) and (min-width: 991.9px) {
    .basket-parent-tab {
        max-width: 700px;
    }
}
@media (max-width: 991.9px) and (min-width: 768px) {
    /*& .col-zone{
        width: 38%;
    }
     & .col-btn{
        width: 35%;
    }
    */
    .price-table .col-time {
        width: 12%;
    }
    .price-table .center-price-col {
        width: 73%;
    }
    .price-table .col-price {
        width: 15%;
    }
    .price-table .price-headers .col-time {
        width: 12%;
    }
    .price-table .price-headers .col-zone {
        width: 73%;
    }
    .price-table .price-headers .col-price {
        width: 15%;
    }
    .price-table .price-headers > div {
        padding: 11px 7px;
    }
    .price-table .price-table-row > div {
        padding: 16px 7px;
    }
    .col-price {
        flex-direction: column;
        padding: 16px 10px !important;
    }
    .col-price > div:nth-child(1) {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        color: #202325;
    }
    .col-price > div:nth-child(2) {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #807d7d;
    }
    .col-time-checked {
        margin-right: unset;
    }
    .price-table-row > div:first-child {
        border-right: 1px solid transparent;
    }
}
@media (max-width: 767.9px) {
    .price-table .col-zone {
        font-size: 14px;
        line-height: 18px;
    }
    .price-table .center-price-col {
        width: 80%;
        padding-left: 0px !important;
    }
    .price-table .col-price {
        width: 20%;
        border-left: 1px solid #ecf0f2;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: center;
        min-width: 81px;
        box-sizing: border-box;
    }
    .price-table .price-headers .col-zone {
        width: 80%;
    }
    .price-table .price-headers .col-price {
        width: 20%;
        border-left: none;
    }
    .price-table .price-table-row > div {
        padding: 10px 10px;
    }
    .price-table .price-headers > div {
        padding: 16px 10px 18px;
    }
    .price-cat-outer .price-cat-header a {
        font-size: 16px;
        padding: 8px 15px 9px;
        background: linear-gradient(180deg, #35aae8 0%, #008ed9 100%);
    }
    .price-cat-outer .price-cat-header a[aria-expanded=true] .cat-title {
        border-bottom: 0;
    }
    .price-cat-outer .price-cat-header .cat-title {
        padding-bottom: 2px;
        margin-right: 15px;
        border-bottom: 0;
    }
    .price-cat-outer .price-cat-header .cat-icon {
        margin-right: 15px;
    }
    .price-cat-outer .price-cat-inner .price-cat-inner {
        padding: 0 10px;
    }
    .price-cat-outer .price-cat-inner .price-cat-inner .price-cat-header {
        margin-left: -10px;
        margin-right: -10px;
    }
    .price-cat-outer .price-cat-inner .price-cat-inner .price-cat-header a {
        font-size: 16px;
        padding: 11px 18px;
    }
    .price-cat-outer .price-cat-inner {
        margin-bottom: 0px;
    }
    .price-table-row > div:first-child {
        border-right: 1px solid transparent;
    }
    .price-table-row:hover, .price-table-row:active, .price-table-row:focus {
        border: 1px solid transparent;
    }
    .col-price > div:nth-child(1) {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        color: #202325;
    }
    .col-price > div:nth-child(2) {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #807d7d;
    }
    .col-time-checked {
        margin-right: unset;
    }
    .col-zone-mob {
        color: #1e91cd;
        font-weight: 600;
        font-size: 14px;
    }
    .row-zone-mob {
        background: #eff8ff;
        border: 1px solid #d3ecf8;
    }
    .basket-apparat {
        background-color: #fff;
        width: 100%;
        margin-bottom: 0px;
        justify-content: left;
    }
    .basket-apparat > div {
        height: 60px;
        padding: 12px;
        border: 1px solid transparent;
    }
    .basket-apparat > div:first-child {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        right: unset;
    }
    .basket-apparat > div:last-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        left: unset;
    }
    .basket-apparat > div:nth-child(2) {
        border-left: 1px solid #eaf1f6;
        border-right: 1px solid #eaf1f6;
    }
    .basket-apparat > div > img {
        margin-right: 8px;
    }
    .apparat-top {
        margin-left: 8px;
    }
    .bascet-mob-text {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 17px;
        color: #1e91cd;
    }
    #basket-activ {
        background: #005aa5;
    }
    #basket-activ > span.bascet-mob-text {
        color: #fff;
    }
    .basket-body {
        width: 100%;
    }
    .basket-step-one {
        padding-left: 15px;
        padding-right: 15px;
    }
    .price-table-row {
        max-height: unset;
    }
    .basket-body {
        padding: 16px 0 20px;
    }
}
 