h1,h2,h3,p,button{
  font-family: 'Open Sans'
}
body{
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
h1 , .h1{
  color: #2B3042;
  font-size: 44px;
  font-weight: 700;
  line-height: 53px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)!important;
  border-bottom: 1px solid #2B3042;
  display: inline-block;
  margin: 110px 0px 80px;
}
header {
  background-color: transparent;
  position:absolute;
  width: 100%;
  z-index: 100000;
}
nav{
  justify-content: flex-start!important;
}
nav ul li {
  padding:0px 1.3rem;
}
nav ul{
  position: relative;
  width: 100%;
  justify-content: flex-start!important;
}
nav ul#desktop li:not(.login){
  border-right: 1px solid #2B3042;
}
nav ul#desktop li:nth-child(1){
  border-left: 1px solid #2B3042;
}

nav ul li a {
  color: #2B3042;
}
nav ul li a:hover{
  color: #2FA7FB;
  text-decoration: none;
  font-weight: 600;
}
.btn.btn-primary{
  background-color: #2FA7FB!important;
  border-color:  #2FA7FB!important;
}
.btn.btn-primary:hover{
  background-color:#0D5D96!important;
    border-color:#2FA7FB!important;
}

.mobMenu{
  width: 180px;
  height: 100vh;
  position: fixed;
  display: none;
  top: 0px;
  right: -180px;
  background-color: #2B3042;
  z-index: 11000;
}
.mobMenu ul{
  list-style: none;
  padding-left: 10px;
  padding-top: 40px;
}
.mobMenu ul li {
  margin: 10px 0px;
}
.overlay{
  display: none;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(49, 45, 46, 0.65);
  z-index: 10000;
}
.mobMenu ul li a{
  color: #FFFFFF;
}
.logo{
  width: 125px;
  margin: 10px 40px;
}
.mainText{
  text-align: right;
max-width: 910px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 40px;

}
.mainText h1{
  margin-bottom: 0px;
}
#main{
  background-image: url('../img/1.svg');
  background-size: cover;
  background-position: 50% 50%;
  min-height: 100vh;
  position: relative;
}#education{
  background-image: url('../img/education.svg');
  background-size: cover;
  background-position: 50% 50%;
  margin-top: -1px;
}
#market{
  background-image: url('../img/market.svg');
  background-size: cover;
  background-position: 50% 50%;
}
#faq{
  background-image: url('../img/faq.svg');
  background-size: cover;
  background-position: 50% 50%;
}
#contacts{
  background-image: url('../img/cont.svg');
  background-size:cover;
  background-position: 50% 50%;
}
#main button , #education button , #market button ,#partners button , #contacts button,#faq button{
  font-size: 30px;
font-weight: 600;
padding: 5px 30px;
margin-bottom: 60px;
margin-top: 40px;
}
#partners img{margin: 0px 20px 40px;}
.arrow{
  display: flex;
  justify-content: center;
  margin: 20px 0px;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 13px);
  animation: translateY 1s infinite linear;
  animation-play-state: paused;
}
.arrow:hover {
  animation-play-state: running;
}
.arrow img{
  cursor: pointer;
}
@keyframes translateY {
from {
  transform: translateY(0px);
  }
to {
  transform: translateY(17px);
  }
}
.login {
  position: absolute;
  right: 0px;
  top: 0.5rem;
}
.login img {
  height: 45px;
}

.integration iframe {
  min-height: 410px;
}

.bmg-list-item-button {
  color: white !important;
}

.bmg-list-item-button:hover {
  background-color: #2FA7FB!important;
  border-color: #2FA7FB!important;
}

section{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
footer{
   width: 100%;
   min-height: 100px;
   height: auto;
   background-color: #2b3042;
   text-align: center;
}
.accordion-Faq{
  position: relative;
}
.headline-Faq{
    background-color: white;
    text-align: left;
    padding: 10px;
    color: #2fa7fb;
    margin-bottom: 140px;
    font-weight: 600;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-bottom: 50px;

}
.answer {
  height: 120px!important;
  opacity: 1!important;
  transform: scaleY(1)!important;
}
.margin {
  margin-bottom: 140px;
}
.headline-Faq:hover{
  color: #0D5D96;
}
.text-Faq{
  /*transform: scaleY(0);*/
  display: block;
  position: absolute;
  width: 100%;
  top: 60px;
  opacity: 0;
  height: 0px;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  background-color: white;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
  transform-origin: 0 0;
  transition: transform .4s linear;
}
#market h2{
  font-size: 16px!important;
  font-weight: 600;
  margin: 20px 0px 10px;
}
#market p  {
font-size: 14px!important;
}
#market img.big{
  padding: 50px 25px;
}
input{
  border-color: #2b3042!important;
}
textarea{
  height: 250px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #2b3042;
  padding: 10px;
}
#contacts p {
  color: #2b3042;
    font-size: 20px;
    font-family: 'Open Sans';
    line-height: 1.55;
    font-weight: 400;
    margin-bottom: 60px;
}
.working  {
  color: #2b3042;
    font-size: 20px;
    font-family: 'Open Sans';
    line-height: 1.55;
    font-weight: 400;
    margin-left: 40px;
    text-align: left;
}
 .tel ul li , .mail ul li{
   color: #2b3042;
     font-size: 20px;
     font-family: 'Open Sans';
     line-height: 1.55;
     font-weight: 400;
     margin-left: 20px;
     text-align: left;
 }
 .mail ul li a , .tel ul li a{
  color: inherit;
 }
.working{
  margin-bottom: 20px;
}
.tel ul{
  list-style-image: url('../img/phone-call.svg');
  list-style: none;
}
.tel ul li{
  position: relative;
}
.tel ul li:before{
  content: '';
  position: absolute;
  left: -25px;
  width: 21px;
  top: 6px;
  height: 20px;
  background-size: 100% 100%;
}
.tel ul li.teleg:before{
  background-image: url('../img/telegram.svg');
}
.tel ul li.whapp:before{
  background-image: url('../img/whatsapp.svg');
}
.tel ul li.skype:before{
  background-image: url('../img/skype icon.svg');
}
.tel ul li.phone:before{
  background-image: url('../img/phone icon.svg');
}

.mail ul{
  list-style-image: url('../img/email-black-envelope.svg');
  list-style: none;
}
.mail ul li{
  position: relative;
}
.mail ul li:before{
    content: '';
    background-image: url(../img/email-black-envelope.svg);
    position: absolute;
    left: -25px;
    width: 21px;
    top: 6px;
    height: 20px;
    background-size: 100% 100%;
}
#education p {
  color: #2b3042;
font-size: 14px;
font-family: 'Open Sans';
max-width: 450px;
margin: 0 auto;
margin-bottom: 50px;
position: relative;
}
#education.demos p {
  margin: 0 0 50px;
}
@media (max-width: 600px) {
  #education.demos .education {
    gap: 30px;
  }
  #education.demos p {
    margin-bottom: 30px;
  }
}
#education p img{
  position: absolute;
  right: -200px;
  top: -75px;
}
#education h1 , #education .h1 {
  margin-bottom: 40px;
}
#education .education{
  margin: 60px 0px;
}
.burger{
  display: none;
}
.mob.opener_login{
  display: none;
}
.mob.opener_login img{
  width: 100%;
  margin-bottom: 10px;
}

.integration {
  margin: 40px 0;
}
.integration p {
  margin-bottom: 60px;
  max-width: 600px;
}
.popText h5{
		font-family:'Open Sans';
		font-style: normal;
		font-weight: bold;
		line-height: 48px;
		font-size: 30px;
		text-align: center;
		color: #2FA7FB;
	}
	.popText h6{
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 500;
		line-height: 29px;
		font-size: 18px;
		text-align: center;
		color: #2FA7FB;
	}
	.popup{
		padding: 20px!important;
	}
	.popup form{
		margin: 20px 0px;
		padding: 0px 20px;
	}
	.popup form input{
		background: #FFFFFF;
		border: 1px solid rgba(43, 48, 66, 0.58);
		box-sizing: border-box;
		border-radius: 10px;
		height: 40px;
		width: 100%;
		margin: 12px 0px;
		outline: none;
		padding: 0px 10px;
	}
	.popup form input::-webkit-input-placeholder {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: normal;
		line-height: 22px;
		font-size: 14px;
		color: rgba(43, 48, 66, 0.44);
	}
	.popup form input:focus{
		border: 1px solid #2FA7FB;
	}
	.popup form button[type="submit"] , .popup form input[type="submit"]{
		width: 100px;
		margin: 0 auto;
		margin-top: 20px;
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: bold;
		line-height: 25px;
		font-size: 16px;
		height: 40px;
		border-radius: 10px;
		background-color: #2FA7FB;
		border: none;
		color: #FFFFFF;
		display: flex;
  	 	align-items: center;
   		justify-content: center;
   		padding-top: 2px;
	}
  .ui-dialog{
    z-index: 10000!important;
    position: fixed!important;
  }
	.ui-dialog-titlebar{
		display: none!important;
	}
  .success{
    z-index: 100;
display: none;
position: fixed;
justify-content: center;
align-items: center;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(49, 45, 46, 0.65);
opacity: 0;
  }
  .success p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    line-height: 48px;
    font-size: 30px;
    text-align: center;
    color: #2FA7FB;
    width: 270px;
    background-color: white;
    height: 100px;
    padding: 20px;
    border-radius: 5px;
  }
  label.error{
    color: #ff0000;
    font-weight: normal;
  }
  [aria-invalid="true"]{
    border: 1px solid #ff0000!important;
  }
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer ul{
    max-width: 1140px;
    padding: 15px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
  }
  footer ul a{
    font-family: Open Sans;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
  }
  footer ul li{ 
    width: 20%;
    padding: 10px 0px;
  }
  @media(max-width:1300px){

    #main button , #faq button , #education button , #market button ,#partners button , #contacts button{
    font-size:16px;
    }
    #market h2{
      font-size: 12px!important;
    }
    #market p {
      font-size:10px!important;
    }
    h1 , .h1{
      font-size: 26px;
      margin: 60px 0px 40px;
    }
    #faq{
      min-height: 0px;
    }
  }
@media(max-width:1300px) and (min-width:860px){
     .mail ul li {
    width: 150%;
  }
  #education p img {
    position: absolute;
    right: -175px;
    top: -34px;
  }
  header nav{
    justify-content: flex-end!important;
  }
  #partners img{
    width: 29%;
    margin: 0px 10px 40px;
  }
  #market{
    background-image: url('../img/background/Group 5.png');
  }
  #faq{
    background-image: url('../img/background/Group 2.png');
  }
          footer ul li{
      text-align: center;
    }
}

@media (max-width: 1050px) {
  .burger {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 35px;
    margin: 0px 15px;
    color: #2B3042;
}
.mob.opener_login{
        display: block;
  position: absolute;
  top: 2px;
  width: 35px;
  right: 60px;
  font-size: 35px;
  margin: 0px 15px;
  color: #2B3042;
}
.logo {
  width: 125px;
  position: absolute;
  margin: 8px 15px;
  top: 0px;
  left: 0px;
} 
#desktop{
  display: none;
  }
}
@media (max-width: 860px) and (min-width:550px){
 

       .mail ul li {
    width: 150%;
  }
      footer ul li{
      width: 100%;
      text-align: center;
    }

}
@media( max-height:550px){
  #main h1{
    border: none;
    position: relative;
  }
  #main h1:after{
    content: "";
        width: 480px;
        height: 1px;
        background-color: #2B3042;
        position: absolute;
        bottom: 0px;
        right: 0px;
  }
  .order2{
    order: 1 ;
    text-align: right;
  }
  .order3{
    order:3 ;
  }
  .working , .tel ul, .mail ul {
    font-size: 12px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .tel ul li, .mail ul li{
    font-size: 12px;
    margin-left: 25px;
  }
  #main button{
    margin: 10px 0px;
  }
  .burger {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 35px;
      margin: 0px 15px;
      color: #2B3042;
  }
  .mob.opener_login{
      display: block;
      position: absolute;
      top: 0px;
      width: 35px;
      right: 50px;
      font-size: 35px;
      margin: 0px 15px;
      color: #2B3042;
  }
  .logo {
    width: 80px;
    position: absolute;
    margin: 8px 15px;
    top: 0px;
    left: 0px;
}
  #desktop{
  display: none;
  }
  #education p img {
    position: absolute;
    right: -201px;
    top: -49px;
  }
}
@media(max-width: 1050px) and (min-width:550px){
  #main h1{
    font-size: 4vw;
  }
  #main h2{
    font-size: 3.5vw;
  }
  .logo{
    position: absolute;
    left: 7px;
    top: 6px;
  }
  header nav{
    padding-left: 0px!important;
  }
  nav ul li a{
    font-size: 25px;
  }
  nav {
    font-size: 25px;
  }
  nav ul li{
    padding: 0px 15px;
  }
  .login{
    margin-left: 10px;
  }
  #market img.big {
    padding-right: 0px;
  }
  .mail ul li:before{
    content: '';
    background-image: url(../img/email-black-envelope.svg);
    position: absolute;
    left: -20px;
    width: 15px;
    top: 1px;
    height: 14px
}
.tel ul li:before {
    content: '';
    position: absolute;
    left: -22px;
    width: 21px;
    top: 3px;
    height: 15px;
    background-size: 100% 100%;
}
}
@media(max-width:450px){
  .burger {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 35px;
      margin: 0px 15px;
      color: #2B3042;
  }
  .mob.opener_login{
      display: block;
      position: absolute;
      top: 0px;
      width: 35px;
      right: 50px;
      font-size: 35px;
      margin: 0px 15px;
  }
  .logo {
    width: 120px;
    position: absolute;
    margin: 8px 15px;
    top: 0px;
    left: 0px;
}
  #desktop{
  display: none;
  }
  h1 , .h1{
    font-size: 26px;
    margin: 60px 0px 40px;
  }
  #main h1{
    border: none;
    position: relative;
        font-size: 19px;
        line-height: 1.5;
  }
  #main h1:after{
    content: "";
        width: 280px;
        height: 1px;
        background-color: #2B3042;
        position: absolute;
        bottom: 0px;
        right: 0px;
  }
.working , .tel ul, .mail ul {
  text-align: center;
  font-size: 12px;
  margin-left: 0px;
}
.tel ul li, .mail ul li{
  width: 180px;
  margin: 0 auto;
  font-size: 12px;
}
.mail ul li:before{
    content: '';
    background-image: url(../img/email-black-envelope.svg);
    position: absolute;
    left: -20px;
    width: 15px;
    top: 1px;
    height: 14px
}
.tel ul li:before {
    content: '';
    position: absolute;
    left: -22px;
    width: 21px;
    top: 3px;
    height: 15px;
    background-size: 100% 100%;
}
#formH{
  order: 3;
  padding: 60px;
  padding-bottom: 0px;
}

.order2{
  order: 1 ;
  text-align: right;
}
.order3{
  order:3 ;
}
#main button ,#faq button , #education button , #market button ,#partners button , #contacts button{
font-size:16px;
}
#main button{
  margin: 10px 0px;
}
#contacts p {
  font-size: 12px;
  max-width: 180px;
  margin: auto;
  margin-bottom: 20px;
}
#contacts h1 , #contacts .h1 {
  margin-top: 40px;
}
#education p img {
  position: absolute;
  right: -144px;
  top: -30px;
  max-width: 190px;
}
#education .education{
  margin: 30px 0px;
}
#market{
  padding: 0px 20px;
}
#market h2{
  font-size: 12px!important;
}
#market p {
  font-size:10px!important;
}
#market img{
  margin-top: 40px
}
#main h2 {
      font-size: 18px;
}
#education h2 {
  font-size: 14px;
}
#education p{
  font-size: 10px;
}
#partners {
  padding: 0px 20px;
}
#partners img{
  width: 100%;
}
.headline-Faq{
  font-size: 10px;
  height: 50px;
}
.text-Faq{
  top: 50px;
}
#faq{
  padding: 0px 20px;
}

    footer ul li{
      width: 100%;
    }
}


/*404*/
#page404{
  min-height: 100vh;
}
#page404 h1{
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 74px;
  border:none;
  color: #2B3042;
  margin-bottom: 40px;
}
#page404 p{
  font-family: Open Sans;
  font-size: 35px;
  line-height: 48px;
  text-align: left;
  color: #2B3042;
}
#page404 img{
  display: block;
  margin: auto;
  margin-bottom: 20px;
  max-width: 100%;
}
#page404 p a{
  color: #2FA7FB;
  text-decoration: none!important;
  border-bottom: 2px solid #2FA7FB;
}
@media(max-width: 1025px){
  #page404 h1{
    font-size: 18px;
    line-height: 25px;
  }
  #page404 p{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
}

#sh-modal{
	max-height:650px;
}

#sh-modal .close-modal{
	top: 0px;
	right: 0px;
}

#sh-book_wrapper section.page{
	display:block;
}

.jquery-modal.blocker {
	z-index: 100001!important;
}
