@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {
   
}

@media only screen and (max-width: 992px) {
    .BannerItem{
        width:48%;
        margin-bottom:30px;
    }
  
}

@media only screen and (max-width: 700px) {

    .VitrinArea{
        flex-direction:column-reverse;
    }
    .VitrinArea .rightSection {
        width: 100%;
        flex-direction:row;
        gap:10px;
    }
        .VitrinArea .rightSection a{
            width:100%;
        }
        .VitrinArea .leftSection {
            width: 100%;
            margin-bottom: 10px;
        }

    .sliderItem{
        width:100%;
    }

    .BrandArea .rightSection{
        width:100%;
    }

    .BrandArea .leftSection{
        width:100%;
    }

    .BrandArea .ImageArea {
        width: 100%;
        height: 0px;
        padding-top: 45%;
    }

    .RejimPage .Row1 input{
        width:100%;
    }
    .oneNav {
        width: 55px;
        height: 55px;
    }
    .oneNav svg {
        width: 23px;
        height: 23px;
    }
    .oneNavArea span {
        font-size: 12px;
        width: 80%;
        text-align: center;
        font-weight:bold;
    }

    .oneNavArea{
        gap:10px;
    }

}

@media only screen and (max-width: 550px) {
}

@media only screen and (max-width: 480px) {
    .section, .PageImg {
        width: calc(100% - 20px);
    }

    .VitrinArea .rightSection {
        width: 100%;
        flex-direction: row;
        gap: 10px;
    }

    .specItems{
        display:unset;
    }

    .lineFullWidth{
        display:none;
    }

    .SpecArea{
        margin-top:10px;
    }

    .BannerItem {
        width: 100%;
        margin-left:0px;
    }

    .PATitle, .TitleArea span {
        font-size: 18px;
    }

        .PATitle::before{
            top:9px;
        }

    .ProductArea, .BrandArea {
        margin-top: 30px;
    }

    .BigAds{
        margin-block:20px;
    }
    .RejimPage .Row1 input{
        height:45px;
    }
    .RejimPage {
        padding: 20px 15px;
    }
    .elemGroup{
        font-size:14px;
    }




}
