.product-filter {
    width: 360px;
}

.donwload {
    padding: 80px 0 140px;
    background-color: RGBA(250, 250, 250, 1);
}

.donwload .content1400 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.donwload .r {
    flex: 1;
    margin-left: 40px;
}

.donwload .r .download-item:not(:last-child) {
    margin-bottom: 30px;
}

.donwload .r .pagination {
    margin-top: 60px;
}

.donwload .r .pagination ul {
    justify-content: flex-end;
}

.support {
    padding: 80px 0 120px;
    background: RGBA(250, 250, 250, 1);
}

.support .box-c .inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.support .box-c .input {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    padding: 0 20px 0 30px;
}

.support .box-c .inputs:first-child {
    margin-bottom: 10px;
}

.support .box-c label {
    padding-right: 24px;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    border-right: 1px solid rgba(222, 222, 222, 1);
    margin-right: 25px;
}

.support .box-c .input select,
.support .box-c .input textarea,
.support .box-c .input input {
    flex: 1;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: GothamBook;
    /* color: rgba(204, 204, 204, 1); */
    color: #333;
    border: none;
    outline: none;
    resize: none;
    min-height: 80px;
    background-color: transparent;
}

.support .box-c .input input::placeholder,
.support .box-c .input textarea::placeholder {
    color: rgba(204, 204, 204, 1);
}

.support .box-c .input.textarea {
    grid-column: 1/3;
    height: 336px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 28px;
    padding-bottom: 28px;
}

.support .box-c .input.textarea label::before {
    display: none;
}

.support .box-c .input.textarea label {
    margin-bottom: 10px;
}

.support .box-c .input img {
    display: block;
    max-height: 90%;
    margin-left: 20px;
    cursor: pointer;
}

.support .box-c .submit {
    width: 200px;
    line-height: 80px;
    background: rgba(53, 174, 64, 1);
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    text-transform: uppercase;
}

.support .box-c .input select option {
    display: none;
}

.support .box-c .input input.disable {
    background-image: url(../img/bottom.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.support .box-c .input input[type="checkbox"] {
    flex: none;
    width: 20px;
    height: 20px;
    border-color: red;
}

.support .box-c .input .itemList {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 5px 9px 30px 0px rgba(188, 188, 188, 0.3);
    border-radius: 10px;
    padding: 21px 27px 40px;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .6s;
    transform: translateY(10px);
}

.support .box-c .input .itemList.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transform: translateY(0);
}

.support .box-c .input .itemList .item {
    font-size: 18px;
    color: rgba(53, 174, 64, 1);
    line-height: 60px;
    transition: all .6s;
    padding: 0 30px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}

.support .box-c .input .itemList .item.active {
    background-color: rgba(53, 174, 64, 1);
    border-radius: 5px;
    color: #fff;
}

.support .box-c .input1 {
    display: flex;
    grid-column: 1/3;
    padding: 0 30px;
}

.support .box-c .input1 .text {
    font-size: 18px;
    color: #333333;
    line-height: 50px;
}

.support .box-c .input1 .fields {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.support .box-c .input1 .field {
    background: linear-gradient(47deg, rgba(53, 174, 64, 1), #D0EBB5);
    padding: 2px;
    border-radius: 25px;
}

.support .box-c .input1 .field span {
    display: block;
    background-color: #fff;
    line-height: 46px;
    color: rgba(113, 211, 11, 1);
    border-radius: 23px;
    padding: 0 36px;
}

.support .box-c .input1 .field.active {
    background: rgba(113, 211, 11, 1);
}

.support .box-c .input1 .field.active span {
    background-color: transparent;
    color: #fff;
}

.support .box-c .input .input-r {
    display: flex;
    align-items: center;
}

.support .box-c .input .input-r input {
    position: relative;
    margin-right: 10px;
    visibility: hidden;
}

.support .box-c .input .input-r input::after,
.support .box-c .input .input-r input::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 5px;
    border: 2px solid rgba(113, 211, 11, 1);
    visibility: visible;
    box-sizing: border-box;
}

.support .box-c .input .input-r input::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\e61b";
    font-family: iconfont;
    color: #fff;
    font-size: 14px;
    background-color: rgba(53, 174, 64, 1);
    visibility: hidden;
}

.support .box-c .input .input-r input:checked::after {
    visibility: visible;
}

.service {
    padding: 80px 0 130px;
    background-color: RGBA(250, 250, 250, 1);
}

.service .title {
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
}
.service .text-box{
    font-size: 16px;
    line-height: 24px;
    color: rgba(34, 34, 34, 1);
}
.service .text-box *{
   all: revert;
}
@media (max-width:1280px) {
    .support .box-c .input {
        padding: 0 20px;
    }

    .support .box-c label {
        font-size: 16px;
        padding-right: 15px;
        margin-right: 15px;
    }

    .support .box-c .input1 {
        padding: 0 20px;
    }

    .support .box-c .input1 .field span {
        font-size: 16px;
        padding: 0 20px;
        line-height: 36px;
    }

    .support .box-c .input1 .text {
        line-height: 36px;
    }

    .support .box-c .input .itemList .item,
    .support .box-c .input1 .text,
    .support .box-c .input select,
    .support .box-c .input textarea,
    .support .box-c .input input {
        font-size: 16px;
    }

    .support .box-c .input select,
    .support .box-c .input textarea,
    .support .box-c .input input {
        min-height: 60px;
    }

    .support .box-c .input.textarea {
        height: 290px;
    }

    .support .box-c .submit {
        /* width: 300px; */
        line-height: 60px;
        font-size: 16px;
    }

    .support .box-c .input .input-r input+span {
        font-size: 20px;
    }
}

@media (max-width:1199px) {
    .service{
        padding: 80px 0;
    }
    .product-filter{
        width: 260px;
    }
    .support .box-c .input .input-r input+span {
        font-size: 18px;
    }

    .support .box-c .input .itemList .item,
    .support .box-c label,
    .support .box-c .input1 .field span,
    .support .box-c .input1 .text,
    .support .box-c .input select,
    .support .box-c .input textarea,
    .support .box-c .input input {
        font-size: 14px;
    }
    .donwload{
        padding: 80px 0;
    }
    .donwload .r .pagination{
        margin-top: 45px;
    }
    .support{
        padding: 80px 0;
    }
}

@media (max-width:1024px) {
    .support{
        padding: 70px 0;
    }
    .service .title{
        font-size: 22px;
    }
    .service{
        padding: 70px 0;
    }
    .donwload{
        padding: 70px 0;
    }
    .donwload .r .pagination{
        margin-top: 40px;
    }
    .donwload .r{
        margin-left: 0;
    }
    .donwload .content1400{
        flex-direction: column;
    }
    .product-filter{
        width: 100%;
    }
    .support .box-c .input.textarea {
        height: 250px;
    }

    .support .box-c .input .itemList .item {
        padding: 0 20px;
        line-height: 45px;
    }

    .support .box-c .input .itemList {
        padding: 20px 20px 30px;
    }

    .support .box-c .inputs {
        grid-template-columns: repeat(1, 1fr);
    }

    .support .box-c .input1,
    .support .box-c .input.textarea {
        grid-column: 1/1;
    }
}

@media(max-width:768px) {
    .support{
        padding: 60px 0;
    }
    .service .title{
        font-size: 20px;
    }
    .service{
        padding: 60px 0;
    }
    .donwload{
        padding: 60px 0;
    }
    .donwload .r .pagination{
        margin-top: 30px;
    }
    .support .box-c .input1 {
        flex-wrap: wrap;
    }

    .support .box-c .input1 .fields {
        flex: none;
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
}

@media (max-width:500px) {
    .support{
        padding: 50px 0;
    }
    .service .text-box{
        font-size: 14px;
    }
    .service{
        padding: 50px 0;
    }
    .donwload{
        padding: 50px 0;
    }
    .donwload .r .pagination{
        margin-top: 25px;
    }
    .support .box-c .input.textarea {
        height: 210px;
    }

    .support .box-c .input .input-r input {
        transform: scale(.7);
        margin-right: 3px;
    }

    .support .box-c .input .input-r input+span {
        font-size: 16px;
    }

    .support .box-c .input1 .field span {
        line-height: 28px;
        padding: 0 10px;
    }

    .support .box-c .input input.disable {
        background-size: 12px auto;
    }

    .support .box-c .input select,
    .support .box-c .input textarea,
    .support .box-c .input input {
        min-height: 45px;
    }

    .support .box-c .input1,
    .support .box-c .input {
        padding: 0 10px;
    }

    .support .box-c .input .itemList .item,
    .support .box-c label,
    .support .box-c .input1 .field span,
    .support .box-c .input1 .text,
    .support .box-c .input select,
    .support .box-c .input textarea,
    .support .box-c .input input {
        font-size: 12px;
    }

    .support .box-c .submit {
        /* width: 240px; */
        line-height: 45px;
        font-size: 14px;
    }
}