@media (min-width: 1921px) {


    .productsPage {
        max-width: 1920px;
        margin: auto
    }

    .leftMenu .leftMenuList {
        padding: 0 40px
    }

    .offerPage {
        max-width: 1920px;
        margin: auto
    }
}

@media (min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1700px;
    }
}

@media (max-width: 1920px) {
    .homeCatalogItem  .bg {
        height: 330px
    }
      .homeCatalogItem .content .photo img{
        height: 450px
    }
    .homeCatalogItem .content a {
        right: 60px
    }
}
@media (max-width: 1600px) {
    .language a {
        font-size: 13px
    }

    .headerBottom .logo {
        padding: 25px 0;
    }

    .headerBottom .logo img {
        height: 45px
    }

    .topMenu > ul > li > a {
        font-size: 15px;
        padding: 15px 20px
    }

    .topMenu > ul > li:has(ul) a {
        padding: 15px 25px 15px 20px
    }

    .topMenu ul li ul {
        padding: 15px 20px;
        min-width: 200px
    }

    .topMenu > ul ul li a {
        font-size: 15px;
        line-height: 22px;
        padding: 10px 0
    }

    #homeBanner {
        min-height: auto;
    }

    #homeBanner .homeBannerSlider .sliderText strong {
        font-size: 25px;
        line-height: 30px
    }

    #homeBanner .homeBannerSlider .sliderText span {
        font-size: 18px;
        line-height: 22px
    }

    #homeBanner .homeBannerSlider .sliderText p {
        font-size: 16px;
        line-height: 20px
    }

    #homeBanner .homeBannerSlider .sliderText a {
        padding: 10px 15px;
        font-size: 15px;
        width: auto;
    }

    #homeBanner .homeBannerSlider .sliderText a i {
        margin-left: 10px
    }

    #homeBanner .homeBannerSlider .sliderPhoto {
        display: flex;
        justify-content: flex-end;
        text-align: center
    }

    #homeBanner .homeBannerSlider .sliderPhoto img {
        width: 75%;
    }

    #homeTop {
        padding: 40px 0
    }

    .homeTopText span {
        font-size: 18px;
        line-height: 30px
    }

    .homeTopText strong {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0
    }

    .homeTopText p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 40px
    }

    .homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText .left {
        font-size: 14px
    }

    #homeCategory {
        padding: 20px 0
    }

    #homeCategory .homeCategoryTitle {
        font-size: 22px;
        line-height: 25px
    }

    .moreLink {
        font-size: 14px
    }

    .categorySlider {
        margin-top: 20px
    }

    .categorySlider .categorySlideItem {
        width: 180px;
        height: 340px;
        border-radius: 20px
    }

    .categorySlider .categorySlideItem .text {
        padding: 0 15px
    }

    .categorySlider .categorySlideItem .text strong {
        font-size: 16px;
        line-height: 20px
    }

    .categorySlider .categorySlideItem .text > span {
        font-size: 12px
    }

    .categorySlider .categorySlideItem.active .text strong {
        font-size: 18px;
    }

    .categorySlider .categorySlideItem.active .text > span {
        font-size: 14px
    }

    #aboutTabHeader.nav-pills .nav-link {
        font-size: 15px
    }

    #aboutTabHeader.nav-pills .nav-item + .nav-item {
        margin-left: 45px
    }

    #homeAbout {
        padding: 50px 0;
        margin-bottom: 250px
    }

    #homeAbout #aboutTabHeader.nav-pills {
        margin-bottom: 50px
    }

    #homeAbout #aboutTabContent .homeAboutText {
        font-size: 16px;
        line-height: 22px
    }

    #homeAbout #aboutTabContent .homeAboutText a {
        width: auto;
        padding: 10px 20px 10px 15px;
        font-size: 13px
    }

    #homeAbout #aboutTabContent .homeAboutText a svg {
        margin-left: 10px
    }

    .iconInfoContent .iconBox {
        padding: 20px;
        width: 340px;
    }

    .iconInfoContent .icon svg {
        width: 27px
    }

  

    .iconInfoContent .iconBox.box1,
    .iconInfoContent .iconBox.box2 {
        left: -40px
    }

    .iconInfoContent .iconBox.box3,
    .iconInfoContent .iconBox.box4 {
        right: -40px
    }

    #iconInfo {
        margin-bottom: 40px
    }

    .homeBlogHeader {
        margin-bottom: 40px
    }

    .homeBlogHeader span {
        font-size: 13px
    }

    .homeBlogHeader .homeBlogHeader {
        font-size: 20px
    }

    .blogItem .blogPhoto {
        height: 440px
    }

    .blogItem .blogText {
        padding: 25px;
        border-radius: 24px
    }

    .blogItem .blogText .tag {
        font-size: 13px;
        left: 25px
    }

    .blogItem .blogText > strong {
        font-size: 18px;
        line-height: 22px;
        height: 66px
    }

    .blogItem.active .blogText .blogItemMore ,    .blogItem:hover .blogText .blogItemMore {
        height: 140px
    }

    .blogItem .blogText .blogItemMore p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .blogItem .blogText .blogItemMore > a {
        width: auto;
        display: inline-flex;
        margin-bottom: 15px
    }

    .blogItem .blogText .blogItemMore > a img {
        margin-left: 10px;

    }

    .blogItem .blogText .blogItemBottom {
        padding-top: 10px;
        margin-top: 10px
    }

    .blogItem .blogText .blogItemBottom .blogMore {
        width: 30px;
        height: 30px
    }

    .blogItem .blogText .blogItemBottom .blogItemMeta span {
        margin-bottom: 0
    }

    .homeCatalogItem .content .photo {
        display: flex;
        justify-content: center
    }

    .homeCatalogItem .content .photo img {
 
    }

    .homeCatalogItem .bg {
        background-size: 30%;
        background-position: center left
    }

    .homeCatalogItem .content .title {
        font-size: 30px;
        left: 80px
    }

    .homeCatalogItem .content a {
        width: auto;
        right: 80px
    }

    .footerSlogan {
        font-size: 13px
    }

    .footerContact .footerContactItem span,
    .footerContact .footerContactItem a {
        font-size: 13px;
        line-height: 16px
    }

    .footerMenu ul li a {
        font-size: 13px
    }

    .footerMenu ul li + li {
        margin-top: 13px
    }

    .footerText {
        font-size: 14px;
        line-height: 22px
    }

    footer .social span {
        font-size: 13px
    }

    #blogDetail .pageTitle {
        font-size: 22px;
        line-height: 26px;
        width: 100%;
    }

    .blogDetailSlider {
        margin-bottom: 40px
    }

    #blogDetail .date {
        font-size: 12px
    }

    #blogDetail .pageText {
        font-size: 14px
    }

    .pageTitle {
        font-size: 26px;
        line-height: 32px
    }

    .pageDesc {
        font-size: 16px
    }

    .ourValues {
        padding: 40px 0
    }

    .ourValues .pageTitle {
        font-size: 26px;
        line-height: 32px
    }

    #accordionValues {
        margin: 30px 0
    }

    .accordion-button {
        font-size: 18px;
        padding: 25px 35px;
    }

    .accordion-body {
        padding: 0 35px 25px
    }

    .fuarContent .fuarLoc {
        font-size: 20px;
        line-height: 25px
    }

    .fuarContent .fuarName {
        font-size: 28px;
        line-height: 32px
    }

    .fuarContent p {
        font-size: 15px;
        line-height: 28px
    }

    .lastFuarItem .text a {
        font-size: 24px
    }

    .lastfuarHeader strong {
        font-size: 32px
    }

    .fuarslider {
        padding: 30px 0 50px
    }
    .aboutPage {
        padding: 40px 0
    }
    .aboutPage .pageTitle {
        font-size: 24px
    }
    .humanResourcesLeft {
        padding: 40px 
    }
    .contactPage {
        padding: 40px 0
    }
    .contactPage .contactTitle {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px
    }
    .contactPage p {
        font-size: 18px
    }
    .catalogItem .catalogBottoms {
        padding: 40px 30px 0
    }
    .dropdown-ref {
        margin: 40px 0
    }
    .servicesForm {
        padding: 0
    }
    .btn-form {
        padding: 15px 30px;
        font-size: 15px
    }
    .leftMenu {
        padding-top: 50px;
        width: 400px;
        /* height: 620px; */
    }
    .leftMenu .leftMenuTitle {
        font-size: 28px;
        padding: 20px;
        margin-bottom: 20px
    }
    .leftMenu .leftMenuList {
        padding: 0 20px
    }
    .leftMenu .leftMenuList a {
        padding: 20px;
        font-size: 20px
    }
    .detailTopText strong {
        font-size: 32px
    }
    .detailTopText p {
        font-size: 20px
    }
    .productsDetailTopContent {
        padding: 0
    }
    .productsDetailPhotos img {
        width: 100%;
        max-width: 100%
    }
    .productsDetailFeature .nav-pills .nav-link {
        font-size: 24px
    }
    .productsDetailFeature {
        padding: 40px 20px
    }
    .productAccordionTop {
        width: 100%;
        font-size: 24px
    }
    .productTextBanner .bannerTextItem span {
        font-size: 24px;
        line-height: 26px
        
    }
    .productTextBanner .bannerTextItem strong {
         font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px
    }
    .productTextBanner .bannerTextItem p {
        font-size: 13px;
        line-height: 18px
    }
    .productExample .btn {
          font-size: 24px;
        margin-bottom: 20px
}
    .productExample {
        padding: 50px 0
    }
    .productsQuality span {
          width: 100%;
        font-size: 24px;
        margin-bottom: 30px
    }
    .productsQuality .qualityItem strong {
        font-size: 18px
    }
    .productsQuality .qualityItem p {
        font-size: 15px;
        padding: 0
    }
    .productsQuality {
        margin-bottom: 40px
    }
}


@media (max-width: 1400px) {
    #homeBanner {
        height: auto;
        padding-bottom: 20px;
        padding-top: 140px
    }
    .aboutPage .aboutDesc {
        width: 100%;
        font-size: 18px;
        line-height: 22px
    }
    .aboutDetail {
        margin: 50px 0 0
    }
    .aboutLinks a {
        font-size: 18px
    }
    .aboutLinks a + a {
        margin-left: 45px
    }
    .aboutUsText.text1 {
        font-size: 18px;
        line-height: 22px;
        padding: 40px 0
    }
    .aboutVideos {
        margin-bottom: 40px
    }
    .aboutUsText.text2 {
          font-size: 18px;
        line-height: 22px;
        width: 100%;
    }
    .aboutUsText {
                  font-size: 18px;
        line-height: 22px;
        width: 100%;
    }
    .catalogList{
    padding: 0
}
.catalogList .row {
      margin-left: -12px;
    margin-right: -12px
}
.catalogList .row> * {
    padding-left: 12px;
    padding-right: 12px
}
    .catalogContent {
        padding: 40px 0
    }
    
    
    .customFile .input-file-container i {
         padding: 15px 30px;
        font-size: 15px
    }
    .offerPage .offerPageBanner {
        width: 450px
    }
    .productsPage .productsPageList {
        width: 100%;
        padding: 40px
    }
}

@media (max-width: 1200px) {
    #homeAbout #aboutTabHeader.nav-pills {
        justify-content: center
    }

    .iconInfoContent .iconBox.box1,
    .iconInfoContent .iconBox.box2 {
        left: 0px;
    }

    .iconInfoContent .iconBox.box3,
    .iconInfoContent .iconBox.box4 {
        right: 0px;
    }

    .fmenu1 {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .fmenu1 .footerMenu {
        padding: 0
    }

    .fmenu2 {
        display: flex;
        justify-content: flex-end;
        text-align: right;
    }

    .footerBottom span {
        text-align: center
    }

    .fuarDetailPage .fuarHeader .fuarInfo {
        padding: 0 20px 20px;
        width: 220px;
        height: auto
    }

    .fuarDetailPage .fuarHeader .fuarInfo .fuarLogo img {
        max-width: 80px
    }

    .fuarPhotoItem {
        margin-bottom: 30px
    }

    .fuarContent .videosItem img {
        height: auto
    }

    #pageContent.fuarPage {
        padding: 30px 0
    }

    .fuarslider .slide-content {
        border-radius: 80px
    }

    .lastfuarHeader strong {
        font-size: 24px
    }

    .lastfuarHeader {
        margin-bottom: 30px
    }

    .lastFuarItem .text .meta {
        font-size: 13px
    }

    .lastFuarItem .text a {
        font-size: 18px
    }

    .lastFuarItem {
        margin-bottom: 30px
    }
    .humanResourcesLeft {
        padding: 25px
    }
    .humanResourcesLeft .resourceTop {
        margin-bottom: 30px
    }
    .humanResourcesLeft .resourceTop strong {
        font-size: 24px;
        line-height: 28px
    }
    .humanResourcesLeft .resourceTop i {
        font-size: 13px
    }
    .humanResourcesLeft .contactItem.adressItem {
        margin-bottom: 30px
    }
    .humanResourcesLeft .contactItem .icon {
        width: 15px;
        min-width: 15px;
    }
    .humanResourcesLeft .contactItem span, .humanResourcesLeft .contactItem a {
        font-size: 13px
    }
    
    .contactPage {
        padding: 40px 0
    }
    .contactPage .contactTitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px
    }
    .contactPage p {
        font-size: 15px
    }
    .form-control {
        padding: 10px 20px;
        border-radius: 10px
    }
    .form-select {
            padding: 10px 20px;
        border-radius: 10px
    }
    .btn-form {
        font-size: 13px;
        padding: 10px 40px
    }
    .servicesForm {
        margin-bottom: 40px
    }
    .servicesForm .formInput {
        margin-bottom: 30px
    }
    .offerPage .offerPageBanner {
        width: 300px
    }
    .productsPage .productsPageList .row {
    margin-left: -12px;
    margin-right: -12px;
}
.productsPage .productsPageList .row>div {
    padding-left: 12px;
    padding-right: 12px;
}
    .productsPage .productsPageList .productItem {
        padding: 20px 15px
    }
    .productsPage .productsPageList .productItem .productPhoto {
        margin-bottom: 30px
    }
    .productsPage .productsPageList .productItem .productInfo strong {
        font-size: 24px;
        line-height: 28px
    }
    .productsPage .productsPageList .productItem .productInfo i {
        font-size: 13px
    }
    .productsDetailFeature table tbody td {
        padding: 20px;
        font-size: 13px
    }
    .productsDetailFeature .nav-pills {
        margin-bottom: 30px
    }
    .productAccordionTop {
        margin-bottom: 20px
    }
       .homeCatalogItem  .bg {
        height: 250px;
           border-radius: 60px
    }
      .homeCatalogItem .content .photo img{
      height: auto
    }
    .homeCatalogItem .content a {
        right: 30px
    }
}


@media (max-width: 1024px) {
    .blogDetailSlider .item img {
        border-radius: 20px
    }

    .fuarslider .slide-content .fuarsliderPhoto {
        min-width: 40%;
        height: 100%;
        min-height: 100%;
    }

    .fuarslider .slide-content .fuarsliderText {
        padding: 10px 20px
    }
    .offerPage .offerPageBanner {
        display: none;
    }
    .offerForms {
        padding: 0 50px
    }
    .offerPage .offerPageHead {
        padding: 50px
    }
     .leftMenu {
        padding-top: 30px;
        width: 300px;
        border-radius: 0px 60px 0px 0px
    }
    .leftMenu .leftMenuTitle {
        font-size: 18px;
        padding: 20px;
        margin-bottom: 20px
    }
    .leftMenu .leftMenuList {
        padding: 0 20px
    }
    .leftMenu .leftMenuList a {
        padding: 10px;
        font-size: 15px
    }
}

@media (max-width: 992px) {
    #homeBanner .homeBannerSlider .sliderPhoto {
        justify-content: center
    }

    #homeBanner .homeBannerSlider .sliderText {
        text-align: center;
        margin: 20px auto
    }

    .homeTopContent .photos img {
        aspect-ratio: 16/9;
        object-fit: cover;
        object-position: center
    }

    .homeTopContent .homeTopVideos + .homeTopPhotos {
        margin-bottom: 25px;
    }

    .homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText .left {
        font-size: 18px
    }

    .homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText .right {
        font-size: 18px
    }
    
      .iconInfoContent .iconBox strong {
        font-size: 15px
    }

    .iconInfoContent .iconBox span {
        font-size: 12px;
        line-height: 13px
    }

    .iconInfoContent .iconBox.box1,
    .iconInfoContent .iconBox.box2 {
        left: -40px;
    }

    .iconInfoContent .iconBox.box3,
    .iconInfoContent .iconBox.box4 {
        right: -40px;
    }

    .homeCatalogItem .content .title {
        position: relative;
        left: auto;

    }

    .homeCatalogItem .content a {
        position: relative;
        right: auto
    }

    .homeCatalogItem .content {
        flex-direction: column;
        padding: 40px
    }

    .homeCatalogItem .bg {
        height: 100%;
        background-size: 100%
    }

    .homeCatalogItem .content .photo img {
       width:  100%
    }

    .fmenu1 {
        order: 1;
        width: 50%;
        justify-content: flex-start;
        text-align: left
    }

    .fmenu2 {
        order: 2;

        width: 50%;
    }

    .fmenu2 .footerMenu {
        padding-left: 0
    }

    .col-lg-4:has(.footerContact) {
        order: 3;
        margin-top: 20px;
        text-align: center
    }

    .footerContact .footerContactItem {
        justify-content: center
    }

    .footerContact strong {
        padding-left: 0
    }

    #homeAbout #aboutTabContent .homeAboutPhoto {
        text-align: center;
        margin-bottom: 20px
    }

    .categorySlider {
        flex-wrap: wrap
    }

    .categorySlider .categorySlideItem {
        width: calc(50% - 20px) !important;
        margin-bottom: 20px
    }

    .categorySlider .categorySlideItem + .categorySlideItem {
        margin-left: 0
    }

    .categorySlider .categorySlideItem:nth-child(odd) {
        margin-left: 20px;
    }

    .categorySlider .categorySlideItem:first-child {
        width: 100% !important;
        margin-left: 0
    }

    .categorySlider .categorySlideItem .text strong {
        font-size: 18px;
        line-height: 36px;
    }

    .categorySlider .categorySlideItem .text > span {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -0.04em;
    }

    .categorySlider .categorySlideItem .text a {
        display: inline-flex;
        font-size: 15px;
        opacity: 1;
    }

    .fuarDetailPage .fuarHeader {
        margin-bottom: 40px
    }

    .fuarDetailPage .fuarHeader .fuarInfo {
        position: relative;
        border: 1px solid #eee;
        bottom: auto;
        left: auto;
        transform: none;
        margin: -50px auto 0
    }

    .fuarDetailPage .fuarHeader .fuarBanner img {

        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .fuarslider .slide-content .fuarsliderText .fuarsliderTextTitle {
        font-size: 15px
    }
    .fuarslider .slide-content .fuarsliderText i {
        font-size: 18px;
        line-height: 22px
    }
    .fuarslider .slide-content .fuarMeta {
        font-size: 13px
    }
    
    .aboutUs .categorySlider .categorySlideItem:first-child{
       width: calc(50% - 20px) !important;
    }
    .aboutUs .categorySlider .categorySlideItem:nth-child(even) {
        margin-left: 20px
    }
       .aboutUs .categorySlider .categorySlideItem:nth-child(odd) {
        margin-left: 0px
    }
    
    .humanResources {padding: 20px 0}
    .humanResourcesLeft {
        margin-bottom: 40px
    }
    .humanResourcesLeft .contactItem.adressItem {
        margin-bottom: 10px
    }
    .humanResourcesLeft .contactItem + .contactItem {
        margin-top: 10px
    }
    
    .contactForm {
       margin-top: 40px 
    }
    .contactForm .formInput {
        margin-bottom: 20px
    }
    .mision .aboutUsText {
        font-size: 13px
    }
     .vision .aboutUsText {
        font-size: 13px
    }
      .productsPage {
        flex-direction: column
    }
     .leftMenu {
        width: 100%;
        border-radius: 0 0 20px 20px
    }
    .leftMenu .leftMenuTitle:after {
        width: 100%
    }
    .leftMenuList {
        display: none
    }
    .leftMenuList.open {
        display: block;
    }
    .mobileLeftMenu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        color: #000;
        text-decoration: none;
    }
    .mobileLeftMenu.open i {
        color: var(--primary)
    }
    .productsPage .productsPageList {
        padding: 0 10px
    }
    .productsDetailPhotosBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 40px 0
    }
    .productsDetailPhotosBox * {
        width: calc(50% - 10px);
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    .footerLogo {
        text-align: center
    }

    .footerSlogan {
        text-align: center;
        margin: 20px 0
    }

    .footerText {
        text-align: center
    }

    footer .social {
        justify-content: center
    }

    footer .social a {
        width: 32px;
        height: 32px;
    }

    footer .social a svg {
        width: 18px;
        height: 18px
    }
    #iconInfo .container {
        max-width: 100% !important
    }
    #homeAbout {
        margin-bottom: 50px
    }
    .iconInfoContent .iconBox {
        position: relative;
        width: calc(100% - 40px);
        margin: 0 auto 20px;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
    }

    .iconInfoContent > .icon {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%)
    }

    .iconInfoContent > .icon img {
        max-height: 100%;
        height: auto;
        max-width: 100%;
        width:100%;
    }
    
      .iconInfoContent .iconBox strong {
        font-size: 13px
    }

    .iconInfoContent .iconBox span {
        font-size: 10px;
        line-height: 13px
    }

    #homeBanner {
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px
    }

    #homeBanner .homeBannerSlider .sliderText p {
        max-width: 80%;
        margin: 0 auto 25px
    }

    .fmenu1 {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .fmenu2 {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    #blogDetail .date {
        margin-bottom: 30px
    }

    .accordion-button::after {
        width: 10px;
        height: 10px
    }

    .accordion-button {
        font-size: 15px;
        padding: 15px 20px;
    }

    .accordion-item + .accordion-item {
        margin-top: 20px;
    }

    .fuarDetailPage .fuarHeader .fuarBanner img {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        min-height: 250px
    }
    .fuarslider .slide-content {
        flex-direction: column
    }
    .fuarslider .slide-content .fuarsliderPhoto {
        width: 100%
    }
    .fuarslider .slide-content .fuarsliderText {
        text-align: center;
        padding: 30px
    }
    .fuarslider .slide-content .fuarMeta {
        justify-content: center;
    }
    
    #accordionContact .accordion-button {font-size: 13px}
    .mision .aboutUsText {
        text-align: center !important
    } 
    .offerPage .offerPageHead {
        padding: 30px
    }
    .offerForms {
        padding: 0 30px
    }
    .vision .aboutUsText {
        text-align: center !important;
    }
    .productsDetailTop {
        padding: 50px 0
    }
    .footerTop {
               -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    .footerMenu strong {
        cursor: pointer
    }
    .footerMenu strong + ul {
        height: 0;
        visibility: hidden;
            -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
        opacity: 0;
    }

       .footerMenu strong:after{
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    transform: rotate(0);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
           margin-left: 10px;
           font-size: 15px
}

    .footerMenu strong.open:after{
    transform: rotate(-180deg) 
}
    .footerMenu strong.open + ul {
visibility: visible;
        display: block;
        opacity: 1;
        height: auto
    }
}

@media (max-width: 576px) {
    .categorySlider .categorySlideItem {
        width: 100% !important;
        margin-left: 0 !important
    }

    #aboutTabHeader.nav-pills .nav-link {
        font-size: 13px
    }

    #aboutTabHeader.nav-pills .nav-item + .nav-item {
        margin-left: 15px
    }

    .headerTop {
        flex-direction: column
    }

    .language {
        margin-bottom: 10px
    }

    .language a {
        margin-right: 0
    }

    .language a + a {
        margin-left: 10px
    }

    .headerBottom .logo {
        padding: 10px 0
    }

    .headerBottom .logo img {
        height: 30px
    }

    .blogDetailSlider .item img {
        border-radius: 10px
    }

    .breadcrumb .breadcrumb-item,
    .breadcrumb .breadcrumb-item a {
        font-size: 12px
    }

    .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 6px
    }
    .aboutUs .categorySlider .categorySlideItem:first-child {
        width: 100% !important
    }
    .offerPage .offerPageHead {
        padding: 15px
    }
    .offerForms {
        padding: 0 15px
    }
      .productsDetailPhotosBox {
        display: flex;
       flex-direction: column
    }
    .productsDetailPhotosBox * {
        width: 100%;
    }
    .productsDetailPhotosBox * + * {
        margin-top: 20px !important
    }
    .detailTopText p {
        font-size: 14px;
        line-height: 18px
    }
    .productsDetailFeature .nav-pills .nav-link {
          font-size: 14px;
        line-height: 18px
    }
    .productsDetailFeature table thead th {
        font-size: 14px
    }
    .productsDetailFeature table tbody td:first-child {
        padding-left: 20px
    }
    #productAccordion .accordion-button {
        padding: 15px 20px
    }
        .iconInfoContent .iconBox {
        position: relative;
            width: calc(100% - 80px);
    }
    .homeCatalogItem .content .photo {
        margin: 10px 0
    }
    .homeCatalogItem .content .title {
        font-size: 24px
    }
    .homeCatalogItem .content a {
        height: auto;
        font-size: 12px
    }
}