.service-title-wr { display: table; width: 100%; background: $gray-color; } .service-title { padding-left: 19px; display: table-cell; vertical-align: middle; width: 100%; height: 47px; font-size: 13px; font-weight: 700; text-transform: uppercase; cursor: default; padding-right: 5px; } .service-tb-wrapp { border-top: 0; border-right: 1px solid $border-gray; border-bottom: 1px solid $border-gray; border-left: 1px solid $border-gray; table { width: 100%; tr { th, td { padding-left: 19px; height: 40px; vertical-align: middle; text-align: left; border-bottom: 1px solid $border-gray; } th { font-weight: 700; } td { &:last-child { font-weight: 700; width: 107 + 15 +px; padding-right: 5px; } } &:last-child { td { border-bottom: 0; } } &:hover { td { background: $border-gray; } } } } } .acordion-bl-wr { border-top: 1px solid $border-gray; } .acordion-wr { position: relative; height: 48px; overflow: hidden; display: block !important; &.active { .acordion-ico { &:after { transform: rotate(90deg); } } } .service-title { padding-left: 49px; cursor: pointer; } .acordion-ico { display: block; } } .acordion-ico { display: none; @include gradientBtn; width: 18px; height: 18px; border-radius: 100%; position: absolute; top: 13px; left: 19px; cursor: pointer; &:before, &:after { background: #fff; position: absolute; left: 50%; top: 50%; content: ''; display: block; } &:before { width: 10px; height: 2px; margin-top: -1px; margin-left: -5px; } &:after { width: 2px; height: 10px; margin-top: -5px; margin-left: -1px; transition: 0.5s; } } .price-bl-wrapp { margin-top: 32px; } @media (max-width: 991px) { .service-tb-wrapp { table { tr { &:hover { td { background: none; } } } } } } @media (max-width: 767px) { .service-title { font-size: 12px; line-height: 14px; } .acordion-ico { left: 9px; } .acordion-wr .service-title { padding-left: 33px; } .service-tb-wrapp { table { tr { td { @include wfl; display: block; vertical-align: top; height: auto; &:first-child { padding-top: 12px; border-bottom: 0; } &:last-child { width: 100%; margin-top: -1px; padding-bottom: 11px; } } } } } }