@font-face {
  font-family: PoppinsMedium;
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: PoppinsRegular;
  src: url(../fonts/Poppins-Regular.ttf);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
body{
  margin: 0px;
  padding: 0px;
  font-family: PoppinsMedium;
  overflow-x: hidden;
}
header,main,footer{
  width: 100%;
  overflow: hidden;
}

.setObDiv{
  width: 1280px;
  margin: 0px auto;
}
header{
  background: linear-gradient(118.58deg, #FFFFFF 0%, rgba(255, 255, 255, 0.45) 36.77%, rgba(168, 130, 223, 0.2) 101.12%);
}
.headerTopObDivBody{
  padding: 30px 0px;
  border-bottom: 1px solid rgba(80, 4, 191, 0.2);
}
.headerTopObDiv{

}
.headerLogoDiv{
  display: block;
  font-size: 0px;
  float: left;
  height: 36px;
  margin: 12px 0px;
}
.headerLogoDiv>img{
  height: 100%;
}
.headerMenu{
  float: left;
  text-align: center;
  font-size: 0px;
  margin: 20px 0px 20px 22px;
  width: calc(100% - 348px);
}
.headerMenu>a{
  font-size: 18px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-right: 48px;

  -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;
}
.headerMenu>a:last-child{
  margin-right: 0px;
}
.headerMenu>a:hover{
  color: #5004BF;
}
.headerMenu>a.active{
  color: #5004BF;
  text-decoration: underline;
}
.headerButton{
  float: right;
  width: 172px;
  height: 60px;
  font-family: PoppinsRegular;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #5004BF;
  -webkit-box-shadow: 0px 7px 22px rgba(80, 4, 191, 0.2);
  box-shadow: 0px 7px 22px rgba(80, 4, 191, 0.2);
  border-radius: 15px;

}

.headerButton:hover{
  -webkit-animation: faqIconDiv 1s forwards;
  animation: faqIconDiv 1s forwards;
}

.headerTopBlokObDivBody{
  padding: 80px 0px;
}
.headerTopBlokObDiv{

}
.headerTopBlokLeft{
  float: left;
  width: 560px;
  height: 530px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.headerTopBlokLeft>h1{
  font-size: 50px;
  line-height: 75px;
  color: #000;
  max-width: 530px;
  margin: 0px 0px 60px 0px;
}
.appLinkObDiv{
  width: 560px;
}
.appLinkDiv{
  display: block;
  width: 260px;
  height: 80px;
  float: left;
  margin-right: 40px;
  border: 2px solid #000;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  padding: 15px 20px;
  -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;
}
.appLinkDiv:last-child{
  margin-right: 0px;
}
.appLinkDiv>svg{
  float: left;
  width: 45px;
  height: 45px;

  -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;
}
.appLinkDiv>p{
  float: right;
  text-align: right;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  width: calc(100% - 65px);
  margin: 0px;

  -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;

}
.appLinkDiv>svg path{
  -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;
}
.appLinkDiv:hover{
  border-color: #5004BF;
}
.appLinkDiv:hover>p{
  color: #5004BF;
}
.appLinkDiv:hover>svg path{
  fill: #5004BF;
}

.headerTopBlokRight{
  float: right;
  height: 530px;
}
.headerTopBlokRight>img{
  height: 100%;
}
.headerQrObDiv{
  margin-top: 20px;
  cursor: pointer;
}
.headerQrObDiv>img{
  width: 24px;
  float: left;
}
.headerQrObDiv>p{
  width: calc(100% - 36px);
  font-size: 14px;
  line-height: 24px;
  color: #000;
  float: left;
  margin: 0px 0px 0px 10px;
}
.advantagesObDivBody{
  padding: 80px 0px;
}
.advantagesObDiv{

}
.advantagesObDiv>h2{
  color: #5004BF;
  margin-right: 55px;
}
.advantagesObDiv>h2::after{
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/advantagesIcon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 7px;
  margin-left: 15px;
}
.blokNameH2{
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  margin: 0px;
  position: relative;
}
.advantagesList{
  margin-top: 80px;
}
.advantagesDiv{
  width: 385px;
  float: left;
  margin-right: 62px;
}
.advantagesDiv:nth-child(3n+3){
  margin-right: 0px;
}
.advantagesDiv>img{
  width: 100%;
}
.advantagesDiv>h3{
  font-size: 18px;
  line-height: 27px;
  margin: 50px 0px 0px 0px;
  color: #000;
  text-align: center;
}
.advantagesDiv>h3>span{
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #00CCBD;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}
.moneyWayObDivBody{
  padding: 80px 0px;
  background: linear-gradient(114.34deg, rgba(219, 241, 255, 0.5) 0%, rgba(255, 235, 239, 0.5) 100%);
}
.moneyWayObDiv{

}
.moneyWayObDiv>h2{
  color: #00CCBD;
  margin-right: 55px;
}
.moneyWayObDiv>h2::after{
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/moneyWayIcon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 7px;
  margin-left: 15px;
}
.moneyWayObDiv>p{
  font-family: PoppinsRegular;
  font-size: 18px;
  line-height: 27px;
  margin: 30px 0px 0px 0px;
  text-align: center;
  color: #000;
}
.moneyWayList{
  margin-top: 80px;
}
.moneyWayDivBorder{
  margin-bottom: 100px;
  position: relative;
  font-size: 0px;
}
.moneyWayDivBorder:last-child{
  margin-bottom: 0px;
}
.moneyWayDiv{
  width: 510px;
  display: inline-block;
  background-color: #FFF;
  -webkit-box-shadow: 5px 5px 50px 5px rgba(224, 224, 224, 0.5);
  box-shadow: 5px 5px 50px 5px rgba(224, 224, 224, 0.5);
  border-radius: 20px;
  padding: 30px 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  text-align: left;
}
.moneyWayDivBorder:nth-child(2n+2){
  text-align: right;
}
.moneyWayDivBorder::before{
  content: "";
  width: calc(100% - 520px);
  height: 49px;
  position: absolute;
  border-bottom: 3px dashed #E0E0E0;
  top: 100%;
  z-index: 10;
}

.moneyWayDivBorder::after{
  content: "";
  width: calc(100% - 510px);
  height: 50px;
  position: absolute;
  left: 255px;
  top: calc(100% + 49px);
  z-index: 10;
}

.moneyWayDivBorder:nth-child(2n+1)::before{
  left: 250px;
  border-left: 3px dashed #E0E0E0;
  border-radius: 0px 0px 0px 20px;
}
.moneyWayDivBorder:nth-child(2n+1)::after{
  border-right: 3px dashed #E0E0E0;
  border-radius: 0px 20px 0px 0px;
}

.moneyWayDivBorder:nth-child(2n+2)::before{
  right: 248px;
  border-right: 3px dashed #E0E0E0;
  border-radius: 0px 0px 20px 0px;
}
.moneyWayDivBorder:nth-child(2n+2)::after{
  border-left: 3px dashed #E0E0E0;
  border-radius: 20px 0px 0px 0px;
}
.moneyWayDivBorder:last-child::before,.moneyWayDivBorder:last-child::after{
  display: none;
}

.moneyWayDiv>img{
  width: 70px;
  float: left;
  margin-top: 30px;
}
.moneyWayText{
  width: calc(100% - 90px);
  float: right;
}
.moneyWayText>h3{
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 18px 0px;
}
.moneyWayText>p{
  font-family: PoppinsRegular;
  font-size: 18px;
  line-height: 27px;
  margin: 0px;
}

.applicationPracticesObDivBody{
  padding: 80px 0px;
}
.applicationPracticesObDiv{

}
.applicationPracticesObDiv>h2{
  color: #5004BF;
}
.applicationPracticesObDiv>p{
  font-family: PoppinsRegular;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
  text-align: center;
  max-width: 693px;
  margin: 20px auto 80px auto;
}
.applicationPracticesObDiv .appLinkObDiv{
  margin: 0px auto;
}

.orderObDivBody{
  padding: 80px 0px;
  background: linear-gradient(292.38deg, rgba(219, 241, 255, 0.5) 0%, rgba(255, 235, 239, 0.5) 100%);
}
.orderObDiv{

}
.orderObDiv>h2{
  color: #00CCBD;
}
.orderList{
  margin-top: 60px;
}
.orderObDiv>h2::after{
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/orderIcon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 7px;
  margin-left: 15px;
}
.orderRight{
  width: 640px;
  float: right;
  height: 710px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.orderRight>img{
  width: 100%;
}
.orderLeft{
  width: 510px;
  height: 710px;
  float: left;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 5px 50px 5px rgba(224, 224, 224, 0.5);
  box-shadow: 5px 5px 50px 5px rgba(224, 224, 224, 0.5);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.clientObDivBody{
  padding: 80px 0px;
}
.clientObDiv{

}
.clientObDiv>h2{
  color: #5004BF;
  margin: 0px auto;
}

.clientObDiv>h2::after{
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/clientIcon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 7px;
  margin-left: 15px;
}
.clientList{

}
.clientDiv{
  width: 350px;
  height: 386px;
  background: #FFF;
  -webkit-box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  padding: 141px 30px 30px 30px;
  box-sizing: border-box;
  margin: 0px auto;
}
.clientDiv>img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: calc(50% - 60px);
  top: -60px;
  filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.25));
}
.clientDiv>h3{
  font-size: 18px;
  line-height: 27px;
  color: #00CCBD;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
.clientDiv>p{
  font-family: PoppinsRegular;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  text-align: center;
  margin: 0px;
  position: relative;
}
.clientDiv::after{
  content: "“";
  position: absolute;
  top: 90px;
  left: 20px;
  font-family: 'Work Sans';
  font-size: 80px;
  line-height: 94px;
  font-weight: 400;
  color: #00CCBD;
}
.clientDiv>p::after{
  content: "“";
  position: absolute;
  top: calc(100% - 45px);
  right: -10px;
  font-family: 'Work Sans';
  font-size: 80px;
  line-height: 94px;
  font-weight: 400;
  color: #00CCBD;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.clientList .swiper-container{
  padding: 120px calc(50vw - 640px);
}

.clientList .swiper-slide{
  opacity: 0;

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

.clientList .swiper-slide-visible.swiper-slide{
  opacity: 1;
}
.homeClientPagination .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  background-color: rgba(0, 204, 189, 1);
}
.appSectionObDivBody{
  background: linear-gradient(294.14deg, rgba(219, 241, 255, 0.5) 0%, rgba(255, 235, 239, 0.5) 100%);
}
.appSectionObDiv{
  position: relative;
  padding: 95px 0px;
}
.appSectionObDiv>img{
  width: 282px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.appSectionRight{
  width: 560px;
  float: right;
  margin-right: 220px;
}
.appSectionRight>h2{
  color: #00CCBD;
  margin-bottom: 100px;
  text-align: left;
}
footer{
  padding: 30px 0px;
}
.footerObDiv{

}
.footerTopObDiv{
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 15px;
}
.footerLeft{
  float: left;
  width: 180px;
  margin-top: 21px;
}
.footerLogoDiv{
  width: 170px;
  display: block;
  font-size: 0px;
  margin-bottom: 42px;
}
.footerLogoDiv>img{
  width: 100%;
}
.footerSosialDiv{
  
}
.footerSosialDiv>a{
  text-decoration: none;
  font-size: 0px;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 20px;
}
.footerSosialDiv>a:last-child{
  margin-right: 0px;
}
.footerSosialDiv>a>img{
  width: 100%;
}
.footerSosialDiv>a:hover{
  -webkit-animation: faqIconDiv 1s forwards;
  animation: faqIconDiv 1s forwards;
}
.footerSredDiv{
  width: calc(100% - 360px);
  text-align: center;
  font-size: 0px;
  margin-top: 63px;
  float: left;
}
.footerSredDiv>a{
  display: inline-block;
  font-family: PoppinsRegular;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-right: 30px;
  text-decoration: none;
}
.footerSredDiv>a:last-child{
  margin-right: 0px;
}
.footerRightObDiv{
  float: left;
  width: 180px;
}
.footerRightObDiv>h3{
  font-size: 18px;
  line-height: 27px;
  color: #5004BF;
  margin: 0px 0px 25px 0px;
}
.footerRightDiv{

}
.footerRightDiv>a{
  display: block;
  margin-bottom: 13px;
}
.footerRightDiv>a:last-child{
  margin-bottom: 0px;
}
.footerRightDiv>a>img{
  width: 24px;
  margin-right: 10px;
  float: left;
}
.footerRightDiv>a>span{
  display: block;
  float: left;
  font-family: PoppinsRegular;
  font-size: 14px;
  line-height: 24px;
  color: #2C2C2C;
}
.footerBottomObDiv{
  font-family: PoppinsRegular;
  font-size: 14px;
  line-height: 21px;
  color: #737373;
  padding-top: 30px;
  text-align: center;
}
.pageBlokObDivBody{

}
.pageBlokObDiv{

}
.pageBlokDiv{
  padding: 80px 0px;
}
.pageBlokDiv:last-child{
  margin-bottom: 0px;
}
.pageBlokDiv>img{
  float: left;
  height: 502px;
}
.pageBlokText{
  float: right;
  width: 600px;
  height: 502px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pageBlokText>h3{
  font-size: 36px;
  line-height: 54px;
  color: #5004BF;
  margin: 0px 0px 40px 0px;
}
.pageBlokObDiv2 .pageBlokText>h3{
  color: #00CCBD;
}
.pageBlokText>p{
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin: 0px;
}
.pageBlokDiv:nth-child(2n+2) .pageBlokText{
  float: left;
}
.pageBlokDiv:nth-child(2n+2)>img{
  float: right;
}
.menuButtomMobile{
  display: none;
  height: 36px;
  width: 36px;
  float: right;
  padding: 5px 0px;
  box-sizing: border-box;
}
.menuButtomMobile>span{
  display: block;
  width: 100%;
  height: 5px;
  background-color: #5118bf;
  margin-bottom: 6px;
  border-radius: 10px;
}
.menuButtomMobile>span:last-child{
  margin-bottom: 0px;
}
.mobileClose{
  width: 20px;
  height: 20px;
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.mobileClose>img {
  width: 100%;
}
.headerMobileObDiv{
  display: block;
  width: 310px;
  height: 100vh;
  padding: 20px 10px;
  box-sizing: border-box;
  background: linear-gradient(294.14deg, rgba(219, 241, 255, 1) 0%, rgba(255, 235, 239, 1) 100%);
  position: fixed;
  top: 0px;
  right: -150%;
  z-index: 999;

  -webkit-box-shadow: -5px 0 20px 1px rgba(0,0,0,0.1);
  box-shadow: -5px 0 20px 1px rgba(0,0,0,0.1);

  -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);
}
.headerMobileObDiv.open{
  right: 0%;
}
.menuBg{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 888;
  backdrop-filter: blur(3px);
}
.headerMenuMobile{
  margin: 60px 0px;
}
.headerMenuMobile>a{
  font-size: 18px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  margin-bottom: 10px;
}
.headerMenuMobile>a:last-child{
  margin-bottom: 0px;
}

.headerMenuMobile>a.active{
  color: #5004BF;
  text-decoration: underline;
}

.headerButtonMobile{
  display: block;
  width: 100%;
  height: 60px;
  font-family: PoppinsRegular;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #5004BF;
  -webkit-box-shadow: 0px 7px 22px rgba(80, 4, 191, 0.2);
  box-shadow: 0px 7px 22px rgba(80, 4, 191, 0.2);
  border-radius: 15px;

}

.orderLeftObDiv{
  width: 100%;
  height: 100%;
  padding: 30px 0px;
  box-sizing: border-box;

  -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;
}
.orderHeaderDiv{
  width: 225px;
  margin: 0px auto;
}
.orderHeaderDiv>span{
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgba(80, 4, 191, 0.2);
  float: left;
  margin-right: 60px;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  position: relative;
}
.orderHeaderDiv>span:last-child{
  margin-right: 0px;
}
.orderHeaderDiv>span.active{
  background-color: rgba(80, 4, 191, 1);
}
.orderHeaderDiv>span::after{
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 17px;
  border-bottom: 1px dashed #B7B7B7;
}
.orderHeaderDiv>span:last-child::after{
  display: none;
}
.orderLeftObDiv>h3{
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin: 0px;
  padding: 30px 30px;
  width: calc(100% - 60px);
  border-bottom: 1px dashed rgba(80, 4, 191, 0.2);
}

.orderSredDiv{
  width: calc(100% - 110px);
  margin: 30px auto 0px auto;
  font-family: PoppinsRegular;
  font-size: 14px;
  line-height: 21px;
}
.orderSelectDiv{

}
.orderLabel{
  color: #000;
  display: block;
  margin: 0px 0px 15px 0px;
  width: calc(100% - 20px);
  padding: 0px 10px;
}
.orderSelectDiv>select{
  border: 1px solid #737373;
  border-radius: 15px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0px 20px;
  outline: none;
  background-color: transparent;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-image: url(../images/selectIcon.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: calc(100% - 18px) 15px;

}
.orderSettingsCheckboxObDiv{
  margin-top: 30px;
}
.orderSettingsCheckboxObDiv>h4{
  font-family: PoppinsMedium;
  font-size: 20px;
  line-height: 30px;
  color: #5004BF;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
.orderSettingsCheckboxDiv{
  
}
.orderSettingsCheckboxLabel{
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #737373;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 13px 20px;
  float: left;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
.orderSettingsCheckboxLabel:last-child{
  margin-right: 0px;
}
.orderSettingsCheckboxLabel>input{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.orderSettingsCheckboxLabel>input+span{
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #737373;
  box-sizing: border-box;
  margin: 2px 13px 0px 0px;
}
.orderSettingsCheckboxLabel>input+span::after{
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00CCBD;
  margin: 2px;
}
.orderSettingsCheckboxLabel>input:checked+span{
  border-color: #00CCBD;
}
.orderSettingsCheckboxLabel>input:checked+span::after{
  display: block;
}
.orderSettingsCheckboxLabel>img{
  display: block;
  float: left;
}
.orderSettingsCheckboxLabel:last-child>img{
  margin-top: 4px;
}

.orderSettingsCheckboxLabel>p{
  float: left;
  width: calc(100% - 35px);
  margin: 1px 0px 0px 0px;
}
.orderCartCheckboxDiv .orderSettingsCheckboxLabel{
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.orderCartCheckboxDiv .orderSettingsCheckboxLabel:last-child{
  margin-bottom: 0px;
}
.orderButton{
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background-color: #5004BF;
  border-radius: 15px;
  font-family: PoppinsMedium;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  padding: 0px;
  margin-top: 45px;
  cursor: pointer;
}
.orderButton2{
  margin-top: 23px;
}
.orderInputDiv{
  margin-bottom: 20px;
}
.orderInputDiv>input{
  border: 1px solid #737373;
  border-radius: 15px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0px 20px;
  outline: none;
  font-size: 14px;
  color: #000;
}
.orderInputDiv>input::-webkit-input-placeholder { color: #B7B7B7; }
.orderInputDiv>input::-moz-placeholder { color: #B7B7B7; }
.orderInputDiv>input:-ms-input-placeholder { color: #B7B7B7; }
.orderInputDiv>input:-moz-placeholder { color: #B7B7B7; }

.orderInputPhone{
  border: 1px solid #737373;
  border-radius: 15px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0px 20px;
}
.orderInputPhone>span{
  display: block;
  float: left;
  font-size: 14px;
  line-height: 48px;
  color: #5004BF;
  width: 40px;
}
.orderInputPhone>input{
  width: calc(100% - 50px);
  float: left;
  height: 48px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #000;
  margin-left: 5px;
  background-color: transparent;
}
.orderFinalImages{
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 50px auto;
}
.orderFinalText{
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin: 0px 0px;
  text-align: center;
}

.popupQrDiv{
  width: 600px;
  height: 400px;
  position: fixed;
  top: -200vh;
  left: calc(50% - 300px);
  z-index: 999;
  border-radius: 10px;
  background-color: #fff;

  -webkit-box-shadow: 0px 0 20px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0 20px 1px rgba(0,0,0,0.1);

  -webkit-transition: top 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  -moz-transition: top 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  -ms-transition: top 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  -o-transition: top 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  transition: top 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
}
.popupQrDiv.open{
  top: calc(50vh - 200px);
}
.popupQrImages{
  width: 200px;
  margin: 100px 200px;
}
.popupQrClose{
  width: 20px;
  height: 20px;
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.popupQrClose>img{
  width: 100%;
}
#orderBlok1{
  position: absolute;
  top: 0px;
  left: 0;
}
#orderBlok2{
  position: absolute;
  top: 0px;
  left: 110%;
}
#orderBlok3{
  position: absolute;
  top: 0px;
  left: 110%;
}

.error{
  border-color: #f91616 !important;
}

@keyframes faqIconDiv{
  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);
  }
}

@media (min-width: 1150px) and (max-width: 1320px){
  .setObDiv {
    width: 1110px;
  }
  .advantagesDiv{
    width: 342px;
    margin-right: 40px;
  }
  .clientList .swiper-container {
    padding: 120px calc(50vw - 555px);
  }
  .appSectionRight{
    margin-right: 100px;
  }
  .headerTopBlokRight{
    height: 420px;
    width: 540px;
    text-align: center;
  }
  .headerTopBlokLeft{
    height: 420px;
  }
  .orderRight{
    width: 560px;
  }
}

@media (min-width: 1000px) and (max-width: 1149px){
  .setObDiv,.newsObDiv {
    width: 960px;
  }
  .headerTopBlokLeft .appLinkObDiv{
    width: 262px;
  }
  .headerTopBlokLeft .appLinkObDiv .appLinkDiv{
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
  }
  .headerTopBlokLeft .appLinkObDiv .appLinkDiv:last-child{
    margin-bottom: 0px;
  }
  .headerTopBlokLeft>h1{
    font-size: 40px;
    line-height: 58px;
    margin: 0px 0px 40px 0px;
  }
  .headerTopBlokLeft{
    width: 400px;
    height: 420px;
  }
  .headerTopBlokRight{
    height: 420px;
    width: 540px;
    text-align: center;
  }
  .advantagesDiv {
    width: 300px;
    margin-right: 30px;
  }
  .orderLeft {
    width: 460px;
    height: 710px;
  }
  .orderRight {
    width: 480px;
  }
  .clientList .swiper-container {
    padding: 120px calc(50vw - 480px);
  }
  .appSectionRight{
    margin-right: 30px;
  }
  .pageBlokText{
    width: 500px;
    height: 450px;
  }
  .pageBlokDiv>img{
    height: 450px;
  }
  
}

@media (min-width: 0px) and (max-width: 999px){
  .setObDiv,.newsObDiv{
    width: 92%;
  }
  .headerButton,.headerMenu{
    display: none;
  }
  .headerTopBlokLeft{
    height: auto;
    width: 100%;
    float: none;
  }
  .headerTopBlokLeft>h1{
    max-width: 100%;
    text-align: center;
  }
  .appLinkObDiv{
    margin: 0px auto;
  }
  .headerQrObDiv{
    display: none;
  }

  .headerTopBlokRight{
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
    margin-top: 60px;
  }
  .headerTopBlokRight>img{
    height: auto;
    width: 70%;
  }
  .advantagesDiv{
    float: none;
    margin: 0px auto 50px auto;
  }
  .advantagesDiv:last-child{
    margin-bottom: 0px;
  }
  .advantagesDiv:nth-child(3n+3){
    margin-right: auto;
  }
  .advantagesDiv>h3{
    margin-top: 30px;
  }
  .orderLeft{
    float: none;
    margin: 0px auto;
  }
  .orderRight{
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    margin-top: 60px;
  }
  .orderRight>img{
    width: 70%;
  }
  .appSectionObDiv>img{
    display: none;
  }
  .appSectionRight{
    float: none;
    margin: 0px auto;
    width: 100%;
  }
  .appSectionRight>h2{
    text-align: center;
  }
  .footerLeft{
    float: none;
    margin: 0px auto;
  }
  .footerSredDiv{
    float: none;
    width: 100%;
    margin: 50px auto;
  }
  .footerRightObDiv{
    float: none;
    margin: 0px auto;
  }
  .clientList .swiper-container{
    padding: 120px 0px;
  }
  .footerRightObDiv>h3{
    text-align: center;
  }
  .pageBlokDiv{
    text-align: center;
  }
  .pageBlokText{
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
  .pageBlokDiv>img{
    float: none;
    height: auto;
    width: 70%;
  }
  .pageBlokDiv:nth-child(2n+2) .pageBlokText,.pageBlokDiv:nth-child(2n+2)>img{
    float: none;
  }
  .headerLogoDiv{
    margin: 0px 0px;
  }
  .menuButtomMobile{
    display: block;
  }


  
}
@media (min-width: 0px) and (max-width: 699px){
  .headerTopBlokLeft>h1{
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .appLinkObDiv{
    width: 230px;
  }
  .appLinkDiv{
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 230px;
    height: 70px;
  }
  .appLinkDiv:last-child{
    margin-bottom: 0px;
  }
  .appLinkDiv>svg{
    width: 35px;
    height: 35px;
  }
  .appLinkDiv>p{
    width: calc(100% - 45px);
    font-size: 16px;
    line-height: 20px;
  }
  .headerTopBlokRight>img{
    width: 100%;
  }
  .headerTopBlokObDivBody,.advantagesObDivBody,.moneyWayObDivBody,.applicationPracticesObDivBody,.orderObDivBody,.clientObDivBody,.appSectionObDiv{
    padding: 40px 0px;
  }
  .blokNameH2{
    font-size: 22px;
    line-height: 40px;
    margin-right: 0px !important;
  }
  .advantagesObDiv>h2::after,.moneyWayObDiv>h2::after,.orderObDiv>h2::after,.clientObDiv>h2::after{
    display: none;
  }
  .advantagesList{
    margin-top: 40px;
  }
  .advantagesDiv{
    width: 100%;
    max-width: 385px;
    margin: 0px auto 40px auto;
  }
  .advantagesDiv>h3{
    font-size: 16px;
  }
  .advantagesDiv>h3 {
    margin-top: 20px;
  }
  .moneyWayObDiv>p{
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0px 0px 0px;
  }
  .moneyWayDivBorder::before,.moneyWayDivBorder::after{
    display: none;
  }
  .moneyWayDiv{
    width: 100%;
    padding: 20px 15px;
  }
  .moneyWayList{
    margin-top: 40px;
  }
  .moneyWayDivBorder{
    margin-bottom: 40px;
  }
  .moneyWayText{
    width: calc(100% - 85px);
  }
  .moneyWayText>h3{
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0px 15px 0px;
  }
  .moneyWayText>p{
    font-size: 16px;
    line-height: 24px;
  }
.applicationPracticesObDiv>p{
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0px 40px 0px;
  }
  .orderList{
    margin-top: 40px;
  }
  .orderLeft{
    width: 100%;
  }
  .orderRight>img{
    width: 100%;
  }
  .appSectionRight>h2{
    margin-bottom: 40px;
  }
  .clientObDiv>h2{
    margin: 0px auto 0px auto !important;
  }
  .pageBlokText>h3{
    font-size: 22px;
    line-height: 40px;
    margin: 0px 0px 20px 0px;
  }
  .pageBlokText>p{
    font-size: 16px;
    line-height: 24px;
  }
  .pageBlokText{
    margin-bottom: 40px;
  }
  .pageBlokDiv{
    padding: 40px 0px;
  }
  .pageBlokDiv>img{
    width: 100%;
  }
  .orderSredDiv{
    width: calc(100% - 40px);
  }
  .orderSettingsCheckboxLabel{
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .orderSettingsCheckboxLabel>input+span{
    margin: 2px 10px 0px 0px;
  }
  .orderLeftObDiv>h3{
    padding: 30px 20px;
  }
}
@media (min-width: 0px) and (max-width: 399px){
  .headerQrObDiv{
    width: 100%;
  }
  .footerSredDiv>a{
    display: block;
    text-align: center;
    margin: 0px 0px 15px 0px;
  }
  .footerSredDiv>a:last-child{
    margin-bottom: 0px;
  }
  .clientDiv{
    width: 300px;
  }
}