@media screen and (max-width:1450px){
}
@media screen and (max-width:1370px){
    
}
@media screen and (max-width:1280px){
    .psaMainBlock .container h2 {
      font-size: 32px;
    }
    .Onlinehandel {
      width: 63%;
      height: 671px;
  }
  .OnlinehandelPhoto {
      width: 33%;
      overflow: hidden;
  }
  .SectionEx2 .container {
    width: 100%;
}
  .SectionEx2 .container .SectionEx2TypeBlock:nth-child(odd) .TypeBlockPhoto {
      width: 48%;
      margin-right: 50px;
  }
    .SectionEx2 .container .SectionEx2TypeBlock .TypeBlockPhoto img {
      width: -webkit-fill-available;
  }
  .SectionEx2 .container .SectionEx2TypeBlock:nth-child(even) .TypeBlockPhoto {
        margin-left: 50px;
        width: 48%;
    }
    .SectionEx3 .container .SectionEx3Right .secList div.secListItem {
      height: auto;
    }
    .SectionEx3 .container {
        width: 100%;
    }
    .SectionEx3 .container .SectionEx3Left {
        width: 49%;
    }
    .SectionEx3 .container .SectionEx3Right {
        width: 49%;
        min-height: 630px;
    }
    .SectionEx2 .container .SectionEx2TypeBlock {
        width: 97.5%;
    }
    .SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText {
        width: 42%;
    }
    .SectionEx3 .container .SectionEx3Right .secList {
        width: 95%;
    }

}
@media screen and (max-width:1080px){
        .SectionEx2 .container .SectionEx2TypeBlock .TypeBlockPhoto img {
            width: 100%;
        }
        .SectionEx3 .container .SectionEx3Right .secList {
            height: inherit;
        }
        .SectionEx3 .container .SectionEx3Right .secList div.secListItem {
          height: inherit;
        }
        .Onlinehandel {
            height: inherit;
        }
        .OnlinehandelPhoto {
            height: inherit;
        }
}
@media screen and (max-width:960px){
    .content{
        width: 100%;
    }
    .psaMainBlock .container p {
        font-size: 16px;
    }
    .psaMainBlock .container h2 {
        font-size: 28px;
    }
    .SectionEx1 .container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
    }
    .Onlinehandel {
        width: 100%;
        height: inherit;
        margin: 0 auto;
    }
    .OnlinehandelPhoto {
        width: 100%;
        overflow: hidden;
        min-width: 320px;
        min-height: 487px;
        margin-top: 30px;
        padding: 30px 20px 0 20px;
    }
    .OnlinehandelPhoto img {
        position: relative;
        top: auto;
        bottom: -10px;
        left: auto;
        right: auto;
        height: 90%;
    }
    .OnlinehandelPhoto a.mainOrangeBtn {
        position: absolute;
        max-width: 100%;
        width: 90%;
        max-height: 65px;
        padding: 18px 10px;
        font-size: 16px;
        transition: 300ms;
        top: auto;
        bottom: 30px;
        left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin:0;
    }
    .SectionEx2 .container .SectionEx2TypeBlock:nth-child(1) {
        width: 100%;
        margin: 0;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        display: flex;
    }
    .SectionEx2 .container .SectionEx2TypeBlock:nth-child(2) {
        display: flex;
        width: 100%;
        min-height: 486px;
        margin: 40px 0 0 0;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .SectionEx2 .container .SectionEx2TypeBlock:nth-child(3)  {
        display: flex;
        width: 100%;
        min-height: 486px;
        margin: 0 0 50px 0;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    .SectionEx2 .container .SectionEx2TypeBlock:nth-child(odd) .TypeBlockPhoto {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText h3 {
        font-size: 26px;
    }
    .SectionEx2 .container .SectionEx2TypeBlock:nth-child(even) .TypeBlockPhoto {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .SectionEx3 .container {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .SectionEx3 .container .SectionEx3Right {
        width: 100%;
        min-height: 630px;
    }
    .SectionEx3 .container .SectionEx3Left {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    
        
}
@media screen and (max-width:768px){
    .psaMainBlock {
        width: 100%;
        min-height: 579px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 0 0 80px 0;
    }
    .Onlinehandel h3 {
        font-size: 26px;
        line-height: 112%;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .Onlinehandel {
        padding: 15px;
        border-radius: 0;
        border: 0;
        margin: 0 5px 0 0;
        background-color: transparent;
    }
    .Onlinehandel ul li {
        padding: 10px 6px 10px 33px;
        background-size: 20px;
        font-size: 16px;
    }
    .OnlinehandelPhoto {
        margin-top: 15px;
    }
    .SectionEx1 {
        padding: 30px 0 36px;
        background-color: #F4F7FC;
    }
    .SectionEx2 {
        padding: 0;
    }
    .SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText a.mainOrangeBtn {
        position: relative;
        display: flex;
        max-width: 300px;
        max-height: 65px;
        box-shadow: 0 0 16px #FF660056;
        padding: 22px 37px;
        color: #fff;
        border-radius: 56px;
        font-size: 17px;
        font-weight: 400;
        font-style: normal;
        background: #ff8a01;
        cursor: pointer;
        border: none;
        transition: 300ms;
        top: 0;
        bottom: auto;
        left: 50%;
        margin-left: -150px;
        transition: 300ms;
        align-items: center;
        justify-content: center;
    }
    .SectionEx3 {
        padding: 50px 0 0 0;
        background-color: #fff;
    }
    .SectionEx3 .container .SectionEx3Right h3 {
        font-size: 26px;
        line-height: 102%;
        margin-bottom: 38px;
    }
    .SectionEx3 .container .SectionEx3Right .secList div.secListItem i {
        font-style: normal;
        font-size: 64px;
        line-height: 102px;
        color: #E7E7E9;
        margin-right: 24px;
        width: 64px;
        height: 64px;
        margin-top: -22px;
    }
    .SectionEx3 .container .SectionEx3Right .secList div.secListItem {
        height: inherit;
        width: 100%;
    }
    .SectionEx3 .container .SectionEx3Right .secList div.secListItem span b {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 12px;
        display: block;
    }
    .SectionEx3 .container .SectionEx3Right .secList div.secListItem {
        height: inherit;
        display: flex;
        font-size: 14px;
        border-bottom: 1px #E0E0E0 solid;
        padding: 9px 10px 22px 2px;
        margin: 22px 0;
    }
    .SectionEx3 .container .SectionEx3Right .secList div.secListItem {
        height: inherit;
        display: flex;
        font-size: 14px;
        margin: 16px 0;
    }
    .SectionEx3 .container .SectionEx3Right a.mainOrangeBtn {
        position: relative;
        display: flex;
        max-width: 100%;
        max-height: 65px;
        padding: 22px 18px;
        color: #fff;
        border-radius: 56px;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        background: #ff8a01;
        cursor: pointer;
        border: none;
        transition: 300ms;
        align-items: center;
        justify-content: center;
        top: 0;
    }
    .SectionEx3 .container .SectionEx3Left {
          width: 100%;
          min-height: 340px;
          border-radius: 26px;
          padding: 30px 20px;
          background-size: 190px;
          background-position: center center;
          margin: 30px 15px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
      }
    .SectionEx3 .container .SectionEx3Left h4 {
        font-size: 16px;
        text-align: center;
        line-height: 110%;
    }
    .SectionEx3 .container .SectionEx3Left p {
        color: #111111;
        font-size: 18px;
        position: relative;
        top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0;
        height: 21px;
    }
    .OnlinehandelPhoto div.wooh {
        width: 123px;
        height: 38px;
        position: absolute;
        background-image: url(../img/np/wooh.svg);
        background-repeat: no-repeat;
        background-size: contain;
        top: 27px;
        left: 15px;
        z-index: 1;
    }

}
@media screen and (max-width:540px){
    
}
@media screen and (max-width:340px){
    
}