*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
}
a{
	cursor: pointer;
}
.icon-scroll{
	position: relative;
}
.icon-scroll {
  width: 40px;
  height: 50px;
  margin-left: 20px;
  margin-right: 30px;
  padding: 30px 10px;
  /*top: 50%;*/
  /*margin-top: -35px;*/
  box-shadow: inset 0 0 0 1px #61A375;
  border-radius: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-scroll img {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
          fill: #FFA200;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
body{
	/*background: linear-gradient(to top, red, blue);*/
	font-family: montserrat;
	overflow-x:hidden;
}
.fa-phone-volume	{
	padding: 0 6px;
}
.orange{
	color: #FFA200;
}
.green{
	color: #61A375;
}
.bold{
	font-weight: 700;
}
.semi_bold{
	font-weight: 600;
}
.main{
	background-image: url(../img/картика.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
	background-position: center;
}
.robots{
	background-image: url(../img/robots_bg.jpg);
}
.mask{
	background-color: rgba(0,0,0,.3);
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.container{
	max-width: 1640px;
	width: 100%;
	margin: auto;
}
.container_hed_fix{
	position: fixed;
	z-index: 999;
	margin: auto;
	top: -1px;
	left: 50%;
	transform: translate(-50%,0%);
}
.prepods{
	z-index: 2;
	margin: 150px 0;
}
.prepod{}
.prepod_container{
	max-width: 1080px;
	width: 100%;
	margin: 50px auto;
}
.prepod_img img{
	width: 328px;
	height: 492px;
}
/*.prepods .row{
	justify-content: space-between;
}*/
.prepods_info_photo{
	align-items: flex-start!important;
	margin: 20px 0;
}
.prepod_info{
	width: 100%;
	padding: 0 	30px;
	/*height: 492px;*/
}
.prepod_name{
	font-size: 20px;
	font-weight: 600;
}
.prepod_block1 div{
	padding: 2px 0;
}
.prepod_block1{
	height: auto;
	margin: 0 0 20px 0;
}
.prepod_block2{
    height: 100%;
    flex-grow: 1;
}
.prepod_block1, .prepod_block2{
	background-color:#fff;
	filter: drop-shadow(0 6px 6px rgba(0,0,0,.2));
	padding: 20px;

}
.prepod_line{
	margin:   10px 0;
	height: 1px;
	background-color:#61A375;
	outline: none;
	border: none;
}
/*хедер и все остальное в нем*/
header{
	background-color: #fff;
	height: 100px;
}
.menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu_left{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.logo{
	padding: 0 10px 0 10px;
}
.logo img{
	width: 94px;
}
.page_links{
	display: flex;
	position: relative;
}
.page_link{
	height: 95px;
	width: 180px;
	text-align: center;
	position: relative;
	border-bottom: 5px solid rgba(0,0,0,0);
	transition: .2s all ease;
}
.page_link:hover{
	background-color: #F5F8F6;
	border-bottom: 5px solid #FFA200;
}
.page_link p{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-size: 16px;
	text-decoration: none;
	color: green;
}
.dropdown_city{
	padding: 0 20px;
	position: relative;
}

.change_city{
	display: none;
	position: fixed;
	background-color: #fff;
	padding: 20px 40px;
	top: 99px;
	right: 30%;
	filter: drop-shadow(0 10px 6px rgba(0,0,0,.4));
}
.change_city a{
	padding: 5px;
	color:black;
	display: block;
	cursor: pointer;
	transition: .2s all ease;
	text-align: right;
}
.change_city p:hover{
	padding: 5px;
	cursor: pointer;
	color: green;
}
.current_city{
	display: flex;
	/*cursor: pointer;*/
}
.current_city *{
	padding: 5px;
}
.phone{
	padding: 0 20px;
	width: 175px;
}
.call_back{
	padding: 0 60px 0 20px;
}
.phone a{
	text-decoration: none;
	color: green;
}
.phone_row{
	display: flex;
	justify-content: center;
	align-items: center;
}
.burger-menu {
  position: relative;
  height: 30px;
  width: 40px;
  margin: 0 auto;
  color: #60635E;
  text-transform: uppercase;
  padding: 0 10px;
}
.menu_links{
    background-color: #fff;
    /* padding: 20px 40px; */
    position: fixed;
    top: 99px;
    left: 0;
    display: none;
    filter: drop-shadow(0 10px 6px rgba(0,0,0,.4));

}
.menu_link{
	height: 50px;
	display: flex;
	width: 320px;
	cursor: pointer;
}
.menu_link p{
	margin: auto 0;
	text-align: left;
	padding: 0 0 0 70px;
	color: green;
}
.menu_link:hover{
	background-color: rgba(0,59,0,.11);
}
.burger-click-region {
  position: absolute;
  width: 40px;
  height: 30px;
  cursor: pointer;
  transform:scale(.7);
}
.burger-menu-txt {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: default;
  transition: opacity 200ms ease-out, -webkit-transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
  transition: opacity 200ms ease-out, transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
  transition: opacity 200ms ease-out, transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83), -webkit-transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
}
.is-open .burger-menu-txt {
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
}

.burger-menu-piece {
  display: block;
  position: absolute;
  width: 40px;
  border-top: 5px solid #000000;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}
.burger-menu-piece:nth-child(1) {
  top: 0;
}
.burger-menu-piece:nth-child(2) {
  top: 12px;
  opacity: 1;
  transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
}
.burger-menu-piece:nth-child(3) {
  top: 24px;
}
.active .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-open-top 400ms ease-out forwards;
          animation: burger-open-top 400ms ease-out forwards;
}
.active .burger-menu-piece:nth-child(2) {
  opacity: 0;
  transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
}
.active .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-open-bot 400ms ease-out forwards;
          animation: burger-open-bot 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-close-top 400ms ease-out forwards;
          animation: burger-close-top 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-close-bot 400ms ease-out forwards;
          animation: burger-close-bot 400ms ease-out forwards;
}

@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 12px, 0);
            transform: translate3d(0, 12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
            transform: translate3d(0, 12px, 0) rotate(45deg);
  }
}

@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 12px, 0);
            transform: translate3d(0, 12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
            transform: translate3d(0, 12px, 0) rotate(45deg);
  }
}
@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -12px, 0);
            transform: translate3d(0, -12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
            transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
}
@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -12px, 0);
            transform: translate3d(0, -12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
            transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
}
@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
            transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(0deg);
            transform: translate3d(0, 12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
            transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(0deg);
            transform: translate3d(0, 12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
            transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
            transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
            transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
            transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*хедер и все остальное в нем*/
.main_content_container{
	z-index: 2;
	position: relative;
	height: 100vh;
}
.main_content{
	position: absolute;
    top: 53%;
    left: 35%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.main_content h1{
	font-size: 78px;
	font-weight: 700;
	color: white;
	word-wrap: break-word;
}
.main_content h2{
	font-size: 44px;
	font-weight: 700;
	color: white;
}
.main_content p{
	font-size: 24px;
	font-weight: 700;
	color: white;
	line-height: 30px;
}
.main_small{
	font-size: 20px!important;
	font-weight: 200!important;
}
.line{
	width: 50%;
	height: 4px;
	background-color: #fff;
	margin:  30px 0;
}
.btn{
	background-color: #FFA200;
	width: 250px;
	padding: 15px;
	text-decoration: none;
	outline: none;
	border: none;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	transition: .3s all ease;
	cursor: pointer;
}
.btn:hover{
	background-color: #FFBA41;
}
.main_btn{
	margin-top: 55px;
}
.pluss{
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    bottom: -80px;
    /* margin: auto; */
    align-items: center;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    z-index: 3;
}
.row{
	display: flex;
	align-items: center;
}
.col{
	display: flex;
	flex-direction: column;
}
.plus .col{
	margin: 10px 20px;
}
.name{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.plus_text{
	font-size: 14px;
	color: #fff;
	width: 60%;
	margin-left: 20px;
}
.plus .icon{
	padding: 20px;
}
.plus{
	max-width: 100%;
	width: 449px;
	height: 210px;
	background-color: #61A375;
	transition: .4s all ease;
}
.plus:hover{
	transform: translateY(-20px);
}
.plus:nth-child(2){
	background-color: #1A7098;
}
.afisha{
	position: relative;
	max-width: 1200px;
	width: 75%;
	margin: 130px auto;
}
.afisha .slider__arrow{
    top:43%;
}

.pic{
	background-image: url(../img/matem.jpg); 
	background-size: cover; 
	width: 420px!important; 
	height: 200px;
	position: relative;
}
.pic .slider_item_title{
	text-align: center;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 48px;
	width: 100%;
}
.slider_item_content{
	padding: 20px;
	width: 65%;
	color: #003B00;
}
.advantages{
	width: 80%;
	text-align: center;
}
.advantage_title p {
	color: #363636;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 95%;
    margin: auto;
    padding: 10px 0;
}
.advantage_title h1{
	color: #363636;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
}
.why_we .row{
	justify-content: center;
}
.icons{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}
.icons .icon{
	width: 25%;
    padding: 5px;
}
.school_icons .icon{
	width: 23%;
    padding: 5px;
}
.icons .icon_img{
	width: 90px;
    height: 90px;
    position: relative;
    /*overflow: hidden;*/
    border-radius: 50%;
    filter: drop-shadow(0 3px 2px rgba(0,0,0,.3));
    margin: 20px auto;
    background-color: #fff;
}
.school_icons .icon_img{
	width: 140px;
    height: 140px;
    position: relative;
    /*overflow: hidden;*/
    border-radius: 50%;
    filter: drop-shadow(0 3px 2px rgba(0,0,0,.3));
    margin: 20px auto;
    background-color: #fff;
}
.icon_title{
	font-weight: 600;
	font-size: 19px;
	color: #61A375;
	padding: 7px 0;
}
.icon_text{
	font-weight: 400;
	font-size: 14px;
	padding: 7px 0;
	color: #69c;
}
.school_icons .icon_text{
	font-weight: 400;
	font-size: 18px;
	padding: 7px 0;
	color: #69c;
}
.icons .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fifth{
	background-image: url(../img/fifth_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 80px;
}
.subj{
	position: relative;
	/*padding: 15px;*/
	margin: 0 50px;
	cursor: pointer;
	
}
.subj_mask{
	background-color: rgba(26, 112, 152, .8);
	/*filter: blur(2px);*/
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
}
.subj .row{
	z-index: 4;
}
.acc{
		/*padding: 5px 30px 5px 60px;*/
    /*width: 410px;*/
    max-width: 100%;
    color: white;
    transition: .2s all ease;
}
.sub{
	padding: 10px 30px 10px 60px;
    width: 410px;
    max-width: 100%;
    color: white;
    transition: .2s all ease;

}
.sub i{
	padding:15px;
}
.acc:hover{
	background-color: rgba(15, 64, 87, 1);

}
.sub img{
	padding: 5px;
}
.sub p{
	padding: 5px 0 5px 30px;
}
.subj_description{
	width: 700px;
	background-color: rgba(26, 112, 152, .8);
}
.subj_link{
	width: 700px;
	background-color: rgba(26, 112, 152, .8);
}





/*графики не трогать никогда, даже не думай. я знаю где ты живешь*/
svg{
	position: relative;
}
.graph_percent{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
}

.svg_persent {
	width: 320px;
}
.col_graph{
	display: flex;
	flex-wrap: wrap;
}
.f_graph {
	width: 200px;
	padding: 30px 40px;
	position: relative;
}
.svg_persent{
		position: relative;
}
.persent_text{
	color:#1A7098;
}
.stAnim{
	transform-origin: 180px;
	animation: rotateST 3s linear forwards;
}
.stAnim{
	 transform-origin: 180px;
	animation: rotateST 3s linear forwards;
}
.wordAnim {
  	/*stroke:#cf859d;*/
   	stroke-width:30;  
   	stroke-dasharray: 792;
  	stroke-dashoffset: 792;
  	animation: dash 3s linear forwards;
}
.graph11Anim {
  animation: graph11 3s forwards;
}
.graph12Anim {
  animation: graph12 3s forwards;
}
.graph21Anim {
  animation: graph21 3s forwards;
}
.graph22Anim {
  animation: graph22 3s forwards;
}
.graph31Anim {
  animation: graph31 3s forwards;
}
.graph32Anim {
  animation: graph32 3s forwards;
}
.graph41Anim {
  animation: graph41 3s forwards;
}
.graph42Anim {
  animation: graph42 3s forwards;
}
.node #fun-level{
	font-size: 13px;
}
.node11 #fun-level{
	    margin-left: -60px;
    margin-top: 40px;
}
.node21 #fun-level{
	    margin-left: -60px;
    margin-top: 40px;
}
.node31 #fun-level{
	    margin-left: -60px;
    margin-top: 40px;
}
.node41 #fun-level{
	    margin-left: -60px;
    margin-top: 40px;
}
.node12 #fun-level{
	    margin-left: 20px;
    margin-top: 40px;
}
.node22 #fun-level{
	    margin-left: 20px;
    margin-top: 40px;
}
.node32 #fun-level{
	    margin-left: 20px;
    margin-top: 40px;
}
.node42 #fun-level{
	    margin-left: 20px;
    margin-top: 40px;
}
.graphics{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transform: scale(1);
}
.sec{
	margin-top: 180px;
}
.sec h2{
	font-size: 44px;
	text-align: center;
	color: #1A7098;
	font-weight: 600;
}
#fun-level{
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	font-family: montserrat;
	color: #61a375;
}
#round_per{
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	font-family: montserrat;
	color: #61a375;
}
.persent_text{
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 15px;
    text-align: center;
    /* width: 87%; */
    font-family: montserrat;
}
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 100%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
}
.single-chart-anim{
	animation: progress 3s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}


.circular-chart.blue .circle {
  stroke: #1A7098;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.first_graph{
	opacity: 0;
}
.second_graph{
	opacity: 0;
}
.third_graph{
	opacity: 0;
}
.fouth_graph{
	opacity: 0;
}
.first_graph_anim{
	animation: first_graph_anim 1s forwards;
	animation-delay: 3s;
}
.second_graph_anim{
	animation: second_graph_anim 1s forwards;
	/*animation-delay: 0s;*/
}
.third_graph_anim{
	animation: third_graph_anim 1s forwards;
	animation-delay: 1s;
}
.fouth_graph_anim{
	animation: fouth_graph_anim 1s forwards;
	animation-delay:2s;
	/*opacity:0;*/
}
.first_graph_anim_green{
	animation: first_graph_anim_green 3s forwards;
}
@keyframes graph11{
  from {
  	 transform: translateY(235px);
    
  }
  to{
   transform: translateY(60px);
  }
}
@keyframes graph12{
  from {
  	 transform: translateY(235px);
    
  }
  to{
   transform: translateY(30px);
  }
}
@keyframes graph21{
  from {
  	 transform: translateY(235px);
    
  }
  to{
   transform: translateY(20px);
  }
}
@keyframes graph22{
  from {
  	 transform: translateY(235px);
    
  }
  to{
   transform: translateY(0px);
  }
}
@keyframes graph31{
  from {
  	 transform: translateY(235px);
    
  }
  to{
   transform: translateY(50px);
  }
}
@keyframes graph32{
  from {
  	 transform: translateY(235px);
    
  }
  to{
   transform: translateY(26px);
  }
}
@keyframes graph41{
  from {
  	 transform: translateY(235px);
    
  }
  to{
   transform: translateY(50px);
  }
}
@keyframes graph42{
  from {
  	 transform: translateY(235px);
    
  }
  to{
   transform: translateY(10px);
  }
}
@keyframes dash {
   to{
     stroke-dashoffset: 0;
  }
}
@keyframes rotateST{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(330deg);
	}
}
@keyframes first_graph_anim{
	from{
		transform: translateY(130px);
		opacity:0;
	}
	to{
		transform: translateY(0px);
		opacity:1;
	}
}
@keyframes second_graph_anim{
	from{
		transform: translateY(130px);
		opacity:0;
	}
	to{
		transform: translateY(0px);
		opacity:1;
	}
}
@keyframes third_graph_anim{
	from{
		transform: translateY(130px);
		opacity:0;
	}
	to{
		transform: translateY(0px);
		opacity:1;
	}
}
@keyframes fouth_graph_anim{
	from{
		transform: translateY(130px);
		opacity:0;
	}
	to{
		transform: translateY(0px);
		opacity:1;
	}
}
@keyframes first_graph_anim_green{
	from{
		transform: translateY(130px);
	}
	to{
		transform: translateY(0px);
	}
}
.subject{
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translate(-50%);
	color: #003B00;
}
.point{
	color: #003B00;
	padding: 20px 0;
	display: flex; 
	justify-content: flex-start;
}
.average_point{
	padding: 5px 40px;
	position: relative;
}
.average_point:nth-child(3)::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 90%;
	transform: translate(-50%,-50%);
	width: 25px;
	height: 25px;
	background-color:#FFA200;
	border-radius: 50%;
}
.average_point:nth-child(2)::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 90%;
	transform: translate(-50%,-50%);
	width: 25px;
	height: 25px;
	background-color:#61A375;
	border-radius: 50%;
}
.subj_description_link{
	height: 850px;
	justify-content: space-between;
	
}
.subj_description_content{
	padding: 10px;
	color: white;
}
.subj_link_content{
	padding: 30px;
	color: white;
}
.subj_title{
	padding: 20px;
    text-align: center;
    font-size: 22px;
}
.subj_text{
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
.subj_result{
	padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.subj_list{
	padding: 0 100px;
    font-size: 14px;
}
.subj_start{
	padding: 20px 50px 20px 80px;
    font-size: 16px;
    font-weight: 600;
}
.subj_link{
	margin-top: 27px;
}
.subj_link_title{
	font-size:16px;
	font-weight: 600;	
}
.subj_link_text{
	font-size: 13px;
	padding: 20px 0;	
}
.fifth_title{
	padding: 80px 0;
	font-size: 38px;
	color: white;
	text-align: center;
	font-weight: 600;
}
.parallax_title{
	padding: 0 0 80px 0;
	font-size: 38px;
	color: white;
	text-align: center;
	font-weight: 600;
}
.teacher{
	position: relative;
    max-width: 1200px;
    width: 75%;
    margin: 50px auto;
}
.teacher_slider_slide{
	margin:35px auto;
	width: 80%;
}
.teacher_slide{
	width: 330px;
	height: 630px;
	/*border: 2px solid red;*/
	border-bottom: 4px solid #1A7098;
	margin: auto;

	background-color: #F7F7F7;
	filter: drop-shadow(4px 7px 21px rgba(0,0,0,.2));
}
.teacher .slider__arrow::after{
    content: "";
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #61A375;
    border-left: 3px solid #61A375;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}
.teacher_photo{
	width: 330px;
	height: 330px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}
.teacher_name{
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
	background-color: rgba(26, 112, 152, .8);
}
.teacher_name p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 18px;
	color: white;
	width: 100%;
}
.teacher_subj{
	color: green;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 25px 0 0 0;
}
.teacher_subj a{
	color: green;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 25px 0 0 0;
	border-bottom: 2px solid green;
}
.teacher_text{
	font-size: 14px;
	color: #363636;
	padding: 15px 20px;
	text-align: center;
}
.mb_parallax_container {
  /*height: 80vh;*/
  width: 100%;
  /*padding-top: 20vh;*/
  background-attachment:  fixed;
  background-size: cover;
  background-repeat: no-repeat;
	background-position: center 0;
  -webkit-background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center 0;
}


.mb_parallax_overlay {
  /*height: 60vh;*/
  max-width: 1300px;
  padding: 80px 0;
  margin: auto;
}
#mb_parallax_one{
  background-image: url(../img/parallax_bg.jpg);
}
.parallax_blocks{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	/*overflow-x:hidden;*/
}
.parallax_block{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 20px;
}
.parallax_icon{
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	width: 120px;
	height: 120px;
	position: relative;
}
.parallax_icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80px;
}
.parallax_number{
	position: absolute;
	top: -40px;
	left: -40px;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
	filter: drop-shadow(3px 3px 6px rgba(0,0,0,.4));
	font-size: 53px;
	color: green;
	text-align: center;
}
.parallax_down_arrow{
	padding: 10px 0 20px 0;
	transform: rotate(-90deg);
}
.parallax_text{
	font-size: 18px;
	color: green;
	padding: 10px 20px;
	background-color: #fff;
	filter: drop-shadow(0 0 6px rgba(0,0,0,.4));
	border-radius: 5px;
	text-align: center;
}
.parallax_btn{
	padding: 40px 0 0 0;
	text-align: center;
}
.seven{
	position: relative;
    max-width: 1667px;
    margin: 50px auto;
}
.rewiews{
	/*position: relative;*/
    max-width: 1366px;
    /*width: 75%;*/
    margin: auto;
}
.seven .slider__arrow_prev{
    left: 130px;
    transform: translateY(-50%);
}

.seven .slider__arrow_next{
    right: 130px;
    transform: translateY(-50%) rotate(180deg);
}
.rewiew{
	margin: auto;
}
.rewiew_content{
	background-color: #fff;
	filter: drop-shadow(0 0 6px rgba(0,0,0,.4));
	width: 540px;
	/* height: 150px; */
	margin: 10px;
	padding: 30px;
	position: relative;
}
.rewiew_content:before{
	content: '';
	position: absolute;
	bottom: -40px;
	right: 10%;
	width: 50px;
	height: 50px;
	background-color: #fff;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.rewiew_title{
	font-size: 22px;
}
.rewiew_text{
	padding: 30px 0;
	font-size: 16px;
	font-style: italic;
}
.rewiew .end{
	align-items: flex-end;
    display: flex;
    flex-direction: column;
}
.rewiew .col{
	align-items: center;
}
.vk_link{
	padding: 40px;
}
.vk_link .col{
	align-items: flex-end;
}
.vk_photo img{
	border-radius: 50%;
	width: 90px;
	height:90px;
	/*border: 2px solid red;*/
	padding: 10px;
}
.vk_name a{
	font-size: 18px;
	color: #1A7098;
	    text-align: right;
    float: right;

}
.vk_class{
	font-size: 18px;
	color: #1A7098;
		padding: 5px 0 10px 0; 
}
.seven_title{
	text-align: center;
	padding: 50px;	
}
.six .seven_title h1{
	font-size: 38px;
	color: #1A7098;
}
.six .seven_title p{
	font-size: 14px;
	color: #000;
	font-weight: 300;
	padding: 20px;
}
.seven_title h1{
	font-size: 38px;
	color: #1A7098;
}
.seven_title p{
	font-size: 16px;
	color: #1A7098;
}
.eight{
	background-image: url(../img/pattern.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.eight_content{
	padding: 100px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.eight_content *{
	margin: 20px 0;
	/*padding: 10px;*/
}
.eight_content h1{
	font-size: 41px;
	color: white;
	font-weight: 600;
}
.eight_content h2{
	font-size: 36px;
	color: white;
	font-weight: 600;
}
.nine .container{
	text-align: center;
}
.faq__title{
    margin-bottom: -30px;
}

.faq__content{
    width: 100%;
    max-width: 625px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: 80px;    
}
.faq__content .title{
	color: #1A7098;
	font-size: 38px;
	font-weight: 600;
	padding: 20px;
}	
.faq__item{
	margin: 15px 0;
}

.faq__description{
    
}

.faq__question {

	/*background-color: #25a3ef; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    text-align: left;
    padding: 18px 30px 19px 15px;
    width: 100%;
    /*border: 1px solid #25a3ef;*/
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
     cursor: pointer;
     filter: drop-shadow(0 0 6px rgba(0,0,0,0));
     border-radius: 5px;
}

.faq__text{
    color: #1A7098;
    width: calc(100% - 25px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    margin-left: 50px;
    text-align: left;

}

.faq__question_active .faq__text{
}

.faq__answer{
        font-style: italic;
    text-align: left;
    width: 90%;
    display: none;
        padding: 0px 10px;
}

.faq__info{
    padding: 7px 10px;
    margin: 7px 10px;
    width: 96%;
    border-left:2px solid #1A7098;
    color: #1A7098;
    
}

.faq__btn{
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    /*background-color: rgba(130,11,155,1);*/
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq__plus{
	width: 14px;
	height: 14px;
	background-color:#1A7098;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	margin:0 20px;	
}
.faq__plus span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(0deg);
	width: 10px;
	height: 2px;
	background-color:#fff;
	transition: .2s all ease;
	
}
.minusik{
	transform: translate(-50%,-50%) rotate(90deg)!important;
}
.minus_rot{
	transform: translate(-50%,-50%) rotate(0deg)!important;
}
footer{
	margin-top: 100px;
}
footer .row{
	align-items: center;
	justify-content: space-between;
}
.footer_row_block2 .row{
	flex-wrap: wrap;
}


.footer_row_block1 p{
	font-size: 28px;
	color: white;
	padding: 20px 10px;
}
footer .page_link{
	width: 150px;
	height: 70px;
	cursor: pointer;
}
footer .page_link p{
	color: white;
}
footer .page_link:hover{
	background-color:#72AD84;
	border-bottom-color: white;
}
.change_city .buttonchik_active{
		background-color:rgba(0,0,0,0);
	border-bottom-color: none;
}
.buttonchik_active{
	background-color:#72AD84;
	border-bottom-color: white;
}

.footer_menu{
	background-color:#61A375;
}
.map{
	position: relative;
	width: 100%;
	height: 400px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.map_content{
	position: absolute;
    width: 380px;
    height: 220px;
    top: 20%;
    left: 15%;	
}
.map_title{
	font-size: 18px;
	color: #fff;
	padding: 20px;
	background-color:#61A375;
}
.map_contacts{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	background-color:#fff;
}
.map_adress{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding: 10px;
}
.map_phone{
	font-size: 16px;
	padding: 10px;
}
.map_phone a{
	color: #1A7098;
	padding: 0 10px;
}
.map_email{
	font-size: 16px;
	padding: 10px;
}
.map_email a{
	color: #61A375;
	padding: 0 10px;
}
.social_net{
	padding: 10px 0;
}
.social_net .row{
	justify-content: flex-start;
}
.social_net i{
	font-size: 30px;
	padding: 10px;
	color: #61A375;
	padding: 0 10px;
}
.man{
	margin-bottom: -4px;
}

/*графики не трогать никогда, даже не думай. я знаю где ты живешь*/

@keyframes moveDown{
	    0% { 
	        transform: translateX(10px);
	    }
	    50% { 
	       transform: translateX(0px);
	    }
	    100%{
			transform: translateX(10px);
	    }
	}
	/*-webkit-cli  p-path: polygon(100% 0, 100% 85%, 80% 85%, 75% 100%, 68% 85%, 0 85%, 0 0);*/
/*clip-path: polygon(100% 0, 100% 85%, 80% 85%, 75% 100%, 68% 85%, 0 85%, 0 0);*/
/*cities*/
.moscow,
.ramen,
.lub,
.jd,
.domod,
.kol{
	display: none;
}
/*.buttonchik{
	position: fixed;
	background-color:red;
	width: 100px;
	height: 100px;
}
.buttonchik1{
	position: fixed;
	top: 100px;
	background-color:orange;
	width: 100px;
	height: 100px;
}
.buttonchik2{
	position: fixed;
	top: 200px;
	background-color:yellow;
	width: 100px;
	height: 100px;
}
.buttonchik3{
	position: fixed;
	top: 300px;
	background-color:green;
	width: 100px;
	height: 100px;
}
.buttonchik4{
	position: fixed;
	top: 400px;
	background-color:#38BDE9;
	width: 100px;
	height: 100px;
}
.buttonchik5{
	position: fixed;
	top: 500px;
	background-color:blue;
	width: 100px;
	height: 100px;
}
.buttonchik6{
	position: fixed;
	top: 600px;
	background-color:purple;
	width: 100px;
	height: 100px;
}*/

.popup .mask{
	z-index: -1;
	height: 140vh;
	width: 100vw;
	top: -20vh;
	left: 0;
}
.popup .cross{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.popup .cross img{
	width: 30px;
}
.popup{
	z-index: 1000;
		position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.popup .robots_form{
	background-image: none;
	position: relative
}
.popup .form{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.robots_lesson_img{
	position: relative;
	padding: 30px;
	margin: 30px;
}
.robots_lesson{
	width: 52%;
    margin: 100px auto 100px auto;
}
.robots_lesson img{
	width: 386px;
	height: 257px;	
	/*position: relative*/
}
.abs_block{
	position: absolute;
	bottom: 15px;
    left: 5px;
	width: 150px;
	height: 150px;
	background-color:#1A7098;
	z-index: -1;
}
.big_numbers{
	position: absolute;
    top: -20%;
    right: -4%;
	display: flex;
	align-items: flex-end;
}
.big_zero, .big_numeral{
	color: #61A375;
	opacity: .75;
	font-weight: 700;
}
.big_zero{
	font-size: 130px;	
} 
.big_numeral{
	font-size: 150px;
}
.robots_lesson_text_title{
	text-align: center;
	font-size: 18px;
	color: #1A7098;
	font-weight: 700;
}
.robots_lesson_text_description{
	font-size: 14px;
	font-weight: 400;
	color: #363636;
}
.robots_lesson .row{
	justify-content: space-around;
}
.robots_form{
	background-image: url(../img/ФотоФон.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	height: 50vh;
	position: relative
}
.form{
	position: absolute;
    width: 430px;
    background-color: #61a375;
    padding: 20px 0;
    top: 50%;
    left: 70%;
    transform: translate(-50%,-50%);
}
input[type=text]{
	width: 270px;
	height: 35px;
	background-color:#fff;
	border: none;
	outline: none;
	margin: 15px;
	padding: 0 0 0 20px;
	color: #8D8D8D;
	font-size: 12px;
}
input[type=submit]{
	width: 160px;
	height: 35px;
	background-color:#1A7098;
	border: none;
	outline: none;
	margin: 15px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-appearance: button;
	cursor: pointer;
}
.form_title{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.form .popup_form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.form .popup_form .policy {
	font-size: 13px;
	color: white;
	text-align: center;
  padding: 0 20%;
}
.grecaptcha-badge {
              bottom: -80px!important;
              right: inherit;
              left: 89px!important;
         }
.form_text{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 20px 20%;
}
section{
	margin: 50px 0;
}
.fouth, .fifth{
	margin: 0;
}
.robot_svg{
	/*background-image: url(../img/robot_bg.svg);*/
	-webkit-background-size: cover;
	background-size: cover;
	/*height: 90vh;*/
	margin-top: 0;
	margin-bottom: 100px;
	position: relative;
}
.robot_bg{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}
.robot_bg svg{
	max-width: 100%;
}
.robot svg{
	width: 100%;
	animation: float 5s ease infinite;
}
@keyframes float {
	0% {
		/*filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.4));*/
		transform: translateY(0px);
	}
	50% {
		/*filter: drop-shadow(0px 15px 0px rgba(0,0,0,0.2));*/
		transform: translateY(-20px);
	}
	100% {
		/*filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.4));*/
		transform: translateY(0px);
	}
}
.robot_svg .row{
	justify-content: center;
	align-items: center;
	height: 90vh;
}
.robot_text{
	width: 530px;
	margin-top: -130px;
	padding: 0 100px;
}
.robot_title{
	font-size: 28px;
	font-weight: 700;
	color: #000;
	padding: 30px 0;
}
.robot_description{
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
}
.ideas_sec{
		background-image: url(../img/Group16.jpg);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 50px 0;
	overflow-x:hidden;
}
.eight{
	margin: 0;
}
.ideas{
	max-width: 1366px;
	margin: auto;

}
.idea{
	position: relative;
	filter: drop-shadow(0 0 25px rgba(0,0,0,.25));
	background-color: #fff;
	z-index: 2;
	margin: 10px;
}
.idea_img{
	width: 300px;
	height: 200px;
}
.idea_info{
	padding: 0 20px 20px 20px;
}
.mob_idea{
	background-color: #fff;
}
.idea_desc{
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: normal;
color: #000000;
}
.idea_abs_bg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 102%;
	height: 150px;
	background-color: #1A7098;
	z-index: -1;
}
.idea_left{
	margin: 10px 10px 10px 150px;
}
.idea_right{
	margin: 10px 150px 10px 10px;
}
.idea_right .idea_abs_bg{
	background-color: #61A375;
}
.idea_left .idea_num{
	color: #1A7098;
	font-size: 72px;
	font-weight: 700;
	
}
.idea_left .idea_text{
	/*padding: 10px;*/
	color: #1A7098;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 3px solid #1A7098;
	margin:0 10px;
	padding-bottom: 5px;
}
.idea_right .idea_num{
	color: #61A375;
	font-size: 72px;
	font-weight: 700;
	
}
.idea_right .idea_text{
	/*padding: 10px;*/
	color: #61A375;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 3px solid #61A375;
	margin:0 10px;
	padding-bottom: 5px;
}
.icon_img img{
	max-width: 60%;
}
/*AuthorizationPage*/
body .authorization_block {
    margin-top:100px;
    margin-bottom:40px;
}
.ocenki input,select {
    width: 300px;
	font-size: 10px;
	padding: 6px 0 4px 10px;
	border: 1px solid #61a375;;
	background: #F6F6f6;
	border-radius: 8px;
}
.authorization_block {
	margin-top: 130px!important;
}
.authorization_block input  {
   width: 300px;
	font-size: 10px;
	padding: 6px 0 4px 10px;
	border: 1px solid #61a375;;
	margin: 15px;
	height: 35px;
	font-size: 20px;
	color: black;
	background: #F6F6f6;
	border-radius: 8px;
}
.admin_block input {
    width: 300px;
	font-size: 10px;
	padding: 6px 0 4px 10px;
	border: 1px solid #61a375;;
	margin: 15px;
	height: 35px;
	font-size: 20px;
	color: black;
	background: #F6F6f6;
	border-radius: 8px;
}
.admin_block label {
	font-size: 20px;
}
.authorization_block label {
	font-size: 20px;
}
.admin_block button {
	font-size: 20px;
	width: 250px;
	margin: 15px 0;
}
.authorization_block button {
	font-size: 20px;
	width: 250px;
	margin: 15px 0;
}

.admin_block>form>p {
	font-size: 30px;
	color: black;
}
.registration_block input  {
    width: 300px;
	font-size: 10px;
	padding: 6px 0 4px 10px;
	border: 1px solid #61a375;;
	background: #F6F6f6;
	border-radius: 8px;
}
/*PROFILEPAGE*/
.pupil_info {
    margin:0 auto;
    margin-top:120px;
    width:90%;
}
@media(max-width: 1500px){
	.page_link {
    height: 95px;
    width: 145px;
    text-align: center;
    position: relative;
    border-bottom: 5px solid rgba(0,0,0,0);
    transition: .2s all ease;
}
.call_back {
    padding: 0 25px 0 20px;
}
}
@media (max-width: 1366px) {
	.subj{
		margin: 0;
	}
	.pluss{
		position: relative;
		bottom: 0;
	}
	.robots_lesson{
	width: 70%;
    margin: auto;
}
	.robot_svg {
		height: auto!important;
	}
	.robot_svg .row {
		height: auto;
	}
}
@media (max-width: 1279px) {
	.rewiew .end{
	align-items: center;
}
	.subj_title{
		padding: 10px;
	    text-align: center;
	    font-size: 22px;
	}
	.subj_text{
	    padding: 10px;
	    text-align: center;
	    font-size: 14px;
	}
	.subj_result{
		padding: 10px;
	    text-align: center;
	    font-size: 16px;
	    font-weight: 600;
	}
	.subj_list{
		padding: 0 100px;
	    font-size: 14px;
	}
	.subj_start{
		padding: 20px 20px 20px 20px;
	    font-size: 16px;
	    font-weight: 600;
	}
	.subj_link_title{
		font-size:16px;
		font-weight: 600;	
	}
	.subj_link_text{
		font-size: 13px;
		padding: 13.5px 0;	
	}
	.fifth_title{
		padding: 80px 0;
		font-size: 38px;
		color: white;
		text-align: center;
		font-weight: 600;
	}
	.parallax_title{
		/*padding: 80px 0;*/
		font-size: 38px;
		color: white;
		text-align: center;
		font-weight: 600;
	}

	.subj_description{
		width: 100%;
	}
	.subj_link{
		width: 100%;
	}
	.advantages {
   		width: 95%;
	}
	.man{
		display: none;
	}
	.svg_persent {
		width: 320px;
	/*flex-grow: 2;*/
	}
	.f_graph {
		width: 17vw;
		padding: 30px 0px;	
	}
	.change_city{
		right: 0;
	}
	.phone_row{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
	.call_back{
		width: 150px;
		    padding: 10px 30px 0 0;
	}
	.phone{
		padding: 0;
	}
	.scroll_img {
	    animation: moveDown 1s ease-in-out  infinite;
	}
	header{
		overflow-x:auto;
    	overflow-y: hidden;
	}
	.plus{
		width: 100%;
	}
	.sec{
	margin-top: 40px;
  }	
  .idea_left{
		margin:  10px 0;
}
.idea_right{
		margin:  10px 0;
}
}
@media  (max-width: 1640px){
	.robot_svg{
	background-image: url(../img/robot_bg.svg);
	-webkit-background-size: cover;
	background-size: cover;
	height: 90vh;
	margin-top: 0;
	margin-bottom: 100px;
	position: relative;
}
.robot_bg{
	display: none;
}
.main_content h1 {
	font-size: 45px;
}
}
@media (min-width: 1279px){
.sub i{
		display: none;
	}
	.panel {
  display: none!important;
  background-color:#61A375;
  overflow: hidden;
  z-index: 100;
  padding: 20px;
  
}
.icon-scroll{
    display:none;
}
}
@media(max-width: 1279px){
	.subj_description_link{
		display: none!important;
	}
	.subj_mask{
		display: none;
	}
	.subj{
		width: 100%;
	}
	.panel {
  display: none;
  background-color:#61A375;
  overflow: hidden;
  z-index: 100;
  padding: 20px;
}
.burger-menu {
  position: relative;
  height: 30px;
  width: 40px;
  margin: 0 auto;
  color: #60635E;
  text-transform: uppercase;
  padding: 0 13px 0 0;
}


}
@media (max-width: 1023px){
	.robots_lesson{
	width: 90%;
    margin: auto;
}

.robot_text {
    width: 530px;
    margin-top: -50px;
    padding: 0 50px;
}
.main_content{
	left: 50%;
}
.main_content h1{
	font-size: 50px;
}
	
	.acc{
		width: 100%;
	}
		.rewiew_content{
		background-color: #fff;
		filter: drop-shadow(0 0 6px rgba(0,0,0,.4));
		width: 60%;
		height: auto;
		margin: 10px;
		padding: 30px;
		position: relative;
	}
}
@media (min-width: 767px) {
	
}
@media (max-width: 767px){
	.prepods .seven_title h1 {
    font-size: 20px;
    color: #1A7098;
}
.mob_idea{
	flex-direction: column;
}
.idea_img{
	width: 100%;
	height: auto;
}
	.mb_parallax_container {
		background-attachment: inherit;
	}
	.map{
	position: relative;
	width: 100%;
	height: 400px;
	-webkit-background-size: 170%;
	background-size: 170%;
	background-position: bottom;
	background-repeat: no-repeat;
}

	.prepod_img img{
	width: 300px;
	height: auto;
}
	.prepods_info_photo{
		flex-wrap: wrap;
		justify-content: center;
	}
	.prepod_block1, .prepod_block2{
		height: auto;
	}
	.prepod_dop{
		padding: 20px;
	}
	.prepod_img{
		padding: 10px 0;
		/*width: 300px;*/
	}
	.prepod_img img{
		width: 300px;
	}
	.prepod_info{
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.mat, .sos, .phy, .his, .bio, .che, .inf, .lit, .eng{
	display: none!important;
}
	.f_graph,.point{
	/*     display: none; */
	}
	.gr{
	    display: flex;
    flex-direction: column-reverse;
	}
	.popup .cross{
	position: absolute;
	top:  86%;
	right: 5px;
	cursor: pointer;
}
	.mobile{
	display: none;
}
	.robot_svg{
		height: auto;
	}
	.robot_svg .row{
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: auto;
	padding: 20px;
}
	.robot_text{
	width: 100%;
	padding: 20px;
}
	.popup .form{
	position: relative;
    width: 100%;
    background-color: #61a375;
    padding: 20px 0;
    top: 0;
    left: 0;
    transform: translate(0,0);
    margin: 50px 0;
}
	.form{
	position: relative;
    width: 100%;
    background-color: #61a375;
    padding: 20px 0;
    top: 0;
    left: 0;
    transform: translate(0,0);
    margin: 50px 0;
}
	.robots_form {
    background-image: url(../img/ФотоФон.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
    position: relative;
}
.seven_title h1 {
    font-size: 25px;
    color: #1A7098;
}
.school_icons .icon_text {
    font-weight: 400;
    font-size: 14px;
    padding: 7px 0;
    color: #69c;
}
.main_content p {
    font-size: 24px;
    font-weight: 700;
    color: white;
    line-height: 19px;
}
	.advantage_title h1{
		font-size: 20px;
	}
	.robots_lesson .row{
		flex-direction: column;
	}
	.robots_lesson img{
		width: 100%;
		height: auto;
	}
	.six .seven_title h1{
	font-size: 26px;
	color: #1A7098;
}
.six .seven_title p{
	font-size: 14px;
	color: #000;
	font-weight: 300;
	padding: 20px;
}
	.seven .slider__arrow_prev{
	    left: 70px;
	    transform: translateY(-50%);
	}
	.seven .slider__arrow_next{
	    right: 70px;
	    transform: translateY(-50%) rotate(180deg);
	}
	.teacher .slider__arrow{
		top: 75%;
	}
	.teacher .slider__arrow::after{
    content: "";
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #61A375;
    border-left: 3px solid #61A375;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}
	.map_phone{
	font-size: 14px;
	padding: 10px;
}
.map_phone a{
	color: #1A7098;
	padding: 0 10px;
}
.map_email{
	font-size: 14px;
	padding: 10px;
}
.map_email a{
	color: #61A375;
	padding: 0 10px;
}
	.eight_content h1{
	font-size: 31px;
	color: white;
	font-weight: 600;
}
.eight_content h2{
	font-size: 26px;
	color: white;
	font-weight: 600;
}
	.city{
		flex-direction: column;
	}
	.faq__question {
		    text-align: left;
		    padding: 10px 10px;
		    width: 90%;
		    margin: auto;
		}
	.map_content{
	position: relative;
    width: 100%;
    height: auto;	
    top: 0;
    left: 0;
}
	.rewiew {
	    width: 250px;
	        margin: auto;
	}
	.rewiews{
	    width: 100%;
	    margin: auto;
	}
	.robots .main_content_container{
		z-index: 2;
		position: relative;
		height: 100vh;
	}
	.main_content_container{
		z-index: 2;
		position: relative;
		height: 110vh;
	}
	.main_btn{
		margin-top: 0;
	}
	.teacher_text_mob{
		display: none;
	}
	.teacher{
		width: 100%;
	}
	.teacher_slide{
		width: 250px;
		height: 500px;
	}
	.teacher_photo{
		width: 250px;
		height: 250px;
		background-position: top;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.teacher_subj{
		color: green;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		padding: 10px 0 0 0;
	}
	.teacher_text{
		font-size: 14px;
		color: #363636;
		padding: 10px 10px;
		text-align: center;
	}
	
	.sub p{
		padding: 0;
		width: 50%;
	}
	.subj{
		width: 100%;
	}
	.sub{
		padding: 0;	
		justify-content: space-between;	
	}
	.sub img{
		margin:  10px 10px;
	}
	.icon_title{
		font-weight: 600;
		font-size: 17px;
		color: #61A375;
	}
	.icon_text{
		font-weight: 400;
		font-size: 14px;
		color: #69c;
	}
	.icons .icon{
		width: 46%;
	}
	.slider_item{
		display: flex;
		justify-content: center;
		margin: 10px;	/*width: 80%;*/
	}
	.slider_item .row{
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	    padding: 0 0 0 0;	    
	}
	.pic{
		background-image: url(../img/matem.jpg); 
		background-size: cover; 
		width: 100%!important;
		height: 200px;
		position: relative;
	}
	.slider_item_content{
		padding: 20px;
		width: 90%;
	}
	.slider_item_content h2{
		font-size: 20px;
	}
	.pic .slider_item_title{
		font-size: 30px;
	}
	.slider_item .row{
		flex-direction: column;
	}
	.point{
		justify-content: center;
	}
	.point .row{
		flex-direction: column;
    	align-items: flex-start;
	}
	.svg_persent {
		width: 320px;
	}
	.f_graph {
		width: 50vw;
	}
	
	.main_content{
		position: absolute;
	    top: 55%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	.main_content h1{
		font-size: 24px;
	}	
	.main_content h2{
		font-size: 18px;
	}
	.main_content p{
		font-size: 14px;
	}
	.name{
		font-size: 15px;
	}
	.plus_text{
		font-size: 14px;
		width: 95%;
	}

}
.mat, .sos, .phy, .his, .bio, .che, .inf, .lit, .eng{
	display: none;
}
svg #el207{
	fill: red;
	transform-origin: 300px;
		animation: spinT 16s ease infinite;
}
svg #el208{
	fill: red;
	transform-origin: 300px;
		animation: spinT 20s ease infinite;
}
svg #P1152{
    transform-origin: 152px;
    animation: spin 20s ease infinite;
}
@keyframes spin{
	from{
		transform: rotate(0deg);

	}
	to{
		transform: rotate(360deg);

	}
}
@keyframes spinT{
	from{
		transform: rotate(0deg) translate(0px);

	}
	to{
		transform: rotate(360deg) translate(200px);

	}
}
/*Licenses*/
.licenses{
	margin:146px auto;
	max-width: 97%;
 }
 .licenses .items {
 		display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
 }
  .licenses .items .item {
  	margin: 10px 20px;
  	border-radius: 10px;
  	box-shadow: rgb(6 5 50 / 10%) 0px 4px 30px;
  }
 .licenses .items .item img {
 	width: 300px;
 	height: 420px;
 }
 /*Documents*/
.documents{
	margin:146px auto;
	max-width: 97%;
 }
 .documents .items {
 		display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
 }
  .documents .items .item {
  	margin: 10px 20px;
  	display: flex;
  	align-items: center;
  	justify-content: flex-start;
  	transition: 0.3s;
  	height: 350px;
  	flex-direction: column;
  }
  .documents .items .item p {
  	font-size: 17px;
  	text-align: center;
  	color: gray;
  	text-transform: uppercase;
  	max-width: 300px;
  	height: 40px;
  	font-weight: bold;
  	margin: 0;
  	margin-bottom: 20px;
  }
    .documents .items .item:hover {
    	transform: scale(1.1);
    }
 .documents .items .item img {
 	width: 150px;
 	margin-bottom: 20px;
 }
         .documents .bot1{
    background:linear-gradient(to bottom, #FFFFFF, #E6E6E6) #F5F5F5 repeat-x;
    background:#61a375;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-radius: 4px;
    border-style: solid;
    cursor: pointer;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
        text-decoration:none;
    display:block;
    font-size: 16px;
        width:150px;
    line-height: 20px;
    margin: 20px auto;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color:white;
}

 .documents .bot1:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

 .documents .bot1:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
  .documents .bot1:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
#cookie_notification{
		  display: none;
		  justify-content: space-between;
		  align-items: center;
		  position: fixed;
		  bottom: 15px;
		  left: 50%;
		  width: 900px;
		  max-width: 90%;
		  transform: translateX(-50%);
		  padding: 25px;
		  background-color: white;
		  border-radius: 4px;
		  z-index:10000;
		  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
		}
		#cookie_notification button {
    		border:0;
		    background: #61A375;
		    border-radius: 5px;
		    font-weight: bold;
		    padding: 10px;
		    font-size: 20px;
		    line-height: 30px;
		    transition: 0.3s;
		    color: #FFFFFF;
		}
		#cookie_notification button:hover {
			box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		}
		#cookie_notification p{
		  margin: 0;
		   font-family: 'montserrat', sans-serif;
		  font-size: 0.8rem;
		  text-align: left;
		  color: black;
		}
		@media (min-width: 576px){
		  #cookie_notification.show{
		    display: flex;
		  }
		  .cookie_accept{
		    margin: 0 0 0 25px;
		  }
		}

		@media (max-width: 575px){
		  #cookie_notification.show{
		    display: block;
		    text-align: center;
		  }
		  .cookie_accept{
		    margin: 10px 0 0 0;
		  }
		}
/*Стили Pop-up ЭЦП*/
.edu_info .document_block .ecp {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    background-color: #ebd765;
    border-radius: 10px;
    padding: 5px;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
     box-shadow: rgb(6 5 50 / 10%) 0px 4px 30px;
     transition: 0.3s;
}
.edu_info .document_block .ecp:hover {
     box-shadow: none;
}
.ecp_info {
    max-width: 95%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgb(6 5 50 / 10%) 0px 4px 30px;
}
.ecp_info .title{
    font-size: 18px;
    margin: 18px 0;
}
.ecp_info .normal {
	margin: 16px 0;
}
.ecp_info .cross {
    padding: 5px;
    background-size: cover;
    position: absolute;
    top: 7%;
    left: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid black;
    border-radius: 10px;
    cursor: pointer;
}
.ecp_info .cross img {
    width: 15px;
    height: 15px;
    transition:0.3s;
}
.ecp_info .cross:hover img {
    transform: rotate(360deg);
}