.t776__parent.t776__container_mobile-grid {
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (min-width:1200px) {
.t951__sidebar-wrapper {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
}
}

/*скругление чекбоксов*/
.t-checkbox__indicator {
    border-radius: 3px;
}



/*отступ в карточке товара*/
.t-store.t-store__prod-snippet__container {
    padding-top: 20px;
}


/*кнопка поп ап*/
.t-store__prod-popup__btn {
    background-color: #174CAE;
    color: white !important;
    border-radius: 4px !important;
}


/*количество*/
.t-store__prod__quantity {
    background-color: transparent;
    border: 1px solid #D3D3D3;
    border-radius: 4px !important;

}

span.t-store__prod__quantity__plus {
    background-color: transparent;
}

span.t-store__prod__quantity__minus {
    background-color: transparent;
}


@media screen and (min-width:1200px) {

.js-product.t-store__card.t-col.t-col_3.t-align_left.js-product-relevant.t-item {
    margin-right: 0px;
    max-width: 275px !important;
}
}

/*размер шрифта в полях*/

.t702 .t-input {
    font-size: 15px;
}

.t450__logowrapper {
    margin-bottom: 60px;
}

.js-successbox.t-form__successbox.t-text.t-text_md {
    background-color: transparent;
    color: transparent;
}

/*.t-form-success-popup__window svg {*/
/*    fill: transparent;*/
/*}*/

.t-form-success-popup__text {
    color: white;
}