@font-face {
  font-family: MontserratMedium;
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: MontserratRegular;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: MontserratLight;
  src: url(../fonts/Montserrat-Light.ttf);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
body{
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #fff;
  font-family: MontserratMedium;
}
header,main,footer{
  width: 100%;
  overflow: hidden;
}
main>section{
  overflow-x: hidden;
}
.headerObDiv,.sellObDiv,
.platformObDiv,.setUpObDiv,
.digitalObDiv,.mobileSliderObDiv,
.servicesTypeObDiv,.footerObDiv{
  width: 1280px;
  margin: 0px auto;
}
header{
  height: 185px;
  position: relative;
}

header::after{
  content: "";
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background-color: #0a7dff;
  background-size: cover;
  margin: 0px auto;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 18vw;
  z-index: 30;
}
.headerObDivBody{
  height: 50px;
  padding: 24px 0px;
  background-color: #0A7DFF;
  position: relative;
  z-index: 500;

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

}
.headerObDivBodyFixed{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 666;
  padding: 12px 0px;
  background-color: rgb(10,125,255,0.9);
}
.headerObDiv{
  height: 100%;
}
.headerLogo{
  display: block;
  float: left;
  height: 50px;
  margin: 0px 0px;
}
.headerLogo>img{
  height: 100%;
}
.headerMenuObDiv{
  float: right;
  margin: 14px 0px;
  width: calc(100% - 322px);
  text-align: center;
}
.headerMenuObDiv>a{
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 50px;
}
.headerMenuObDiv>a.active{
  border-bottom: 1px solid #fff;
}
.headerMenuObDiv>a:last-child{
  margin-right: 0px;
}
.headerRightObDiv{
  float: right;
}
.headerButtonStart{
  float: right;
  height: 46px;
  padding: 0px 48px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  line-height: 46px;
  color: #FFFFFF;
  text-decoration: none;
}
.headerButtonLogin{
  float: right;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  margin: 14px 30px 14px 0px;
}
.headerButtonLng{
  float: right;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 14px 0px 14px 0px;
}
.headerButtonLngMobile{
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 0px;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 20px;
}

.headerLngOb{
  padding: 0px;
  float: right;
  margin: 14px 0px;
  line-height: 22px;
  list-style: none;
  position: relative;
  position: relative;
  z-index: 99;
}

.headerLngOb>li{
  position: relative;
}
.headerLngOb>li>a{
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.headerLngOb>li>ul{
  position: absolute;
  top: -10px;
  right: 100%;
  width: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  -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;
}
.headerLngOb>li>ul li{
  text-align: center;
  margin: 0px;
  padding: 10px 10px;
  float: right;
}
.headerLngOb>li>ul li>a{
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #0a7dff;
  text-decoration: none;
}
.headerlngUl{
  width: 80px;
  height: 42px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 5px;
}
.headerLngOb>li:hover>ul{
  width: 80px;
}

.headerLngObMobile{
  position: absolute;
  top: 20px;
  left: 10px;
  margin: 0px;
}

.headerLngOb.headerLngObMobile>li>a{
  height: 42px;
  width: 60px;
  text-align: center;
  line-height: 42px;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: -10px;
  background-color: #fff;
  color: #0d7dfe;
}

.headerLngOb.headerLngObMobile>li>ul{
  right: auto;
  left: calc(100% + 52px);
  padding-right: 2px;
}
.headerLngOb.headerLngObMobile>li>ul li{
  float: left;
}
.headerLngObMobile .headerlngUl{
  padding-right: 2px;
}
.sellObDivBody{
  padding: calc(50vh - 285px)  0px calc(50vh - 355px) 0px;
}

.sellTextDiv{
  float: left;
  width: 600px;
  height: 386px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 20;
}
.blogNameH1{
  font-size: 42px;
  line-height: 51px;
  margin: 0px;
  font-weight: normal;
}
.sellButtonDiv{
  margin-top: 56px;
}
.sellButtonStart{
  display: block;
  float: left;
  width: 240px;
  height: 50px;
  background-color: #0A7DFF;
  border-radius: 10px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);
  box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);
  text-decoration: none;
  margin-right: 50px;
}
.sellButtonContact{
  display: block;
  float: left;
  width: 240px;
  height: 50px;
  border: 1px solid #444E5E;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #444E5E;
  text-decoration: none;
}
.sellImagesDiv{
  float: right;
  width: 680px;
  height: 456px;
  position: relative;
  z-index: 10;
}
.sellImages1{
  width: 680px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.sellImages2{
  width: 160px;
  position: absolute;
  bottom: 70px;
  right: 0px;
}
.blogNameH2{
  max-width: 930px;
  margin: 0px auto;
  font-size: 36px;
  line-height: 48px;
  color: #444E5E;
  font-weight: normal;
}
.blogNameH2>span{
  color: #0A7DFF;
}
.platformObDivBody{
  background-color: rgba(10, 125, 255, 0.05);
  padding: 80px 0px 20px 0px;
}
.platformObDivBody .blogNameH2{
  text-align: center;
}
.platformList{
  margin-top: 75px;
}
.platformDiv{
  float: left;
  width: 400px;
  height: 124px;
  margin-right: 40px;
  margin-bottom: 60px;
  cursor: pointer;
}
.platformDivBg{
  width: calc(100% - 60px);
  height: calc(100% - 54px);
  padding: 27px 30px;
  background-color: #FFFFFF;
  border-radius: 10px;

  -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;
}
.platformDiv:nth-child(3n+3){
  margin-right: 0px;
}
.platformImages{
  float: left;
  width: 110px;
  height: 100%;
  text-align: center;
}
.platformImages>svg{
  display: inline-block;
  max-width: 100%;
  height: 100%;
}
.platformText{
  font-family: MontserratRegular;
  float: right;
  width: calc(100% - 110px);
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  color: #444E5E;
  margin: 0px;
  height: 78px;
  display: flex;
  justify-content: center;
  flex-direction: column;

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

}
.platformText>span{
  display: block;
  color: #CACACA;
  font-size: 18px;
  line-height: 22px;
  margin-top: 4px;
}
.platformDiv .platformImages>svg path{
  -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;
}
.platformDiv:hover .platformText{
  color: #fff;
}
.platformDiv:hover .platformImages>svg path{
  fill: #fff;
}
.platformDiv:hover .platformDivBg{
  background-color: #0A7DFF;
  -webkit-box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);
  box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);
}
.platformDiv:hover{
  -webkit-animation: faqIconDiv 1s forwards;
  animation: faqIconDiv 1s forwards;

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

.setUpTextObDiv{
  float: right;
  width: 580px;
  height: 45vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 20;
}
.setUpTextObDiv>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 26px;
  color: #808080;
  margin: 30px 0px 0px 0px;
}

.setUpObDivBody .setUpList{
  margin-left: 20px;
}

.setUpDiv{
  width: calc(50% - 20px);
  float: left;
  margin-top: 50px;
}
.setUpDiv:nth-child(2n+2){
  margin-left: 40px;
}
.setUpDivImages{
  height: 59px;
  height: 42px;
  margin-bottom: 5px;
}
.setUpDivImages>img{
  height: 100%;
  max-width: 57px;
}
.setUpDiv>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 26px;
  color: #444E5E;
  margin: 0px 0px;
  height: 52px;
}
.setUpImagesDiv{
  float: left;
  width: 680px;
  height: 45vw;
  position: relative;
  z-index: 10;
}
.setUpImagesDiv>img{
  height: 100%;
  position: absolute;
  left: calc(-50vw + 640px);
  top: 0px;
  font-size: 0;
}


.controlObDivBody .setUpTextObDiv{
  float: left;
  height: 55vw;
}
.controlImagesDiv{
  float: left;
  width: 680px;
  height: 55vw;
  position: relative;
  z-index: 10;
  font-size: 0;
}
.controlImagesDiv>img{
  height: 100%;
  position: absolute;
  right: calc(-50vw + 620px);
  top: 0px;
  font-size: 0;
}

.digitalObDivBody{
  background-color: rgba(10, 125, 255, 0.05);
  padding: 100px 0px;
}

.digitalObDiv>.blogNameH2{
  text-align: center;
}
.digitalRegisterButton{
  display: block;
  width: 510px;
  max-width: 100%;
  height: 50px;
  background-color: #0A7DFF;
  border-radius: 10px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);
  box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);
  text-decoration: none;
  margin: 60px auto 0px auto;
}

.mobileSliderObDivBody{
  padding: 80px 0px 0px 0px;
}
.mobileSliderObDiv .blogNameH2{
  text-align: center;
  max-width: 700px;
}
.mobileSliderNav{
  text-align: center;
  margin-top: 32px;
}
.mobileSliderNav>span{
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  color: #444E5E;
  margin: 0px 16px;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 2px solid 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;

}
.mobileSliderNav>span.active,.mobileSliderNav>span:hover{
  border-color: #0A7DFF;
}
.mobileSliderImages{
  width: 1190px;
  display: block;
  margin: 0px auto;
  font-size: 0px;
}
.mobileSliderImages>img{
  width: 100%;
}
.servicesTypeObDivBody{
  background-color: rgba(10, 125, 255, 0.05);
  padding: 80px 0px;
}
.servicesTypeDiv{
  width: 400px;
  padding: 45px 24px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(10, 125, 255, 0.08);
  box-shadow: 0px 0px 50px rgba(10, 125, 255, 0.08);
  border-radius: 8px;
  box-sizing: border-box;
  float: left;
  margin-right: 40px;
}
.servicesTypeDiv:last-child{
  margin-right: 0px;
}
.servicesTypeName{
  font-size: 24px;
  line-height: 32px;
  color: #444E5E;
  text-align: center;
  margin: 0px;
  font-weight: normal;
}
.servicesTypeText{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  color: #808080;
  margin: 20px 0px;
}
.servicesTypePrice{
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #444E5E;
  margin: 20px 0px 0px 0px;
}
.servicesTypePrice>span{
  color: #808080;
  text-decoration: line-through;
}
.servicesTypeButton{
  font-family: MontserratRegular;
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border-radius: 10px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #444E5E;
  border: 1px solid #444E5E;
  text-decoration: none;
  margin: 40px 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;

}
.servicesTypeButton:hover{
  color: #FFFFFF;
  background-color: #0A7DFF;
  border-color: #0A7DFF;
  -webkit-box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);
  box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);
}
.servicesTypeList{
  width: calc(100% - 48px);
  margin: 0px auto;
}
.servicesTypeList>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 24px;
  color: #808080;
  margin: 0px 0px 24px 0px;
  padding-left: 48px;
  min-height: 24px;
}
.servicesTypeList>p:last-child{
  margin-bottom: 0px;
}
.servicesTypeList>p::before{
  content: "";
  width: 48px;
  height: 24px;
  float: left;
  background-image: url(../images/checkedIcon.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-left: -48px;
}
.servicesTypeList>p.iconNone::before{
  background-image: none;
}
footer{
  padding: 100px 0px;
}
.footerLogoObDiv{
  float: left;
  width: 290px;
  margin-top: 13px;
  margin-right: 150px;
}
.footerLogo{
  display: block;
  width: 188px;
  font-size: 0px;
}
.footerLogo>img{
  display: block;
  width: 100%;
}
.footerLogoObDiv>p{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  margin: 45px 0px 0px 0px;
}
.footerContactObDiv{
  float: left;
  width: 290px;
  margin-top: 25px;
}
.footerContactObDiv>h4{
  font-size: 24px;
  line-height: 22px;
  color: #0A7DFF;
  font-weight: normal;
  margin: 0px 0px 54px 0px;
}
.footerContactDiv{
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}
.footerContactDiv:last-child{
  margin-bottom: 0px;
}
.footerContactDiv>img{
  float: left;
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 16px;
}
.footerContactDiv>span{
  font-family: MontserratRegular;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  width: calc(100% - 40px);
}
.footerSosialObDiv{
  float: right;
  width: 380px;
}
.footerSosialDiv{
  font-size: 0px;
}
.footerSosialDiv>a{
  text-decoration: none;
  padding: 20px;
  font-size: 0px;
  border-radius: 50%;
  float: right;
  margin-left: 3px;
  background-color: transparent;

  -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;
}
.footerSosialDiv>a:last-child{
  margin-left: 0px;
}
.footerSosialDiv>a>svg{
  width: 25px;
  height: 25px;

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

}
.footerSosialDiv>a:hover>svg path{
  fill: #fff;
}

.footerSosialDiv>a:hover{
  background-color: #0A7DFF;
  -webkit-box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);
  box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);

  -webkit-animation: faqIconDiv 1s forwards;
  animation: faqIconDiv 1s forwards;

}

.footerSosialObDiv>p{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  text-align: right;
  margin: 90px 0px 0px 0px;
}

.blogListObDivBody{

}
.blogListObDiv{

}

.blogListObDiv .setUpTextObDiv>p{
  font-family: MontserratRegular;
  font-size: 22px;
  line-height: 30px;
  color: #444E5E;
  margin: 45px 0px 0px 0px;
}

.blogListObDivBody:nth-child(2n) .setUpTextObDiv{
  float: right;
}

.blogListObDivBody .controlImagesDiv>img{
  right: calc(-50vw + 620px);
}
.blogListObDivBody:nth-child(2n) .controlImagesDiv>img{
  right: auto;
  left: calc(-50vw + 620px);
}

.linkAppListDiv {
  width: 540px;
  margin: 60px auto 0px auto;
}
.linkAppDiv {
  display: block;
  width: 255px;
  height: 70px;
  padding: 10px 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  margin-right: 30px;
  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;

  -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;
}
.linkAppDiv>p {
  font-family: MontserratRegular;
  float: right;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  color: #0A7DFF;
  width: 170px;
  margin: 3px 0px;

  -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;
}
.linkAppDiv:hover{
  background-color: #0A7DFF;
  -webkit-box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);
  box-shadow: 0px 20px 50px rgba(10, 125, 255, 0.3);

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

.linkAppDiv:hover>svg path{
  fill: #fff;
  stroke: #0a7dff;
} 
.linkAppDiv:hover>p{
  color: #fff;
} 
.headerMobileMenuObDiv{
  display: none;
  position: fixed;
  top: 0px;
  right: -150%;
  width: 310px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #0d7dfe;
  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: 60px auto 60px auto;
  text-align: left;
}
.headerMobileMenuObDiv .headerRightObDiv{
  float: none;
  width: 100%;
  margin: 0px 0px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.headerMobileMenuObDiv .headerMenuObDiv>a{
  display: block;
  margin: 0px 0px 10px 0px;
  text-align: left;
  padding: 5px 0px;
}
.headerMobileMenuObDiv .headerMenuObDiv>a.active{
  display: inline-block;
}


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

.mobileMenuOpen{
  width: 36px;
  height: 36px;
  float: right;
  box-sizing: border-box;
  position: relative;
  display: none;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0px;
  padding: 9px 8px;
  text-align: center;
}
.mobileMenuOpen>span{
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #0a7dff;
  margin: 0px 0px 4px 0px;
  border-radius: 10px;
}
.mobileMenuOpen>span:last-child{
  margin-bottom: 0px;
}

.footerBottomObDivBody{
  background-color: #F3F9FF;
  padding: 40px 0px;
}
.footerBottomObDiv{
  text-align: center;
}
.footerBottomObDiv>a{
  display: inline-block;
  color: #0A7DFF;
  font-size: 16px;
  line-height: 20px;
  margin: 0px 25px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footerBottomObDiv>a.active{
  border-bottom: 1px solid #0A7DFF;
}
.footerBottomObDivMobile{
  display: none;
}
.privacyPolicyObDiv{
  width: 1280px;
  margin: 0px auto;
}
.privacyPolicyObDiv>h1{
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
  color: #000000;
  text-align: center;
  margin: 45px 0px;
}
.privacyPolicyDiv{
  margin-bottom: 45px;
}
.privacyPolicyDiv>h2{
  color: #000000;
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  margin: 40px 0px;
}
.privacyPolicyDiv>p{
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  margin: 0px 0px 0px 0px;
  font-weight: 300;
}
.privacyPolicyDiv>p>span,.privacyPolicyDiv>p>a{
  color: #0A7DFF;
  text-decoration: none;
}



.tariffsNavDiv{
  max-width: 700px;
  margin: 0px auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #0A7DFF;
  margin-bottom: 56px;
  position: relative;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0)

}
.tariffsNavDiv>span{
  display: block;
  float: left;
  width: 50%;
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 20px;
  color: #444E5E;
  text-align: center;
  padding: 16px 0px 14px 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: #0A7DFF;
  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;
}
.tariffsPriceYear {
  display: none;
}

@media (min-width: 1260px) and (max-width: 1370px){
  .headerObDiv, .sellObDiv, 
  .platformObDiv, .setUpObDiv, 
  .digitalObDiv, .mobileSliderObDiv, 
  .servicesTypeObDiv, .footerObDiv,.privacyPolicyObDiv {
    width: 1200px;
  }
  .sellTextDiv{
    width: 570px;
    height: 342px;
  }
  .sellImagesDiv{
    width: 610px;
    height: 407px;
  }
  .sellImages1{
    width: 610px;
  }
  .sellImages2{
    width: 140px;
    bottom: 65px;
  }
  .platformDiv{
    width: 380px;
    margin-right: 30px;
    margin-bottom: 45px;
  }
  .platformDivBg{
    width: calc(100% - 50px);
    padding: 25px 25px;
  }
  .platformImages{
    width: 100px;
  }
  .platformText{
    width: calc(100% - 100px);
  }

  .setUpImagesDiv{
    width: 610px;
  }
  .setUpImagesDiv>img{
    left: calc(-50vw + 600px);
  }
  .controlImagesDiv{
    width: 610px;
  }

  .servicesTypeDiv {
    width: 386px;
    padding: 35px 15px;
    margin-right: 20px;
  }
  .controlImagesDiv>img{
    right: calc(-50vw + 580px);
  }
  .blogListObDivBody .controlImagesDiv>img{
    right: calc(-50vw + 580px);
  }
  .blogListObDivBody:nth-child(2n) .controlImagesDiv>img{
    right: auto;
    left: calc(-50vw + 580px);
  }
  .sellObDivBody {
    padding: calc(50vh - 266px) 0px calc(50vh - 326px) 0px;
}
}
@media (min-width: 1000px) and (max-width: 1259px){
  .headerObDiv, .sellObDiv, 
  .platformObDiv, .setUpObDiv, 
  .digitalObDiv, .mobileSliderObDiv, 
  .servicesTypeObDiv, .footerObDiv,.privacyPolicyObDiv {
    width: 950px;
  }
  .headerMenuObDiv {
    width: calc(100% - 330px);
  }
  .headerButtonStart{
    padding: 0px 15px;
  }
  .headerButtonLogin{
    margin-right: 15px;
  }
  .headerMenuObDiv>a{
    margin-right: 15px;
  }
  .sellObDivBody {
    padding: calc(50vh - 235px) 0px calc(50vh - 285px) 0px;
  }

  .sellTextDiv{
    width: 440px;
    height: 280px;
  }
  .blogNameH1 {
    font-size: 32px;
    line-height: 42px;
  }
  .sellButtonStart{
    width: 210px;
    margin-right: 20px;
  }
  .sellButtonContact{
    width: 210px;
  }
  .sellImagesDiv{
    width: 500px;
    height: 335px;
  }
  .sellImages1 {
    width: 500px;
  }
  .sellImages2{
    width: 100px;
    bottom: 55px;
  }
  .platformDiv{
    width: 300px;
    height: 90px;
    margin-right: 25px;
    margin-bottom: 35px;
  }
  .platformDivBg{
    width: calc(100% - 40px);
    height: calc(100% - 30px);
    padding: 15px 20px;
  }
  .platformText{
    width: calc(100% - 60px);
    font-size: 20px;
    line-height: 24px;
    height: 60px;
  }
  .platformText>span{
    font-size: 16px;
    line-height: 18px;
  }
  .platformImages{
    width: 60px;
  }
  .setUpTextObDiv{
    width: 440px;
  }
  .blogNameH2{
    font-size: 27px;
    line-height: 38px;
  }
  .setUpDiv>p{
    font-size: 15px;
  }
  .setUpImagesDiv{
    width: 490px;
  }
  .setUpImagesDiv>img{
    left: calc(-50vw + 475px);
  }
  .controlObDivBody .setUpTextObDiv{
    height: 65vw;
  }
  .controlImagesDiv{
    width: 490px;
    height: 65vw;
  }
  .controlImagesDiv>img{
    right: calc(-50vw + 450px);
  }
  .blogListObDivBody .controlImagesDiv>img{
    right: calc(-50vw + 450px);
  }
  .blogListObDivBody:nth-child(2n) .controlImagesDiv>img{
    right: auto;
    left: calc(-50vw + 450px);
  }

  .mobileSliderImages{
    width: 100%;
  }
  .mobileSliderNav>span{
    font-size: 18px;
  }
  .servicesTypeDiv{
    width: 310px;
    padding: 25px 10px;
    margin-right: 10px;
  }
  .servicesTypePrice {
    font-size: 20px;
    line-height: 20px;
  }
  .servicesTypeText{
    height: 96px;
  }
  .servicesTypeList {
    width: calc(100% - 24px);
  }

  .footerLogoObDiv{
    margin-right: 30px;
  }
  .footerSosialObDiv{
    width: 340px;
  }
  .headerLogo{
    height: 50px;
    margin: 0px 0;
  }
}
@media (min-width: 0px) and (max-width: 999px){
  .headerObDiv, .sellObDiv, 
  .platformObDiv, .setUpObDiv, 
  .digitalObDiv, .mobileSliderObDiv, 
  .servicesTypeObDiv, .footerObDiv,.privacyPolicyObDiv {
    width: 96%;
  }
  .footerSosialObDiv{
    width: 100%;
  }
  .sellTextDiv{
    width: 100%;
    margin: 0px auto 80px auto;
    float: none;
    text-align: center;
    display: block;
    height: auto;
  }
  .sellButtonStart,.sellButtonContact{
    width: calc(50% - 25px);
  }
  .sellObDivBody {
    padding: 80px 0px 40px 0px;
  }
  .sellImagesDiv{
    width: 100%;
    height: auto;
    float: none;
  }
  .sellImages1 {
    width: 100%;
    position: initial;
  }
  .sellImages2 {
    width: 22%;
    bottom: 10vw;
  }
  .platformDiv{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .platformDivBg{
    width: calc(100% - 60px);
  }

  .setUpTextObDiv,.controlObDivBody .setUpTextObDiv{
    width: 100%;
    margin: 80px auto 0px auto;
    float: none;
    text-align: center;
    display: block;
    height: auto;
  }
  .setUpImagesDiv,.controlImagesDiv{
    float: none;
    width: 100%;
    height: auto;
  }
  .setUpImagesDiv>img,.controlImagesDiv>img{
    position: initial;
    width: 100%;
    height: auto;
    margin-left: -2%;
  }
  .controlImagesDiv>img{
    margin-left: 2%;
  }
  .blogListObDivBody:nth-child(2n) .controlImagesDiv>img{
    margin-left: -2%;
  }
  .mobileSliderImages{
    width: 100%;
  }
  .servicesTypeDiv{
    float: none;
    max-width: 94%;
    height: auto;
    margin: 0px auto 40px auto;
  }
  .servicesTypeDiv:last-child{
    margin-right: auto;
    margin-bottom: 0px;
  }
  .footerLogoObDiv, .footerSosialObDiv,.footerContactObDiv{
    float: none;
    margin: 0px auto;
    text-align: center;
  }
  .footerContactObDiv{
    margin: 80px auto;
  }
 
  .footerSosialDiv>a{
    float: none;
    display: inline-block;
    margin: 0px 10px;
  }
  .footerSosialDiv>a:last-child {
    margin-left: 10px;
}
  .footerLogo{
    margin: 0px auto;
  }
  .footerSosialObDiv>p{
    text-align: center;
  }
  .footerContactDiv{
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }
  .footerContactDiv>img {
    float: none;
    margin-right: 5px;
}
  .footerContactDiv>span {
    float: none;
    width: auto;
  }
  .setUpObDivBody .setUpList{
    margin-left: 0px;
  }
  .headerMenuObDiv,.headerRightObDiv{
    display: none;
  }
  .headerMobileMenuObDiv,
  .headerMobileMenuObDiv .headerMenuObDiv,
  .headerMobileMenuObDiv .headerRightObDiv,.mobileMenuOpen{
    display: block;
  }
  .headerObDivBody{
    height: auto;
    padding: 12px 0px;
  }
  .headerLogo{
    height: 36px;
    margin: 0px 0px;
  }
  header{
    height: 106px;
  }
  .footerBottomObDivBody{
    display: none;
  }
  .footerBottomObDivMobile{
    display: block;
    margin-top: 25px;
  }
  .footerBottomObDiv>a{
    line-height: 22px;
    margin-bottom: 10px;
  }
  .privacyPolicyDiv>p{
    font-size: 16px;
  }
  .privacyPolicyObDiv>h1 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (min-width: 500px) and (max-width: 700px){
  .blogNameH1 {
    font-size: 32px;
    line-height: 44px;
  }
  .sellButtonStart, .sellButtonContact {
    width: calc(50% - 10px);
  }
  .sellButtonStart{
    margin-right: 20px;
  }
  .blogNameH2 {
    font-size: 26px;
    line-height: 36px;
  }
  .platformText{
    font-size: 18px;
    line-height: 24px;
  }
  .platformText>span{
    font-size: 16px;
    line-height: 18px;
  }
  .setUpDiv>p{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .sellObDivBody {
    padding: 60px 0px 30px 0px;
  }
  .sellTextDiv{
    margin: 0px auto 60px auto;
  }
  .platformObDivBody{
    padding: 60px 0px 30px 0px;
  }
  .platformList {
    margin-top: 60px;
  }
  .setUpDiv:nth-child(2n+2) {
    margin-left: 20px;
  }
  .setUpDiv {
    width: calc(50% - 10px);
  }
  .setUpTextObDiv, .controlObDivBody .setUpTextObDiv {
    margin: 60px auto 0px auto;
  }
  .digitalObDivBody{
    padding: 80px 0px;
  }
  .mobileSliderNav>span {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 10px;
  }
  .mobileSliderImages {
    width: 160%;
    margin-left: -30%;
  }
  .mobileSliderObDivBody {
    padding: 60px 0px 0px 0px;
  }
  .servicesTypeObDivBody {
    padding: 60px 0px;
  }
  footer {
    padding: 60px 0px;
  }
  .footerLogoObDiv>p{
    margin: 40px 0px 0px 0px;
  }
  .footerContactObDiv>h4{
    margin: 0px 0px 40px 0px;
  }
  .footerContactObDiv {
    margin: 60px auto;
  }
  .footerSosialObDiv>p{
    margin: 60px 0px 0px 0px;
  }

  .headerButtonStart{
    height: 40px;
    padding: 0px 30px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    line-height: 42px;
  }
  header{
    height: 92px;
  }
  .linkAppListDiv {
    width: 470px;
  }
  .linkAppDiv{
    width: 225px;
    margin-right: 20px;
  }
  .linkAppDiv>p{
    width: 150px;
    font-size: 16px;
  }
  .blogListObDiv .setUpTextObDiv>p{
    font-size: 18px;
    line-height: 24px;
    margin: 35px 0px 0px 0px;
  }
 
}
@media (min-width: 0px) and (max-width: 499px){
  .blogNameH1 {
    font-size: 22px;
    line-height: 32px;
  }
  .sellButtonDiv {
    margin-top: 40px;
}
  .sellButtonStart, .sellButtonContact {
    width: calc(50% - 5px);
    font-size: 16px;
  }
  .sellButtonStart{
    margin-right: 10px;
  }
  .blogNameH2 {
    font-size: 22px;
    line-height: 32px;
  }
  .platformText{
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 70px);
    height: 54px;
  }
  .platformText>span{
    font-size: 16px;
    line-height: 18px;
  }
  .setUpDiv>p{
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
  .sellObDivBody {
    padding: 40px 0px 20px 0px;
  }
  .sellTextDiv{
    margin: 0px auto 40px auto;
  }
  .platformObDivBody{
    padding: 40px 0px 20px 0px;
  }
  .platformDiv{
    width: 100%;
    height: 84px;
    margin-bottom: 20px;
  }
  .platformDivBg{
    width: calc(100% - 30px);
    height: 54px;
    padding: 15px 15px;
  }
  .platformImages{
    width: 60px;
  }
  .platformList {
    margin-top: 40px;
  }
  .setUpDiv:nth-child(2n+2) {
    margin-left: 20px;
  }
  .setUpDiv {
    width: calc(50% - 10px);
    margin-top: 40px;
  }
  .setUpTextObDiv, .controlObDivBody .setUpTextObDiv {
    margin: 40px auto 0px auto;
  }
  .setUpTextObDiv>p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0px 0px 0px;
  }
  .setUpImagesDiv{
    width: 110%;
    margin-left: -5%;
  }
  .controlImagesDiv{
    width: 140%;
    margin-left: -20%;
  }
  .digitalObDivBody{
    padding: 60px 0px;
  }
  .digitalRegisterButton{
    font-size: 16px;
    margin: 40px auto 0px auto;
  }
  .mobileSliderNav>span {
    font-size: 14px;
    line-height: 18px;
    margin: 0px 5px;
  }
  .mobileSliderImages {
    width: 200%;
    margin-left: -50%;
  }
  .mobileSliderObDivBody {
    padding: 40px 0px 0px 0px;
  }
  .servicesTypeObDivBody {
    padding: 40px 0px;
  }
  .servicesTypeDiv {
    margin: 0px auto 30px auto;
    padding: 30px 15px;
  }
  .servicesTypeName {
    font-size: 20px;
    line-height: 30px;
  }
  .servicesTypeText {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    margin: 10px 0px;
  }
  .servicesTypePrice {
    font-size: 18px;
    line-height: 18px;
  }
  .servicesTypeButton,.servicesTypeList>p{
    font-size: 16px;
  }
  footer {
    padding: 40px 0px;
  }
  .footerLogoObDiv>p{
    margin: 40px 0px 0px 0px;
  }
  .footerContactObDiv>h4{
    margin: 0px 0px 40px 0px;
  }
  .footerContactObDiv {
    margin: 40px auto;
  }
  .footerSosialObDiv>p{
    margin: 40px 0px 0px 0px;
  }

  header{
    height: 84px;
  }
  .linkAppListDiv {
    width: 100%;
    margin: 40px auto 0px auto;
  }
  .linkAppDiv{
    float: none;
    margin: 0px auto 20px auto;
  }
  .linkAppDiv:last-child {
    margin-right: auto;
    margin-bottom: 0px;
  }
  .linkAppDiv>p{
    width: 150px;
    font-size: 16px;
  }
  .blogListObDiv .setUpTextObDiv>p{
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0px 0px 0px;
  }
  .footerSosialDiv>a{
    margin: 0px 3px;
    padding: 15px;
  }
  .footerSosialDiv>a:last-child {
    margin-left: 0px;
  }
}
@media (min-width: 0px) and (max-width: 399px){
  header {
    height: 78px;
  }
  .tariffsNavDiv>span{
    font-size: 16px;
  }
}


