.psaMainBlock {
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0 0 94px 0;
}
.psaMainBlock .container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.psaMainBlock .container h2 {
    font-size: 46px;
    color: #fff;
    line-height: 129%;
    text-align: center;
    position: relative;
    margin: 195px auto 0 auto;
    max-width: 1044px;
}
.psaMainBlock .container p {
    font-size: 20px;
    line-height: 120%;
    position: relative;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    top: 24px;
}
.psaMainBlock .container p:nth-child(1) {
    top: 182px;
}
.checkBlue {
    background-image: url('../img/np/star.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 0 0;
    margin: 0 15px 0 0;
    width: 26px;
    height: 26px;
    display: block;
}
.psaMainBlock .mainOrangeBtnWrap {
    display: flex;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 65px;
    margin-top: 65px;
    justify-content: center;
}
.psaMainBlock .mainOrangeBtn{
    display: flex;
    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;
}
.psaMainBlock .mainOrangeBtn:hover{
    transform: scale(105%);
}
.SectionEx1{
  padding:92px 0 106px;
  background-color: #F4F7FC;

}
.SectionEx1 .container{
  display: flex;
}
.Onlinehandel{
  padding:34px 40px;
  border-radius:36px;
  border:1px #E0E0E0 solid;
  margin:0 24px 0 0;
  width: 700px;
  height: 671px;
  background-color: #ffffff;
}
.Onlinehandel h3{
  font-size: 45px;
  line-height: 110%;
  color: #111111;
  max-width: 508px;
  margin-bottom: 32px;
  font-weight: 600;
}
.Onlinehandel h3 span{
  color:#FF6600;
}
.Onlinehandel p{
  font-size: 16px;
  line-height: 116%;
  color:#333;
}
.Onlinehandel ul{
  list-style-type: none;
  margin:5px 0 35px 0;
  padding: 0;
}
.Onlinehandel ul li {
    max-width: 610px;
    padding: 10px 10px 10px 38px;
    font-weight: 600;
    background-image: url('../img/np/greenCheck.svg');
    background-repeat: no-repeat;
    background-size: 28px;
    display: flex;
    background-position: 0 center;
    border-bottom: 1px #E0E0E0 solid;
    min-height: 78px;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    line-height: 110%;
}
.Onlinehandel p.conText{
  font-size: 16px;
  line-height: 116%;
  color:#333;
  padding:3px 3px 3px 10px;
  border-left:4px #FF6600 solid;
  text-align: left;
}
.OnlinehandelPhoto{
  padding:34px 40px;
  border-radius:36px;
  border:1px #E0E0E0 solid;
  margin:0;
  width: 456px;
  height: 671px;
  background-image:url('../img/np/bg2.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.OnlinehandelPhoto div.wooh{
    width: 125px;
    height: 41px;
    position: absolute;
    background-image: url(../img/np/wooh.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 28px;
    left: 26px;
    z-index: 1;
}
.OnlinehandelPhoto p{
  color: #fff;
  font-size: 24px;
  line-height: 120%;
}
.OnlinehandelPhoto p span{
  color:#FF6600;
}
.OnlinehandelPhoto img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 18px;
    width: 96%;
}
.OnlinehandelPhoto a.mainOrangeBtn {
    position: absolute;
    display: flex;
    max-width: 265px;
    min-width: 254px;
    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;
    top: auto;
    bottom: 17px;
    left: 50%;
    margin-left: -127px;
    transition: 300ms;
}
.OnlinehandelPhoto a.mainOrangeBtn:hover{
    box-shadow: 0 0 19px #FF660056;
    transform: scale(101%);
}
.SectionEx2{
  padding:120px 0 0 0;
  background-color: #1B1C1E;
}
.SectionEx2 .container {
    display: flex;
    width: 1200px;
    flex-direction: column;
    flex-wrap: nowrap;
}
.SectionEx2 .container .SectionEx2TypeBlock{
  display: flex;
  width: 100%;
  min-height: 486px;
  margin:0 0 120px 0;
}
.SectionEx2 .container .SectionEx2TypeBlock:nth-child(even){
    margin:0 0 50px 0;
}
.SectionEx2 .container .SectionEx2TypeBlock:nth-child(odd) .TypeBlockPhoto{
  width: 580px;
  margin-right: 50px;
}
.SectionEx2 .container .SectionEx2TypeBlock:nth-child(even) .TypeBlockPhoto{
  margin-left:50px;
  width: 580px;
}
.SectionEx2 .container .SectionEx2TypeBlock .TypeBlockPhoto img{
  width: inherit;
  border-radius: 2px;
}
.SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText{
  color:#fff;

}
.SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText h3{
  font-size: 45px;
  line-height: 102%;
  color: #fff;
  max-width: 508px;
  margin-bottom: 32px;
  font-weight: 600;
}
 
.SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText h3 u, .SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText h3 em, .SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText h3 span, .SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText p span{
  color:#FF6600;
  font-style: normal;
}
.SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText p{
    color: #fff;
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 20px;
}

.SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText a.mainOrangeBtn {
    position: relative;
    display: flex;
    max-width: 211px;
    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: 30px;
    bottom: auto;
    left: 0;
    transition: 300ms;
    align-items: center;
    justify-content: center;
}
.SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText a.mainOrangeBtn:hover{
    transform: scale(105%);
}
.SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText p.wicon{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.SectionEx2 .container .SectionEx2TypeBlock .TypeBlockText p .hi {
    background-image: url('../img/np/hi.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 0 0;
    margin: 0 15px 0 0;
    min-width: 22px;
    height: 22px;
    display: block;
}

.SectionEx3{
  padding:120px 0 120px 0;
  background-color: #fff;
}
.SectionEx3 .container {
    display: flex;
    width: 1200px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.SectionEx3 .container .SectionEx3Left {
    width: 560px;
    min-height: 630px;
    background-color: #f5f5f5;
    border-radius: 26px;
    padding: 50px;
    background-image: url('../img/np/logoCrowd.svg');
    background-repeat: no-repeat;
    background-size: 327px;
    background-position: center center;
    margin-right: 46px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.SectionEx3 .container .SectionEx3Left h4{
  font-size: 26px;
  text-align: center;
  line-height: 110%;
}
.SectionEx3 .container .SectionEx3Left p {
    color: #111111;
    font-size: 26px;
    position: relative;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    height: 29px;
}
.SectionEx3 .container .SectionEx3Left p span {
    background-color: #FED131;
    border-radius: 12px;
    padding: 4px 17px;
    height: 32px;
    display: flex;
    margin: 0 8px;
    align-items: center;
    justify-content: center;
}
.SectionEx3 .container .SectionEx3Right{
  width: 588px;
  min-height: 630px;

}
.SectionEx3 .container .SectionEx3Right h3{
  font-size: 45px;
  line-height: 102%;
  color: #111;
  margin-bottom: 28px;
  font-weight: 600;
}
.SectionEx3 .container .SectionEx3Right .secList{
  width: 610px;
  height: 442px;
  margin:0 0 28px 0;
}
.SectionEx3 .container .SectionEx3Right .secList div.secListItem {
  height: 143px;
  display: flex;
  font-size: 16px;
  border-bottom: 1px #E0E0E0 solid;
  padding:9px 10px 22px 2px;
  margin:22px 0;

}
.SectionEx3 .container .SectionEx3Right .secList div.secListItem i{
  font-style: normal;
  font-size: 88px;
  line-height: 102px;
  color:#E7E7E9;
  margin-right: 24px;
  width: 88px;
  height: 80px;
  margin-top: -15px;
}

.SectionEx3 .container .SectionEx3Right .secList div.secListItem span b{
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 12px;
    display: block;
}
.SectionEx3 .container .SectionEx3Right a.mainOrangeBtn {
    position: relative;
    display: flex;
    max-width: 377px;
    max-height: 65px;
    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;
    transition: 300ms;
    align-items: center;
    justify-content: center;
    top: 20px;
}
.SectionEx3 .container .SectionEx3Right a.mainOrangeBtn:hover{
    transform: scale(105%);
}
.header-nav .header-submenu li, .sub-menu li {
    padding: 0;
}
.header-nav .sub-menu li a{
    margin: 7px;
    padding: 13px;
    width: 94%;
    height: 94%;
    display: block;
    transition: 200ms !important;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 5px;
}
.header-nav .sub-menu li a:hover{
  color:#ffffff;
  background-color: #FF6600;
}
    