.thank {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4344;
  background-color: rgba(0, 0, 0, 0.98);
  z-index: 222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222;
}
button {
	outline: none;
}
.thank-popup {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #36BCA1;
  border-radius: 5px;
  padding: 25px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100px;
  z-index: 105;
  background: #ffffff;
  text-align: center;
}


.thank-close {
  background: #36BCA1;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  cursor: pointer;
  transition: 0.5s;
  cursor: pointer;
}
.thank-close:hover {
	opacity: 0.7;
}
*{
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-family: sans-serif;
}
a{
	color: inherit;
	list-style: none;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	margin-top: 0;
}
.aaa {
	opacity: 0.8;
	font-size: 16px;
	/*font-style: italic;*/
}
.aaa:hover {
	opacity: 0.5;
}
.wrapper{
	max-width: 1170px;
	margin: 0 auto;
}
button{
	color: white;
	font-size: 20px;
	background-color: #0098AC;
	border: none;
	border-radius: 5px;
	width: 200px;
	height: 50px;
	cursor: pointer;
}
header{
	margin-top: 20px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 10px;
	position: relative;
}
.header-cnt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-cnt nav ul li{
	display: inline-block;
	text-decoration: none;
	margin-right: 45px;
}
.header-cnt nav ul li:last-child{
	margin-right: 0;
}
.lang{
	margin-top: 3px;
	position: relative;
	z-index: 100;
}
.lang img{
	padding-bottom: 3px;
}
.submenu{
	position: relative;
}
.dropdown{
	background-color: #F2F2F2;
	border: 1px solid #E9E9E9;
	width: 65px;
	height: 110px;
	position: absolute;
	text-align: center;
	padding-top: 15px;
	top: 130%;
	left: -25%;
	display: none;
}
.dropdown li{
	padding-bottom: 10px;
}
.dropdown_show{
	display: block;
}
.social img{
	margin: 0 5px;
}
.hamburger{
	cursor: pointer;
	display: none;
}
.hamburger div{
	height: 2px;
	width: 25px;
	background-color: black;
	margin-bottom: 8px;
}
.hamburger div:nth-of-type(2){
	width: 18px;
}
.block-mob{
	display: none;
}
.block-mob{
	width: 50%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #E6F5F7;
	padding-bottom: 15px;
	z-index: 1000;
}
.block-mob-active{
	display: block;
}
.block-mob-up{
	margin-bottom: 400px;
}
.block-mob-up p{
	padding: 10px 0;
	padding-left: 30px;
}
.block-mob-up-active{
	background-color: #0098AC; 
	color: white;
}
.block-mob-down{
	padding-left: 40px;
}
.block-mob-down p{
	padding: 10px 0;
}
.block-mob .social{
	padding-left: 10px;
	margin-top: 15px;
}
h1{
	font-weight: 500;
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 35px;
}
.section1{
	padding-top: 195px;
	padding-bottom: 140px;
	background: url('../img/Group 327.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.section1-cnt{
	width: 60%;
}
h3{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
}
.section2 h3{
	padding-bottom: 40px;
}
.slider{
	width: 90%;
	margin: 0 auto;
}
.slick-slide img{
	margin: 0 auto;
}
.slick-active{
	outline: none;
}
.slick-arrow{
	padding: 0;
}
.slick-prev,
.slick-next{
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 20px;
	z-index: 10;
}
.slick-prev{
	position: absolute;
	top: 50%;
	left: -8%;
	background: url('../img/Arrow.png') no-repeat;
	transform: translateY(-50%);
}
.slick-next{
	position: absolute;
	top: 50%;
	left: 105%;
	background: url('../img/Arrow2.png') no-repeat;
	transform: translateY(-50%);
}
.slider-cnt{
	background-color: #FCFCFC;
	padding-top: 30px;
	padding-bottom: 30px;
}
.about_us{
	padding-bottom: 90px;
}
.about_us-cnt{
	display: flex;
	padding-top: 45px;
	align-items: flex-end;
}
.about_us .wrapper{
	max-width: 1260px;
}
.about_us-left{
	margin-right: 50px;
}
.about_us-right{
	line-height: 28px;
	text-align: justify;
	background: url('../img/Group 13.jpg') no-repeat 95% -5%;
}
.about_us-right h3{
	text-align: left;
	margin-bottom: 20px;
}
.statistics{
	padding-top: 75px;
	padding-bottom: 75px;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	background: url('../img/Group328.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.statistics-cnt{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 45px;
}
.statistics-block{
	text-align: center;
	border: 1px solid #E9E9E9;
	height: 215px;
	width: 215px;	
	font-weight: 500;
	position: relative;
	background-color: white;
}
.statistics-block img{
	position: absolute;
	left: 0;
	bottom: 10%;
	transform: translateX(25%);
}
.statistics-block p{
	margin: 0;
}
.statistics-block p:first-child{
	font-size: 26px;
	font-weight: 700;
	margin-top: 20px;
}
.statistics-block:nth-child(2) img{
	bottom: 5%;
}
.statistics-block:nth-child(4) img{
	transform: translateX(15%);;
}
.statistics-block-imgmob{
	display: none;
}
.what_dlx{
	position: relative;
	padding-top: 95px;
	padding-bottom: 150px;
	background: url('../img/Group16.jpg') no-repeat 100% 25%;
}
.what_dlx .about_us-right{
	width: 45%;
	background: none;
}
.what_dlx-img{
	position: absolute;
	top: 20%;
	left: 50%;
	text-align: right;
	font-weight: 700;
	font-size: 26px;
}
.advantages{
	padding-top: 55px;
	padding-bottom: 55px;
	background: url('../img/Group32423.jpg') no-repeat;
	background-size: cover;
	position: relative;
	border-bottom: 1px solid #E9E9E9;
}
.advantages h3{
	margin-bottom: 40px;
}
.advantages .wrapper{
	max-width: 1100px;
}
.advantages .statistics-block{
	height: 320px;
	width: 320px;
	z-index: 1000;
	position: relative;
	background-color: white;
}
.advantages-cnt{
	display: flex;
	justify-content: space-between;
}
.advantages .statistics-block{
	text-align: center;
}
.advantages .statistics-block p{
	padding: 0 10%;
}
.advantages .statistics-block p:first-child{
	font-size: 18px;
	margin-bottom: 25px;
}
.advantages .statistics-block:nth-child(2) img{
	left: -5%;
}
.conductor{
	padding-top: 80px;
	padding-bottom: 70px;
	background: url('../img/Group12323.jpg') no-repeat 25% 0;
	-webkit-background-size: 50%;
	background-size: 50%;
}
.conductor-cnt{
	display: flex;
	justify-content: space-between;
}
.conductor-block{
	width: 50%;
	line-height: 28px;
}
.conductor-block-p{
	font-size: 26px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 30px;
}
.conductor-block-img{
	text-align: center;
}
.conductor-block-img-left{
	padding-top: 45px;
}
.conductor-block-img-right{
	padding-bottom: 45px;
}
.conductor-block button{
	margin-top: 40px;
	padding: 13px 35px;
}
.conductor-block-imgmob{
	display: none;
}
.Feedback{
	padding-top: 90px;
	padding-bottom: 55px;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	background: url('../img/Group1327.jpg') no-repeat 50% 0;
	background-size: cover;

}
.Feedback h3{
	margin-bottom: 55px;
}
.Feedback form{
	margin: 0 auto;
	width: 640px;
	text-align: center;
}
.Feedback input{
	width: 100%;
	height: 60px;
	margin-bottom: 25px;
	text-align: center;
}
.sp {
	font-weight: bold;
}
.Feedback input[type=submit]{
    color: white;
    font-size: 20px;
    background-color: #0098AC;
    border: none;
    border-radius: 5px;
    padding: 15px 45px;
    cursor: pointer;
    height: 50px;
    width: 200px;
    margin-bottom: 0;
}
.development{
	text-align: center;
	margin-bottom: 80px;
	margin-top: 25px;
}
.development h3{
	margin-bottom: 0;
}
.development .wrapper{
	max-width: 1300px;
}
.development-headline{
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.development .slider2{
	width: 100%;
	height: 240px;
	margin: 0 auto;
}
.development .slider2:after{
	content: '';
	background-color: #E9E9E9;
	width: 1px;
	height: 200px;
	position: absolute;
	top: 40px;
	left: 100%;
}
.development .slider2:before{
	content: '';
	background-color: #E9E9E9;
	width: 1px;
	height: 200px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 100;
}
.development .slide{
	text-align: center;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	height: 200px;
	border: 1px solid #E9E9E9;
	background-color: #FCFCFC;
	border-right: none;
	border-left: none;
}
/* .development .slide:before{
	content: '';
	background: url('../img/Group329.png') no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -20%;
	left: -11%;
	z-index: 1000;
}
 */.development .slide p:first-child{
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 15px;
}
.development .slide p:last-child{
	font-weight: 500;
}
.development .slide:after{
	content: "";
	width: 1px;
	height: 150px;
	background-color: #E9E9E9;
	position: absolute;
	left: 0;
	top: 15%;
}
.development .slick-prev{
	left: -6%;
	top: 55%;
}
.section2 {
	margin-top: 80px;
}
.development .slick-next{
	top: 55%;
}
.development .slick-list {
    padding-top: 40px;
}
.slick-arrow{
	outline: none;
}
.crypto{
	padding-top: 50px;
	padding-bottom: 100px;
	background: url('../img/Group25329.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	border-bottom: 1px solid #E9E9E9;
}
.crypto h3{
	padding-bottom: 30px;
}
.crypto .wrapper{
	max-width: 1100px;
}
.crypto-cnt{
	display: flex;
	justify-content: space-around;
}
.crypto-block{
	text-align: center;
	height: 320px;
	width: 320px;
	border: 1px solid #E9E9E9;
	padding: 35px;
	position: relative;
	z-index: 1111;
	background-color: #fff;
}
.crypto-img{
	height: 190px;
	width: 200px;
}
.crypto-block p{
	margin-top: 30px;
}
.crypto-block a{
	border-bottom: 1px solid black;
}
.crypto-block-or{
	position: absolute;
	top: 50%;
	left: 106%;
	margin-top: 0!important;
	transform: translateY(-50%);
}
.instruction{
	padding-top: 50px;
}
.instruction h3{
	margin-bottom: 80px;
}
.instruction-cnt{
	display: flex;
	margin-bottom: 80px;
}
.instruction-cnt:nth-child(3){
	padding-left: 290px;
	margin-bottom: 50px;
}
.instruction-block{
	height: 190px;
	width: 320px;
	border: 1px solid #E9E9E9;
	padding: 30px 30px;
	text-align: center;
	margin-right: 115px;
	position: relative;
	background-color: #FCFCFC;
}
.instruction-block-img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.instruction-cnt:nth-of-type(1) .instruction-block:first-child .instruction-block-img{
	background: url('../img/Group120.jpg') no-repeat 50% 70%;
}
.instruction-cnt:nth-of-type(1) .instruction-block:last-child .instruction-block-img{
	background: url('../img/Group119.jpg') no-repeat 50% 70%;
}
.instruction-cnt:nth-of-type(2) .instruction-block:first-child .instruction-block-img{
	background: url('../img/Group210.jpg') no-repeat 50% 50%;
}
.instruction-cnt:nth-of-type(1) .instruction-block:last-child .instruction-p{
	padding-top: 40px;
}
.instruction-p-first{
	margin-bottom: 50px;
	position: relative;
	z-index: 6;
}
.instruction-p{
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.instruction-p a{
	border-bottom: 1px solid black;
}
.instruction-cnt:nth-of-type(2) .instruction-block:last-child .instruction-p{
	border: 6px solid #E6E6E6;
	width: 250px;
	height: 75px;
	padding-left: 100px;
	background: url('../img/Group121.png') no-repeat 5% 50%;
	vertical-align: middle;
}
.instruction-cnt:nth-of-type(2) .instruction-block:last-child .instruction-p p{
	line-height: 65px;
}
.instruction-block:before{
	content: '01';
	position: absolute;
	top: -30%;
	left: 80%;
	font-size: 96px;
	font-weight: bold;
	color: #F4F4F4;
	z-index: -20;
}
.instruction-cnt:nth-of-type(1) .instruction-block:nth-of-type(2):before{
	content: '02';
}
.instruction-cnt:nth-of-type(2) .instruction-block:nth-of-type(1):before{
	content: '03';
}
.instruction-cnt:nth-of-type(2) .instruction-block:nth-of-type(2):before{
	content: '04';
}
.instruction-cnt:nth-of-type(2){
	margin-bottom: 0;
}
.instruction-cnt:nth-of-type(1) .instruction-block:first-child:after{
	content: '';
	background: url('../img/Vector 4.png') no-repeat;
	width: 170px;
	height: 130px;
	position: absolute;
	left: 95%;
	top: 15%;
}
.instruction-cnt:nth-of-type(2) .instruction-block:first-child:after{
	content: '';
	background: url('../img/Vector 6.png') no-repeat;
	width: 170px;
	height: 130px;
	position: absolute;
	left: 100%;
	top: 25%;
}
footer{
	background-color: #3F3D56;
	height: 350px;
	padding-top: 70px;
	color: white;
	margin-top: 70px;
}
.footer-cnt{
	display: flex;
	justify-content: space-between;
}
.footer-block p{
	margin-bottom: 10px;
}
.footer-block-btn{
	width: 200px;
	height: 120px;
}
.footer-block button{
	display: block;
	width: 200px;
	height: 50px;
	padding: 0;
	margin-bottom: 20px;
}
.footer-block .social{
	text-align: center;
}
.rights{
	text-align: center;
	border-top: 1px solid #514F6B;
	padding-top: 20px;
	margin-top: 45px;
}
.footer-block-pmob{
	display: none;
}

/*Index2*/

.study{
	background: url('../img/Group 330.jpg') no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.study h3{
	margin-top: 30px;
	margin-bottom: 55px;
}
.study-img{
	display: none;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	z-index: 11;
}
.study-ctn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.study-block{
	margin-bottom: 50px;
	width: 50%;
	padding: 0 10px ;
}
.study-block iframe{
	display: block;
	width: 100%;
	height: 300px;
}
.study-block p{
	margin-bottom: 20px;
}
.study-pagination{
	display: flex;
	justify-content: space-between;
}
.study-pagination-arrow a{
	display: flex;
	align-items: center;
}
.study-pagination-arrow:first-child img{
	margin-right: 20px;
}
.study-pagination-arrow:last-child img{
	transform: rotate(180deg);
	margin-left: 20px;
}
.study-pagination-center{
	display: flex;
	justify-content: space-between;
	font-size: 26px;
	align-items: center;
	margin-top: -5px;
}
.study-pagination-center div{
	margin: 0 40px;
}
.study-pagination-center p{
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
}
.study-pagination-center a{
	display: inline-block;
	width: 100%;
}
.study-pagination-center-active{
	background-color: #E8E8E8;
	border-radius: 50%;
}

.where {
	max-width: 1160px;

	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 158px;
	

}
.where-title {
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 46px;
	/* identical to box height */

	text-align: center;

	color: #000000;
}
.where-boxs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.where-box {
	margin-top: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 557.5px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 59px;
	padding-bottom: 39px;
	padding-right: 50px;
	z-index: 100;
	position: relative;
}
.where-box::before {
	z-index: -1;
	content: '';
	position: absolute;
	background: url(../img/bg-bg.png) right no-repeat;
	background-size: 442px 358px;
	left: 20%;
	width: 442px;
	height: 358px;
}
.where-box__img {
	width: 241px;
	margin-right: 43px;
}
.where-box__text-title {
	/*font-family: Montserrat;*/
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	/* or 31px */

	display: flex;
	align-items: center;

	color: #212353;
	margin-bottom: 14px;
}
.where-box__text-subtitle {
	/*font-family: Montserrat;*/
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	/* or 26px */


	color: #4B5D68;
	margin-bottom: 41px;
}
.where-box__text-btn:hover {
	opacity: 0.7;
}
.where-bg {
	width: 100%;
	background: url(../img/big-bg.png) center no-repeat;
	background-size: cover;
}
.where-box__text-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.where-box__text-btn__text {
	/*font-family: Montserrat;*/
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	/* identical to box height, or 26px */

	display: flex;
	align-items: center;
	letter-spacing: 0.005em;

	color: #212353;
	margin-right: 9px;
}
.where-box__text-btn__img {

}
