/* CSS Document */

.tech-specs-accordion__header--heading h2 {
    display: inline !important;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color:black;
    line-height: 1
}

.tech-specs-accordion-wrapper {
    margin-top: .625rem;
    margin-bottom: .625rem;
    max-width: 81.875rem;
    margin-left: auto;
    margin-right: auto;
    /*background-color: #505050*/
}

.tech-specs-accordion-wrapper .tech-specs-accordion-desktop-wrap {
    padding-top: .125rem;
    padding-bottom: .625rem;
    margin-bottom: 20px
}

.tech-specs-accordion-wrapper .tech-specs-accordion__header {
    min-height: 2.5rem;
    margin-bottom: .9375rem;
    padding-top: 1rem;
    padding-bottom: 1.125rem;
    position: relative;
    text-align: center
}

.tech-specs-accordion-wrapper .tech-specs-accordion-body {
    overflow: hidden;
    position: relative
}

.tech-specs-accordion-wrapper .tech-specs-accordion__header--heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff
}

.tech-specs-accordion-wrapper .tech-specs-accordion__header--download-btn {
    position: absolute;
    top: 1.9375rem;
    right: 5%
}

.tech-specs-accordion-wrapper .tech-specs-accordion__header--download-btn button {
    font-size: .75rem;
    border-radius: .9375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 600;
    background-color: #d7000f;
    color: #fff;
    border: 0;
    outline: 0
}

.tech-specs-accordion-wrapper .tech-specs-accordion__header--download-btn button:hover {
    background-color: #ff0012
}

.tech-specs-accordion-wrapper .tech-specs-accordion__header--download-btn button:active,.tech-specs-accordion-wrapper .tech-specs-accordion__header--download-btn button:focus {
    background-color: #ba000d
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap {
    display: flex
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap {
    width: 20%
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title {
    margin-top: 1.5625rem;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    background-color: #f2f2f2
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title .top-curve,.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title .bottom-curve {
    height: .3125rem
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name {
    font-weight: 600;
    color: #fff;
    position: relative;
      /*background-color: #505050*/;
    transition: all .25s ease-in-out
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name:before {
    content: " ";
    width: .375rem;
    height: .375rem;
    top: 1.25rem;
    left: 2.4375rem;
    position: absolute;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name .tech-specs-items-title__link {
    font-size: .875rem;
    text-transform: capitalize;
    padding-bottom: .625rem;
    padding-top: .625rem;
    padding-left: 4.0625rem;
    padding-right: .9375rem;
    color: #f2f2f2;
    display: block
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name:hover {
    background-color: #f2f2f2;
    color: #d7000f
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name:hover:before {
    background-color: #d7000f
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name:hover .tech-specs-items-title__link {
    font-size: 1rem;
    color: #d7000f;
    text-decoration: none
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name.active:before {
    background-color: #d7000f
}

.tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name.active .tech-specs-items-title__link {
    font-size: 1rem;
    background-color: #f2f2f2;
    color: #d7000f;
    transition: font-size .25s ease-in-out
}

.tech-specs-accordion-wrapper .tech-specs-items-description-wrap {
    height: 36.25rem;
    border-radius: .3125rem;
    width: 100%;
    overflow-y: auto;
    background-color: #fff;
    padding: 16px 10px 0 16px
}

.tech-specs-accordion-wrapper .tech-specs-items-description-wrap::-webkit-scrollbar {
    width: .5rem
}

.tech-specs-accordion-wrapper .tech-specs-items-description-wrap::-webkit-scrollbar-track {
    width: .375rem;
    border-radius: .625rem
}

.tech-specs-accordion-wrapper .tech-specs-items-description-wrap::-webkit-scrollbar-thumb {
    width: .375rem;
    border-radius: .625rem;
    background-color: #989898
}

.tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description {
    font-size: 1rem;
    padding-left: 1.25rem;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    list-style-type: none;
    background-color: #fff
}

.tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description__title {
    color: #000;
    font-weight: 600;
    display: inline-block;
    width: 26%;
    text-transform: capitalize
}

.tech-specs-accordion-wrapper.isru .tech-specs-items-description-wrap .tech-specs-items-description__title,.tech-specs-accordion-wrapper.isru .tech-specs-items-description-wrap .tech-specs-items-description__title--heading,.tech-specs-accordion-wrapper.isru .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name .tech-specs-items-title__link {
    text-transform: none
}

.tech-specs-accordion-wrapper.isru .tech-specs-items-description-wrap .tech-specs-items-description__title::first-letter ,.tech-specs-accordion-wrapper.isru .tech-specs-items-description-wrap .tech-specs-items-description__title--heading::first-letter ,.tech-specs-accordion-wrapper.isru .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name .tech-specs-items-title__link::first-letter {
    text-transform: uppercase
}

.tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description__title--heading {
    font-weight: 600;
    color: #d7000f;
    text-transform: capitalize;
    display: inline-block;
    width: 26%;
    line-height: normal
}

.tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description__title-details {
    display: inline-block;
    color: #000;
    width: 64%
}

.tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description__title-details--heading {
    display: inline-block;
    color: #d7000f
}

.tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description-list {
    border-bottom: 1px solid #f2f2f2;
    line-height: 2.6;
    display: flex
}

.tech-specs-accordion-wrapper .tech-specs-accordion-tab-mobile-view-wrap {
    display: none
}

.tech-specs-accordion-wrapper .tech-specs-accordion__footer {
    min-height: 2.5rem;
    margin-bottom: .9375rem;
    padding-top: 1rem;
    padding-bottom: 1.125rem;
    position: relative;
    text-align: center
}

.tech-specs-accordion-wrapper .tech-specs-accordion__footer--content {
    font-size: .5rem;
    color: #fff
}

@media only screen and (max-width: 992px) {
    .tech-specs-accordion-wrapper.for-cn {
        margin-top:.625rem;
        margin-bottom: .625rem;
        background-color: #fff
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion-desktop-wrap {
        display: none
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion__header {
        min-height: 2.5rem;
        margin-bottom: 0rem;
        padding-bottom: 0rem;
        padding-top: .5rem;
          /*background-color: #505050*/
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion__header--heading {
        font-size: 1.25rem;
        color: #fff;
        text-align: center
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion__header--download-btn {
        top: .625rem;
        right: .3125rem;
        position: absolute
    }

    .tech-specs-accordion-wrapper .tech-specs-items-title__name {
        padding-top: .25rem;
        padding-bottom: .3125rem;
        font-size: 1.25rem;
        font-weight: 600;
        color: #f2f2f2;
        text-align: center;
          /*background-color: #505050*/
    }

    .tech-specs-accordion-wrapper .tech-specs-items-description-wrap {
        width: 85%;
        margin: 0 auto 10px
    }

    .tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description {
        padding-left: 0rem;
        padding-bottom: 4.8125rem;
        margin-bottom: 0;
        list-style-type: none;
        background-color: #fff
    }

    .tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description__title {
        font-size: .875rem;
        font-weight: 600;
        display: inline-block;
        vertical-align: top;
        width: 20%
    }

    .tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description__title-details {
        font-size: .75rem;
        padding-left: 4.375rem;
        width: 70%;
        display: inline-block
    }

    .tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description-list {
        padding-top: .4375rem;
        padding-bottom: .4375rem;
        line-height: 1.6;
        border-bottom: 1px solid #f2f2f2
    }

    .tech-specs-accordion-wrapper .left-arrow {
        top: .4375rem;
        left: .9375rem;
        position: absolute;
        width: 0;
        height: 0;
        color: #fff;
        border-top: 10px solid transparent;
        border-right: 10px solid #fff;
        border-bottom: 10px solid transparent
    }

    .tech-specs-accordion-wrapper .right-arrow {
        top: .4375rem;
        right: .625rem;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 10px solid transparent
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion__footer {
        min-height: 2.5rem;
        margin-bottom: 0rem;
        padding-bottom: 0rem;
        padding-top: .5rem;
          /*background-color: #505050*/
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion__footer--content {
        font-size: .5rem;
        color: #fff;
        text-align: center
    }
}

@media only screen and (max-width: 992px) {
    .tech-specs-accordion-wrapper .tech-specs-accordion-tab-mobile-view-wrap.for-en {
        display:block;
        padding: 0 15px
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion-tab-mobile-view-wrap.for-cn {
        display: block
    }

    .tech-specs-accordion-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding: 1px 0 10px;
        background-color: #fff
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion-desktop-wrap {
        display: none
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion-tab-mobile-view-wrap {
        display: none
    }

    .tech-specs-accordio-mobile-title {
        font-family: OpenSansBold;
        font-size: 24px;
        color: #333;
        font-weight: 700;
        text-align: center;
        padding: 20px;
        margin: 0
    }

    .tech-specs-accordion-wrapper .main-title {
        line-height: 24px;
        font-family: OpenSansSemiBold;
        font-size: 16px;
        color: #333;
        font-weight: 700;
        position: relative
    }

    .tech-specs-accordion-wrapper .nav-item {
        border-bottom: 1px solid rgba(234,234,234,1);
        padding: 20px 0
    }

    .tech-specs-accordion-wrapper .nav-item.active .main-title span::after {
        background-image: url('../../../../../../etc/clientlibs/it/resources/icons/icon-top.svg')
    }

    .tech-specs-accordion-wrapper .nav-item:first-child {
        border-top: 1px solid rgba(234,234,234,1)
    }

    .tech-specs-accordion-wrapper .main-title span::after {
        content: "";
        background-image: url('../../../../../../etc/clientlibs/it/resources/icons/icon-bottom.svg');
        height: 8px;
        width: 13px;
        display: inline-block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .tech-specs-accordion-wrapper .main-content {
        display: none;
        margin-top: 12px
    }

    .tech-specs-accordion-wrapper .main-content .main-item:last-child .item-title-detail {
        margin-bottom: 0
    }

    .tech-specs-accordion-wrapper .item-title {
        font-family: OpenSansSemiBold;
        font-size: 14px;
        color: #333;
        font-weight: 600;
        margin-bottom: 8px;
        line-height: 19px
    }

    .tech-specs-accordion-wrapper .item-title-detail {
        font-family: OpenSans;
        font-size: 14px;
        color: #666;
        font-weight: 400;
        margin-bottom: 12px;
        line-height: 19px
    }

    .tech-specs-accordio-mobile-footer {
        font-family: OpenSans;
        font-size: 12px;
        color: #666;
        font-weight: 400;
        background-color: #f5f5f5;
        padding: 12px;
        margin-top: 12px
    }
}

@media only screen and (max-width: 767.98px) {
    .mb-p {
        height:auto;
        margin-top: .2rem
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion__header {
        padding-top: .3125rem;
        text-align: left
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion__header--heading {
        font-size: 1rem;
        padding-left: .5rem;
        text-align: left
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion__header--download-btn {
        top: .25rem;
        right: .3125rem;
        position: absolute
    }

    .tech-specs-accordion-wrapper .tech-specs-items-title__name {
        font-size: 1rem;
        text-align: center
    }

    .tech-specs-accordion-wrapper .tech-specs-items-description-wrap {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%
    }

    .tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description__title {
        width: 25%
    }

    .tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description__title-details {
        padding-left: 2.5rem;
        width: 63%
    }

    .tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description .tech-specs-items-description-list {
        padding-top: .9375rem;
        padding-bottom: .75rem;
        line-height: 1.5
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion__footer {
        min-height: 2.5rem;
        margin-bottom: 0rem;
        padding-bottom: 0rem;
        padding-top: .5rem;
          /*background-color: #505050*/
    }

    .tech-specs-accordion-wrapper .tech-specs-accordion__footer--content {
        font-size: .5rem;
        color: #fff;
        text-align: center
    }
}

.rtl .tech-specs-accordion__header--heading {
    direction: rtl
}

.rtl .tech-specs-accordion-wrapper .tech-specs-items-wrap {
    direction: rtl
}

.rtl .tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap {
    direction: ltr
}

.rtl .tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title {
    padding-right: 0
}

.rtl .tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name .tech-specs-items-title__link {
    padding-right: 4.0625rem;
    padding-left: .9375rem;
    text-align: right;
    direction: rtl
}

.rtl .tech-specs-accordion-wrapper .tech-specs-items-wrap .tech-specs-items-title-wrap .tech-specs-items-title__name:before {
    right: 2.4375rem;
    left: auto
}

.rtl .tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description-list {
    text-align: right
}

.rtl .tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description__title-details {
    direction: ltr
}

.rtl .tech-specs-accordion-wrapper .tech-specs-accordion__footer {
    direction: rtl
}

@media only screen and (max-width: 992px) {
    .rtl .tech-specs-accordion-wrapper .tech-specs-accordion-tab-mobile-view-wrap {
        direction:rtl
    }

    .rtl .tech-specs-accordion-wrapper .tech-specs-items-description-wrap .tech-specs-items-description__title-details {
        padding-right: 4.375rem;
        padding-left: 0
    }

    .rtl .tech-specs-accordion-wrapper .tech-specs-accordion__header--heading {
        direction: rtl
    }

    .rtl .tech-specs-accordion-wrapper .tech-specs-items-title__name {
        direction: rtl
    }
}

@media only screen and (max-width: 767.98px) {
    .rtl .tech-specs-accordion-wrapper .tech-specs-accordion__header--heading {
        text-align:right;
        padding-right: .5rem;
        padding-left: 0
    }
}
