/* Робимо меню активним */
#navigation ul#menu-main-menu:not(:hover) > li.menu-item.active a::before {
    width: 100%;
}

body {
    /* background-image: url(/img/page.jpg); */
    /* background-position: top center; */
    /* background-size: 100%; */
}

/* ux */
.ux-backdrop {
    background-color: rgb(0 0 0 / 90%);
    scrollbar-color: #dd0d14 #fff0;
    z-index: 100;
}

.ux-select {
}

.ux-select-view {
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.ux-select-content {
    max-height: 210px;
}

.ux-select-content::-webkit-scrollbar-thumb {
    background: #d01c1c;
}

.ux-select-content .optgroup {
}

.ux-select-content .option {
    margin: 5px auto;
    width: calc(100% - 10px);
    border-radius: 15px;
}

.ux-select-content .option, .ux-select-content .optgroup label {
    padding: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.ux-select-content .optgroup label {
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
}

.ux-select-content .option:hover, .ux-select-content:not(:hover) .option[selected] {
    color: #000000;
    background-color: #f1f1f1;
}

.ux-select-content .option[focus] {
    color: #fff;
    background-color: #4dc7ff;
}

.ux-select-content .optgroup .option {
    padding-left: 15px;
}

.ux-select-design, .ux-select-design-dark {
    box-sizing: border-box;
    padding: 5px;
    border-radius: 8px;
}

.ux-select-design-dark {
    border: 1px solid #464b51;
    background-color: #141a1c;
}

.ux-select-design-dark .ux-select-content .option, .ux-select-design-dark .ux-select-content .optgroup label {
    color: #ffffff;
}

.ux-select-design-dark .ux-select-content .optgroup label {
    color: rgb(255 255 255 / 70%);
    ; }

.ux-select-design-dark .ux-select-content .option:hover, .ux-select-design-dark .ux-select-content:not(:hover) .option[selected] {
    color: #ffffff;
    background-color: #131313;
}

.ux-modal.modal-block {
    padding: 30px 10px;
    /* padding-top: 30px; */
    width: 1100px;
    border-radius: 12px;
    background-color: #000000;
    border: 1px solid #7f7f7f;
    background-position: -121px -110px;
    background-size: 1340px;
}

.ux-modal.modal-block .ux-btn {
    /* display: none; */
    right: 10px;
    top: 10px;
}

.ux-modal.modal-block .ux-modal-close svg {
    stroke: #d01c1c;
}

.ux-modal.modal-block .ux-modal-close:hover svg {
    opacity: 0.5;
}

/* calc */
.calc-line {
    margin: 12px 0;
    border-radius: 50px;
    border-radius: 15px 35px 35px 15px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
}

.calc-line > * {
    display: inline-block;
    vertical-align: middle;
}

.calc-line .item {
    width: 25%;
    width: calc((100% - 270px) / 3);
    box-sizing: border-box;
    margin: 0;
    padding: 0 12px;
    position: relative;
    /* line-height: 0; */
    /* background-color: #000; */
    border-radius: 10px;
    transition: all 250ms ease-out;
}

.calc-line .item:hover {
    background-color: #e9e9e9;
}

.calc-line .item p {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
    cursor: default;
}

.calc-line .item select {
    height: 30px;
    width: 100%;
}

.calc-line .item:not(:last-child) {
    margin-right: 30px;
}

.calc-line .item:before {
    content: "";
    position: absolute;
    top: calc(50% - 18px);
    left: -16px;
    width: 1px;
    height: 36px;
    background-color: #c3c3c5;
}

.calc-line .item:first-child:before {
    display: none;
}

.calc-line .ux-select {
    /* border: none; */
    width: calc(100% + 44px);
    margin-left: -22px;
    background: transparent;
}

.calc-line .ux-select p {
}

.calc-line .ux-select input {
    border: none;
    padding: 0;
    height: 28px;
    padding-left: 22px;
    background: transparent;
}

.calc-line .ux-select .ux-btn {
    width: 18px;
    min-width: 0;
    top: 0 !important;
}

.calc-line .ux-select input::placeholder {
    color: #727272;
}

.calc-line .ux-select svg {
    fill: #727272;
}

.calc-line .ux-select[selected] .ux-btn {
    display: none;
}

.calc-line .item:nth-child(1) .ux-select .ux-btn {
    right: inherit;
    left: 126px;
}

.calc-line .item:nth-child(2) .ux-select .ux-btn {
    right: inherit;
    left: 137px;
}

.calc-line .item:nth-child(3) .ux-select .ux-btn {
    right: inherit;
    left: 107px;
}

.calc-line .btn {
    float: right;
    width: auto;
    padding: 0px 45px;
    padding-right: 36px;
    border-radius: 25px;
    background-color: #d01c1c;
    border: 2px solid #d01c1c;
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    cursor: pointer;
}

.calc-line .btn:hover {
    background-color: #ffffff;
    color: #d01c1c;
}

.calc-line .btn:hover svg {
    transform: translate3d(10px, 0px, 0px);
}

.calc-line .btn:hover svg path {
    fill: #ffffff;
}

.calc-line .btn svg {
    margin-left: 5px;
    height: 13px;
    transition: all .3s ease;
}

/* main */
.intro-parallax {
    box-sizing: border-box;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 70px;
    /* background-size: cover; */
    /* background-size: auto 110%; */
    /* background-position: top center; */
    /* background-color: transparent; */
    /* background-attachment: fixed; */
    background-color: #000;
    overflow: hidden;
}

.img-parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    position: fixed;
    opacity: 0.7;
}

.intro-parallax:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgb(0 0 0 / 30%); */
}

.intro-center {
    width: 79%;
    max-width: 1268px;
    margin: 223px auto 0;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    /* top: 50vh; */
    top: calc(50vh - 60px);
    transform: translate3d(0px, -50%, 0px);
    display: block;
}

.intro-text {
    margin: 0 40px 45px;
    font-size: 50px;
    padding-bottom: 20px;
}

.intro-text:before {
    transition: all .6s cubic-bezier(0.25, 0.1, 0.58, 1.7) !important;
}

.intro-text:not(.anim):before {
    width: 0;
}

.intro-block {
    box-sizing: border-box;
    padding: 32px 40px;
    position: relative;
    border-radius: 45px;
    /* background: rgba(255, 255, 255, 0.3); */
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.intro-block > p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 47px;
    line-height: 1.2;
    padding: 10px 0;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
}

.intro-line {
    margin: 12px 0;
    background-color: #fff;
}

.intro-line .item {
    width: calc((100% - 240px) / 2);
    max-width: 33%;
}

.intro-line .item:hover {
    background-color: #e9e9e9;
}

.intro-line p {
}

.intro-line select {
}

.intro-line .ux-select {
}

.intro-line .ux-select p {
}

.intro-line .ux-select input {
}

.intro-line .ux-select input::placeholder {
    color: #727272;
}

.intro-line .ux-select svg {
    fill: #727272;
}

.intro-line .item:nth-child(1) .ux-select .ux-btn {
    left: 126px;
}

.intro-line .item:nth-child(2) .ux-select .ux-btn {
    left: 137px;
}

.intro-btn {
    background-color: #d01c1c;
    color: #ffffff;
}

.intro-btn svg {
    margin-left: 5px;
    height: 13px;
    transition: all .3s ease;
}

.intro-btn:hover {
    background-color: #ffffff;
    color: #d01c1c;
}

.intro-btn:hover svg {
    transform: translate3d(10px, 0px, 0px);
}

.intro-btn:hover svg path {
    fill: #d01c1c;
}

.intro-line .intro-btn:hover {
    background-color: #141a1c;
    color: #ffffff;
    border-color: #141a1c;
}

.intro-line .intro-btn:hover svg path {
    fill: #ffffff;
}

.intro-popular {
    display: table;
    width: 100%;
    padding: 2px 3px;
    min-height: 40px;
    margin-top: -5px;
    margin-left: -5px;
}

.intro-popular > * {
    border-radius: 17px;
    background-color: #ffffff;
    display: inline-block;
    margin: 5px;
    /* margin-top: 0; */
    /* margin-right: 10px; */
    font-size: 13px;
    line-height: 35px;
    color: #000000;
    font-weight: 400;
    padding: 0 12px;
    cursor: pointer;
    transition: all 250ms ease-out;
}

.intro-popular > *:hover, .intro-popular:not(:hover) .active {
    color: #fff;
    background-color: #dd0d14;
}

/* detail */
.detail-bg {
    display: block;
    width: 100%;
    height: 100%;
    padding: 148px 0;
    background-size: contain;
    background: radial-gradient(circle at right top, rgba(55, 57, 59, 1) 0%, rgba(20, 22, 21, 1) 40%);
}

.detail {
    max-width: 1268px;
    width: 90%;
    margin: 0 auto;
}

.detail > h1 {
    font-size: 51px;
    /* line-height: 1.5; */
    /* letter-spacing: 0; */
    color: #ffffff;
    font-weight: 600;
    /* font-family: "Montserrat"; */
}

.detail > p {
    font-size: 17.4px;
    /* letter-spacing: 0px; */
    line-height: 35px;
    color: #bebebe;
    font-weight: 400;
}

.detail .calc-line {
    margin: 22px 0;
    background-color: #141a1c;
    border: 1px solid #464b51;
}

.detail .calc-line .item:before {
    background-color: #464b51;
}

.detail .calc-line .item:hover {
    background-color: #131313;
}

.detail .calc-line p {
    color: #ffffff;
}

.detail .calc-line .btn:hover {
    background-color: #141a1c;
    color: #ffffff;
    border-color: #fff;
}

.detail .calc-line .ux-select input {
    color: #ffffff;
}

.detail > section {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

.detail .slider .thumbs:empty, .detail .slider .slide:empty {
    height: 460px;
}

.detail .slider {
    float: left;
    width: 50%;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    user-select: none;
    position: sticky;
    top: 100px;
}

.detail .slider .thumbs {
    float: left;
    width: 85px;
}

.detail .slider .thumbs .item {
    width: 85px;
    height: 75px;
    border-radius: 4px;
    background-color: rgba(208,28,28,0);
    background-color: rgb(20 26 28);
    border: 2px solid #40444a;
    margin-bottom: 21px;
    transition: all .3s ease;
}

.detail .slider .thumbs .item:last-child {
    margin: 0;
}

.detail .slider .thumbs img {
    object-fit: contain;
    object-position: center;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.detail .slider .thumbs:not(:hover) .swiper-slide-thumb-active, .detail .slider .thumbs .item:hover {
    background-color: rgba(208,28,28,0);
    border-color: #d01c1c;
}

.detail .slider .thumbs .swiper {
    height: 460px;
}

.detail .slider .slide {
    float: right;
    width: calc(100% - 115px);
    width: calc(45vw - 115px);
    max-width: calc(100% - 115px);
    /* height: 460px; */
    margin: 0 14px;
    border-radius: 12px;
    background-color: #37393b;
    border: 1px solid #464b51;
}

.detail .slider .slide img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.detail .slider .slide .item {
    height: 100%;
    height: 460px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: sans-serif;
    border-radius: 8px;
}

.detail .slider .prev.swiper-button-disabled, .detail .slider .next.swiper-button-disabled {
    opacity: 0.8;
}

.detail .slider .prev, .detail .slider .next {
    width: 40px;
    height: 40px;
    border: 1px solid #40444a;
    border-radius: 100%;
    background-color: #141a1c;
    font-size: 0;
    transition: all 250ms ease-out;
}

.detail .slider .prev svg, .detail .slider .next svg {
    width: 6px;
}

.detail .slider .prev path, .detail .slider .next path {
    fill: rgb(151 154 157);
}

.detail .slider .prev {
    left: -50%;
}

.detail .slider .next {
    right: -50%;
}

.detail .slider:hover .prev {
    left: 15px;
}

.detail .slider:hover .next {
    right: 15px;
}

.detail .slider .prev:hover, .detail .slider .next:hover {
    background-color: #d01c1c;
    border-color: #d01c1c;
}

.detail .slider .prev:hover path, .detail .slider .next:hover path {
    fill: #ffffff;
}

.detail .equipment {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 15px;
}

.detail .equipment .head {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 22px;
    border-radius: 8px 8px 0 0;
    border-radius: 8px;
    background: #131313;
    border: 1px solid #131313;
    /* border-top: 1px solid #464b51; */
    border-bottom: 0;
    transition: all 250ms linear;
}

.detail .equipment .head.active {
    border-color: #464b51;
    border-radius: 8px 8px 0 0;
}

.detail .equipment .head span {
    font-size: 14.5px;
    font-weight: 500;
    line-height: 2;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.detail .equipment .head > *:last-child {
    text-align: right;
}

.detail .equipment .ux-accordion {
    border: 1px solid transparent;
    margin-bottom: 5px;
}

.detail .equipment .ux-accordion .ux-btn {
    width: 12px;
    min-width: 0;
    position: absolute;
    left: 20px;
    top: calc(50% - 15px);
    display: block;
}

.detail .equipment .ux-accordion .ux-btn svg {
    stroke: #9a9a9a;
    stroke-width: 4px;
}

.detail .equipment .ux-accordion .ux-btn:hover svg {
    stroke: #454545;
}

.detail .equipment .ux-accordion.open {
    background: #262626;
    border-color: #464b51;
    border-radius: 10px;
}

.detail .equipment .ux-accordion[prev] .label:after, .detail .equipment .ux-accordion.open .label:after {
    background: transparent;
}

.detail .equipment .ux-accordion.open .ux-btn {
    transform: rotate(180deg);
}

.detail .equipment .ux-accordion:nth-child(2) {
    border-top: none;
}

.detail .equipment .ux-accordion:nth-child(2).open {
    border-radius: 0 0 10px 10px;
}

.detail .equipment .label {
    padding: 18px 22px;
    display: table;
    width: 100%;
    position: relative;
    cursor: default;
}

.detail .equipment .label:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 10%);
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    transition: background 100ms linear;
}

.detail .equipment .label > * {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.detail .equipment .label .name {
    padding-left: 35px;
    font-size: 14.5px;
}

.detail .equipment .label .price {
    text-align: right;
    font-size: 15px;
}

.detail .equipment .body {
    padding: 0 22px 22px;
}

.detail .equipment .body .item {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
}

.detail .equipment .body .item > * {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.detail .equipment .body .item .name {
}

.detail .equipment .body .item .name p {
    font-size: 13px;
    font-weight: 300;
}

.detail .equipment .body .item .name span {
}

.detail .equipment .body .item .price {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}

.detail .equipment .btn {
    font-size: 15px;
    line-height: 44px;
    margin: 6px 0;
    display: block;
    padding: 0 10px;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
}

.detail .equipment .btn:hover {
    background-color: #d01c1c;
    color: #fff;
}

/* accordion */
.ux-accordion {
    position: relative;
    overflow: hidden;
}

.ux-accordion > div {
}

.ux-accordion > div figure {
}

.ux-accordion > section {
}

.ux-accordion.open {
}

.ux-accordion.open figure {
}

/* table  */
.ux-table {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 40px;
}

.ux-table h2 {
    font-size: 24px;
    line-height: 30px;
    /* margin: 0 0 16px; */
    display: none;
}

.ux-table .note {
    background-color: #151515;
    border-left: 2px solid;
    border-color: #717171;
    padding: 12px;
    border-radius: 5px;
    margin: 14px 0;
    display: none;
}

.ux-table .note font {
    display: inline-block;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    text-align: center;
}

.ux-table .note font svg {
    width: 10px;
}

.ux-table .note font path {
    fill: #000;
}

.ux-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.ux-table table tr {
}

.ux-table table td {
    padding: 5px 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.ux-table table thead tr {
}

.ux-table table thead td {
    background-color: #fff;
    color: #0a0a0a;
    /* text-align: center; */
    /* box-sizing: border-box; */
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
}

.ux-table table thead td:first-child {
    border-radius: 5px 0 0 0;
}

.ux-table table thead td:last-child {
    border-radius: 0 5px 0 0;
}

.ux-table table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

.ux-table table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.ux-table table tbody td {
    border-bottom: 1px solid #717171;
}

.ux-table table tbody tr:nth-child(even) td {
    background-color: #0f0f0f;
}

.ux-table table tbody td:nth-child(1) {
}

.ux-table table tbody td:nth-child(2) {
    width: 22%;
}

.ux-table table tbody td:nth-child(3) {
    width: 40%;
}

.ux-table table tbody td:nth-child(4) {
    text-align: right;
}

.ux-table table font {
    border-radius: 2px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 22px;
    background-color: #2e2e2e;
    display: inline-block;
    position: relative;
    margin-left: 20px;
}

.ux-table table font:before {
    content: "";
    position: absolute;
    top: 15%;
    left: -11px;
    height: 70%;
    width: 2px;
    background-color: #838383;
    border-radius: 1px;
}

.ux-table table b {
}

.ux-table table a {
    cursor: pointer;
    color: #fff;
}

.ux-table table a:hover {
    color: #d01c1c;
    font-weight: 500;
}

.ux-table table td:last-child a {
    font-size: 11px;
    line-height: 36px;
    margin: 8px 0;
    display: inline-block;
    padding: 0 22px;
    color: #ffffff;
    font-weight: 500;
    background-color: #2e2e2e;
    border-radius: 30px;
    cursor: pointer;
}

.ux-table table td:last-child a svg {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
}

.ux-table table td:last-child a path {
    fill: #ffffff;
}

.ux-table table td:last-child a:hover {
    background-color: #d01c1c;
}

.ux-table table td:last-child a:hover svg {
    transform: translate3d(5px, 0px, 0px);
}

.ux-table table td:last-child a:hover path {
}

/* Адаптація */
@media (max-width: 770px) {
    .intro-center {
        width: 100%;
    }

    .calc-line {
        border-radius: 15px;
    }

    .calc-line > .item {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 !important;
    }

    .calc-line > .item:before {
        display: block !important;
        height: 1px;
        width: 100%;
        top: calc(100% + 5px);
        left: 0;
    }

    .calc-line .item .ux-select .ux-btn {
        right: 20px !important;
        left: inherit !important;
    }

    .calc-line > .btn {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .detail > h1 {
        line-height: 1;
    }

    .detail > p {
        line-height: 1;
        margin: 10px 0;
    }

    .detail .slider {
        width: 100%;
        position: relative;
        top: 0;
    }

    .detail .equipment {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    .detail .slider .thumbs {
        float: none;
        width: 100%;
        height: 100px;
    }

    .detail .slider .thumbs .swiper {
        width: 90vw;
        height: auto;
    }

    .detail .slider .slide {
        width: 100%;
        max-width: 90vw;
        margin: 0;
        float: none;
    }

    .ux-table {
    }

    .ux-table table a {
        text-align: center;
        line-height: 1;
        padding: 5px 10px;
    }

    .ux-table table a svg {
        height: 10px;
    }
}

.mobile body {
    /* background-image: url(/img/mobile.jpg); */
}

.mobile .intro-parallax {
    padding: 30px;
    padding-top: 24vh;
    padding-bottom: 10vh;
    /* background: none !important; */
    /* min-height: auto; */
    /* height: 100vh; */
}

.mobile .intro-center {
    top: 0;
    transform: none;
}

.mobile .intro-text {
    margin: 0;
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.mobile .intro-text:before {
    width: 60px;
}

.mobile .intro-block {
    padding: 25px;
    border-radius: 25px;
    /* backdrop-filter: none; */
}

.mobile .intro-block p {
    display: none;
}

.mobile .calc-line {
    background: transparent;
    padding: 0;
    margin: 9px 0;
}

.mobile .calc-line .item {
    margin: 0 0 22px !important;
    padding: 0;
}

.mobile .calc-line .item:before {
    display: none !important;
}

.mobile .detail .calc-line .item:hover {
    background: transparent;
}

.mobile .calc-line .item .ux-select {
    width: 100%;
    margin: 0;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
}

.mobile .calc-line .item .ux-select input {
    padding: 0 20px;
    height: 50px;
}

.mobile .intro-popular {
    overflow: hidden;
    height: 40px;
    display: block;
}

.mobile .intro-popular > * {
    margin: 4px;
    border-radius: 15px;
    line-height: 30px;
}

.mobile .calc-line .btn {
    border-radius: 30px;
    margin: 20px auto 0;
    padding: 0px 46px;
    font-size: 16px;
    line-height: 52px;
}

.mobile .ux-select-design, .mobile .ux-select-design-dark {
}

.mobile .ux-table {
    padding: 0;
}

.mobile .ux-modal.modal-block {
    padding: 0;
}

.mobile .ux-table-inline {
    display: block;
    width: 100%;
    width: calc(100% + (18px*2));
    overflow-x: auto;
    margin-left: -18px;
    box-sizing: border-box;
    padding: 0 18px 10px;
}

.mobile .ux-table-inline table {
    /* width: max-content; */
}

.mobile .ux-table table {
}

.mobile .ux-table table td {
    width: auto !important;
}

.mobile .ux-table table tbody td:nth-child(2) {
    text-align: center;
}

.mobile .ux-table table tbody td:nth-child(2) font {
    display: table;
    margin: 0 auto;
}

.mobile .ux-table table tbody td:nth-child(2) font:before {
    display: none;
}

.mobile .ux-table table .btn {
    width: 50px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
    background-color: #dd0d14;
}

.mobile .ux-table table .btn:hover {
    background-color: #2e2e2e;
}

.mobile .ux-table table .btn svg {
    width: 15px;
    height: 100%;
    margin: 0 auto;
    /* background-color: #dd0d14; */
}

.mobile .detail {
}

.mobile .detail > h1 {
    font-size: 30px;
}

.mobile .detail > p {
    font-size: 16px;
    line-height: 18px;
    margin: 15px 0;
}

.mobile .detail .calc-line {
    padding: 20px 10px;
}

.mobile .detail .calc-line p {
    /* display: none; */
    padding: 5px 10px;
}

.mobile .detail .calc-line .ux-select {
    background: #141a1c;
}

.mobile .detail .calc-line .item .ux-select input {
    /* background: #1e1f20; */
}

.mobile .detail .calc-line .btn {
    margin: 0 auto;
}

.mobile .detail .calc-line .btn:hover {
    border-color: #141a1c;
}

.mobile .detail .thumbs {
    margin: 20px 0 0;
}

.mobile .detail .slider .thumbs .item {
    width: 16vw;
    height: 16vw;
    margin-bottom: 0;
}

.mobile .detail .slider .slide {
    width: 90vw;
}

.mobile .detail .slider .slide .item {
    height: 100vw;
}

.mobile .detail .equipment .head span {
    width: 70%;
}

.mobile .detail .equipment .head span:last-child {
    width: 30%;
}
.mobile .detail .equipment .body .item > *:nth-child(1){
     width: 60%;
}
.mobile .detail .equipment .body .item > *:nth-child(2){
    width: 40%;
}