html{
    box-sizing: border-box;
}
*, *::before,*::after{
    box-sizing: inherit;
}
body{
    font-family: 'PT Sans', arial;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #102746;
    margin: 0;
    background-color: #EDEDED;
    background-attachment: fixed;
    background-position: 100% -32%;
    background:#EDEDED;
}
.wrapper{
    max-width: 100%;
    margin: 0 auto;
}


.UniGif img {
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapperI{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.header{
    top: 0;
    left: 0;
    width: 100%;
}
.header__logo{
    display: flex;
flex-direction: row;
  justify-content: start;    
}

.intro{
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: url(../img/binom/group.png);
    height: 813px;
}
.header__logo  span{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 9px;
    color: #C896DC;
    position: absolute;
    margin-left: 52px;
    margin-top: 45px;
}
.intro__title {
    font-family: PT Sans;
font-style: normal;
font-size: 45px;
line-height: 40px;
color: white;
text-align: center;
    padding-top: 15px;
    width: 800px;
}
.intro__title span {
    color: #49BAD7;
} 

.wrapper_cont{
    display: flex;
    flex-wrap: wrap;
    background: url(../img/binom/group.png);
    flex-direction: column;
    padding-left: 25px;
    border-radius: 7px 0px 0px 7px;
    text-align: center;
    padding-top: 188px;
    justify-content: center;
}
.wrapper_photo{
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    height: 300px;
    margin-top: 21px;
    border-radius: 7px 7px 0px 0px;
}
.lockP{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    padding-top: 110px;
    padding-left: 85px;
    width: 130px;
    color: #black;
}
.square{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    height: 950px;
    margin: auto;
    margin-top: 19px;
    margin-bottom: 20px;
}
.minisquare{
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 30px;
    height: 830px;
    background-color: #F9F9F9;
}
.button{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #F9F9F9;
}
.transition{
    background: #9B59B6;
    width: 160px;
    height: 40px;
    font-family: 'PT Sans',Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: white;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}
.transition:first-child{
}
.transition2{
    background: #05CBB6;
    border-radius: 3px;
    font-family: 'PT Sans',Arial;
    width: 200px;
    height: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: white;
    border: 0;
}
.logo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 600px;
    height: 670px;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 35px;
    background-position: 0px 50px;
}
.information{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #F9F9F9;
    width: 300px;
    border-radius: 0px 0px 7px 7px;
}
.red{
    width: 160px;
    height: 37px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #9B59B6;
    border: 0px;
    border-radius: 7px;
    margin-left: 40px;
    margin-bottom: 11px;
    cursor: pointer;
    background: rgba(155, 89, 182, 0.17);
}
.inf{
    font-family: 'PT Sans',Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    list-style-type: none;
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 25px;
}
.tochka{
    background-image: url(../img/tochki2.png);
    width: 37px;
    height: 37px;
    background-color: rgba(155, 89, 182, 0.17);
    border: 0px;
    border-radius: 7px;
    margin-left: 18px;
    cursor: pointer;
}
.main{
    font-family: 'PT Sans',Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    color:#C0C0C0;
    background-color: white;
    margin-top: 13px;
    border: 0;
    background-color: #E5E5E5;
}
.strelka{
    width: 27px;
    height: 27px;
    margin-top: 15px;
}
.transition3{
    display: flex;
    flex-wrap: wrap;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    height: 30px;
    color: #373737;
    background-color: transparent;
    margin-top: 0;
}

.lockP p {
   color: #C6C6C6;
}

.wrapper_ncont {
   display: flex;
   flex-direction: column;
   padding-left: 25px;
   background: white;
   padding-right: 50px;
   border-radius: 0px 7px 7px 0px;
}

.button_info {
   display: flex;
   flex-direction: row;
   margin-top: 34px;
}

.inf li {
   margin-bottom: 15px;
   border-bottom: #EDEDED 1px solid;
}
button.transition:nth-child(1) {
   margin-left: 32px;
   margin-right: 36px;
}

button.transition:nth-child(2) {
   margin-right: 36px;
}



.control {
   display: flex;
   flex-direction: column-reverse;
   align-items: center;
}

.back_foot {
   display: flex;
   flex-direction: row-reverse;
   justify-content: flex-end;
   flex-wrap: wrap;
   margin-left: 150px;
   margin-bottom: 15px;
}

section.back {top: 0;left: 0;width: 100%;}
button.transition:nth-child(3) {
   margin-right: 32px;
}

a.alink {
   font-family: 'PT Sans',Arial;
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 23px;
   color: white;
   text-decoration: none;
}

.main a {
   font-family: 'PT Sans',Arial;
   font-style: normal;
   font-weight: normal;
   font-size: 24px;
   line-height: 31px;
   color: #C0C0C0;
   text-decoration: none;
}
a.alinkr {
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 23px;
   color: #00B4A1;
   text-decoration: none;
}


.tpout_block {
 width: 93%;
 display: flex;
 justify-content: space-between;
 background: rgba(215, 215, 215, 0.7);
 border: 1px solid #CFCFCF;
 box-sizing: border-box;
 border-radius: 7px;
 padding-top: 8px;
 margin-bottom: 30px;
 padding-bottom: 8px;
 margin-left: 30px;
 position: relative;
 z-index: 1;
}
.themTP {
 color: #303741;
 font-style: normal;
 font-weight: normal;
 font-size: 18px;
 line-height: 23px;
 margin-top: 5px;
 margin-left: 18px;
 width:300px;}
.statTP {
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 18px;
 color: #303741;
 margin-top: 7px;
}
.dateTP {
 font-style: italic;
 font-weight: normal;
 font-size: 14px;
 line-height: 18px;
 color: #848484;
 margin-right: 15px;
 margin-top: 7px;
}

.tpout_block button.transition {
   width: 100px;
   height: 30px;
}
.panel_body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.panel_but:nth-child(1) {
    margin-left: 0px;
}
.panel_but {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    color: #49BAD7;
    margin-right: 60px;
}
.panelAcc {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #161616;
    height: 50px;
    padding-top: 6px;
}
.panel_but a {
    text-decoration: none;
    color: #F5F5F5;
}
.panel_but a:hover{
    color: #C896DC;
}
.body_block {
 display: flex;
 flex-direction: row;
}

.hover_name {

display: flex;

flex-direction: row;

justify-content: flex-start;
}

.r1 {

display: flex;

flex-direction: row;

justify-content: space-between;

width: 100%;

margin-left: 32px;

margin-right: 32px;

font-family: PT Sans;

font-style: normal;

font-weight: normal;

font-size: 24px;

line-height: 31px;

color: #303741;

border-bottom: 1px solid #A7A7A7;
}

.rd1 {

   width: 50px;
   height: 50px;

}

h3 {

   margin-bottom: 10px;
   margin-top: 40px;

}

.r1:nth-child(2) {

   margin-right: 30px;

}

div#newBlob {
   height: 121px;
   overflow: hidden;
}

div#newBlob .themTP {
   width: 430px;
}

.tpout_block:hover {
   -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(0, 0, 0, 0.3);
   box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(0, 0, 0, 0.1);
}

.login {
  width: 197px;
  height: 50px;
  border: 1px solid #168EE5;
  border-radius: 15px;
  text-align: center;
  padding-top: 11px;
  color: #1B1B1B;
}
.dojl {
 margin-left: 20px;
 margin-top: 5px;
 font-family: PT Sans,arial;
 font-style: normal;
 font-weight: normal;
 font-size: 24px;
 line-height: 31px;
 color: #303741;
}
.intro_block{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.InfoBinom{
	width: 1070px;
	height: 259px;
	left: 410px;
	top: 720px;

	background: #3B3A33;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
}

.txtBinom {
  display: flex;
  flex-direction: column;
  margin: 40;
  border-right: 1px solid aliceblue;
  padding-right: 10px;
  margin-right: 10px;
}
#txtimg1 {
  width: 50px;
}
#txtspan1 {
  color: white;
  margin-top: 20px;
}
.InfoBinom span {
  color: white;
  margin-top: 20px;
}
.InfoBinom img {
  width: 50px;
}
.txtBinom:nth-child(4) {
  border: 0;
}
.txtBinom:nth-child(2) {
  margin-left: 10px;
  padding-right: 40px;
}
.UniTitle {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.UniBinom img {
  height: 100px;
}
.blockOut1_all {
   display: flex;
   flex-direction: column;
   align-items: center;
}

h2 {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 47px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #596162;
}
.intro_block_first{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.listBinom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1070px;
}
.weBinom {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 336px;
  background: white;
  align-items: center;
  margin-right: 16px;
  margin-left: 16px;
  padding: 20px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
}
.weBinom img {
  margin-bottom: 15px;
}
.intro_uniapp {
    width: 100%;
    margin-top: 60px;
    left: 0;
    top: 0;
    background-size: cover;
}
.wrapper_uniapp {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/binom/fonuni.png);
    background-attachment: fixed;
    background-color: #E9E9E9;
    background-position: 100%;
}
.intro__uniapp {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 40px;
    height: 70px;
    padding-top: 15px;
    margin-bottom: 35px;
    text-align: center;
    background: linear-gradient( 180deg , #FFFCFC 0%, #666666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: luminosity;
}
.infoapp {
    margin-bottom: 75px;
}
.infoapp p {
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.6);
}
.wrapper_mainB {
    display: flex;
    flex-direction: row;
    padding-top: 0px;
    flex-wrap: wrap;
    justify-content: center;
}
.blockL {
    display: flex;
    flex-direction: column;
    margin-right: 8px;
}
.blockMob {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 1175px;
    align-items: center;
    top: 60px;
}

.wrapper_c {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.blockStation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1175px;
  align-items: center;
  top: 60px;
  margin-top: 70px;
  margin-bottom: 40px;
}

.listStation {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 1009px;
  padding-left: 150px;
}
.stationBinom {
  display: flex;
  flex-direction: row;
  width: 278px;
  margin-bottom: 15px;
}
.stationBinom span {
  margin-top: 10px;
}
.wrapper_opora {
  display: flex;
  flex-wrap: wrap;
  background: url(../img/binom/opor.png);
  flex-direction: column;
  border-radius: 7px 0px 0px 7px;
  text-align: center;
  justify-content: center;
  height: 800px;
  /*! background-attachment: fixed; */
  background-color: #E9E9E9;
  background-position: 70%;
}
.wrapper_foot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 7px 0px 0px 7px;
  text-align: center;
  justify-content: center;
  width: 1070px;
}
.intro_opora {
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;

  height: 813px;
}


.block_112 {
  display: flex;
}
.term112 {
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  border: 1px solid #EDEDED;
}
.term112 img {
  border: ;
  border: 1px solid #EDEDED;
  border-radius: 10px;
}

.termSystem {
  margin-top: 60px;
  margin-bottom: 4px;
}

footer {
  display: flex;
  margin-bottom: 15px;
  padding-top: 20px;
  border-top: 1px solid gray;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #686868;
}

.header__foot {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}


.info__foot {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.info_foot_block {
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  margin-right: 40px;
}
.info_text {
  display: flex;
  flex-direction: row;
}
.info_text_left {
  display: flex;
  flex-direction: column;
  width: 170px;
}
.info_text_right {
  display: flex;
  flex-direction: column;
  width: 180px;
}
.info_text {
}


#block_2 {
  flex-direction: column;
}
.info__foot span {
  margin-top: 5px;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #474747;

}
.header__link{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    text-decoration: none;
    color: #1B1B1B;
    margin-right:0px;
}
h4 {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
}
.scroolFot {
    position: absolute;
    transform: rotate(180deg);
    top: 80px;
    left: 1150px;
}
.panel_but a:hover{
    color: #49BAD7;
}
