img {
	max-width:100%
}

.aside__email a {
        font-size: 0.7vw;
    }
.table-price-medecine{
	border: 1px solid black;
	width: 100%;
}

.table-price-medecine td{
	border: 1px solid black;
	padding: 10px 5px;
	text-align: center;
	color: black;
	font-weight: 500;
}


.table-price-medecine tr:nth-child(2){
	    background: #f7f7f7;
}

.table-price-medecine tr:nth-child(1){
	    font-weight: 700;
}


.img{
	max-width:100%;
}


.item-page .gallery__item img {
	max-width: 80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}




.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #296db9;
  color: white;
        -webkit-transition: all 1.0s ease;;
  -moz-transition: all 1.0s ease;;
  -o-transition: all 1.0s ease;;
  transition: all 1.0s ease;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #296db9;
    color: white;

}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 30px 12px;
  border: 1px solid #296db9;
  border-top: none;
}



/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

.tab button {
  width: 100%;
}



#rsform_5_page_0 .form-group:nth-child(1){
width:100% !important;
float: none !important;
margin-right: 0px !important;
margin-left: 0px !important;
}

#rsform_5_page_0 .form-group:nth-child(2){
width:100% !important;
float: none !important;
margin-right: 0px !important;
margin-left: 0px !important;
}


#rsform_5_page_0 .form-group:nth-child(3){
width:100% !important;
float: none !important;
margin-right: 0px !important;
margin-left: 0px !important;
}



#rsform_5_page_0 .text-center button{
	width:100%;

}

} 





#rsform_5_page_0 .text-center button{
background: #296db9;
color: white;
font-weight: 900;
border: 2px solid black;
}



#rsform_5_page_0 .text-center button:hover{
background: white;
color: #296db9;
font-weight: 900;
border: 2px solid #296db9;
  -webkit-transition: all 1.3s ease;;
  -moz-transition: all 1.3s ease;;
  -o-transition: all 1.3s ease;;
  transition: all 1.3s ease;

}





#rsform_5_page_0 .form-group textarea{
border: 1px solid #296db9;
}


#rsform_5_page_0 .form-group input{
border: 1px solid #296db9;
}

#rsform_5_page_0 .form-group:nth-child(1){
width:33%;
float: left;
margin-right: 0.5%;
}

#rsform_5_page_0 .form-group:nth-child(2){

width:33%;
float: left;
margin-right: 0.5%;
}

#rsform_5_page_0 .form-group:nth-child(3){
width:33%;
float: left;
}

















.two{
  width: 100%;
     /* margin: -1.5rem !important;*/
      padding: -3rem !important;
}


.two li{
  width: 33.333333333333333333333333333333%;
   list-style: none;
}


.two ul li a{
   color: white;
   font-size: 16px !important;
   text-align: center;

}

.two ul {
  background: #296db9;
  overflow: hidden;
  padding: 0;
}
.two li {
  float: left;
}
.two a {
  display: block;
  padding: 1em;
  border: 1px solid #ADC0CE;
  background: rgba(173, 192, 206, .3);
  color: #29838C;
}
.two a:hover {background: #ADC0CE}




@media (max-width: 1200px) {


.two li{width: 50%;}


}




@media (max-width: 760px) {

.two li{width: 100%;}



}


@media(max-width: 768px) {

.about-teachers ul{
	margin: 0px;
	padding: 0px;
}

}




.about-teachers .teachers-info-block img{
	height: 400px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 15px;
	border-radius: 15px;
}



.about-teachers  h3{
	text-align: left !important;
}


.about-teachers .teachers-info-block h4{
	margin-left: 0px;
	margin-top: 15px;
}



.kafedry-hover{
  text-align: center;
}



/**


.img-kaf-hover {
  display: inline-block;
  position: relative;    
  line-height: 0;
}
.img-kaf-hover:after {
  content: "";
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.img-kaf-hover:hover:after {
  display: block;
  width: 100%;
  height: 100%;    
  position: absolute;
  top: 0;    
  left: 0;   
  background: transparent;
 background-image: linear-gradient(to top right, rgb(101, 110, 207), rgb(105, 114, 209), rgb(109, 117, 210), rgb(112, 121, 212), rgb(116, 124, 213), rgb(120, 128, 215), rgb(124, 131, 216), rgb(128, 135, 218), rgb(132, 138, 219), rgb(135, 142, 221), rgb(139, 145, 222), rgb(143, 149, 224));
  opacity: 0.8;
}
.img-kaf-hover:before {
  content: "";
  opacity: 0;    
  transition: opacity 0.5s;
}
.img-kaf-hover:hover:before {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px; 
  position: absolute;
  top: 50%;
  left: 50%;    
  z-index: 100;    
  opacity: 1;
}


*/

.kafedry-hover img:hover{
 transition: 1s; /* Время эффекта */
-webkit-box-shadow: 3px 6px 65px 0px rgb(0 143 147));
-moz-box-shadow: 3px 6px 65px 0px rgb(0 143 147);
box-shadow: 3px 6px 65px 0px rgb(0 143 147);

}



.main-home-menu{

}

.main-home-menu a{
     background: white;
    padding: 5px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.main-home-menu a:hover{
     background: none;
    border: solid 1px white;
    color: white;
    transition: all 0.5s ease-out;
}




.container-d-yal-n-stl .col-md-4{
  margin-bottom: 30px;
}


.container-d-yal-n-stl img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-teachers .row{
  margin-bottom: 30px;
}



.med-news1-shapka{
  background: #296db9;

  padding: 15px;
}

.med-news1-shapka h3{
  color: white !important;
  font-size: 25px !important;
  text-align: left !important;
  font-weight: 100 !important;
}

.med-news1-shapka h2{
  color: white !important;
  font-size: 50px !important;
}


.news-med-blue{
  color: #296db9 !important;
  text-transform: uppercase !important;
  margin-top: 25px;
  font-size: 25px !important;
  font-weight: 500 !important;
}



.container-nauka{
  margin-bottom: 30px;

}

.container-nauka h3{
  text-transform:uppercase !important;
  text-align: center !important;
  margin-bottom: 35px;
  color:#296db9 !important;

}


.container-nauka .plashka-nauka{
  background: #f2f2f2 !important;
  padding: 15px;
  color: black !important;
  text-align: center;
  height: auto;

}


.container-nauka  .col-md-3{
  margin-bottom: 30px;
}

.container-nauka  .col-md-9{
  margin-bottom: 30px;
}


.container-nauka  .col-md-6{
  margin-bottom: 30px;
}



.container-nauka .plashka-nauka p{
  font-weight: 700;
  min-height: 120px;
}

.container-nauka-two .plashka-nauka p{
  font-weight: 700;
  min-height: 60px !important;
}


.container-nauka .plashka-nauka img{
  height: 200px;
  width: 200px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}





.container-nauka-two .plashka-nauka img{
  height: 350px !important;
  width: 350px !important;

}



.container-box-nauka{
  margin: 0 15px;
   background-size:cover; 
   height:auto;
       background-repeat: round;
}

.container-box-nauka h3{

color: white !important;
padding-top: 480px !important;
font-weight: 100 !important;
font-size: 1.5rem !important;
padding: 15px;

}

.container-box-nauka p a{
  color: white !important;
  font-size: 1.5rem !important;
  text-transform: uppercase;
}


.container-box-nauka p{
  text-align: right;
  padding: 15px;
}




@media(max-width: 1200px) {


.container-nauka .plashka-nauka img{height: 150px;width: 150px;}
.container-nauka .plashka-nauka{height: 400px;}
.container-box-nauka h3{padding-top: 350px !important;}

}





@media(max-width: 768px) {


.container-nauka .plashka-nauka img{height: 200px !important;width:200px!important;}
.container-nauka .plashka-nauka{height: 300px;}
.container-nauka-two .plashka-nauka{height: auto !important;}
.container-box-nauka h3{padding-top: 50px !important; font-size: 20px !important;}
.container-box-nauka div{background-color: rgba(0, 0, 0, 0.4);}
.container-box-nauka p{text-align: center !important;}
}




.nauka-footer h3{
  text-transform: uppercase !important;
  color: white !important;
  text-align: center !important;
  margin-bottom: 50px;
}

.nauka-footer{
  background: #296db9;
  padding: 35px;
}

.nauka-footer p{
  color: white !important;
}

.nauka-footer ul li{
  color: white !important;
}


.nauka-footer a{
  color: white !important;
}




.den-doc-block{height:750px; width:100%; background-size:cover; position:relative;}
.container-day-of-doctor h4{color: #296db9 !important;padding: 15px;}
.blue-den-med{background: #296db9 !important;padding: 15px;}
.blue-den-med h3{color: white !important;}



@media(max-width: 768px) {.den-doc-block{height:500px;}}









.contaner-naka-omg img {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover !important;
    margin-bottom: 30px;
}


@media(max-width: 768px) {.contaner-naka-omg img { height: 350px !important;}}


.contaier-vshen-ra{
  height: 700px;
  width: 100%;
  background-size: cover;
}

.contaier-vshen-ra p{
background-color: #f9f9f980;
    padding: 15px;
    width: 60%;
    color: #296db9;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
}

.fix-rada-med{
  width: 100%;
  height: 300px;
  object-fit: cover;
}







.image-absolute{
  position  : relative !important;
}


.image-absolute p{
  color: white !important;
  text-transform: uppercase;
  position: absolute;
  top: 30%;
  text-align: center;
  margin: 25px;
  font-weight: 900;
  font-size: 26px;
}


@media (max-width: 1096px) {

.image-absolute img{height: 520px;}
}


@media (max-width: 800px) {
.image-absolute img{height: 250px;}
.image-absolute p{top: 20% !important;font-size: 16px !important;}
}

@media (max-width: 440px) {
  .image-absolute p{top: 10% !important;font-size: 16px !important;}
  .image-absolute img{height: 300px !important;}
}


.container-gramatica .col-lg-6{
  margin-top: 15px;
  margin-bottom: 15px;

}

.container-gramatica .col-lg-6 img{
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.container-gramatica .blue-med-fix{
  text-align: center !important;
  color: #296db9 !important;
  text-transform: uppercase !important;
  font-size: 25px;
  font-weight: 500;
}







.aside ul.menu.ext-menu {
    padding-top: .52vw;
    border-top: 1px solid #fff;
}





@media (max-width: 992px){
.fixer-style-main .fix-bot-style a {
    font-size: 17px !important;
    padding: 10px !important;
}
}



.fixer-style-main .fix-bot-style a {
    width: 100% !important;
    font-size: 19px !important;
    padding: 15px !important;
}









.hero__content{
	width: 100% !important;
}













.box1 {
position: relative;
margin-bottom: 25px;
}
.box1::after,
.box1::before {
content: "";
position: absolute;
opacity: 1;
transition: all 0.4s ease-out;
top: 0rem;
bottom: 0rem;
left: 0rem;
right: 0rem;
}

.box1:hover::before {
background: rgba(0, 0, 0, 1);
transform: scale(1, 1);
}
.box1:hover::after {
transform: scale(1, 1);
}
.box1 .content1 {
	background-color:rgba(0, 0, 255, 0.3);

position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 5px;
color: white;
opacity: 1;
}
.box1:hover .content1 {
opacity: 1;
}
.box1 .content1 h*,
.box1 .content1 p {
padding: 10px;
font-size: 1.23rem;
}
.box1:hover img {
opacity: 0.4;
}



.ac-container{
    margin: 10px auto 30px auto;
}

.ac-container label{
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        1px 0px 0px 0px rgba(255,255,255,0.9) inset,
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover{
    background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #0581b4;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after{
    background-image: url(../images/arrow_up.png);
}

.ac-container input{
    display: none;
}

.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition:
        height 0.3s ease-in-out,
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition:
        height 0.5s ease-in-out,
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.ac-container article p{
    color: #777;
    line-height: 23px;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container input:checked ~ article.ac-small{
    height: auto;
	padding-left: 0;
}
.ac-container input:checked ~ article.ac-medium{
    height: auto;
	padding-left: 35px;
}
.ac-container input:checked ~ article.ac-large{
    height: auto;
	padding-left: 0;
}





.custom .gallery{
	margin-bottom: 30px !important;
}



/***** ОФРМЛЕННЯ ВИКЛАДАЧІВ ТА КАФЕДР *******/
.admin-info{margin-bottom: 30px;}


.pesontedan-content1 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa1{float:left;width:100%}
.pesontedan1{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan1 input{position:absolute;opacity:0;z-index:-1}
.admin-info1 img{object-fit:cover;width:100%;height:350px}
.pesontedan1 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content1{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info1{margin-bottom:20px}
.pesontedan-content1 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan1 input:checked~.pesontedan-content1{max-height:100%}
.pesontedan1 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan1 input[type=checkbox]+label::after{content:"+"}
.pesontedan1 input[type=radio]+label::after{content:"\25BC"}
.pesontedan1 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan1 input[type=radio]:checked+label::after{transform:rotateX(180deg)}









.pesontedan-content2 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa2{float:left;width:100%}
.pesontedan2{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan2 input{position:absolute;opacity:0;z-index:-1}
.admin-info2 img{object-fit:cover;width:100%;height:350px}
.pesontedan2 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content2{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info2{margin-bottom:20px}
.pesontedan-content2 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan2 input:checked~.pesontedan-content2{max-height:100%}
.pesontedan2 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan2 input[type=checkbox]+label::after{content:"+"}
.pesontedan2 input[type=radio]+label::after{content:"\25BC"}
.pesontedan2 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan2 input[type=radio]:checked+label::after{transform:rotateX(180deg)}





.pesontedan-content3 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa3{float:left;width:100%}
.pesontedan3{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan3 input{position:absolute;opacity:0;z-index:-1}
.admin-info3 img{object-fit:cover;width:100%;height:350px}
.pesontedan3 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content3{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info3{margin-bottom:20px}
.pesontedan-content3 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan3 input:checked~.pesontedan-content3{max-height:100%}
.pesontedan3 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan3 input[type=checkbox]+label::after{content:"+"}
.pesontedan3 input[type=radio]+label::after{content:"\25BC"}
.pesontedan3 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan3 input[type=radio]:checked+label::after{transform:rotateX(180deg)}





.pesontedan-content4 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa4{float:left;width:100%}
.pesontedan4{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan4 input{position:absolute;opacity:0;z-index:-1}
.admin-info4 img{object-fit:cover;width:100%;height:350px}
.pesontedan4 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content4{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info4{margin-bottom:20px}
.pesontedan-content4 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan4 input:checked~.pesontedan-content4{max-height:100%}
.pesontedan4 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan4 input[type=checkbox]+label::after{content:"+"}
.pesontedan4 input[type=radio]+label::after{content:"\25BC"}
.pesontedan4 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan4 input[type=radio]:checked+label::after{transform:rotateX(180deg)}




.pesontedan-content5 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa5{float:left;width:100%}
.pesontedan5{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan5 input{position:absolute;opacity:0;z-index:-1}
.admin-info5 img{object-fit:cover;width:100%;height:350px}
.pesontedan5 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content5{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info5{margin-bottom:20px}
.pesontedan-content5 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan5 input:checked~.pesontedan-content5{max-height:100%}
.pesontedan5 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan5 input[type=checkbox]+label::after{content:"+"}
.pesontedan5 input[type=radio]+label::after{content:"\25BC"}
.pesontedan5 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan5 input[type=radio]:checked+label::after{transform:rotateX(180deg)}





.pesontedan-content6 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa6{float:left;width:100%}
.pesontedan6{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan6 input{position:absolute;opacity:0;z-index:-1}
.admin-info6 img{object-fit:cover;width:100%;height:350px}
.pesontedan6 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content6{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info6{margin-bottom:20px}
.pesontedan-content6 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan6 input:checked~.pesontedan-content6{max-height:100%}
.pesontedan6 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan6 input[type=checkbox]+label::after{content:"+"}
.pesontedan6 input[type=radio]+label::after{content:"\25BC"}
.pesontedan6 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan6 input[type=radio]:checked+label::after{transform:rotateX(180deg)}








.pesontedan-content7 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa7{float:left;width:100%}
.pesontedan7{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan7 input{position:absolute;opacity:0;z-index:-1}
.admin-info7 img{object-fit:cover;width:100%;height:350px}
.pesontedan7 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content7{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info7{margin-bottom:20px}
.pesontedan-content7 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan7 input:checked~.pesontedan-content7{max-height:100%}
.pesontedan7 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan7 input[type=checkbox]+label::after{content:"+"}
.pesontedan7 input[type=radio]+label::after{content:"\25BC"}
.pesontedan7 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan7 input[type=radio]:checked+label::after{transform:rotateX(180deg)}




.pesontedan-content8 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa8{float:left;width:100%}
.pesontedan8{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan8 input{position:absolute;opacity:0;z-index:-1}
.admin-info8 img{object-fit:cover;width:100%;height:350px}
.pesontedan8 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content8{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info8{margin-bottom:20px}
.pesontedan-content8 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan8 input:checked~.pesontedan-content8{max-height:100%}
.pesontedan8 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan8 input[type=checkbox]+label::after{content:"+"}
.pesontedan8 input[type=radio]+label::after{content:"\25BC"}
.pesontedan8 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan8 input[type=radio]:checked+label::after{transform:rotateX(180deg)}




.pesontedan-content9 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa9{float:left;width:100%}
.pesontedan9{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan9 input{position:absolute;opacity:0;z-index:-1}
.admin-info9 img{object-fit:cover;width:100%;height:350px}
.pesontedan9 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content9{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info9{margin-bottom:20px}
.pesontedan-content9 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan9 input:checked~.pesontedan-content9{max-height:100%}
.pesontedan9 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan9 input[type=checkbox]+label::after{content:"+"}
.pesontedan9 input[type=radio]+label::after{content:"\25BC"}
.pesontedan9 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan9 input[type=radio]:checked+label::after{transform:rotateX(180deg)}




.pesontedan-content10 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa10{float:left;width:100%}
.pesontedan10{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan10 input{position:absolute;opacity:0;z-index:-1}
.admin-info10 img{object-fit:cover;width:100%;height:350px}
.pesontedan10 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content10{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info10{margin-bottom:20px}
.pesontedan-content10 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan10 input:checked~.pesontedan-content9{max-height:100%}
.pesontedan10 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan10 input[type=checkbox]+label::after{content:"+"}
.pesontedan10 input[type=radio]+label::after{content:"\25BC"}
.pesontedan10 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan10 input[type=radio]:checked+label::after{transform:rotateX(180deg)}




.pesontedan-content11 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa11{float:left;width:100%}
.pesontedan11{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan11 input{position:absolute;opacity:0;z-index:-1}
.admin-info11 img{object-fit:cover;width:100%;height:350px}
.pesontedan11 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content11{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info11{margin-bottom:20px}
.pesontedan-content11 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan11 input:checked~.pesontedan-content9{max-height:100%}
.pesontedan11 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan11 input[type=checkbox]+label::after{content:"+"}
.pesontedan11 input[type=radio]+label::after{content:"\25BC"}
.pesontedan11 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan11 input[type=radio]:checked+label::after{transform:rotateX(180deg)}








.pesontedan-content12 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa12{float:left;width:100%}
.pesontedan12{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan12 input{position:absolute;opacity:0;z-index:-1}
.admin-info12 img{object-fit:cover;width:100%;height:350px}
.pesontedan12 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content12{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info12{margin-bottom:20px}
.pesontedan-content12 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan12 input:checked~.pesontedan-content12{max-height:100%}
.pesontedan12 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan12 input[type=checkbox]+label::after{content:"+"}
.pesontedan12 input[type=radio]+label::after{content:"\25BC"}
.pesontedan12 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan12 input[type=radio]:checked+label::after{transform:rotateX(180deg)}








.pesontedan-content13 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa13{float:left;width:100%}
.pesontedan13{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan13 input{position:absolute;opacity:0;z-index:-1}
.admin-info13 img{object-fit:cover;width:100%;height:350px}
.pesontedan13 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content13{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info13{margin-bottom:20px}
.pesontedan-content13 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan13 input:checked~.pesontedan-content13{max-height:100%}
.pesontedan13 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan13 input[type=checkbox]+label::after{content:"+"}
.pesontedan13 input[type=radio]+label::after{content:"\25BC"}
.pesontedan13 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan13 input[type=radio]:checked+label::after{transform:rotateX(180deg)}






.pesontedan-content15 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa15{float:left;width:100%}
.pesontedan15{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan15 input{position:absolute;opacity:0;z-index:-1}
.admin-info15 img{object-fit:cover;width:100%;height:350px}
.pesontedan15 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content15{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info15{margin-bottom:20px}
.pesontedan-content15 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan15 input:checked~.pesontedan-content15{max-height:100%}
.pesontedan15 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan15 input[type=checkbox]+label::after{content:"+"}
.pesontedan15 input[type=radio]+label::after{content:"\25BC"}
.pesontedan15 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan15 input[type=radio]:checked+label::after{transform:rotateX(180deg)}













.pesontedan-content16 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa16{float:left;width:100%}
.pesontedan16{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan16 input{position:absolute;opacity:0;z-index:-1}
.admin-info16 img{object-fit:cover;width:100%;height:350px}
.pesontedan16 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content16{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info16{margin-bottom:20px}
.pesontedan-content16 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan16 input:checked~.pesontedan-content16{max-height:100%}
.pesontedan16 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan16 input[type=checkbox]+label::after{content:"+"}
.pesontedan16 input[type=radio]+label::after{content:"\25BC"}
.pesontedan16 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan16 input[type=radio]:checked+label::after{transform:rotateX(180deg)}







.pesontedan-content17 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa17{float:left;width:100%}
.pesontedan17{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan17 input{position:absolute;opacity:0;z-index:-1}
.admin-info17 img{object-fit:cover;width:100%;height:350px}
.pesontedan17 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content17{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info17{margin-bottom:20px}
.pesontedan-content17 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan17 input:checked~.pesontedan-content17{max-height:100%}
.pesontedan17 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan17 input[type=checkbox]+label::after{content:"+"}
.pesontedan17 input[type=radio]+label::after{content:"\25BC"}
.pesontedan17 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan17 input[type=radio]:checked+label::after{transform:rotateX(180deg)}























   .tab input, .tab-content { display: none; }
   .tab {
    border: 1px solid #e9eaec; /* Параметры рамки */
    border-radius: 3px; /* Скругляем уголки */
    color: #848994; /* Цвет текста */
    margin-bottom: 10px; /* Расстояние между пунктами */
   }
   .tab-title {
    padding: 10px; /* Поля вокруг текста */
    display: block; /* Блочный элемент */
    text-transform: uppercase; /* Все буквы заглавные */
    font-weight: bold; /* Жирное начертание */
    cursor: pointer; /* Вид курсора */
   }
   .tab-title::after {
    content: '+'; /* Выводим плюс */
    float: right; /* Размещаем по правому краю */
   }
   .tab-content {
    padding: 10px 20px; /* Поля вокруг текста */
   }
   .tab :checked + .tab-title {
    background-color: #296db9; /* Цвет фона */
    border-radius: 3px 3px 0 0; /* Скругляем уголки */
    color: #fff; /* Цвет текста */
   }
   .tab :checked + .tab-title::after {
    content: '−'; /* Выводим минус */
   }
   .tab :checked ~ .tab-content {
    display: block; /* Показываем содержимое */
   }








.pesontedan-content17 img{height:550px!important;width:50%!important;object-fit:cover!important}
.gaonutosa-fix1{float:left;width:100%}
.pesontedan-fix1{position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan-fix1 input{position:absolute;opacity:0;z-index:-1}
.admin-info-fix1 img{object-fit:cover;width:100%;height:350px}
.pesontedan-fix1 label{position:relative;width:25%;padding:0 0 0 1em;background:#296db9;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content17{max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #296db9}
.teacher-info-fix1{margin-bottom:20px}
.pesontedan-content-fix1 p{margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan-fix1 input:checked~.pesontedan-content17{max-height:100%}
.pesontedan-fix1 label::after{position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan-fix1 input[type=checkbox]+label::after{content:"+"}
.pesontedan-fix1 input[type=radio]+label::after{content:"\25BC"}
.pesontedan-fix1 input[type=checkbox]:checked+label::after{transform:rotate(315deg)}
.pesontedan-fix1 input[type=radio]:checked+label::after{transform:rotateX(180deg)}





embed {
  width: 100%;
  height: 800px;
  }
  @media (max-width: 489px) {
    embed {
      height:auto;
    }
  }








/**********************************************************************************************/
.gaonutosa2 {float:left;width:100%}
.pesontedan2 {position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan2 input {position:absolute;opacity:0;z-index:-1}
.pesontedan2 label {position:relative;width:25%;padding:0 0 0 1em;background:#018b90;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content2 {max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #018b90}
.teacher-info2 {margin-bottom:20px}
.pesontedan-content2 p {margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan2 input:checked ~ .pesontedan-content2 {max-height:100%}
.pesontedan2 label::after {position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan2 input[type=checkbox] + label::after {content:"+"}
.pesontedan2 input[type=radio] + label::after {content:"\25BC"}
.pesontedan2 input[type=checkbox]:checked + label::after {transform:rotate(315deg)}
.pesontedan2 input[type=radio]:checked + label::after {transform:rotateX(180deg)}
/*****************************************************************/
.gaonutosa3 {float:left;width:100%}
.pesontedan3 {position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan3 input {position:absolute;opacity:0;z-index:-1}
.pesontedan3 label {position:relative;width:25%;padding:0 0 0 1em;background:#018b90;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content3 {max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #018b90}
.teacher-info3 {margin-bottom:20px}
.pesontedan-content3 p {margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan3 input:checked ~ .pesontedan-content3 {max-height:100%}
.pesontedan3 label::after {position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan3 input[type=checkbox] + label::after {content:"+"}
.pesontedan3 input[type=radio] + label::after {content:"\25BC"}
.pesontedan3 input[type=checkbox]:checked + label::after {transform:rotate(315deg)}
.pesontedan3 input[type=radio]:checked + label::after {transform:rotateX(180deg)}
/*****************************************************************/
.gaonutosa4 {float:left;width:100%}
.pesontedan4 {position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan4 input {position:absolute;opacity:0;z-index:-1}
.pesontedan4 label {position:relative;width:25%;padding:0 0 0 1em;background:#018b90;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content4 {max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #018b90}
.teacher-info4 {margin-bottom:20px}
.pesontedan-content4 p {margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan4 input:checked ~ .pesontedan-content4 {max-height:100%}
.pesontedan4 label::after {position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan4 input[type=checkbox] + label::after {content:"+"}
.pesontedan4 input[type=radio] + label::after {content:"\25BC"}
.pesontedan4 input[type=checkbox]:checked + label::after {transform:rotate(315deg)}
.pesontedan4 input[type=radio]:checked + label::after {transform:rotateX(180deg)}
/*****************************************************************/
.gaonutosa5 {float:left;width:100%}
.pesontedan5 {position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan5 input {position:absolute;opacity:0;z-index:-1}
.pesontedan5 label {position:relative;width:25%;padding:0 0 0 1em;background:#018b90;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content5 {max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #018b90}
.teacher-info5 {margin-bottom:20px}
.pesontedan-content5 p {margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan5 input:checked ~ .pesontedan-content5 {max-height:100%}
.pesontedan5 label::after {position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan5 input[type=checkbox] + label::after {content:"+"}
.pesontedan5 input[type=radio] + label::after {content:"\25BC"}
.pesontedan5 input[type=checkbox]:checked + label::after {transform:rotate(315deg)}
.pesontedan5 input[type=radio]:checked + label::after {transform:rotateX(180deg)}
/*****************************************************************/
.gaonutosa6 {float:left;width:100%}
.pesontedan6 {position:relative;margin-bottom:1px;width:100%;color:#f3f1f1;overflow:hidden}
.pesontedan6 input {position:absolute;opacity:0;z-index:-1}
.pesontedan6 label {position:relative;width:25%;padding:0 0 0 1em;background:#018b90;line-height:3;cursor:pointer;text-shadow:0 1px 0 #296db9;font-size:17px;margin:0}
.pesontedan-content6 {max-height:0;overflow:hidden;transition:max-height .4s;font-size:14px;color:#000;clear:both;border:1px solid #018b90}
.teacher-info6 {margin-bottom:20px}
.pesontedan-content6 p {margin:1em;color:#000;clear:both;padding:15px;margin:0;padding-bottom:0}
.pesontedan6 input:checked ~ .pesontedan-content6 {max-height:100%}
.pesontedan6 label::after {position:absolute;right:0;top:0;display:block;width:3em;height:3em;line-height:3;text-align:center;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.pesontedan6 input[type=checkbox] + label::after {content:"+"}
.pesontedan6 input[type=radio] + label::after {content:"\25BC"}
.pesontedan6 input[type=checkbox]:checked + label::after {transform:rotate(315deg)}
.pesontedan6 input[type=radio]:checked + label::after {transform:rotateX(180deg)}