.cart-icon {
    position: relative;
    margin-right: 12px;
    margin-left: auto;
    width: 18px !important;
    height: 18px !important;
    display: inline-block !important;
}

.cart .cart-icon path {
    stroke: #101820 !important;
}

.cart-icon__num {
    position: absolute;
    right: -6px;
    top: -6px;
    background: #BC2626;
    border: 2px solid #19222B;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    font-weight: 500;
    font-size: 6px;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 1;

}

.blog .cart-icon__num {
    border: 2px solid #FFFFFF;
}

@media (min-width: 568px) {
    .cart-icon {
        width: 24px !important;
        height: 24px !important;
        margin-right: 40px;
    }

    .cart-icon__num {
        width: 21px;
        height: 21px;
        font-size: 10px;
        top: -11px;
        right: -11px;
    }
}


.product-single__price {
    margin-left: 0;
    margin-bottom: 20px;
}

.single-products .product-single__price__qty{
    background: #2D343B;
}

.counter {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ffffff;
    width: 131px;
    height: 54px;
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-right: 20px;
}

.counter__btn {
    flex: 1;
    border: none;
    background: none;
    color: inherit;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

.counter__value {
    width: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.product-single__price__add-cart .btn-new__text {
    padding-left: 75px;
    padding-right: 55px;
    display: flex;
    align-items: center;
}

.product-single__price__add-cart .btn-new__text svg {
    margin-right: 10px;
    display: none;
}

.cart .footer,
.cart .js-section.animate {
    background-color: #101820 !important;
}

/*Page Cart*/
.pd-cart {
    color: #101820;
}

.pd-cart .container {
    display: block;
}

.pd-cart__row {
    display: flex;
    flex-wrap: wrap;
}

.pd-cart__col-left {
    width: 100%;
}

.pd-cart__col-right {
    width: 100%;
    margin-left: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
}

@media (min-width: 1366px) {
    .pd-cart__col-right {
        max-width: 389px;
    }

    .pd-cart__col-left {
        max-width: 900px;
    }
}

@media (min-width: 1440px) {
    .pd-cart__col-right {
        max-width: 389px;
    }

    .pd-cart__col-left {
        max-width: 930px;
    }
}

.pd-cart__title {
    margin-top: 174px !important;
    font-weight: 700;
    font-size: 62px;
    line-height: 73px;
    text-align: center !important;
    color: #101820;
    position: relative;
}

.pd-cart__back {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 10;
    cursor: pointer;
}

@media (max-width: 567px) {
    .pd-cart__title {
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 1;
        margin-top: 110px !important;
    }

    .pd-cart__back {
        position: absolute;
        top: -7px;
        left: 15px;
        width: 60px;
        overflow: hidden;
    }

    .pd-cart__back svg {
        height: 12px;
    }
}

.pd-cart__section {
    padding: 40px;
    background-color: #F3F5F8;
    margin-bottom: 30px;
}

@media (max-width: 987px) {
    .pd-cart__section {
        padding: 15px;
        margin-bottom: 15px;
    }
}

.pd-cart__section__title {
    font-size: 26px;
    margin-bottom: 20px;
}

.pd-cart__item {
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    align-items: center;
}

.pd-cart__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #E2E3E4;
}

.pd-cart__item:last-of-type:after {
    display: none;
}

.pd-cart__item__img {
    width: 104px;
    /*background-color: #ffffff;*/
    margin-right: 40px;
    height: 126px;
    display: flex;
    align-items: center;
}

.pd-cart__item__img img,
.pd-cart__item__img picture {
    max-height: 126px;
    width: 104px;
    object-fit: contain;
}

.pd-cart__item__title {
    margin-right: 40px;
    width: 165px;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
}

.pd-cart__item__price {
    margin-right: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
}

.pd-cart__item__price__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    color: #757A80;
}

.pd-cart__item__qty {
    margin-right: 40px;
}

.pd-cart__item__qty .counter {
    color: #101820;
    border-color: #9FA3A6;
    margin-right: 0;
}

.pd-cart__item__sum {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    /*margin-right: 40px;*/
}

.pd-cart__item__del {
    width: fit-content;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: transform .3s;
    margin-left: auto;
}

.pd-cart__item__del:hover {
    transform: scale(1.1);
    transition: transform .3s;
}

.pd-cart__total__count,
.pd-cart__total__ships,
.pd-cart__total__price {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pd-cart__total__price {
    margin-bottom: 30px;
}

.pd-cart__submit {
    width: 100%;
}

.pd-cart__submit .btn-new__text {
    width: 100%;
}

#cartTotalCount, #cartShips {
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
}

#cartTotalPrice {
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
}

.pd-cart__installment__checkbox__label {
    display: flex;
    align-items: center;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    background: transparent;
}

.pd-cart__installment__checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    display: flex;
    position: relative;
    width: 24px;
    height: 24px;
    z-index: 1;
    margin-right: 16px;
    background: transparent !important;
    border: 1px solid #000000;
}

.pd-cart__installment__checkbox:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: transparent url(../images/svg/Check.svg);
    z-index: 3;
    opacity: 0;
    will-change: opacity;
    transition: opacity .3s;
}

.pd-cart__installment__checkbox:checked:before {
    opacity: 1;
}

.pd-cart__installment__banks {
    margin-top: 40px;
}

.pd-cart__installment__banks {
    margin-top: 40px;
}

.pd-cart__installment__bank {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.pd-cart__installment__bank:first-of-type{
    padding-top: 0;
}
.pd-cart__installment__bank:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #E2E3E4;
}
.pd-cart__installment__bank:last-of-type:after{
    display: none;
}

.pd-cart__installment__bank-logo {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.pd-cart__installment__bank-info {
    margin-right: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.63px;
    color: #757A80;
    width: 197px;
}

@media (max-width: 987px) {
    .pd-cart__installment__bank-info {
        width: fit-content;
    }
}

.pd-cart__installment__bank-name {
    font-family: Montserrat, 'sans-serif';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 17.07px;
    margin-bottom: 7px;
    color: #101820;
}

.pd-cart__installment__bank-select {
    position: relative;
    width: 189px;
    height: 54px;
    border: 1px solid #9FA3A6;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    color: #B1B4B7;
}

@media (max-width: 987px) {
    .pd-cart__installment__bank-logo {
        order: 1;
        float: left;
        max-width: 73px;
    }

    .pd-cart__installment__bank-logo img{
        max-width: 73px;
        height: auto;
    }

    .pd-cart__installment__bank-info {
        order: 2;
        margin-right: 0;
    }

    .pd-cart__installment__bank-select {
        width: 100%;
        margin-top: 15px;
        order: 4;
        margin-right: 0;
    }

    .pd-cart__installment__monthly-price {
        order: 3;
        font-size: 10px !important;
    }

    .pd-cart__installment__choose {
        transform: none;
        margin-bottom: 17px;
        margin-top: 15px;
        width: 100%;
        order: 5;
    }

    .pd-cart__installment__choose .btn-new__text {
        width: 100%;
    }
}

.pd-cart__installment__select-months {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #101820;
}

.pd-cart__installment__select-months:focus-visible {
    outline: none;
}

.pd-cart__installment__bank-select svg {
    position: absolute;
    right: 5px;
    top: 0;
    /*transform: translateY(-50%);*/
}

.pd-cart__installment__monthly-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: #000000;
}

.pd-cart__installment__choose {
    position: relative;
    margin-left: auto;
    transform: translateY(-27%);
}

.pd-cart__contacts__fields {
    gap: 20px;
    flex-wrap: wrap;
}

.pd-cart__contacts__fields__label {
    width: calc(50% - 10px);
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #9FA3A6;
    padding-left: 14px;
    padding-right: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 9px;
    line-height: 10px;
    color: #61676C;
    position: relative;
}
.pd-cart__contacts__fields__label span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pd-cart__contacts__fields__label:focus-within span,
.pd-cart__contacts__fields__label span.filled {
    top: 7px;
    transform: translateY(0);
}

@media (max-width: 987px) {
    .pd-cart__contacts__fields__label {
        width: 100%;
    }
}

.pd-cart__contacts__fields__label input {
    border: none;
    background: transparent;
    outline: none !important;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #101820;
    padding: 0;
    margin: 0;
    margin-top: 3px;
}

.pd-cart__contacts__fields__label input::placeholder {
    opacity: .5;
}

.product-single__model--desktop {
    display: block !important;
}

.product-single__price__wrapper {
    display: flex;
}

.product-single__price {
    width: 100%;
}

.product-single__price__wrapper {
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 887px) {
    .product-single__price {
        width: fit-content;
        margin-bottom: 0;
    }

    .product-single__price__wrapper .btn-wrapper {
        width: 100%;
    }

    .product-single__price__add-cart {
        margin-top: 20px;
    }

    .product-single__price__add-cart,
    .product-single__price__add-cart .btn-new__text {
        width: 100%;
        justify-content: center;
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    .product-single__info .product-single__price__qty {
        margin-left: auto;
        margin-right: 0;
    }

    .pd-cart__col-right .pd-cart__section {
        padding-bottom: 40px;
    }
}

.pd-cart__item__wrap__info {
    align-items: center;
}

.pd-cart__item__wrap__info__price {
    display: flex;
}

.pd-cart__installment__monthly-price--mobile {
    display: none;
}

@media (max-width: 887px) {
    .pd-cart__item {
        flex-wrap: wrap;
    }

    .pd-cart__item__img {
        width: 71px;
        background-color: #ffffff;
        margin-right: 20px;
        height: 86px;
        display: flex;
        align-items: center;
    }

    .pd-cart__item__img img,
    .pd-cart__item__img picture {
        max-width: 71px;
        max-height: 86px;
        object-fit: contain;
    }

    .pd-cart__item__title {
        width: fit-content;
        margin-right: 30px;
    }

    .pd-cart__item__wrap__info {
        align-items: normal;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 15px;
        height: 86px;
    }

    .pd-cart__item__wrap__info__price {
        flex-direction: column;
        width: calc(100% - 91px);
        justify-content: space-between;
        height: 100%;

    }
    .pd-cart__item:first-of-type .pd-cart__item__del{
        top: 0;
    }

    .pd-cart__item__price {
        display: flex;
        justify-content: space-between;
        margin-right: 0;
        margin-top: 15px;
    }

    .pd-cart__item__del {
        position: absolute;
        right: 0;
        top: 19px;
    }

    .pd-cart__item__sum {
        margin-left: auto;
    }

    .product-single__price__qty {
        width: 99px;
        height: 40px;
        font-size: 16px;
    }

    .pd-cart__section--installment {
        z-index: 10!important;
    }

    .pd-cart__section__title {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1;
    }

    .pd-cart__installment__banks {
        margin-top: 15px;
    }

    .pd-cart__item:first-of-type {
        padding-top: 0;
    }

    .pd-cart__item:last-of-type {
        padding-bottom: 0;
    }

    .pd-cart__col-right {
        margin-top: 45px;
    }
}

.is-chosen {
    /*opacity: .8;*/
}

.d-none {
    display: none;
}

.thy__page {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.thy__page__wrap {
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

.thy__page__title {
    font-weight: 700;
    font-size: 62px;
    line-height: 73px;
    text-align: center;
    margin-bottom: 45px;
}

@media (max-width: 567px) {
    .thy__page__title {
        font-size: 36px;
        line-height: 43px;
    }

    .seo-text-block__text:before {
        content: '';
        position: absolute;
        bottom: -67px;
        left: 0;
        width: 100%;
        height: 90px;
        background: rgb(16, 24, 32);
        background: linear-gradient(0deg, rgba(16, 24, 32, 1) 78%, rgba(255, 255, 255, 0) 100%);
    }
}

.thy__page__content {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24.52px;
    color: #B1B4B7;
    margin-bottom: 60px;
}

.thy__page__btn .btn {
    margin-left: auto;
    margin-right: auto;
}

.thy__page__btn .btn:hover {
    background: #0156e1;
}

.thy__page__btn .btn:hover .btn-new__text {
    border-color: #0156e1;
}

.header__burger {
    margin-left: auto;
}

@media (max-width: 576px) {
    .header__burger .nav-link {
        display: none;
    }
}

.pd-cart__installment__banks .btn-new:before {
    border-bottom: 1px solid #9FA3A6 !important;
    border-left: 1px solid #9FA3A6 !important;
    opacity: 1;
    transition: opacity .3s, background-color .3s;
    background-color: transparent;
}
.pd-cart__installment__banks .btn-new:hover:before,
.pd-cart__installment__banks .btn-new:focus:before{
    background-color: #E2E3E4 !important;
}

.pd-cart__installment__banks .btn-new__text {
    border-top: 1px solid #9FA3A6 !important;
    border-right: 1px solid #9FA3A6 !important;
    border-left: 1px solid #9FA3A6 !important;
}

.pd-cart__installment__banks .btn-new__decor {
    border-bottom: 1px solid #9FA3A6 !important;
}

.pd-cart__installment__banks .pd-cart__installment__choose:hover .btn-new:before,
.pd-cart__installment__banks .pd-cart__installment__choose:focus .btn-new:before,
button.btn-new.btn-request.pd-cart__installment__choose.is-chosen:before {
    background-color: #E2E3E4 !important;
}

.pd-cart__installment__banks .pd-cart__installment__choose:hover .btn-new__text,
.pd-cart__installment__banks .pd-cart__installment__choose:focus .btn-new__text,
button.btn-new.btn-request.pd-cart__installment__choose.is-chosen .btn-new__text {
    background-color: #E2E3E4 !important;
}

.pd-cart__installment__banks .pd-cart__installment__choose:hover .btn-new__decor::before,
.pd-cart__installment__banks .pd-cart__installment__choose:focus .btn-new__decor::before,
button.btn-new.btn-request.pd-cart__installment__choose.is-chosen .btn-new__decor::before {
    border-color: #E2E3E4 transparent transparent !important;
    z-index: -1;
}

.pd-cart__installment__banks .pd-cart__installment__choose:hover .btn-new__decor::after,
.pd-cart__installment__banks .pd-cart__installment__choose:focus .btn-new__decor::after,
button.btn-new.btn-request.pd-cart__installment__choose.is-chosen .btn-new__decor::after {
    border-color: #E2E3E4 transparent transparent !important;
    z-index: -1;
}

.cart .btn-new:focus .btn-new__decor::after {
    opacity: 0 !important;
}

@media (min-width: 768px) {
    .product-single__price__add-cart {
        width: 270px;
    }

    .product-single__price__add-cart .btn-new__text {
        width: 270px;
    }
}

.product-single__description {
    margin-top: 40px;
}

.product-single__model {
    margin-bottom: 20px;
}

.product-single__price {
    line-height: 1;
}

.pd-cart__installment__banks .btn-new.btn-request:after {
    border-bottom-color: #101820;
}

@media (max-width: 987px) {
    .pd-cart__installment__monthly-price {
        display: none;
    }

    .pd-cart__installment__monthly-price--mobile {
        display: block;
        font-weight: 700;
        font-size: 18px;
        line-height: 19px;
        color: #000000;
        margin-top: 15px;
    }
}

.is-disable {
    color: #61676C !important;
}

.pd-cart__installment__select-months {
    appearance: none;
    background-color: transparent;
}


.pd-cart__installment__bank-select {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
    padding: 12px;
    border: 1px solid #9FA3A6;
    width: 189px;
}

@media (max-width: 987px){
    .pd-cart__installment__bank-select{
        width: 100%;
    }
}

.pd-cart__installment__custom-select {
    position: relative;
    cursor: pointer;
}

.pd-cart__installment__select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #101820;
    cursor: pointer;
}

.pd-cart__installment__options {
    display: none;
    position: absolute;
    top: 28px;
    left: -12px;
    width: calc(100% + 24px);
    background: white;
    border: 1px solid #9FA3A6;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

.pd-cart__installment__option {
    font-weight: 400;
    font-size: 14px;
    color: #101820;
    padding: 10px;
    cursor: pointer;
    text-transform: none;
}

.pd-cart__installment__option:hover {
    background-color: #F5F7F9;
}
.pd-cart__installment__options.open{
    display: block;
}
@media (max-width: 1365px){
    .pd-cart__col-right .pd-cart__section {
        padding-bottom: 40px;
    }
    .header__burger{
        margin-left: unset;
    }
}

.pd-cart__installment__options.open {
    display: block;
    max-height: 250px;
    overflow-y: scroll;
}

.pd-cart__installment__toggle__acc{
    width: 100%;
}
.pd-cart__accept{
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #61676c;
    display: block;
}

.products-block__item__price{
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
}
.products-block__item__btn{
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    cursor: pointer;
    position: relative;
}
.products-block__item__btn__icons{
    position: relative;
    width: fit-content;
    height: fit-content;
}
.products-block__item__btn__icons svg{
    width: 24px;
    height: 24px;
}
.cart-icon__this_num{
    position: absolute;
    right: -6px;
    top: -6px;
    background: #BC2626;
    border: 1px solid #1a49b4;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    font-weight: 500;
    font-size: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #ffffff;
}
.products-block__item__btn:hover .cart-icon__this_num{
    border-color: #0156e1;
}

.products-block__item__info .btn-wrapper
{
    width: calc(100% - 70px);
}
.products-block__item__info .btn-new,
.products-block__item__info .btn-new__text
{
    width: 100%;
}
@media (min-width: 1025px) and (max-width: 1109px) {
    .products-block__item__info .btn-new__text{
        font-size: 10px!important;
    }
}
