::selection {
    background: #0A0A0D; /*фон*/
    color: #fff; /*текст*/
}

/*Ховер кнопок*/
/*Темно-серый*/
.btn_anim_1 .tn-atom, .t-submit, .t-store__prod-popup__btn {
    transition: box-shadow 0.3s ease-in !important;
    box-shadow: inset 0 0 0 0 #73737A;
}
.btn_anim_1:hover .tn-atom, .btn_anim_1:focus .tn-atom,
.t-submit:hover, .t-submit:focus,
.t-store__prod-popup__btn:hover, .t-store__prod-popup__btn:focus {
    box-shadow: inset 0 0 0 2em #73737A;
}
/*Светло-серый*/
.btn_anim_2 .tn-atom {
    transition: box-shadow 0.3s ease-in !important;
    box-shadow: inset 0 0 0 0 #CBCBD1;
}
.btn_anim_2:hover .tn-atom, .btn_anim_2:focus .tn-atom {
    box-shadow: inset 0 0 0 2em #CBCBD1;
}
/*Черный*/
.t-store__parts-switch-btn, .btn_anim_3 .tn-atom {
    transition: box-shadow 0.2s ease-in, color 0.3s !important;
    box-shadow: inset 0 0 0 0 #0a0a0d;
}
.t-store__parts-switch-btn:hover, .t-store__parts-switch-btn:focus,
.btn_anim_3:hover .tn-atom, .btn_anim_3:focus .tn-atom {
    box-shadow: inset 0 0 0 2em #0a0a0d;
}

/*Общие стили*/
.text_justify .tn-atom {
    text-align: justify;
}
.dot_line_h .tn-atom {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}
.dot_line_v .tn-atom {
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
}

/*Стандартная форма*/
.t-checkbox__indicator {
    border-radius: 4px;
}
.t678 .t-submit, .t702 .t-submit, .t706 .t-submit {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    width: auto;
}
.t678 .t-form__submit {
    text-align: left;
}
.t678 .t-input:focus~.t-input__vis-ph, .t-input_has-content+.t-input__vis-ph {
    -webkit-transform: translateY(-70%) scale(.7);
    transform: translateY(-70%) scale(.7);
}
.t678 .t-input-block_rd-flex .t-radio__wrapper,
.t678 .t-input-block_rd-flex .t-checkboxes__wrapper {
    column-gap: 4px;
}
.t678 .t-input-block_rd-flex.t-input-block_rd-width25 .t-radio__control {
    width: calc(25% - 4px);
    border: none !important;
}
.t678 .t-input-group {
    margin-bottom: 20px;
}
.t678 .t-input-group.t-input-group_rd:has(.t-radio__wrapper) {
    margin-bottom: 0;
}
.t-radio__wrapper.t-radio__wrapper_button {
    margin-top: 0px;
}
.t678 .t-checkboxes__item {
    width: calc(33.33% - 3px) !important;
    margin-bottom: 4px;
    border: none !important;
}
.t678 .t-inputquantity__wrapper {
    background-color: #fff;
    border-radius: 4px;
}
.t678 .t-inputquantity__wrapper .t-input {
    width: 100% !important;
}
.t678 .t-inputquantity__wrapper .t-inputquantity__btn-minus {
    padding-left: 20px;
}
.t678 .t-inputquantity__wrapper .t-inputquantity__btn-plus {
    padding-right: 20px;
}
@media (max-width: 1920px) {
.t678 .t-input__vis-ph, .t-input-title {
    font-size: 14px !important;
}
.t678 .t-submit, .t702 .t-submit, .t706 .t-submit {
    font-size: 12px !important;
    padding-left: 12px;
    padding-right: 12px;
    height: 30px;
}
}
@media (min-width: 1360px) {
.t678 .t-col {
    max-width: 620px !important;
    padding-left: 580px;
}
}
@media (max-width: 959px) {
.t678 .t-container {
    max-width: 100%;
}
}
@media (max-width: 639px) {
.t678 .t-input-block_rd-flex.t-input-block_rd-width25 .t-radio__control {
    width: calc(50% - 2px);
    margin-bottom: 4px;
}
.t678 .t-checkboxes__item {
    width: calc(50% - 2px) !important;
}
.t678 .t-submit {
    width: fit-content;
}
}

@media (min-width: 960px) and (max-width: 960px) {
.t678 .t-container {
    margin-right: 0;
}
.t678 .t-col {
    padding-left: 80px;
}
}
@media (min-width: 960px) {
.t678 .t-form__successbox {
    margin-bottom: 240px;
}
}

/*Форма в поп-апе и Корзина*/
.t702 .t-input-group.t-input-group_rd, .t706 .t-input-group.t-input-group_rd  {
    margin-bottom: 0;
}
.t702 > .t-popup {
    backdrop-filter: blur(10px);
}
.t702 .t-radio__item, .t706 .t-radio__item {
    border: none !important;
}
@media (max-width: 560px) {
.t706__close, .t702 .t-popup__block-close {
    background: #0a0a0d;
}
}

/*Коорзина*/
@media (min-width: 960px) {
.t706__cartwin-content {
    border-radius: 4px;
    max-width: 640px;
}
}
.t706__cartwin {
    background-color: rgba(10, 10, 13, 0.8);
    backdrop-filter: blur(10px);
}
.t706__cartwin-content {
    background-color: #E8E8EB;
}
.t706__product {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 0;
}
.t706__cartwin-top, .t706__cartwin-bottom {
    border: none;
}
.t706__product-thumb {
    padding-left: 20px;
    vertical-align: middle;
}
.t706__product-title {
    padding: 0 10px 0 0;
    vertical-align: middle;
}
.t706__product-del-wrapper {
    padding-right: 20px !important;
}
.t706__product {
    margin: 0;
}
.t706__product-del {
    position: relative;
}
.t706__product-imgdiv {
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
}

/*Избранное*/
.t1002__wishlistwin {
    background-color: rgba(10, 10, 13, 0.8);
    backdrop-filter: blur(10px);
}
.t1002__wishlistwin-heading {
    font-weight: 500;
}
.t1002__wishlistwin-top {
    border: none;
}
.t1002__wishlistwin-content {
    background-color: #E8E8EB;
}
.t1002__product {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px !important;
    margin-bottom: 4px;
}
.t1002__product-imgdiv {
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
@media (min-width: 960px) {
.t1002 .t1002__close {
    height: 40px;
    width: 40px;
    right: 30px !important;
    top: 30px;
}
.t1002__close-button, .t1002__wishlistwin-close-icon {
    width: 20px !important;
    height: 20px !important;
}
}
@media (max-width: 640px) {
.t1002__product {
    margin-top: 0;
}
.t1002__product-del {
    position: relative;
}
.t1002__product-title {
    display: table-cell;
    padding-bottom: 0;
    vertical-align: middle;
}
}


