.form_account{
    display: grid;
    grid-template-columns: 7fr 1fr 4fr;
    box-shadow: 0px 0px 0px 1px #000;
    width: 1000px;
    margin: 20px auto;
}
.form_recipientsbank > span{
    display: block;
}
.form_recipientsbank{
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.name_recipientsbank{
    text-transform: uppercase;
}
.recipientsbank{
    margin-top: 18px;
    font-size: 14px;
}
.form_bik{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.form_bik > span{
    display: block;
}
.bik{
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 5px;
    display: block;
}
.schnum{
    text-align: center;
    padding: 5px; 
    display: block;
}
.form_bik_schnum > span{
    display: block;
}
.form_bik_schnum{
    border-bottom: 1px solid #000;
}
.bik_num{
    padding: 5px;
}
.schnum_num{
    padding: 5px;
}
.form_data_row{
    display: grid;
    grid-template-columns: 60% 40%;
}
.data_inn{
    display: block;
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;grid-template-columns: 50% 50%
}
.data_kpp {
    display: block;
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.form_schet{
    border-right: 1px solid #000;
    padding: 5px;
    text-align: center;
}
.form_name_recipient > span{
    display: block;
}
.form_name_recipient{
    padding: 5px;
    border-right: 1px solid #000;
}
.name_recipient{
    text-transform: uppercase;
}
.recipient{
    margin-top: 18px;
    font-size: 14px;
}
.form_schet_num{
    padding: 5px;
}
.empty{
    border-right: 1px solid #000;
}








.tabscalc .ui-sortable-handle {
    touch-action: none;
}
.layout {
    margin: auto;
    font-family:verdana;display: block;
    background: #fff;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.grandTotals {
    background-color: #fff;
    margin: 5px 40px;
    font-size: 22px;
    font-weight: bold;
    color: #ff0202;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: end;
}
 

 
.tabsvid p {
    margin: 5px;
    padding: 0;
    font-family: Verdana;
    font-size: 20px;
}
 
.tabsuslug p {
    margin: 5px;
    padding: 10px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    min-height: 57px;
}
.tabsuslug .nameservicehead p{
    background-color: #b7b1b1;
    color: #3d034d;
}
.nameservicehead > div{
    color: #3d034d;
    background-color: #b7b1b1;
    margin: 5px;
    font-size: 16px;
    min-height: 57px;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 6px;
}
.nameuslug > div{
    color: #000;
    background-color: #fff;
    margin: 5px;
    font-size: 16px;
    min-height: 57px;
    display: flex;
    align-items: center;
    padding: 6px;
}
input[type=number] {
    width: 100%;
    height: 43px !important;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
.accordion:hover {
    cursor: pointer;
}
 
div.chek, div.total, div.prices, div.ed{
    justify-content: center;
}
.nameservicehead, .nameuslug{
    display: grid;
    grid-template-columns: 4fr 80px 90px 100px 120px 100px;
    background-color: #3d034d73;
} 

.group{
    display:block;
    background: #fff;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    overflow:hidden;
    margin-bottom: 1.5rem;
    background-color: #3d034d;
}

h3{
    display:block;
    padding: .3em 1em .3em .9em;
    font-size:1.4em;
    cursor: pointer;
    position: relative;
    background-color: #3d034d;
    color: #fff;
    
}
.tabsuslug{
    border: 1px solid #3d034d;
    margin: 0 10px;
    height: 100% !important;
}
.nameservicehead{
    background-color: #3d034d73;
}


h3:focus {
    outline:0;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type="checkbox"] {
    width: 30px;
    height: 30px;
    accent-color: #6e008d;
}
.grandTotal{
    background-color: #fff;
    padding: 5px 40px;
    margin: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #3d034d;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: end;
}
button#myButton{
    position: relative;
    border: 1px solid;
    height: 35px;
    width: 220px;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: #00000000;
    color: #68004F;
}
div.row {
	margin-bottom:15px;	/* Нижний отступ */
}
/* Заголовки полей форм будут на отдельной строке */
label {
	display:block;
	font-weight:bold;	/* Сделаем их жирными */
	margin-bottom:5px;	/* Нижний отступ от заголовка */
}

/* Наши раскрывающиеся списки тоже "причешем" */
select {
	width:300px;		/* Ширина */
	padding:3px 5px;	/* Величина внутренних отступов: сверху/снизу, справа/слева */
}