.mob-bg-slider {
	display: block;
	width: 100%;
	height: 480px;
	background: url(/images/bannersmall.jpg) no-repeat center;
	background-size: cover;
}

.minfin1 {
	width: 197px;
	float: right;
	margin-right: 20px;
	height: 130px;
	padding: 10px;
	background-color: #fff;
	color: #666;
}
.minfin1 table{border-collapse:collapse;width:100%;font-size:14px}
.minfin1 td{text-align:center}
.minfin1 tbody td{padding-top:5px}
.minfin1 tbody tr:first-child>td{padding-top:10px}
.minfin1 tbody tr>td:first-child{color:#2b9e00;cursor: help;}
.minfin1 caption{margin-bottom:10px;text-align:center;font-size:12px}
.minfin1 thead{background-color:#2b9e00;color:#fff;font-size:12px}
.minfin1 thead td{padding-bottom: 2px;}

/*========sub_menu======
=======================*/

.sub_menu {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: 80px;
}
.sub_menu ul {
    padding: 0;
    margin: 0;
}

.sub_menu li {
    list-style: none;
    width: 12.5%;
    height: 215px;
    display: inline-block;
    vertical-align: top;
    background: #e0e0e0;
    position: relative;
}

.sub_menu li:nth-child(2n){
    background: #ededed;
}

.sub_menu li a {
    display: block; 
    width: 100%;
    height: 100%;
	border: solid 1px #eee;
}

.sub_menu li a span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #ff755c;
    font:400 normal 1rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 10px 0 10px;
}

.sub_menu li a:hover {   
     -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sub_menu li:nth-child(1) a:hover {
	background: #ff8400;
}

.sub_menu li:nth-child(1) a:hover:after {
    color: #fff;
}
.sub_menu li:nth-child(1) a:hover:before {
    background: #ff8400;
    transition: .25s;
    -webkit-transition: .25s;
     -moz-transition: .25s;
     -o-transition: .25s;
}

.sub_menu li:nth-child(2) a:hover {
	     background: #ffc000;
}
.sub_menu li:nth-child(2) a:hover:after {
    color: #fff;
}
.sub_menu li:nth-child(2) a:hover:before {
    background: #ffc000;
    transition: .25s;
    -webkit-transition: .25s;
     -moz-transition: .25s;
     -o-transition: .25s;
}

.sub_menu li:nth-child(3) a:hover {
	background: #86bf37;
}
.sub_menu li:nth-child(3) a:hover:after {
    color: #fff;
}
.sub_menu li:nth-child(3) a:hover:before {
    background: #86bf37;
    transition: .25s;
    -webkit-transition: .25s;
     -moz-transition: .25s;
     -o-transition: .25s;
}

.sub_menu li:nth-child(4) a:hover {
	background: #9bd34e;
}
.sub_menu li:nth-child(4) a:hover:after {
        color: #fff;
}
.sub_menu li:nth-child(4) a:hover:before {
     background: #9bd34e;
    transition: .25s;
    -webkit-transition: .25s;
     -moz-transition: .25s;
     -o-transition: .25s;
}

.sub_menu li:nth-child(5) a:hover {
	background: #6fa8c4;
}
.sub_menu li:nth-child(5) a:hover:after {
    /*color: #fff;*/
	filter: brightness(11);
}
.sub_menu li:nth-child(5) a:hover:before {
    background: #6fa8c4;
    transition: .25s;
    -webkit-transition: .25s;
     -moz-transition: .25s;
     -o-transition: .25s;
}

.sub_menu li:nth-child(6) a:hover {
	background: #5fb5de;
}
.sub_menu li:nth-child(6) a:hover:after {
    /*color: #fff;*/
	filter: brightness(11);
}
.sub_menu li:nth-child(6) a:hover:before {
    background: #5fb5de;
    transition: .25s;
    -webkit-transition: .25s;
     -moz-transition: .25s;
     -o-transition: .25s;
}

.sub_menu li:nth-child(7) a:hover {
	background: #8ec0e3;
}
.sub_menu li:nth-child(7) a:hover:after {
    /*color: #fff;*/
	filter: brightness(11);
}
.sub_menu li:nth-child(7) a:hover:before {
    background: #8ec0e3;
    transition: .25s;
    -webkit-transition: .25s;
     -moz-transition: .25s;
     -o-transition: .25s;
}

.sub_menu li:nth-child(8) a:hover {
	background: #9dc8dd;
}
.sub_menu li:nth-child(8) a:hover:after {
    color: #fff;
}
.sub_menu li:nth-child(8) a:hover:before {
    background: #9dc8dd;
    transition: .25s;
    -webkit-transition: .25s;
     -moz-transition: .25s;
     -o-transition: .25s;
}

.sub_menu li span {

}

.sub_menu li:nth-child(1) span {
     background-color: #ff8400;
}
.sub_menu li:nth-child(2) span {
      background-color: #ffc000;
}
.sub_menu li:nth-child(3) span {
      background-color: #86bf37;
}
.sub_menu li:nth-child(4) span {
    background-color: #9bd34e;
}
.sub_menu li:nth-child(5) span {
    background-color: #6fa8c4;
}
.sub_menu li:nth-child(6) span {
    background-color: #5fb5de;
}
.sub_menu li:nth-child(7) span {
    background-color: #8ec0e3;
}
.sub_menu li:nth-child(8) span {
    background-color: #9dc8dd;
}

.sub_menu li a:before {  
    content: '';  
    text-align: center;  
    width: 90px;
    height: 90px;
    background: #fff;
    position: absolute;
    top:86px;
    left: 50%;
    border: 1px solid #fff;
    margin-left: -45px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sub_menu li a:after {
    font-family: 'fontello';
    content: '\e828';
    font-size: 47px;
    text-align: center;
    color: #ff755c;
    width: 90px;
    height: 90px;    
    position: absolute;
    top:103px;
    left: 50%;
    margin-left: -45px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sub_menu li a:hover {
    color: #fff;
	transition: all .2s;
}

.sub_menu li:nth-child(1) a:after{
	content: '\e828';
	color: #ff8400;
}
.sub_menu li:nth-child(2) a:after {
	content: '\e892';
	color: #ffc000;
}
.sub_menu li:nth-child(3) a:after {
	content: '\e82c';
	color: #86bf37;
}
.sub_menu li:nth-child(4) a:after {
    content: '\e83a';
    color: #9bd34e;
}
.sub_menu li:nth-child(5) a:after {
	content: url("/?img=/i/cat/-17.png&w=60");
	top: 100px;
}
.sub_menu li:nth-child(6) a:after {
	content: url("/?img=/i/cat/20.png&w=60");
	top: 100px;
}
.sub_menu li:nth-child(7) a:after {
	content: url("/?img=/i/cat/-14.png&w=60");
	top: 100px;
}
.sub_menu li:nth-child(8) a:after {
	content: 'A';
	display: block;
	height: 52px;
	width: 52px;
	background-color: #86bf37;
	color: #fff;
	border-radius: 20px 0;
	margin-left: -26px;
	font-family: arial;
	font-weight: bold;
}

/*===============*/

.wrapp_span {
    margin-right: -40px;
    margin-left: -40px;   
}

.span_50 {
    width: -webkit-calc(50% - 80px);
    width: -moz-calc(50% - 80px);
    width: calc(50% - 80px);
    float: left;
    margin:0 40px 0 40px;
}

.with_accord {
    margin-bottom: 80px;
}


/*=================================
                accord
  =================================*/

.accord {
  position: relative;
  font-size: 14px;
  width: 100%; 
  transition:height 2s;
}




.outer {
   position: relative;
   /*overflow-y: hidden;*/
}


.accord h3 {   
  height: 120px;
  margin: 0 0px 10px 0;
  padding: 0;
  font-size: 22px;
  line-height: 28px;
  padding-left: 30px;
  cursor: pointer;
  color: #676767;   
  font:400 normal 1.875rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
  position: relative;
  border: 1px solid #b9e2dc;
  display: inline-block;
  vertical-align: middle;
  background: #fff;;;;;
}

.accord h3 span {  
    font:400 normal 1.5rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
}

/*
.butt img {
    margin-top: 31px;
    margin-left: 10px;
}
*/
.accord h3 b {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    line-height: 30px;
   
}
.accord h3 b span {
    /* padding-left: 30px;*/
}

.with_accord  .accord .green h3 b {
   /* padding-left: 30px;*/
}

.with_accord .accord .green h3 b span {
    /* margin-left: -60px;*/
}

.graduates-r .accord .green h3 b span,
.lider-r .accord .green h3 b span {
    padding-left: 5px;
}

.accord p {
  font-size: 16px;
  line-height: 24px;
  color: #676767;
  padding-left: 40px;
}

.arrow {
  position: absolute;
  top: -1px;
  right: -60px;
  height: 120px;
  width: 61px;
  display: block;
  background: #fff;
}

.green .arrow {
    right: auto;
    left: -1px
}

.arrow i.to_bot {
  display: block;
  height: 1px;
  width: 85px;  
  background: #b9e2dc;
  position: absolute;
  top:30px;
  left: -12px;
  z-index: 2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow i.to_top {
  display: block;
  height: 1px;
  width: 85px;  
  background: #b9e2dc;
  position: absolute;
  top:89px;
  left: -12px;
  z-index: 2;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.green .arrow i.to_bot {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.green .arrow i.to_top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.with_accord .active .arrow i {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.with_accord .active .arrow i.to_bot {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.with_accord .gradient {
    width: 190px;
    height: 140px;
    background: url(../images/grad_orange.png) no-repeat center;
    position: absolute;
    top:-11px;
    left: -4px;
    z-index: -1;
    -webkit-transition: all .2s ease-in; 
    transition: all .2s ease-in;
}

.with_accord .yellow .gradient {
    width: 190px;
    height: 140px;
    background: url(../images/grad_yellow.png) no-repeat center;
    position: absolute;
    top:-11px;
    left: -4px;
    z-index: -1;
}

.with_accord .green .gradient {
    width: 190px;
    height: 140px;
    background: url(../images/grad_green.png) no-repeat center;
    position: absolute;
    top:-11px;
    left: auto;
    right: -5px;
    z-index: -1;
}

.with_accord .green .active .gradient {
    right: 1px;
}

.with_accord .green .active .arrow i {
  -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.with_accord .green .active .arrow i.to_bot {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.inner,
.innermp {
  display: none;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.innermp ul {
    margin: 20px 20px 20px 58px;
    padding: 0;
}

.innermp li {
    list-style: none;
    font: 400 normal .875rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
    color: #000;
    margin-bottom: 5px;
}

.innermp li img {
    margin-right: 10px;
}

.orange h3 {
    color: #ff8400;
    padding-left: 100px;
    margin-left: 80px;
    width: -webkit-calc(100% - 155px);
    width: -moz-calc(100% - 155px);
    width: calc(100% - 155px);
    line-height: 120px;
}

.with_accord .orange h3 {
    color: #ff8400;
    /*padding-left: 220px;*/
    margin-left: 80px;
    width: -webkit-calc(100% - 155px);
    width: -moz-calc(100% - 155px);
    width: calc(100% - 155px);
    line-height: 120px;
}

.green h3 {
    color: #86bf37;
    line-height: 120px;
    /*padding-left: 70px;*/
    text-align: right;
    padding-right: 80px;
    margin-right: 80px;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);    
    line-height: 120px;

}

.with_accord .green h3 {
    color: #86bf37;
    line-height: 120px;
    padding-left: 140px;
    margin-right: 80px;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);    
    line-height: 120px;

}

.with_accord  .green h3.active {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
}

.with_accord  .accord .green h3.active {
    margin: 0 0px 10px 75px;
}

.yellow h3 {
    color: #ffc000;
    padding-left: 90px;
    line-height: 120px;
    margin-left: 80px;
    width: -webkit-calc(100% - 155px);
    width: -moz-calc(100% - 155px);
    width: calc(100% - 155px);
}

.with_accord  .green h3 {
  padding-right: 100px;
  text-align: right
}

.with_accord  .yellow h3 {
    color: #ffc000;
   /* padding-left: 130px;*/
    line-height: 120px;
    margin-left: 80px;
    width: -webkit-calc(100% - 155px);
    width: -moz-calc(100% - 155px);
    width: calc(100% - 155px);
}

.accord .orange h3:before {
    content: '';
    text-align: center;
    background: #ff8400;
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 9px;
    left: -55px;
    z-index: 2;

}

.accord .orange h3:after {
    font-family: 'fontello';
    content: '\e81f';
    font-size: 50px;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 0px;
    left: -22px;
    z-index: 2;
}

   
/*===animation effects=======*/

.with_accord .accord .yellow h3.active:before,
.with_accord .accord .orange h3.active:before {
    z-index: 3;
     transform: rotate(-45deg) translate(314px,314px);
    -webkit-transform: rotate(-45deg) translate( 314px,314px); 
}

.with_accord .accord .yellow h3.active:after,
.with_accord .accord .orange h3.active:after {
    z-index: 3;
     transform: translate(442px,0px);
    -webkit-transform: translate( 442px,0px); 
  
}

.with_accord .accord .yellow h3.active .arrow,
.with_accord .accord .orange h3.active .arrow {
    right: auto;
    left: -61px;
}


.with_accord .accord .yellow h3.active .arrow i.to_bot,
.with_accord .accord .orange h3.active .arrow i.to_bot {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.with_accord .accord .yellow h3.active .arrow i.to_top,
.with_accord .accord .orange h3.active .arrow i.to_top {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*.accord .yellow h3.active .gradient,
.accord .orange h3.active .gradient {
    transform: rotate(180deg) translate(-254px,0px);
    -webkit-transform: rotate(180deg) translate( -254px,0px); 
    -webkit-transition: -webkit-transform .2s ease-in; 
    transition: transform .2s ease-in;
}
*/

.accord .green h3:before {
    content: '';
    text-align: center;
    background: #86bf37;
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 9px;
    right: -55px;
    z-index: 2;

}

.accord .green h3:after {
   /* font-family: 'fontello';
    content: '\e820';
    font-size: 50px;
    text-align: center;
    color: #fff;*/
    content: '';
    background: url(../i/home_accord/2.png) no-repeat center; 
    width: 50px;
    height: 60px;    
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 30px;
    right: -30px;
    z-index: 2;
}

.accord .yellow h3:before {
    content: '';
    text-align: center;
    background: #ffc000;
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 9px;
    left: -55px;
    z-index: 2;

}

.accord .yellow h3:after {
    /*font-family: 'fontello';
    content: '\e81f';
    font-size: 50px;
    text-align: center;
    color: #fff;*/
    content: '';
    background: url(../i/home_accord/3.png) no-repeat center; 
    width: 51px;
    height: 52px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 30px;
    left: -30px;
    z-index: 2;
}

/*===greeen*/

.with_accord .accord .green h3.active:before {
    z-index: 3;
     transform: rotate(-45deg) translate(-319px, -318px);
    -webkit-transform: rotate(-45deg) translate( -319px,-318px); 
}

.with_accord .accord .green h3.active:after {
    z-index: 3;
     transform: translate(-450px, -3px);
    -webkit-transform: translate( -450px, -3px); 
  
}

/*green*/

.with_accord .accord .green h3.active .arrow {
    right: -61px;
    left: auto;
}

.with_accord .accord .green h3.active .arrow i.to_bot {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: auto;
    right: -12px;
}


.with_accord .accord .green h3.active .arrow i.to_top {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: auto;
    right: -12px;
}

.with_accord .accord .green h3.active b {
    padding-left: 50px;
}


/*==============*/

.news_outer_wrapp {
    position: relative;
    height: 300px;
}

.news_outer_wrapp.best {
    height: 170px;
}

.news_outer_wrapp.partners {
    padding-top: 100px;
    margin-top: 100px;
    width: 100%;

}

.news_outer_wrapp:first-of-type {
    margin-top: 30px;
    margin-bottom: 30px;
}

.news_wrapp {
    padding-left: 70px;    
    position: relative;
}

.news_one {
    width: 33.3333%;
    float: left;
    overflow: hidden;margin: 0 -1px;
    position: relative;
}

.news_one img {
    max-width: 100%;width: 100%;
}

.news_one .data {
    background: rgba(255,255,255,.6);
    width: 140px;
    height: 56px;
    position: absolute;
    top:-9px;
    left: -51px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    padding-top: 18px;
    text-align: center;
    line-height: 12px;

}

.news_one .data span {
    font:400 normal 0.675rem/1.1 "HelveticaNeueCyr-Roman", sans-serif;color: #000;

}

.news_one a {
    color: #575757;
}

.news_one a:hover {
    text-decoration: none;
}

.news_one h5 {
    margin: 0;
    padding: 0 5px 0 5px;
    font:400 normal .875rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
    text-align: center;
}

.news_outer_wrapp h3 {
    margin:0;
    padding: 0;
    color: #000;
    font:400 normal 2.25rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width: 180px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 72px;
    left:-50px;
}

.news_wrapp:before {   
    content: '';  
    text-align: center;   
    background: #ff8400;
    width: 40px;
    height: 40px;    
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
    top: -48px;
    left: 52px;
}

.news_wrapp.actions:before {
    background: #94cae6;
}

.news_wrapp.actions:after {
    content: '\e818';
    font-size: 22px;
    top: -40px;
}


.news_wrapp:after {
    font-family: 'fontello';
    content: '\e81b';
 /*    content: '\e818';  */  
    font-size: 26px;
    text-align: center;
    color: #fff;    
    width: 40px;
    height: 40px;    
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
    top: -43px;
    left: 52px;
}

.news_outer_wrapp:nth-of-type(2) .news_wrapp:after{
      content: '\e818';  
}

.sino {    
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    height: 170px;
    background: #ebebeb;
    margin-left: 70px;
    position: relative;
    padding: 20px 0 0 20px;
}

.sino:before {
    content: '';
    text-align: center;
    background: #94cae6;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -48px;
    left: -18px;
}

.sino:after {
    font-family: 'fontello';
    content: '\e81a';
    font-size: 26px;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -43px;
    left: -18px;
}

.sino p {
    margin: 0;
    padding: 10px 0 0 10px;
    color: #5c483b;
    font:400 normal 1.25rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
}
.sino_line {
    width: 1px;
    height: 170px;
    background: #ebebeb;
    margin-left: 63px;
    position: relative;
    padding: 0px 0 0 5px;
    top: -89px;
    float: left;
    position: relative;
}

.sino_line:before {
    content: '';
    text-align: center;
    background: #2b9e00;   
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -48px;
    left: -17px;
}

.we_offer_ak_shall .sino_line:before {
    content: '';
    text-align: center; 
     background: url(../images/eridon_red.png) no-repeat center;
    background-size: 57px;
    width: 57px;
    height: 57px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -53px;
    left: -26px;
}

.sino_line:after {
    font-family: 'fontello';
    content: '\e819';
    font-size: 26px;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -43px;
    left: -17px;
}

.we_offer_ak_shall .sino_line:after {
    content: '';
    text-align: center; 
    background: none;
    background-size: 0px;
    width: 0px;
    height: 0px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    
}

.white_bg {
    width: calc(100% - 240px);
    height: 130px;
    background: #fff url(../images/ico/cloud.png) no-repeat 20px 35px;
}

.more_details {
    display: inline-block;
    width: 100px;
    height: 40px;
    margin: 30px 20px 0 0;
    color: #86bf37;
    font:400 normal .875rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
    position: relative;
    float: right;

}

.more_details:before {
    font-family: 'fontello';
    content: '\e811';
    font-size: 26px;
    text-align: center;
    color: #2b9e00;
    width: 25px;
    height: 40px;
    position: absolute;    
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -6px;
    left: -27px;
}

.more_details:after {
    font-family: 'fontello';
    content: '\e803';
    font-size: 20px;
    text-align: center;
    color: #2b9e00;
    width: 20px;
    height: 20px;
    position: absolute;   
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -3px;
    left: -33px;
}

.more_details:hover {
    text-decoration: none;
    color: #cccc4f;
}

.more_details:hover:before {
    left: -25px;
    color: #86bf37;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.more_details:hover:after {
    left: -29px;
    color: #86bf37;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*========video==============*/

.video_index a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.video_index img {
    max-width: 100%;
    width: 100%;
}

.video_index> a:after {
    content: '';
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video_index.lich> a:after {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}

.video_index> a:hover:after {
    background: rgba(255,255,255,.3);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(255,255,255,.3);
}

.video_index >a:before {
    font-family: 'fontello';
    content: '\e81c';
    font-size: 80px;
    text-align: center;
    color: #fff;
    width: 70px;
    height: 70px;    
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -27px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video_index.lich >a:before {
    width: 40px;
    height: 40px;    
    font-size: 50px;
    margin-top: -30px;
    margin-left: -20px;
}

.video_index> a:hover:before {
    color: #cccc4f;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/*================forms=============*/
.right_forms h4 {
    margin: 0;
    padding: 0 0 5px 0;
    font:400 normal .875rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.under_h4 {    
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 5px;
    background: #e0e0e0;
    position: relative;
}

.under_h4:before {
    content: '';
    text-align: center;
    background: #e0e0e0;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -17px;
    right: -18px;
}

.under_h4:after {
    font-family: 'fontello';
    content: '\e860';
    font-size: 26px;
    text-align: center;
    color: #747474;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -12px;
    right: -18px;
}

.under_h4.letters-run:after {
     font-size: 34px;
     top: -18px;
}

.send_plus {
    margin-bottom: 40px;
}

.send_plus p {
    margin: 120px 0 0 0;
    padding: 5px 30px 0 0;
    color: #000;
    font:400 normal .875rem/1.3 "HelveticaNeueCyr-Roman", sans-serif;
    word-spacing: 5px;
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    float: left;

}

.form_section {
    float: left;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
}

.submit_right {
    width: 200px;
    float: right;
}

.form_section input,
.form_section select {
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0px;
    margin-top: 30px;
}

.form_section textarea:focus,
input[type="submit"]:focus,
.right_forms input:focus,
.right_forms select:focus {
    outline: none;
}

.form_section select {
    color: #bbc937;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 16px;
    cursor: pointer;
}

.right_forms .captcha {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.right_forms .captcha input {
    width: 38%;
    float: none;
     display: inline-block;
    vertical-align: bottom;
    border-bottom: none;    
    padding-left: 10px;
}

.captcha p {
    display: inline-block;
    vertical-align: bottom;
    width: 69px;
    padding: 20px 1px 10px 0;
    margin:0;
    border-right: 1px solid #e0e0e0;
    color: #575757;
    font-size: 18px;
    height: 46px;
    
}

.captcha a {
    display: inline-block;
    vertical-align: bottom;
    width: 20%;
    height: 46px;
    margin:0;
    float: right;
    margin-top: 19px;
    position: relative;
    border-left: 1px solid #e0e0e0;   
    
}

.captcha a:after {
    font-family: 'fontello';
    content: '\e81d';
    font-size: 32px;
    text-align: center;
    color: #ffc000;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 3px;
    left:9px;
}

.captcha a:hover:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wrapp_submit {
    border: none;
    background: #bbc937;
    font: 400 normal .875rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
    color: #575757;
    cursor: pointer;
    width: 100px;
    height: 100px;
    float: right;
    margin-top: 80px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}

.wrapp_submit:after {
    font-family: 'fontello';
    content: '\e81e';
   /* content: '\e85b';*/
    font-size: 75px;
    text-align: center;
    color: #fff;
    width: 40px;
    transform: rotate(45deg);
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 17px;
    left: 57px;
}

.send_plus input[type="submit"] {    
    background: transparent;
    border: none;
    width: 100px;
    height: 100px
    /*cursor: pointer;
    width: 100px;
    height: 100px;
    margin-top: 80px;
    float: right;*/
}

.right_forms input {
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0px;
    margin-top: 30px;
	font-size: 18px;
}

.feed_back {
    margin-top: 65px;
}

.form_section_50 {
    width: 45%;
    float: left;
}

.form_section_50:first-of-type {
    margin-right: 5%;
}

.form_section_50 .input {
    position: relative;
}

.form_section_50:nth-of-type(2) .input:first-of-type:after {
    font-family: 'fontello';
    content: '\e805';
    font-size: 20px;
    text-align: center;
    color: #ffc000;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.form_section_50 select {
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0px;
    margin-top: 30px;
    color: #bbc937;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 16px;
    cursor: pointer;
}

.form_section p {
    margin: 30px 0 10px 0;
    padding: 0;
    color: #000;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 16px;
}


.right_forms .captcha div,
.feedback .form_section p,
.form_section_50 select  {
    /*color: #575757;*/
}

.form_section textarea {
    width: 100%;
    height: 290px;
    border: 1px solid #e0e0e0;
    padding: 10px 0 0 10px;
    /*color: #bbc937;*/
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 16px;
}



.wrapp_sbm {
    position: relative;
    width: 140px;
    margin: 80px auto 0;
	display:block;
	padding-top: 140px;
	text-align: center;
}

.feed_back .wrapp_sbm {
    color:#ffc000;
}


.feed_back .wrapp_sbm:hover {
    color:orange;
}

.wrapp_sbm:before {
    content: '';
    text-align: center;
    background: #ffc000;
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-135deg);
	/*
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	*/
	transform-origin: center;transition:.5s .2s;
    top: 9px;
    left: 18px;

}

.wrapp_sbm:hover:before{background-color:#ff8400;transform:rotate(0);border-radius:50%;transform:scale(1.1);}


.wrapp_sbm:after {
		content: "";
		background: url(/i/zvorotniy.png) no-repeat center;
		width: 100px;
		height: 100px;
		display: block;
		position: absolute;
		top: 9px; left:18px;
}

.wrapp_sbm.-p:before {background:#86bf37}
.wrapp_sbm.-p:after {background-image: url(/i/pidpisatis.png);left:15px}
.wrapp_sbm.-p:hover:before{background-color: #ff8400;}

.wrapp_sbm input[type="submit"] {
    width: 100%;
    background: none;
    border:none;
    font:400 normal .875rem/1.2 "HelveticaNeueCyr-Roman", sans-serif;
    color: #575757;
    text-align: center;
    padding-top: 124px;
    display: block;
    height: 160px;
}

/*====================
        carousel
====================*/

#flexisel3 {
display:none;
height: 110px;
}


.nbs-flexisel-container {
    position:relative;
    max-width:100%;

}

.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  


}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;     
    height: 130px;
    margin-bottom: 15px;
}

.nbs-flexisel-item {
    float:left; 
    display: inline-block;
    vertical-align: middle;
    height: 110px;
    line-height: 110px;
}

.nbs-flexisel-item img { 
    cursor: pointer;
    position: relative;
    max-width: 200px;
}

.nbs-flexisel-item img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  padding: 3.5px 14px; 
}
.nbs-flexisel-item img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 45px; 
    position: absolute;
    top:0;
    cursor: pointer;
    z-index: 2;  
    opacity: .8;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background-size: 10px;
    top: -124px!important; 
    /*position: relative;*/
}

.nbs-flexisel-nav-right:before {
    font-family: 'fontello';
    content: '\e812';
    font-size: 26px;
    text-align: center;
    color: #2b9e00;    
    width: 40px;
    height: 40px;    
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
    top: 4px;
    left: 2px;
}

.nbs-flexisel-nav-left:after {
    content: '';
    text-align: center;
    border: 1px solid #2b9e00;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -0px;
    left: 4px;
}

.nbs-flexisel-nav-right {
    left: 0px;   
    top: -67px!important; 
    background-size: 10px;
   /* position: relative;*/
}


.nbs-flexisel-nav-left:before {
    font-family: 'fontello';
    content: '\e813';
    font-size: 26px;
    text-align: center;
    color: #2b9e00;    
    width: 40px;
    height: 40px;    
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
    top: 5px;
    left: 5px;
}


.nbs-flexisel-nav-right:after {
    content: '';
    text-align: center;
    border: 1px solid #2b9e00;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -2px;
    left: 4px;
}
.letters:after {
    content: '\e81e';
    right: -20px;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    opacity: 1;
}

/*=======owl-carousel========*/

.wrapp_flexi,
#owl-clients {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    float: right;
}

.wrapp_flexi {
    margin-top: -41px;
}

#owl-clients img {
    max-width: 175px;
}

.owl-item {
    text-align: center;
}

/*===============akustik 8 12====*/
/*=======================slider-==============*/

/*==========*/

.trans {
     -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.ask_block {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    height: 180px;
    top:0;
    /*top: -180px;*/
    margin-top: -180px;
    overflow: hidden;
    z-index: 1;
    border-bottom: 4px solid #a8bc4a;   

}

.open_ask .ask_block {
   /* top: 0;*/
    margin-top: 0;
}

.close_login {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    background: #000;
    z-index: 1;
    opacity: 1;
}

.open_ask .header {
    margin-top: 180px;
     -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


/*==================*/

.with_accord .accord .yellow h3 .gradient,
.with_accord .accord .orange h3 .gradient {
    -webkit-animation-name: anim3;
    animation-name: anim3;
    webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.4,.25,.3,1);
    animation-timing-function: cubic-bezier(.4,.25,.3,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: inherit;
    animation-play-state: inherit;
}

.with_accord .accord .yellow h3.active .gradient,
.with_accord .accord .orange h3.active .gradient {
    -webkit-animation-name: anim4;
    animation-name: anim4;
    webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.4,.25,.3,1);
    animation-timing-function: cubic-bezier(.4,.25,.3,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: inherit;
    animation-play-state: inherit;
}

.with_accord .accord .green h3 .gradient {
    -webkit-animation-name: anim5;
    animation-name: anim5;
    webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.4,.25,.3,1);
    animation-timing-function: cubic-bezier(.4,.25,.3,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: inherit;
    animation-play-state: inherit;
}

.with_accord .accord .green h3.active .gradient {
    -webkit-animation-name: anim6;
    animation-name: anim6;
    webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.4,.25,.3,1);
    animation-timing-function: cubic-bezier(.4,.25,.3,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: inherit;
    animation-play-state: inherit;
}

.graduates-r .innermp li,
.lider-r .innermp li {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
}

.graduates-r .innermp li img,
.lider-r .innermp li img {
    margin-right: 10px;
}

.graduates-r .innermp li span,
.lider-r .innermp li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
}

.graduates-r .innermp ul,
.lider-r .innermp ul {
    margin: 20px 20px 20px 47px;   
}




/**/
@-webkit-keyframes anim3{
    0%{  
        opacity:0;
        transform: rotate(0deg) translate(0px,0px);
    -webkit-transform: rotate(0deg) translate( 0px,0px);
    }


    100%{
        opacity:1;
        transform: rotate(0deg) translate(0px,0px);
    -webkit-transform: rotate(0deg) translate( 0px,0px);
    }
}

@keyframes anim3{
    0%{  
        opacity:0;
        transform: rotate(0deg) translate(0px,0px);
    -webkit-transform: rotate(0deg) translate( 0px,0px);
    }


    100%{
        opacity:1;
        transform: rotate(0deg) translate(0px,0px);
    -webkit-transform: rotate(0deg) translate( 0px,0px);
    }
}

@-webkit-keyframes anim4{
    0%{  
        opacity:0;
        transform: rotate(180deg) translate(-254px,0px);
    -webkit-transform: rotate(180deg) translate( -254px,0px);
    }


    100%{
        opacity:1;
        transform: rotate(180deg) translate(-254px,0px);
    -webkit-transform: rotate(180deg) translate( -254px,0px);
    }
}

@keyframes anim4 {
    0%{  
        opacity:0;
        transform: rotate(180deg) translate(-254px,0px);
    -webkit-transform: rotate(180deg) translate( -254px,0px);
    }


    100%{
        opacity:1;
        transform: rotate(180deg) translate(-254px,0px);
    -webkit-transform: rotate(180deg) translate( -254px,0px);
    }
}

@-webkit-keyframes anim5{
    0%{  
        opacity:0;
        transform: rotate(0deg) translate(0px,0px);
    -webkit-transform: rotate(0deg) translate( 0px,0px);
    }


    100%{
        opacity:1;
        transform: rotate(0deg) translate(0px,0px);
    -webkit-transform: rotate(0deg) translate( 0px,0px);
    }
}

@keyframes anim5{
    0%{  
        opacity:0;
        transform: rotate(0deg) translate(0px,0px);
    -webkit-transform: rotate(0deg) translate( 0px,0px);
    }


    100%{
        opacity:1;
        transform: rotate(0deg) translate(0px,0px);
    -webkit-transform: rotate(0deg) translate( 0px,0px);
    }
}

@-webkit-keyframes anim6{
    0%{  
        opacity:0;
        transform: rotate(180deg) translate(254px,0px);
    -webkit-transform: rotate(180deg) translate( 254px,0px);
    }


    100%{
        opacity:1;
        transform: rotate(180deg) translate(254px,0px);
    -webkit-transform: rotate(180deg) translate( 254px,0px);
    }
}

@keyframes anim6 {
    0%{  
        opacity:0;
        transform: rotate(180deg) translate(254px,0px);
    -webkit-transform: rotate(180deg) translate( 254px,0px);
    }

    100%{
        opacity:1;
        transform: rotate(180deg) translate(254px,0px);
    -webkit-transform: rotate(180deg) translate( 254px,0px);
    }
}

@-webkit-keyframes anim4__arrow--mail{
        0%{
            -webkit-transform:translate(-50%,-50%) rotate(-33deg);
            transform:translate(-50%,-50%) rotate(-33deg)
        }
        100%{
            -webkit-transform:translate(87%,-125%) rotate(-33deg);
            transform:translate(87%,-125%) rotate(-33deg)
        }
}

@keyframes anim4__arrow--mail{
        0%{
            -webkit-transform:translate(-50%,-50%) rotate(-33deg);
            transform:translate(-50%,-50%) rotate(-33deg)
        }
        100%{
            -webkit-transform:translate(87%,-125%) rotate(-33deg);
            transform:translate(87%,-125%) rotate(-33deg)
        }
}

@-webkit-keyframes anim5__fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes anim5__fadeOut{0%{opacity:1}100%{opacity:0}}

@-webkit-keyframes anim5__fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes anim5__fadeIn{0%{opacity:0}100%{opacity:1}}

@-webkit-keyframes anim5__login{0%{width:334px}100%{width:65px}}@keyframes anim5__login{0%{width:334px}100%{width:65px}}



@-webkit-keyframes anim5__content{0%{-webkit-transform:translateX(-50.5%);transform:translateX(-50.5%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes anim5__content{0%{-webkit-transform:translateX(-50.5%);transform:translateX(-50.5%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes anim5__click{0%,100%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.8);transform:scale(.8)}75%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes anim5__click{0%,100%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.8);transform:scale(.8)}75%{-webkit-transform:scale(1.1);transform:scale(1.1)}}

@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}

@-webkit-keyframes popin{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popin{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}

/*======end anime========*/
