.container {
    max-width: 1072px;
    padding: 0;
}

a.cart-phone_number-link {
    line-height: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .59px;
    font-weight: 700;
}

.cart-phone__description {
    line-height: 11px;
    line-height: .6875rem;
    font-size: 11px;
    font-size: .6875rem;
    color: #ccc;
}

.language-box li {
    list-style: none;
}

.language-box li a {
    font-size: 16px;
    line-height: 20px;
    color: #636363;
}

nav.navigation-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    background: #fff;
}

.navigation-right {
    display: flex;
}

.language-box {
    margin-right: 15px;
}


ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin: 0 auto 25px auto;
    border: 1px solid #eee;
    border-radius: 5px;
}

ul.accordion-list li div.answer {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}

ul.accordion-list li.active div.answer {
    display: block;
}


.title-row-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-table-cart {
    background: #ECECEC;
    padding: 40px 0 50px;
}

.title-row-cart-left {
    width: 50%;
    display: flex;
    align-items: center;
}

.title-row-cart-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.titles p {
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    text-align: justify;
    color: #1F1F1F;
    margin: 0;
    margin-right: 33px;
}

.pcs span {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #1F1F1F;
}

.prices {
    font-weight: 800;
    margin-right: 42px;
    display: flex;
    align-items: center;
}

.prices p {
    margin: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-right: 5px;
}

.tabs__content label p.prices {
    color: #000;
}

.prices span {
    font-size: 24px;
    line-height: 35px;
}

a.cart-closest {
    font-size: 16px;
    line-height: 20px;
    color: #12ACB4;
    border-bottom: 1px dashed #12ACB4;
}

table.table-cart {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    border-spacing: 0;
}

.table-cart th {
    background: #DDDDDD;
    font-weight: 350;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    padding: 5px 0;
}

.cart-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    max-width: 100px;
    min-height: 100px;
}

.cart-box-img img {
    width: 95%;
    object-fit: contain;
}

.table-cart tr td {
    padding-top: 25px;
}

.table-cart tr th:first-child,
.table-cart tr td:first-child {
    width: 100px;
    text-align: left;
    padding-left: 20px;
}

.table-cart tr th:nth-child(2),
.table-cart tr td:nth-child(2) {
    width: 220px;
    margin-left: 22px;
    text-align: left;
}

.table-cart tr th:nth-child(3),
.table-cart tr td:nth-child(3) {
    width: 150px;
}

.table-cart tr th:nth-child(4),
.table-cart tr td:nth-child(4) {
    width: 110px;
}

.table-cart tr th:nth-child(5),
.table-cart tr td:nth-child(5) {
    width: 100px;
}

.table-cart tr th:nth-child(6),
.table-cart tr td:nth-child(6) {
    width: 80px;
    padding-right: 20px;
}


.cart-box-about-title p {
    font-weight: 800;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 7px;
}

.cart-box-about-text span {
    font-size: 15px;
    line-height: 20px;
    color: #9C9C9C;
    display: block;
}

.cart-box-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.cart-box-price-new {
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    color: #FF176D;
    margin: 0;
    margin-right: 16px;
}

p.cart-box-price-old {
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-decoration-line: line-through;
    margin: 0;
    color: #AFAFAF;
}

.quality {
    display: flex;
    width: 110px;
    background: rgba(169, 169, 169, 0.1);
    border: 1px solid #E4E4E4;
    border-radius: 80px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

button.btn-plus {
    display: block;
    width: auto;
    min-height: auto;
    height: auto;
    color: #C4C4C4;
    background: transparent;
    border: none;
    padding: 0;
    width: 25px;
    font-size: 38px;
    font-weight: 200;
    line-height: 40px;
}

button.btn-minus {
    display: block;
    width: auto;
    min-height: auto;
    height: auto;
    color: #C4C4C4;
    background: transparent;
    border: none;
    padding: 0;
    width: 25px;
    font-size: 29px;
    font-weight: 200;
    line-height: 40px;
}

.quality input {
    width: 30px;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 38px;
    color: #000000;
}

.full-price p {
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #000000;
    margin: 0;
}

a.table-delete {
    display: block;
    margin: 0 auto;
    text-align: center;
}

a.table-delete:hover img {
    transform: scale(1.05);
}

a.table-delete img {
    transition: .2s all linear;
}

.title-row-delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.form-delivery-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #DDDDDD;
}

.form-delivery-row label p {
    font-size: 16px;
    line-height: 20px;
    color: #9C9C9C;
    margin-bottom: 10px;
    display: inline-block;
}

.form-delivery-row label p >span {
    color: #E20C0C;
}

.form-delivery-row label input {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #060606;
}

.tabs__content {
    display: none;
    width: 50%;
    max-width: 485px;
}

.tabs__content.active  {
    display: block;
}

.deliv-tabs {
    display: flex;
    justify-content: space-between;
    padding: 25px 20px;
    position: relative;
}

.deliv-tabs:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #DDDDDD;
}

ul.tabs__caption {
    margin: 0;
    width: 50%;
    max-width: 485px;
}

.delivery-pin {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 28px 24px;
    border: 1px solid transparent;
    cursor: pointer;
}

.delivery-pin-img {
    margin-right: 30px;
}

.delivery-pin-title p, .delivery-pin-title p span.delivery-cost-pin {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #060606;
    margin: 0;
}

.delivery-pin-title span {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    color: #3D3D3D;
}

.delivery-pin-title {
    text-align: left;
}

.active .delivery-pin {
    background: #FAFAFA;
    border: 1px solid #00A7B5;
}

.delivery-pin:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    transform: translateY(-50%);
}

.active .delivery-pin:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 29px;
    background: #00A7B5;
    transform: translateY(-50%);
}

.active .delivery-pin:before {
    border-color: #00A7B5;
}

ul.tabs__caption li {
    margin-bottom: 25px;
}

.tabs__content label span {
    font-size: 16px;
    line-height: 16px;
    color: #9C9C9C;
    margin-bottom: 5px;
    display: inline-block;
    text-align: left;
}

.tabs__content label span>span {
    color: #E20C0C;
}

.tabs__content label input {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 42px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

.tabs__content label[for=kvartira] {
    max-width: 90px;
}

.tabs__content label[for=kvartira] input::-webkit-outer-spin-button,
.tabs__content label[for=kvartira] input::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    margin: 0; 
}

.tabs__content label input::placeholder {
    font-style: italic;
    font-weight: 350;
    font-size: 13px;
    line-height: 20px;
    color: #9C9C9C;
}

.tabs__content label {
    text-align: left;
    margin-bottom: 20px;
}


.tabs__content label textarea {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 95px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    resize: none;
    padding-top: 16px;
}

.tabs__content label textarea::placeholder {
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    color: #9C9C9C;
    font-weight: 350;
}


.lift-to-floor label.floor-left-cart[for=lft-flr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 27px;
    padding-left: 55px;
    margin-top: 25px;
    background: #FAFAFA;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 6px;
}

.label-radio-left {
    width: 70%;
}

.label-radio-right {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label-radio-left p {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #333333;
    margin: 0;
}

label .label-radio-left>span {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #9C9C9C;
    margin: 0;
}

label .label-radio-right .prices {
    margin-right: 10px;
    margin-bottom: 0;
    /* display: none; */
}

/* Для Chrome */
label .label-radio-right input[type=number]::-webkit-inner-spin-button,
label .label-radio-right input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Для Firefox */
label .label-radio-right input[type=number]{
  -moz-appearance: textfield;
}

label .label-radio-right>input {
    max-width: 80px;
    text-align: center;
    height: 41px !important;
}

.lift-to-floor label[for=lft-flr]:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    transform: translateY(-50%);
    border-radius: 0 !important;
}

.lift-to-floor label[for=lft-flr]:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 23px;
    background: transparent;
    background-image: none !important;
    transform: translateY(-50%);
    border-radius: 0 !important;
}

.lift-to-floor input[type=checkbox]:checked+label[for=lft-flr]:after {
    background-color: #27979d;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 23px;
}

.time-work {
    font-size: 13px;
    line-height: 20px;
    color: #282828;
    margin: 0;
    margin-top: 20px;
}

.lf-fl {
    font-size: 16px;
    line-height: 20px;
    color: #12ACB4;
    border-bottom: 1px dashed #12ACB4;
}

.tabs-title {
    font-size: 16px;
    line-height: 20px;
    color: #9C9C9C;
    margin-bottom: 5px;
    display: block;
}

.cart-label-radio-box label {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    align-items: center;
    padding: 20px;
    padding-bottom: 5px;
    padding-left: 25px !important;
    margin-bottom: 13px;
}

.cart-label-radio-box label p {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 2px;
}

.cart-label-radio-box label span {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #8A8A8A;
    display: block;
}

.cart-label-radio-box label:before {
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: initial !important;
}

.cart-label-radio-box label:after {
    right: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: initial !important;
}

.delivery-pin-title{
    width: 280px;
}

.pickup-form {
    max-height: 470px;
    overflow-y: auto;
    padding-right: 21px;
}

.pickup-form::-webkit-scrollbar {
    width: 4px;
    background-color: #DDDDDD;
}

.pickup-form::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #12ACB4;
}

.pickup-form::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #DDDDDD;
}


.additional-service-title p {
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    text-align: justify;
    color: #1F1F1F;
    margin: 0;
    margin-right: 33px;
}

.additional-service-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px; 
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.additional-service-label-text p {
    font-size: 17px;
    line-height: 20px; 
    color: #333333;
    margin-bottom: 0px;
}

.additional-service-label-text p span {
    font-weight: 700;
}

.additional-service-label-text > span {
    font-size: 13px;
    line-height: 19px;
    color: #838383;
}

.additional-service-label-row label input[type=number] {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    width: 65px;
    height: 30px;
    transition: .2s all linear;
    opacity: 0;
    padding: 0 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}


.additional-service-label-row label input[type=number]::-webkit-outer-spin-button,
.additional-service-label-row label input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    margin: 0; 
}

.additional-service-label-row label {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px!important;
}

.additional-service-label-row input[type=checkbox]:checked+label input[type=number] {
    opacity: 1;
}

.additional-service-label-row {
    padding: 0px 25px;
}

.additional-service-label-row:not(:last-child) {
    margin-bottom: 15px;
}

.additional-service-label-row input[type=checkbox]+label:before, .additional-service-label-row input[type=radio]+label:before {
    content: "";
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    box-sizing: border-box;
}


.additional-service-label-row input[type=checkbox]+label:after, .additional-service-label-row input[type=radio]+label:after {
    top: 6px;
    left: 2px;
    width: 9px;
    height: 8px;
}

.additional-service-closes {
    font-size: 16px;
    line-height: 20px;
    color: #12ACB4;
    border-bottom: 1px dashed #12ACB4;
}

.rise-price {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #3D3D3D;
    margin: 0;
}

.additional-service-answer {
    border-bottom: 1px solid #DDDDDD; 
    padding: 10px 0 20px;
}

.payment-methods-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.payment-methods-box {
    width: 33%;
    box-sizing: border-box;
    max-width: 322px;
    margin-bottom: 20px;
}

.payment-methods-box:not(:nth-child(3)) {
    margin-right: 20px;
}

.payment-methods-box label {
    width: 100%;
    display: flex!important;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 22px 26px;
    padding-left: 26px!important;
    transition: .2s all linear;
    min-height: 96px;
}

body[data-language-id="en"] .payment-methods-box label,
body[data-language-id="ru"] .payment-methods-box label { 
    min-height: 107px;
}

.payment-methods-box-text {
    width: 190px;
}

.payment-methods-box-text p {
    font-weight: bold;
    font-size: 15px;
    line-height: 14px; 
    color: #060606;
    margin-bottom: 2px;
}

.payment-methods-box-text span {
    font-weight: 350;
    font-size: 13px;
    line-height: 15px; 
    color: #3D3D3D;
}

.payment-methods-box-img {
    margin-right: 21px;
    width: 30px;
}

.payment-methods{
    padding: 25px 20px 38px;
}

.payment-methods-title{
    font-weight: normal;
    font-size: 16px;
    line-height: 20px; 
    color: #9C9C9C;
    margin-bottom: 15px;
}

.payment-methods-box label:before {
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: initial !important;
    border-radius: 0!important;
    width: 16px!important;
    height: 17px!important;
    border: 1px solid #DDDDDD!important;
}

.payment-methods-box input[type=radio]:checked + label:before { 
    border-color: #27979d!important;
}

.payment-methods-box input[type=radio]:checked + label{ 
    background: #FAFAFA;
    border: 1px solid #00A7B5;
}
 
.payment-methods-box label:after {
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: initial !important;
    border-radius: 0!important;
    width: 10px!important;
    height: 10px!important;
}

.total-cost {
    background: #FFFFFF;
    padding: 25px 20;
    position: relative;
}

.total-cost-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.total-cost-box-title p {
    font-weight: 800;
    font-size: 24px;
    line-height: 20px; 
    color: #060606;
    margin: 0;
}

.total-cost-box-title p span {
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}

.total-cost-box {
    width: 50%;
    padding-right: 30px;
}

.total-cost-box ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 8px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.total-cost-row {
    display: flex;
    justify-content: space-between;
}

.total-cost-box ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px dashed;
    bottom: 6px;
}

.total-cost-box ul li p {
    background: #fff;
    position: relative;
    padding-right: 5px;
}

.total-cost-box ul li p:last-child {
    padding-right: 0;
    padding-left: 5px;
}

.total-cost-box button {
    width: 100%;
    height: 72px;
    border-radius: 0;
    background: #12ACB4;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px; 
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    border-color: #12acb4;
    justify-content: center;
    transition: .2s all linear;
    margin-bottom: 20px;
    margin-top: 35px;
}

.total-cost-box button:hover {
    background: transparent;
    color: #12acb4;
}

.total-cost-box:last-child {
    padding-left: 30px;
}

.total-cost-box > p {
    font-weight: 350;
    font-size: 14px;
    line-height: 16px;  
    color: #3D3D3D;
}

.total-cost:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #EAEAEA;
    display: block;
}

footer {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    padding: 20px 0;
}

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

.footer-row a {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px; 
    color: #4B4B4B;
    border-bottom: 1px dashed #C2C2C2;
}

.footer-row a.footer-phone {
    font-weight: 800;
    font-size: 14px;
    line-height: 20px; 
    text-align: right;
    color: #4B4B4B;
    border: none;
}

.footer-row p {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px; 
    color: #4B4B4B;
    margin: 0;
}

a.promocode-link {
    font-size: 16px;
    line-height: 20px;
    color: #12ACB4;
    border-bottom: 1px dashed #12ACB4;
    margin: 10px 20px 20px;
    display: inline-block;
} 

.promocode-about-left {
    width: 60%;
    display: flex;
    align-items: center;
}

.promocode-about-right {
    width: 40%;
    display: flex;
    padding-left: 145px;
}

.promocode-about {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    border: 1px solid #EAEAEA;
    padding: 20px 20px 30px;
    position: relative;
}

.promocode-about:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 60%;
    display: block;
    background: #EAEAEA;
}

.promocode-about-left input.input-promo {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 6px;
    width: 230px;
    margin-right: 15px;
    height: 40px;
    padding: 0 15px;
}

.promocode-about-left button.btn-promo {
    border-color: #AEAEAE;
    width: 146px;
    height: 40px;
    border-radius: 6px;
    background: #AEAEAE;
}
 
.promocode-about-left input.input-promo:valid ~ .promocode-about-left button.btn-promo,
.promocode-about-left input.input-promo:required ~ .promocode-about-left button.btn-promo {
    background: #12acb4;
    border-color: #12acb4;
}


.promocode-about-right p.promo-new {
    font-weight: 800;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
    color: #000000;
    margin: 0;
}

.promocode-about-right p.promo-new span {
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}

p.promo-old {
    font-weight: normal;
    font-size: 20px;
    line-height: 35px; 
    text-decoration-line: line-through;
    color: #A5A5A5;
    margin: 0;
    margin-left: 45px;
}

.promocode-active {
    display: flex;
    align-items: center;
    background: #F8F8F8;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
    height: 40px;
    width: 169px;
    margin-left: 16px;
    justify-content: space-between;
    padding: 0 16px;
}

.promocode-active span {
    font-weight: normal;
    font-size: 11px;
    line-height: 12px; 
    color: #4D4D4D;
    display: inline-block;
    width: 107px;
}

.promocode-active svg {
    width: 15px;
    height: 12px;
    fill: #59B615;
}

.promocode-active.error {
    border-color: #EE4A26;
}

.promocode-active.error svg {
    fill: #EE4A26;
}

.promocode-active span.err {
    display: none;
}


.promocode-active.error span {
    display: none;
}

.promocode-active.error span.err {
    display: inline-block;
}

a.quantity-arrow-minus {
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.quantity-block {
    position: relative;
    max-width: 75px;
}

.numbers .quantity-block {
    position: relative;
    max-width: 155px;
}
a.quantity-arrow-plus {
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}



.form-delivery-row .input-container {
    height: 60px;
    position: relative;
    width: 33%;
    max-width: 320px;
}
 

.form-delivery-row  .input {
   outline: 0;
   padding: 15px 20px 0;
   width: 100%;
   background: #FFFFFF;
   border: 1px solid #DDDDDD;
   box-sizing: border-box;
   border-radius: 6px;
   display: flex;
   align-items: center;
   height: 60px;
   padding-left: 15px;
   font-weight: bold;
   font-size: 18px;
   line-height: 20px;
}

.form-delivery-row .input:focus~.cut,
.form-delivery-row .input:not(:placeholder-shown)~.cut {
    transform: translateY(8px);
}

.form-delivery-row .placeholder {
    color: #65657b;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
}

.form-delivery-row .input:focus~.placeholder,
.form-delivery-row .input:not(:placeholder-shown)~.placeholder {
    transform: translateY(-18px) translateX(-8px) scale(0.80);
}
/*  */



.tabs__content .input-container {
    height: 60px;
    position: relative;
    width: 100%; 
    margin-bottom: 15px;
}
 

.tabs__content .input-container.txt {
    height: auto; 
}
 

.tabs__content .input-container.numbers {
    width: 125px;
}
 

.tabs__content  .input {
   outline: 0;
   padding: 15px 20px 0;
   width: 100%;
   background: #FFFFFF;
   border: 1px solid #DDDDDD;
   box-sizing: border-box;
   border-radius: 6px;
   display: flex;
   align-items: center;
   height: 60px;
   padding-left: 15px;
   font-weight: bold;
   font-size: 18px;
   line-height: 20px;
}

.tabs__content .input:focus~.cut,
.tabs__content .input:not(:placeholder-shown)~.cut {
    transform: translateY(8px);
}

.tabs__content .placeholder {
    color: #65657b;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
}

.tabs__content .input:focus~.placeholder,
.tabs__content .input:not(:placeholder-shown)~.placeholder {
    transform: translateY(-18px) translateX(-8px) scale(0.80);
}

.tabs__content textarea {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 95px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    resize: none;
    padding-top: 16px;
}

.tabs__content textarea::placeholder {
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    color: #9C9C9C;
    font-weight: 350;
}

.tabs__content .input-container label p {
    font-size: 16px;
    line-height: 20px;
    color: #9C9C9C;
    margin-bottom: 10px;
    display: inline-block;
}

.tabs__content .label-radio-left p {
    color: #000;
}

.tabs__content label p >span {
    color: #E20C0C;
}

input.quantity-num[type=number]::-webkit-inner-spin-button,
input.quantity-num[type=number]::-webkit-outer-spin-button,
input.quantity-kv[type=number]::-webkit-inner-spin-button,
input.quantity-kv[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.tabs__content label[for=kvartira] {
    max-width: 90px;
    top: 20px;
}

.input.quantity-kv{
    height: 60px;
    padding-top: 15px;
    font-size: 16px;
}

.tabs__content .input.quantity-kv:focus~.placeholder, .tabs__content .input.quantity-kv:not(:placeholder-shown)~.placeholder {
    transform: translateY(-13px) translateX(-8px) scale(0.80);
}
.tabs__content .input.quantity-kv:focus~.placeholder, .tabs__content .input.quantity-kv:not(:placeholder-shown)~.placeholder {
    transform: translateY(-13px) translateX(-8px) scale(0.80);
}


a.quantity-minus {
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    width: 21px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
} 

a.quantity-plus {
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    width: 21px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

@media screen and (max-width: 1024px){
    .top-menu__item {
        margin-right: 28px; 
    }
    .lang-selector {
        display: block!important;
    }
    .container {
        max-width: 990px; 
        min-width: 990px;
    }
    ul.tabs__caption { 
        max-width: 435px;
    }
    .tabs__content { 
        max-width: 435px;
    }
    .payment-methods-box-img {
        margin-right: 15px;
    }
    .payment-methods-box { 
        max-width: 295px;
    }
    .payment-methods-box label { 
        padding: 22px 36px; 
        min-height: 98px;
    }
    .form-delivery-row label { 
        max-width: 290px;
    }
}

@media screen and (max-width: 768px){
    .container {
        max-width: 100%;
        min-width: 100%;
        padding: 0 8px;
    }
    .table-cart tr th:nth-child(2), .table-cart tr td:nth-child(2) { 
        padding-left: 25px;
    }
    .promocode-about-right { 
        padding-left: 45px;
    }
    .form-delivery-row label {
        max-width: 220px;
    }
    .deliv-tabs:before {
        display: none;
    }
    ul.tabs__caption {
        max-width: none;
        width: 100%;
    }
    .tabs__content {
        max-width: none;
        width: 100%;
    }
    .deliv-tabs { 
        flex-wrap: wrap;
    }
    .additional-service-label-text {
        padding-right: 55px;
    }
    .rise-price { 
        display: block;
        width: 110px;
    }
    .payment-methods-box {
        max-width: none;
        width: 100%; 
    }
    .payment-methods-box:not(:last-child) { 
        margin-bottom: 15px;
    }
    .payment-methods-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .quality { 
        width: 90px; 
    }
    .table-cart tr th:nth-child(6), .table-cart tr td:nth-child(6) {
        width: 80px;
        padding-right: 0px;
    }
    .total-cost-box:last-child {
        padding-left: 30px;
        padding-right: 0px;
    }
}


@media screen and (max-width: 767px){
    .cart-box-about-title{
        max-width: 80%;
    }
    .cart-i__count {
        width: 100% !important;
        margin-right: 16px;
    }
    .table-cart tr th:nth-child(4), .table-cart tr td:nth-child(4) {
        width: 50%;
    }
    .table-cart tr th:nth-child(3), .table-cart tr td:nth-child(3) {
        width: 50%;
        padding-left: 20px;
    }
    .cart-box-price {
        justify-content: flex-start;
    }
    .table-cart tr th:nth-child(2), .table-cart tr td:nth-child(2) {
        width: 50%;
        margin-left: 22px;
        text-align: left;
    }
    .table-cart tr td:first-child {
        width: 40%;
        padding-left: 20px;
    }
    .prices p { 
        font-size: 20px;
        line-height: 20px; 
        max-width: 80px;
    }
    .delivery-pin-title span {
        font-size: 13px;
        line-height: 14px;
        padding-right: 15px;
    }
    .payment-methods-box:not(:nth-child(3)) {
        margin-right: 0;
    }
    .promocode-about-left {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .total-cost-box ul li p { 
        font-size: 14px;
    }
    ul.accordion-list li { 
        margin: 0 auto 25px auto; 
    }
    .footer-row a { 
        margin-bottom: 10px;
    }
    .footer-row a.footer-phone { 
        margin-bottom: 0;
    }
    .footer-row { 
        flex-wrap: wrap;
    }
    .total-cost-row { 
        flex-wrap: wrap;
    }
    .total-cost-box {
        width: 100%;
        padding-right: 0px;
    }
    .total-cost-box:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    .total-cost:before { 
        display: none;
    }
    .main-table-cart { 
        padding: 20px 0 25px;
    }
    .additional-service-title p { 
        font-size: 23px; 
        margin-right: 23px;
    }
    .additional-service-label-row label input[type=number] {
        width: 65px;
        height: 35px;
        padding: 0 10px; 
    }
    .additional-service-label-row {
        padding: 10px 20px;
    }
    .additional-service-label-row input[type=checkbox]+label:before, .additional-service-label-row input[type=radio]+label:before { 
        top: 8px; 
    }
    label .label-radio-right>input {
        max-width: 60px; 
    }
    .lift-to-floor label.floor-left-cart[for=lft-flr] { 
        padding: 20px 15px;
        padding-left: 15px; 
    }
    .lift-to-floor label[for=lft-flr]:before { 
        top: 16px;
        left: inherit;
        right: 20px; 
    }
    .lift-to-floor label[for=lft-flr]:after {
        top: 16px;
        left: inherit;
        right: 23px;
    }
    .lift-to-floor input[type=checkbox]:checked+label[for=lft-flr]:after { 
        top: 16px;
        left: inherit;
        right: 23px;
    }
    label .label-radio-left>span { 
        font-size: 11px; 
        padding-right: 15px;
    }
    .label-radio-left p { 
        font-size: 14px; 
    }
    .label-radio-right {
        width: 140px; 
    }
    label .label-radio-right .prices { 
        margin: 0;
        font-size: 18px;
    }
    .additional-service-label-text > span {
        font-size: 11px;
        line-height: 16px; 
    }
    .additional-service-label-text p {
        font-size: 15px; 
    }
    .form-delivery-row label {
        max-width: none;
        width: 100%; 
    }
    .form-delivery-row label:not(:last-child) { 
        margin-bottom: 15px;
    }
    .form-delivery-row { 
        flex-wrap: wrap;
        padding-bottom: 5px;
    }
    .title-row-cart-left {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .table-cart th {
        display: none; 
    }
    .prices { 
        display: flex;
        /* min-width: 180px; */
        justify-content: space-between;
        margin: 0;
        gap:0 40px;
    }
    .title-row-cart-right { 
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
        width: 60%;
    } 
    .title-row-cart-left { 
        align-items: flex-start;
        flex-direction: column;
    }
    .title-row-cart .title-row-cart-left {
        width: 40%;
    }
    .table-cart tr {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    
    .full-price {
        display: none;
    }
    a.table-delete { 
        position: absolute;
        right: 25px;
        top: 25px;
    }
    .cart-box-img { 
        max-width: 150px;
        height: auto;
    }
    .table-cart tr td:first-child {
        width: 140px; 
        padding-left: 20px;
    }
    .table-cart tr td {
        padding-top: 15px;
    }
    .promocode-about-right {
        width: 100%; 
        padding-left: 145px;
    }
    .promocode-about-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .promocode-about:before{
        display: none;
    }
    .promocode-about-right {
        padding-left: 0;
        padding-top: 20px;
    }
    .promocode-about-left input.input-promo { 
        font-size: 12px;
    }
    .promocode-about{
        flex-wrap: wrap;
    }
    .table-cart tr th:nth-child(2), .table-cart tr td:nth-child(2) {
        padding-left: 0;
    }
    .delivery-pin-img {
        margin-right: 15px;
    }
    .delivery-pin { 
        padding: 20px 20px; 
    }
    .additional-service-label-text {
        padding-right: 5px;
    }
    .additional-service-label-text > span { 
        display: none;
    }
    .table-cart tr:not(:last-child) {
        margin-bottom: 15px;
    }
    .promocode-active {
        margin-top: 10px;
        margin-left: 0px;
    } 
    .promocode-about-left button.btn-promo {
        margin-top: 10px;
    }
    .form-delivery-row .input-container {
        width: 100%;
        margin-bottom: 15px;
        max-width: none;
    }
    .title-row-cart .titles p { 
        font-size: 20px;
        line-height: 23px; 
        margin-right: 33px;
    }
    .total-cost-box button {    
        font-size: 21px;
    }
    .cart-label-radio-box label { 
        padding-right: 40px; 
    }
    .cart-label-radio-box label span { 
        line-height: 16px; 
    }
    .payment-methods-box label { 
        min-height: max-content;
    }

	
	body[data-language-id="en"] .payment-methods-box label,
	body[data-language-id="ru"] .payment-methods-box label { 
		min-height: auto;
	}
}

@media screen and (max-width: 480px){
    .delivery-pin-title {
        padding-right: 30px;
    }
}

@media screen and (max-width: 375px){
    .additional-service-title p {
        font-size: 18px;
        margin-right: 10px;
    }
    .delivery-pin-img {
        margin-right: 15px;
    }
    .delivery-pin { 
        padding: 20px 14px; 
    }
    .table-cart tr td:first-child {
        width: 110px;
        padding-left: 20px;
        padding-top: 0;
    }
    .cart-box-about {
        padding-right: 45px;
    }
    .table-cart tr th:nth-child(2), .table-cart tr td:nth-child(2) {
        padding-left: 0;
        padding-top: 0;
    } 
    .promocode-about-left button.btn-promo {
        margin-top: 10px;
        width: 125px;
        padding: 0 5px;
    }
}
.additional-service-closes.active span {
    display: none;
}
.additional-service-closes span + span {
    display: none;
}
.additional-service-closes.active span + span {
    display: block;
}
.cart-closest span + span {
    display: none;
}
.cart-closest.active span {
    display: none;
}
.cart-closest.active span + span {
    display: block;
}
.search-tips {
    position: relative;
    z-index: 1000;
    /* padding: 15px 0; */
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #ddd;
}
.search-tip {
    padding: 10px 15px;
    cursor: pointer;
}
.search-tip:hover {
    background: #666;
}

/* Стили для списка городов */

.cities-wrap {
    position: absolute;
    z-index: 1001;
    max-height: 300px;
    overflow-y: scroll;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 20%);
}
.cities-wrap::-webkit-scrollbar {
    width: 3px;
    border-bottom-right-radius: 12px;
}
.cities-wrap::-webkit-scrollbar-thumb {
    background: #00A7B5;
}
.city {
    padding: 7px 10px;
    cursor: pointer;
}
.city:hover {
    background: #00A7B5;
    color: #fff;
}

.form__submit_basket[disabled]{
    background: #c5c5c5;
    border-color: #c5c5c5;
}
            /* для элемента input c type="radio" */
            .custom-radio>input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }

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

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





            /* стили для радиокнопки, находящейся в состоянии checked */
            .custom-radio>input:checked+span::before {
                border-color: #27979d;
                background-color: #27979d;
            }
            .custom-radio span::after {
                content: '';
                display: block;
                position: absolute;
                flex-shrink: 0;
                flex-grow: 0;
                border: 1px solid #27979d;
                border-radius: 5%;
                margin-right: 0.5em;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 50% 50%;
                width: 1em;
                height: 1em;
                left: -3px;


            }
            /* стили для радиокнопки, находящейся в состоянии disabled */
            .custom-radio>input:disabled+span::before {
                background-color: #e9ecef;
            }

.popup__thank {
    padding: 40px 32px 48px;
    width: 662px;
    /*height: 324px;*/
    height: auto;
}
@media screen and (max-width: 1023px) {
    .popup__thank {
        top: 50%;
        left: 0px;
        padding: 40px 16px 48px;
        width: 100%;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 0px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .title-xs-28 {
        font: 28px/36px ;
    }

}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    background: #ffffff;
    transform: translate(-50%, -50%);
    box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}
.mb-lg-3 {
    margin-bottom: 24px !important;
}
.mb-xs-2 {
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}

.title-36 {
    font: 36px/44px ;
}

.popup__close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: url('/uploads/brands/ergomotion/img/svg/cancel-popup.svg') no-repeat center;
    cursor: pointer;
}

.popup__close:hover {
    background: url('/uploads/brands/ergomotion/img/svg/cancel.svg') no-repeat center;
}

label.disabled {
    color: #ccc;
    cursor: no-drop;
    pointer-events: none;
}
label.disabled::before {
    border: 1px solid #ccc!important;
}
label.disabled p {
    color: #ccc;
    cursor: no-drop;
    pointer-events: none;
}
.additional-service-label-text p {
    line-height: 1;
} 

.additional-service-answer {
    padding-bottom: 10px;
}


.additional-service-label-row label{
	height: 22px;
}


/*TOOLTIP*/
.product-call-pop{
    position: relative;
    margin-left: 15px;
}
.tooltips{
    visibility: hidden;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1234;
    bottom: 118%;
    left: 50%;
    margin-left: -205px;
    font-size: 13px;
    transition: 0.2s all linear;
    box-shadow: 0 0 10px 3px #00000010;
    padding: 5px 15px;
    opacity: 0;
}
.product-call-pop:hover .tooltips {
    visibility: visible;
    opacity: 1;
    transition: .2s all linear;
}

.product-call-pop .tooltips ul li {
    margin-bottom: 5px!important;
    font-size: 14px;
}

.product-call-pop .tooltips ul {
    margin: 0;
}

.product-call-pop .tooltips {
    text-align: left;
    line-height: 16px;
}

@media screen and (max-width: 767px){
    .product-call-pop {
        position: absolute;
        top: 10px;
        right: 24px;
    }

    .deliv-tabs ul.tabs__caption {
        margin-bottom: 20px!important;
    }
}
#ORDER_PROP_5[disabled] {
    border-color: #DDDDDD;
}