body {
    margin:0;
    font-family:var(--bs-body-font-family);
    font-size:var(--bs-body-font-size);
    font-weight:var(--bs-body-font-weight);
    line-height:var(--bs-body-line-height);
    color:var(--bs-body-color);
    text-align:var(--bs-body-text-align);
    background-color:var(--bs-body-bg);
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    font-family: Arial,Helvetica,sans-serif;
}
main{
    margin-top: 120px;
}
.article-header{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.article-header .mi-base-a{
    color: #ffffff;
    padding-left: 0;
}
.article-header .mi-base-a:hover{
    color: #dc3545;
}
.article-header .mi-base-a span{
    margin-left: 1rem;
}
.article-header .mi-base-a:hover i{
    transform:translate(-.25rem)
}
.article-header .svg-wrapper{
    width: 15rem;
}
.article-header h1{
    font-weight: bolder;
    color: #ffffff;
}
.sBanner{
    width: 100%;
    height: 38rem;
    position: relative;
}
.sBanner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-content{
    min-height: 30rem;
    position: relative;
    background: #ffffff;
}
.page-content-mt{
    margin-top: -6rem;
}
.page-content h1{
    font-weight: bolder;
    font-size: 3.125rem;
    line-height: 1;
    margin-top: 3rem;
    margin-left: 4rem;
    margin-bottom: 6rem;
}
.main-info{
    background-color: #ffffff;
    padding: 80px 2% 70px;
}
.params-area{
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    padding: 80px 2% 70px;
}
.top-product-info{

}
.top-product-info .param{
    margin-top: 2rem;
}
.top-product-info .param p{
    display: flex;
    flex-wrap: wrap;
}
.top-product-info .param b{
    display: block;
    min-width: 200px;
}
.top-product-info .top-contact{
    margin-top: 3rem;
}
.product-features{
    background-color: #ffffff;
    padding: 80px 2% 70px;
}
.application-area{
    padding: 80px 2% 50px;
    height: 780px;
    position: relative;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.application-area .section-title,.params-area .section-title{
    margin-bottom: 50px;
}
.application-area .swiper-pagination{
    bottom: 40px;
}
.application-area .swiper-slide{
    position: relative;
    cursor: pointer;
    background-position: center;
}
.application-area .swiper-slide h1{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, .6);
    color: #ffffff;
    height: 3.5rem;
    right: 0;
    line-height: 3.5rem;
    margin-bottom: 0;
}
.applicationSwiper{
    width: 100%;
    height: 510px;
}
.swiper-pagination-bullet-active{
    background-color: #ff561d;
    width: 20px;
    border-radius: 5px;
}
.product-content{
    font-size: 16px;
}
.product-content img{
    width: 100%;
}
.product-content .product-parmas-area{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.product-content .product-parmas-area .item{
    width: 49%;
    display: flex;
    font-size: 16px;
    margin-bottom: .1rem;
    background-color: #f7f7f7;
    padding: .5rem 1rem;
    flex-wrap: wrap;
}
.product-content .product-parmas-area .item .item-title{
    font-weight: bold;
    min-width: 40%;
    background-color: #f6f6f6;
}

.left-swiper{
    position: relative;
}

.left-swiper .big-img-box {
    overflow: hidden;
    position: relative;
    height: 30rem;
    border: 1px solid #f7f7f7;
}
.left-swiper .big-img-box .swiper-slide{
    height: 30rem;
    overflow: hidden;
}
.left-swiper .big-img-box .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left-swiper .small-img-box {
    width: 100%;
    display: flex;
    align-items: center;
}

.left-swiper .small-img-box .swiper {
    overflow: hidden;
    background-color: rgba(255,255,255,.75);
    width: 100%;
}

.left-swiper .small-img-box .swiper .swiper-slide {
    opacity: .75;
    border: 1px solid #EBEBEB;
    width: 25% !important;
    height: 100px;
    margin-bottom: .5rem;
}

.left-swiper .small-img-box .swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.left-swiper .small-img-box .swiper .swiper-slide-thumb-active img {
    border-color: #009b4c;
}
.left-swiper .small-img-box .swiper-slide {

}
.left-swiper .small-img-box .swiper-slide img {
    border: 1px solid #EBEBEB;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.left-swiper .small-img-box .swiper-button-next:after, .left-swiper .small-img-box .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.left-swiper .small-img-box .swiper-button-prev:after, .left-swiper .small-img-box .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.left-swiper .small-img-box .swiper-button-next span, .left-swiper .small-img-box .swiper-button-prev span {
    font-size: 25px;
    color: #00783D;
}
.product-info h1{
    font-size: 1.5rem;
}
.product-param{
    background-color: #F7F7F7;
    padding: 1.5rem 2rem;
}
.product-param p:last-child{
    margin-bottom: 0;
}
.btn-primary {
    border: none;
    display: inline-block;
    line-height: initial;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 14px 32px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
}

.btn-primary {
    display: inline-block;
    color: #ffffff;
    background-color: #5764ec;
    background-image: linear-gradient(135deg, #ff561d 0%, #ff561d 50%, #5764ec 50%, #5764ec 100%);
    background-position: right center;
    text-align: center;
    text-decoration: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background-size: 270% auto;
}

.btn-primary:hover, .btn-primary:focus {
    background-position: left center;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}
.product-main-info{
    margin-bottom: 3rem;
}
.btn-mr-right-20 {
    margin-right: 20px;
}
.product-items .item{
    margin-bottom: 5rem;
}
.product-items .item .title{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 5rem;
    box-shadow: 0 2px 4px #0000000d;
    background-color: #f3f4f6;
    color: #1f2937;
    font-size: 2.5rem;
    margin: 1rem 0;
}
.product-items .item .title img{
    width: 3rem;
    height: auto;
    margin-right: 1rem;
}
.product-items .item-content{
    font-size: 1rem;
}
.product-items .item-content img{
    width: 100% !important;
    max-width: 100% !important;
}
.product-items .item-content tr:nth-child(1) {
    background: #f4f5fa;
    color: #333;
    font-weight: 600;
}
.product-items .item-content tr:nth-child(2n+1) {
    background: #f4f5fa;
}
.product-items .item-content td {
    line-height: 30px;
    text-align: center !important;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .25rem 0;
}
.product-items .item-content p{
    margin-bottom: 0;
    line-height: 2;
}
.mi-certified{
    width: 100%;
    background-color: #F7F7F7;
    padding: 5rem 0 3rem;
}
.mi-certified h1{
    text-align: center;
}
.mi-certified img{
    width: 100%;
    height: auto;
}
.form-control{
    line-height: 2.5;
}
@media (min-width: 1150px) {
    .mi-product-page .container {
        max-width: 1150px;
    }
}