button.btn.d-block.table-title.js-fullPrice {
border: none;
background: none;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 130%;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #374250;
padding: 21px 0 22px;
border-bottom: 1px solid #374250;
width: 100%;
text-align: left;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.uslugi-row.js-priceRow.parentrow {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 32px;
line-height: 120%;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #0E78BC;
border: none;
background: none;
text-align: left;
padding-bottom: 0px;
border-bottom: 1px solid #374250;
}
button.btn.d-block.table-title.js-fullPrice:after {
position: relative;
content: '';
display: block;
margin-top: 5px;
margin-right: 2rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-right: 2px solid #374250;
border-bottom: 2px solid #374250;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
width: 6px;
height: 6px;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
-o-transition: transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}
button.btn.d-block.table-title.js-fullPrice.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}.table-title + .uslugi-item-wrapper {
overflow: hidden;
max-height: 0;
-webkit-transform-origin: top center;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}.table-title.open + .uslugi-item-wrapper {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
max-height: 150000px;
}.table-title.open + .uslugi-item-wrapper {
padding-top: 22px;
border-bottom: 1px solid #374250;
padding-bottom: 22px;
}table.uslugi-item {
width: 100%;
}table.uslugi-item tr {
padding: 24px 0 10px;
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
width: 100%;
border-top: 1px solid #E0E4EB;
}table.uslugi-item tr td:nth-child(1) {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 130%;
color: #374250;
min-width: 860px;
}table.uslugi-item tr td:nth-child(2) {
width: 260px;
text-align: right;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 130%;
text-align: right;
color: #00AEEF;
}.table-title.open + .uslugi-item-wrapper table tbody tr:last-child {
border-bottom: 1px solid #E0E4EB;
}
.section-price-gastro-table {
max-height: initial;
}
button.btn.d-block.table-title.js-fullPrice {
border: none;
background: none;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 130%;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #374250;
padding: 21px 0 22px;
border-bottom: 1px solid #374250 !important;
width: 100%;
text-align: left;
}button.btn.d-block.table-title.js-fullPrice.open {
border-bottom: none !important;
padding-bottom: 0px;
}
.section-price-gastro {
padding-bottom: 70px;
}
@media screen and (min-width:992px) and (max-width:1280px){
.section-price-gastro {
padding-bottom: 30px;
}
table.uslugi-item tr td:nth-child(1) {width: calc(100% - 360px);min-width: auto;}
table.uslugi-item tr td:nth-child(2) {
width: 260px;
}
table.uslugi-item tr {
display: flex;
justify-content: space-between;
}
}
@media screen and (min-width:320px) and (max-width:991px){
table.uslugi-item tr td:nth-child(1) {
min-width: 100% !important;
width: 100%;
margin-bottom: 10px;
display: block;
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 130%;
color: #374250;
}table.uslugi-item tr td:nth-child(2) {
display: flex;
margin-right: 0px;
justify-content: space-between;
width: 100%;
align-items: center;
}table.uslugi-item tr {
width: 100%;
display: block;
}table.uslugi-item tr {
padding: 20px 0 10px;
}.section-price-gastro {
padding-bottom: 20px;
}
}
table.uslugi-item .code-mobile{
display: none;
}
table.uslugi-item .code{
color: rgba(55, 66, 80, 0.80);
font-weight: 200;
padding-top: 10px;
font-size: 16px;
}
@media screen and (max-width:991px){
table.uslugi-item .code-desktop{
display: none;
}
table.uslugi-item .code-mobile{
display: block;
padding-top: 0;
}
}