.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
body{
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #fff;
  font-family: Arial;
}
header,main,footer{
  width: 100%;
  overflow: hidden;
}
main>section{
  overflow-x: hidden;
}
header{
  padding: 50px 0px;

  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -ms-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

.headerFixed+main{
  margin-top: 148px;
}

.headerObDiv{
  width: 1280px;
  margin: 0px auto;
}
.headerLogoDiv{
  display: block;
  float: left;
  height: 48px;
  text-decoration: none;
  font-size: 0px;
  margin-right: 100px;
}
.headerLogoDiv>img.headerLogo{
  height: 100%;
  float: left;
  margin-right: 8px;
  position: relative;
  z-index: 20;
}
.headerLogoDiv>img.headerLogoText{
  height: 37px;
  float: left;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
.headerMenuObDiv{
  float: left;
  margin: 16px 0px 12px 0px;
}
.headerMenuObDiv>a{
  float: left;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  color: #1E2141;
  text-decoration: none;
  margin-right: 50px;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
}
.headerMenuObDiv>a:last-child{
  margin-right: 0px;
}
.headerMenuObDiv>a:hover,.headerMenuObDiv>a.active,.footerMenuObDiv>a:hover,.footerMenuObDiv>a.active{
  border-bottom: 1px solid #A174C1;
  color: #A174C1;
}
.headerButtonDiv{
  float: right;
  margin: 5px 0px;
}
.headerButtonRegistr{
  float: right;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  color: #1E2141;
  text-decoration: none;
  padding: 8px 45px;
  border: 1px solid #AC3AEF;
  border-radius: 9px;
  background-color: transparent;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
.headerButtonRegistr:hover{
  background-color: #AC3AEF;
  color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(161, 116, 193, 0.3),inset 0 0 30px 15px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 10px rgba(161, 116, 193, 0.3),inset 0 0 30px 15px rgba(0,0,0,0.1);

  -webkit-animation: toolDiv 1s forwards;
  animation: toolDiv 1s forwards;
}
.headerButtonLogin{
  float: right;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  color: #1E2141;
  text-decoration: none;
  margin: 9px 30px 9px 0px;
}

.qeydStartObDivBody{

}
.qeydStartLeftObDiv{
  float: left;
  width: 50%;
  height: 630px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: calc(50vw - 640px);
}
.qeydStartRightObDiv{
  float: right;
  width: 50%;
  height: 630px;
  background-color: #272248;
  border-radius: 50px 0px 0px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: calc(50vw - 640px);
  padding-left: 80px;
}
.imagesQeydAnimation{
  width: 600px;
}

.qeydStartRightObDiv>h1{
  font-size: 50px;
  line-height: 65px;
  color: #fff;
  margin: 0px;
}
.qeydStartRightObDiv>p{
  font-weight: 100;
  font-size: 22px;
  line-height: 35px;
  color: #fff;
  margin: 50px 0px;
}
.qeydStartRightObDiv>a,.helpsObDiv>a,.appObDiv>a{
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  background-color: #ac39ef;
  border-radius: 9px;
  text-decoration: none;
  width: 220px;
  text-align: center;
  padding: 22px 0px 18px 0px;
}

.partnersObDivBody{
  background-color: #F9F9FA;
  padding: 80px 0px;
}
.partnersObDiv{
  width: 1280px;
  margin: 0px auto;
}
.nazH2{
  font-size: 36px;
  line-height: 47px;
  color: #272248;
  text-align: center;
  margin: 0px 0px 0px 0px;
}
.nazH2>span{
  color: #A174C1;
}
.partnersDiv{
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
.partners{
  height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.partners>img{
  max-height: 100%;
  max-width: 180px;
}

.listObDivBody{

}
.listObDiv{
  width: 1280px;
  margin: 0px auto;
}
.listDiv{

}
.listDivText{
  float: left;
  height: 510px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(50% - 20px);
  box-sizing: border-box;
  padding-left: 120px;
}
.listDivText>.nazH2{
  text-align: left;
}
.listDivText>p{
  font-weight: 100;
  font-size: 22px;
  line-height: 35px;
  color: #272248;
  margin: 15px 0px 0px 0px;
}
.listDivImages{
  height: 600px;
  float: right;
  width: calc(50% - 20px);
}
.listDivImages>img{
  height: 100%;
  margin-top: -45px;
}
.listDiv:nth-child(even) .listDivImages{
  float: left;
}
.listDiv:nth-child(even) .listDivText{
  float: right;
  padding-left: 0px;
  padding-right: 120px;
}
.helpsObDivBody{
  background-color: #272248;
  padding: 100px 0px;
  position: relative;
}
.helpsObDiv{
  width: 1280px;
  margin: 5px auto;
  position: relative;
  z-index: 10;
}
.helpsObDiv>p{
  width: 475px;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  margin: 0px 0px;
  float: left;
}
.helpsObDiv>a{
  margin: 0px auto;
  float: right;
}

.helpsBgLeft{
  position: absolute;
  left: -140px;
  top: 0px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px dashed rgba(161, 116, 193, 0.5);
  box-sizing: border-box;
}
.helpsBgRight{
  position: absolute;
  right: -225px;
  bottom: 45px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
}

footer{
  background-color: #F9F9FA;
}

footer.footerFixedBottom{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.footerObDiv{
  width: 1280px;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 80px 0px 0px 0px;
}


.toolObDivBody{
  padding: 80px 0px;
}
.toolObDiv{
  width: 1280px;
  margin: 0px auto;
}
.toolObDiv>p{
  font-weight: 100;
  font-size: 22px;
  line-height: 35px;
  color: #1E2141;
  max-width: 680px;
  margin: 25px auto 0px auto;
  text-align: center;
}
.toolListDiv{
  margin-top: 75px;
  font-size: 0px;
  text-align: center;
}
.toolDiv{
  width: 233px;
  height: 247px;
  display: inline-block;
  margin: 0px 14px 28px 14px;
  cursor: pointer;

}
.toolDiv:nth-child(1){
  margin-left: 0px;
}
.toolDiv:nth-child(5){
  margin-right: 0px;
}

.toolDivBg{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  padding: 50px 15px;
  box-sizing: border-box;
  background-color: #272248;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.toolDivBg>h3{
  font-size: 22px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  margin: 0px 0px 15px 0px;
}
.toolDivBg>p{
  font-weight: 100;
  font-size: 18px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  margin: 0px 0px 0px 0px;
}
.toolDivBg>span{
  position: absolute;
  top: 15px;
  left: 45px;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.1);
}
.toolDiv:hover .toolDivBg{
  background-color: #A174C1;
  -webkit-box-shadow: 0px 20px 50px rgba(161, 116, 193, 0.3),inset 0 0 30px 15px rgba(0,0,0,0.1);
  box-shadow: 0px 20px 50px rgba(161, 116, 193, 0.3),inset 0 0 30px 15px rgba(0,0,0,0.1);
}
.toolDiv:hover .toolDivBg>span{
  -webkit-animation: toolDiv 1s forwards;
  animation: toolDiv 1s forwards;
}
.toolDiv:hover{
  -webkit-animation: toolDiv 1s forwards;
  animation: toolDiv 1s forwards;
}
@keyframes toolDiv{
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  66% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


.headerFixed{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 666;
  padding: 12px 0px;
  background-color: rgb(255,255,255,0.9);
  -webkit-box-shadow: 0px 1px 10px rgba(161, 116, 193, 0.3);
  box-shadow: 0px 1px 10px rgba(161, 116, 193, 0.3);
}

.mobileMenuOpen{
  width: 40px;
  height: 40px;
  float: right;
  box-sizing: border-box;
  display: none;
  font-size: 0px;
  margin-top: 4px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  padding: 10px 8px;
}

.mobileMenuLeft{
  height: 0px;
  width: 3px;
  background-color: #ac39ef;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.mobileMenuLeft[data-aos="mobileMenuLeft"].aos-animate{
  height: 40px;
  transition-property: height;
}

.mobileMenuTop{
  height: 3px;
  width: 0px;
  background-color: #ac39ef;
  position: absolute;
  left: 0px;
  top: 0px;
}

.mobileMenuTop[data-aos="mobileMenuTop"].aos-animate{
  width: 40px;
  transition-property: width;
}

.mobileMenuRight{
  height: 0px;
  width: 3px;
  background-color: #ac39ef;
  position: absolute;
  right: 0px;
  top: 0px;
}

.mobileMenuRight[data-aos="mobileMenuRight"].aos-animate{
  height: 40px;
  transition-property: height;
}

.mobileMenuBottom{
  height: 3px;
  width: 0px;
  background-color: #ac39ef;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.mobileMenuBottom[data-aos="mobileMenuBottom"].aos-animate{
  width: 40px;
  transition-property: width;
}

.mobileMenuSred{
  width: 24px;
  height: 3px;
  background-color: #e160cf;
  margin: 0px auto;
  margin-bottom: 6px;
  border-radius: 5px;
}
.mobileMenuSred:last-child{
  margin-bottom: 0px;
}

.headerMobileMenuObDiv{
  display: none;
  position: fixed;
  top: 0px;
  right: -150%;
  width: 310px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #272248;
  padding: 20px 10px;
  box-sizing: border-box;
  z-index: 999;

  -webkit-transition: right 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  -moz-transition: right 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  -ms-transition: right 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  -o-transition: right 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  transition: right 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);

}
.headerMobileMenuObDiv.open{
  right: 0%;
}
.headerMobileMenuObDiv .headerMenuObDiv{
  float: none;
  width:calc(100% - 20px);
  margin: 30px auto 60px auto;
  text-align: left;
}
.headerMobileMenuObDiv .headerButtonDiv{
  float: none;
  width: 100%;
  margin: 0px 0px;
  border: 1px solid #A174C1;
  border-radius: 10px;
  overflow: hidden;
}
.headerMobileMenuObDiv .headerMenuObDiv>a{
  display: block;
  margin: 0px 0px 10px 0px;
  text-align: left;
  padding: 5px 0px 25px 0px;
  float: none;
  color: #fff;
}
.headerMobileMenuObDiv .headerMenuObDiv>a.active{
  display: inline-block;
}


.headerMobileMenuObDiv .headerButtonLogin{
  font-size: 16px;
  margin: 0px;
  float: left;
  width: auto;
  text-align: left;
  padding: 14px 0px 12px 0px;
  width: 50%;
  text-align: center;
  background-color: #A174C1;
  color: #fff;
}
.headerMobileMenuObDiv .headerButtonRegistr{
  height: auto;
  border: none;
  font-size: 16px;
  text-align: right;
  width: auto;
  margin: 0px;
  padding: 14px 0px 12px 0px;
  width: 50%;
  text-align: center;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
}
.menuBg{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 888;
  background-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
}
.menuCancel{
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.menuCancel>img{
  width: 100%;
}


/* FAQ Start */

.faqObDivBody{
  padding: 80px 0px;
}
.faqObDiv{
  width: 1280px;
  margin: 0px auto;
}
.faqListDiv{
  margin-top: 75px;
}
.faqDiv{
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 10px;
  border: 1px solid #272248;
}
.faqDiv:last-child{
  margin-bottom: 0px;
}
.faqName{
  width: calc(100% - 30px);
  padding: 15px 15px;
  cursor: pointer;
}
.faqName>h4{
  width: calc(100% - 25px);
  font-size: 18px;
  line-height: 22px;
  color: #272248;
  float: left;
  margin: 0px 0px;
}
.faqName>svg{
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  fill: #9d71bb;
  font-size: 20px;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}
.faqText{
  width: calc(100% - 30px);
  height: 0px;
  padding: 0px 15px;

  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.faqOpen.faqDiv{
  border: 1px solid #A174C1;
  background-color: #A174C1;
  -webkit-box-shadow: 0px 2px 10px rgba(161, 116, 193, 0.3),inset 0 0 30px 15px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 10px rgba(161, 116, 193, 0.3),inset 0 0 30px 15px rgba(0,0,0,0.1);
}
.faqOpen .faqName>h4{
  color: #fff;
}
.faqOpen .faqText{
  padding-bottom: 15px;
  height: auto;
}
.faqOpen .faqName>svg{
  fill: #fff;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 0px) and (max-width: 560px){
  .faqName {
    width: calc(100% - 15px);
    padding: 15px 5px 15px 10px;
}
}

/* FAQ End */

.appObDiv{
  font-size: 0px;
  margin-top: 40px;
}

.linkAppDiv {
  display: block;
  width: 235px;
  height: 70px;
  padding: 10px 15px;
  background-color: transparent;
  border: 1px solid #272248;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  margin-right: 25px;
  text-decoration: none;

  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;

}
.linkAppDiv:last-child{
  margin-right: 0px;
}
.linkAppDiv>svg {
  display: block;
  float: left;
  height: 38px;
  margin: 6px 0px;
}
.linkAppDiv>p {
  float: right;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  color: #272248;
  width: 140px;
  margin: 3px 0px;
}
.linkAppDiv:hover{
  border: 1px solid #A174C1;
  background-color: #A174C1;
  -webkit-box-shadow: 0px 2px 10px rgba(161, 116, 193, 0.3),inset 0 0 30px 15px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 10px rgba(161, 116, 193, 0.3),inset 0 0 30px 15px rgba(0,0,0,0.1);

  -webkit-animation: toolDiv 1s forwards;
  animation: toolDiv 1s forwards;
}

.linkAppDiv:hover>svg path{
  fill: #fff;
  stroke: #A174C1;
} 
.linkAppDiv:hover>p{
  color: #fff;
} 

.tariffsDiv{
  width: 260px;
  height: 510px;
}
.tariffsDiv .toolDivBg>h3{
  margin-bottom: 0px;
  font-size: 26px;
}
.tariffsDiv>.toolDivBg>p.tariffsPrice{
  font-size: 26px;
  line-height: 45px;
  margin: 15px 0px;
}
.tariffsDiv>.toolDivBg>p.tariffsPrice>span{
  opacity: 0.7;
  font-size: 22px;
  text-decoration: line-through;
  margin-right: 5px;
}
.tariffsDiv>.toolDivBg>p{
  height: auto;
  font-size: 18px;
  line-height: 30px;
}
.tariffsPriceYear{
  display: none;
}

.tariffsJoin{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #272248;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  width: 140px;
  text-align: center;
  padding: 14px 0px 12px 0px;
  margin: 38px auto 0px auto;

}

.tariffsNavDiv{
  max-width: 460px;
  margin: 0px auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #272248;
  margin-top: 75px;
  position: relative;
}
.tariffsNavDiv>span{
  display: block;
  float: left;
  width: 50%;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #272248;
  text-align: center;
  padding: 15px 0px 13px 0px;
  cursor: pointer;
  position: relative;
  z-index: 2;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
.tariffsNavDiv>span.active{
  color: #fff;
}

.tariffsNavBg{
  position: absolute;
  background-color: #272248;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footerLeftObDiv{
  float: left;
  width: 270px;
}
.footerLeftObDiv>h4,.footerRightObDiv>h4{
  font-size: 22px;
  margin: 0px;
  font-weight: 500;
}
.footerLeftDiv{
  margin-top: 64px;
}
.footerLeftDiv>a{
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}
.footerLeftDiv>a:last-child{
  margin-bottom: 0px;
}
.footerLeftDiv>a>img{
  float: left;
  height: 24px;
}
.footerLeftDiv>a>span{
  float: right;
  display: block;
  width: calc(100% - 40px);
  line-height: 24px;
  font-size: 18px;
  margin: 0px;
  font-weight: 400;
  color: #1E2141;
}
.footerSredObDiv{
  float: left;
  width: calc(100% - 540px);
  text-align: center;
  margin: 40px 0px;
  font-size: 0px;
}
.footerSredObDiv>.headerLogoDiv{
  float: none;
  display: inline-block;
  height: 70px;
  margin: 0px;
}
.footerSredObDiv>.headerLogoDiv>img.headerLogoText{
  height: 54px;
  margin-top: 8px;
}
.footerRightObDiv{
  float: left;
  width: 270px;
}

.footerRightDiv{
  margin-top: 79px;
}
.footerRightDiv>a{
  display: block;
  float: left;
  margin-right: 25px;
  width: 45px;
  height: 45px;
}
.footerRightDiv>a:last-child{
  margin-right: 0px;
}
.footerRightDiv>a>img{
  width: 100%;
}
.footerObDivBottom{
  padding: 45px 0px;
}
.footerMenuObDiv{
  float: right;
}
.footerMenuObDiv>a{
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #1E2141;
  text-decoration: none;
  margin-right: 50px;
  border-bottom: 1px solid transparent;
}
.footerMenuObDiv>a:last-child{
  margin-right: 0px;
}

.footerCopy{
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #1E2141;
  text-decoration: none;
  margin: 0px 0px;
}

.possibilitiesTopObDiv{
  margin-top: 80px;
  margin-bottom: 40px;
}
.possibilitiesTopLeft{
  float: left;
  height: 514px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 550px;
  box-sizing: border-box;
}
.possibilitiesTopLeft>.nazH2{
  text-align: left;
}
.possibilitiesTopRight{
  float: right;
  width: 730px;
  height: 514px;
  position: relative;
}
.possibilitiesImages1{
  position: absolute;
  top: -67px;
  left: 0px;
  z-index: 10;
  width: 200px;
}
.possibilitiesImages2{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
}
.possibilitiesImages3{
  position: absolute;
  bottom: 0px;
  right: 9px;
  z-index: 30;
  width: 160px;
}

.privacyPolicyObDivBody{

}
.privacyPolicyObDiv{
  width: 1280px;
  margin: 50px auto 0px auto;
}
.privacyPolicyObDiv>h1{
  color: #1E2141;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  margin: 0px;
}
.privacyPolicyDiv{
  margin: 40px 0px;
}
.privacyPolicyDiv>h2{
  color: #A174C1;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
  margin: 0px 0px 40px 0px;
}
.privacyPolicyDiv>p{
  color: #1E2141;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
}
.privacyPolicyDiv a{
  color: #A174C1;
  text-decoration: none;
}
.privacyPolicyDiv>ul{
  color: #1E2141;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  list-style: decimal;
  padding-left: 30px;
}
.privacyPolicyDiv>ul>li{
  
}

@media (min-width: 1260px) and (max-width: 1370px){
  .headerObDiv, .partnersObDiv, 
  .listObDiv, .helpsObDiv, 
  .footerObDiv, .toolObDiv, .faqObDiv,.privacyPolicyObDiv {
    width: 1200px;
  }
  .qeydStartLeftObDiv{
    padding-left: calc(50vw - 610px);
  }
  .qeydStartRightObDiv{
    padding-right: calc(50vw - 600px);
    padding-left: 60px;
  }
  .listDivText{
    padding-left: 60px;
  }
  .listDiv:nth-child(even) .listDivText{
    padding-right: 60px;
  }
  .toolDiv{
    margin: 0px 7px 14px 7px;
    width: 228px;
  }
  .toolDivBg{
    padding: 50px 12px;
  }
  .possibilitiesTopLeft{
    width: 500px;
  }
  .possibilitiesTopRight{
    width: 700px;
  }
}
@media (min-width: 1000px) and (max-width: 1259px){
  .headerObDiv, .partnersObDiv, 
  .listObDiv, .helpsObDiv, 
  .footerObDiv, .toolObDiv, .faqObDiv,.privacyPolicyObDiv {
    width: 950px;
  }

  .qeydStartLeftObDiv{
    padding-left: calc(50vw - 475px);
    height: 470px;
  }
  .qeydStartRightObDiv{
    padding-right: calc(50vw - 475px);
    padding-left: 60px;
    height: 470px;
    padding-left: 30px;
  }
  .imagesQeydAnimation {
    width: 450px;
  }
  .qeydStartRightObDiv{
    font-size: 44px;
    line-height: 55px;
  }
  .qeydStartRightObDiv>h1 {
    font-size: 46px;
    line-height: 60px;
  }
  .qeydStartRightObDiv>p{
    margin: 40px 0px;
  }
  .listDivText{
    padding-left: 0px;
  }
  .listDiv:nth-child(even) .listDivText{
    padding-right: 0px;
  }

  .listDivImages{
    height: 450px;
  }
  .listDivImages>img{
    margin-top: -15px;
  }
  .listDivText{
    height: 420px;
  }
  .nazH2{
    font-size: 34px;
    line-height: 45px;
  }
  .qeydStartRightObDiv>p,.toolObDiv>p,.listDivText>p,.helpsObDiv>p{
    font-size: 20px;
    line-height: 31px;
  }
  .toolDiv:nth-child(1){
    margin-left: 14px;
  }
  .toolDiv:nth-child(5){
    margin-right: 14px;
  }

  .linkAppDiv{
    width: 215px;
  }

  .possibilitiesTopRight,.possibilitiesTopLeft{
    width: 455px;
    height: 300px;
  }
  .possibilitiesImages1{
    width: 150px;
  }
  .possibilitiesImages3{
    width: 100px;
  }

  
}
@media (min-width: 0px) and (max-width: 999px){
  .headerFixed+main{
    margin-top: 98px;
  }
  .headerObDiv, .partnersObDiv, 
  .listObDiv, .helpsObDiv, 
  .footerObDiv, .toolObDiv, .faqObDiv,.privacyPolicyObDiv {
    width: 96%;
  }
  .toolDiv:nth-child(1){
    margin-left: 14px;
  }
  .toolDiv:nth-child(5){
    margin-right: 14px;
  }
  .headerMenuObDiv>a.active{
    border-bottom: 1px solid #fff;
  }
  .nazH2 {
    font-size: 32px;
    line-height: 38px;
  }
  .qeydStartRightObDiv>p,.toolObDiv>p,.listDivText>p,.helpsObDiv>p{
    font-size: 18px;
    line-height: 28px;
  }
  .qeydStartRightObDiv>p {
    margin: 40px 0px;
  }
  header {
    margin-bottom: 0px;
    padding: 25px 0px;
  }
  .qeydStartRightObDiv{
    float: none;
    width: 100%;
    height: 400px;
    border-radius: 0px;
    padding: 0px 2%;
    text-align: center;
  }
  .qeydStartLeftObDiv {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px 2%;
    text-align: center;
    flex-direction: initial;
  }
  .imagesQeydAnimation {
    width: 100%;
    max-width: 600px;
  }
  .qeydStartRightObDiv>a,.appObDiv>a{
    margin: 0px auto;
  }
  .listDivText {
    float: none;
    height: auto;
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .listDiv:nth-child(even) .listDivText {
    float: none;
    padding-right: 0px;
  }
  .listDivText>.nazH2{
    text-align: center;
  }
  .listDivText>p{
    max-width: 680px;
    margin: 0px auto;
    margin: 20px auto 0px auto;
  }
  .listDivImages {
    float: none;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .listDiv:nth-child(even) .listDivImages {
    float: none;
  }
  .listDivImages>img {
    margin-top: 0px;
    height: auto;
    width: 100%;
    max-width: 600px;
  }
  .headerMenuObDiv,.headerButtonDiv{
    display: none;
  }

  .footerLeftObDiv,.footerRightObDiv{
    float: none;
    margin: 0px auto;
  }
  .footerSredObDiv{
    float: none;
    width: 100%;
    margin: 50px auto;
  }
  .footerLeftObDiv>h4, .footerRightObDiv>h4{
    text-align: center;
  }
  .footerLeftDiv,.footerRightDiv{
    margin-top: 30px;
  }
  .footerMenuObDiv{
    float: none;
    text-align: center;
  }
  .footerMenuObDiv>a{
    float: none;
  }
  .footerCopy{
    display: block;
    float: none;
    text-align: center;
    margin-top: 30px;
  }

  .qeydStartRightObDiv>a, .helpsObDiv>a,.appObDiv>a{
    padding: 18px 0px 14px 0px;
  }

  .headerMobileMenuObDiv,
  .headerMobileMenuObDiv .headerMenuObDiv,
  .headerMobileMenuObDiv .headerButtonDiv,.mobileMenuOpen{
    display: block;
  }

  .linkAppDiv{
    float: none;
    display: inline-block;
  }
  .partners>img{
    max-width: 150px;
  }

  .helpsObDiv>p{
    width: 430px;
  }
  .possibilitiesTopObDiv {
    margin-bottom: 80px;
}
  .possibilitiesTopLeft{
    float: none;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .possibilitiesTopLeft>.nazH2 {
    text-align: center;
  }
  .possibilitiesTopRight{
    float: none;
    width: 100%;
    height: auto;
    margin-top: 100px;
  }
  .possibilitiesImages1{
    width: 25vw;
    top: -14%;
  }
  .possibilitiesImages2{
    position: relative;
  }
  .possibilitiesImages3{
    width: 21vw;
    bottom: -10%;
  }

  .privacyPolicyObDiv>h1{
    font-size: 30px;
  }
  .privacyPolicyDiv>h2 {
    font-size: 20px;
    line-height: 34px;
  }
  .privacyPolicyDiv>p,.privacyPolicyDiv>ul{
    font-size: 16px;
    line-height: 30px;
  }
  .footerSredObDiv>.headerLogoDiv{
    height: 50px;
  }
  .footerSredObDiv>.headerLogoDiv>img.headerLogoText{
    height: 40px;
  }
  .footerLeftDiv>a>span{
    text-align: center;
  }

}
@media (min-width: 500px) and (max-width: 700px){
  .partnersDiv{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partners{
    flex-direction: initial;
    width: 50%;
  }
  .partners>img{
    max-width: 130px;
  }
  .linkAppDiv{
    width: 225px;
  }
  .footerMenuObDiv>a{
    margin-right: 30px;
  }
}
@media (min-width: 0px) and (max-width: 700px){
  .helpsObDiv>p {
    width: 100%;
    max-width: 430px;
    float: none;
    margin: 0px auto;
  }
  .helpsObDiv>a {
    margin: 50px auto 0px auto;
    float: none;
  }
  .helpsBgLeft,.helpsBgRight{
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 499px){
  .partnersDiv{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partners{
    flex-direction: initial;
    width: 50%;
  }
  .partners>img{
    max-width: 130px;
  }
  .qeydStartRightObDiv>h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .linkAppDiv{
    margin: 0px 5px 20px 5px;
  }
  .linkAppDiv:last-child{
    margin-bottom: 0px;
  }
  .footerMenuObDiv>a {
    display: block;
    text-align: center;
    margin: 10px 0px 0px 0px;
  }
}
@media (min-width: 0px) and (max-width: 399px){
  .nazH2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 0px) and (max-width: 350px){
  /* .footerCopy{
    font-size: 15px;
  } */
}

