@font-face {
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: normal;
	src: url('../font/Montserrat-Regular.ttf');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	src: url('../font/Montserrat-Bold.ttf');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: italic;
	src: url('../font/Montserrat-Italic.ttf');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: bold;
	font-style: italic;
	src: url('../font/Montserrat-BoldItalic.ttf');
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background: #2D6EDF; 
}

::-webkit-scrollbar-thumb:hover {
    background: #043486; 
}

html,body {
    height: 100%;
    font-family: "Montserrat";
}

.tingle-modal {
    user-select: text !important;
}


/* Title page*/

.title-container{
    width: 100vw;
    height:100vh;
}

.title-col1{
    height:100%;
    background-image: url("../img/back2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*border-right: 5px solid white;*/
}

.title-col2{
 
  background-image: url("../img/back_2.png");
  display: flex;
  align-items: center;
  text-align: center;
	background-size: 100% 100%;
    background-repeat: no-repeat;
  /*animation: changeBackgroundColor 20s infinite;*/
	
}

@media (min-width: 998px) {
	body {
		overflow-x: hidden;
	}
}

a {
	color: #0090F9;
	transition: all .4s ease-out;
}

audio {
  width:100%;
}

.coubs__item-1 {
	position: absolute;
	width: 189px;
	height: 189px;
	left: 3%;
	top: 5%;
	background-color: #5869FF;
	box-shadow: 20px 24px 44px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
}

.coubs__item-2 {
	position: absolute;
	box-shadow: 20px 24px 44px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
	width: 50px;
	height: 50px;
	top: 10%;
	left: 18%;
	background: #DDDDDD;
	opacity: 0.5;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	filter: blur(14px);
}

.wrapper{
  margin-top: 10%;
}

.wrapper h1{
  font-family: 'Allura', cursive;
  font-size: 52px;
  margin-bottom: 60px;
  text-align: center;
}

.team{
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  flex-wrap: wrap;
}

.team .team_member{
  background: #fff;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  padding: 20px;
  line-height: 20px;
  color: #8e8b8b;  
  position: relative;
}

.team .team_member h3{
  color: #81c644;
  font-size: 26px;
  margin-top: 50px;
}

.team .team_member p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.team .team_member .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .team_member .team_img img{
  width: 100px;
  height: 100px;
  padding: 5px;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

section
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

section img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}



#logo {
    position: absolute;
    top: 2vh;
    left: 2vw;
}



#logo img {
    width: 21vh;
    height: 9vh;
}

#title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5vw;
    text-align: left;
    width: 70%;
    color: #00213F;
    font-weight: bold;
}
#title #caption {
    font-size: 4.8vh;
    text-transform: uppercase;
}

#title #more {
    font-weight: bold;
    font-size: 3vh;
}

#title #more2 {
    font-weight: normal;
    font-size: 2vh;
}

#place {
    position: absolute;
    bottom: 1vh;
    left: 2vw;
    color: #af635e;
}

.delimeter-solid {
  border-top: .3vh solid white;
}


.title-menu {
    position: absolute;
    width: 40%;
    bottom: 20vh;
    left: 5vw;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    
    /*border: solid 1px white;*/
	transition: all 500ms ease; 
}
.title-menu a {
    color: inherit;
    text-decoration: none;
    font-size: 3vh;
}

.title-menu-item-1 {
	color: #42758b;
    padding: .5rem;
	
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
	z-index: 1;
	border-radius: 5px;
	border: solid 1px #42758b;
    background-color: rgba(255, 255, 255, 0.2);
	
}



.title-menu-item-1:before {
   position: absolute;
    content: '';
    
    left: 0px;
    top: 0px;
    height: 0%;
    width: 100%;
	z-index: 1;
    background: linear-gradient(to right, rgb(34, 185, 19) 0%, rgba(0,228,54,1.00) 100%);
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}

.title-menu-item-1:before {
	content:'';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #B4C7BC;
	border-radius: 5px;
	transition: all 1s ease;
}

.title-menu-item-1:hover:before {
	width: 100%;
}


.title-menu-item-2 {
    color: #42758b;
    padding: .5rem;
	
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
	z-index: 1;
	border-radius: 5px;
	border: solid 1px #42758b;
    background-color: rgba(255, 255, 255, 0.2);
}

.title-menu-item-2:before {
	content:'';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #B4C7BC;
	border-radius: 5px;
	transition: all 1s ease;
}

.title-menu-item-2:hover:before {
	width: 100%;
}

.title-menu-item-3 {
    color: #42758b;
    padding: .5rem;
	
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
	z-index: 1;
	border-radius: 5px;
	border: solid 1px #42758b;
    background-color: rgba(255, 255, 255, 0.2);
}

.title-menu-item-3:before {
	content:'';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #B4C7BC;
	border-radius: 5px;
	transition: all 1s ease;
}

.title-menu-item-3:hover:before {
	width: 100%;
}

#pic0 {
	position: absolute;
    bottom: 0vh;
    right: 7vw;
}

#pic0 img {
	
    height: 80vh;
}

#pic1 {
	position: absolute;
    bottom: 0vh;
    right: 5vw;
}

#pic1 img {
	
    height: 75vh;
}


.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

/* Content page*/
.content {
    position: absolute;
    left: 3vh;
    top: 3vh;

    cursor: pointer;
}
.content-item {
    border: solid 1px white;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1vh;
    margin: 1vh;
}
.content-item a {
    text-decoration: none;
    color:black;
    font-size: 2vh;
    margin: 0 1rem;
}

.content-menu {
    position: absolute;
    width: 30%;
    bottom: 1vh;
    left: 3vh;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    border: solid 1px white;
    padding: 0 15px;
}
.content-menu a {
    color: inherit;
    text-decoration: none;
}
.content-menu-item-1 {
    color: white;
    padding: .5rem;
    background-color: #06A400;
}
.content-menu-item-2 {
    color: #2D6EDF;
    padding: .5rem;
    background-color: white;
}
.content-menu-item-3 {
    color: white;
    padding: .5rem;
    background-color: #FF6666;
}

.panel {
    position: absolute;
    width: 98.6vw;
    top:12vh;
    left:0.7vw;

    bottom:8vh;
    padding: 1rem;
    background-color: rgba(255, 255, 255, .95);
    border: solid 3px white;

    font-size: 1.5vh;
}

.panel .list-group-item {
    border-radius: 0;
    background-color: #42758b;
    color: white;
}

.panel .list-group-item:hover {
    opacity: 0.8;
}

.panel .list-group-item-action {
    border-radius: 0;
    background-color: #63C3EC;
    color: white;
}

.panel .list-group-item-warning {
    border-radius: 0;
    background-color:#21546A;
    color: white;
}

.panel .list-group-item-info {
	border-radius: 0;
	font-size: 10px;
    background-color:#1B1D8E;
    color: white;	
}

.panel .list-group-horizontal .list-group-item{
    border-radius: 0;
}

.panel .list-group-horizontal .list-group-item-action{
    background-color: #4CAF50;
}

.panel .list-group-horizontal .list-group-item:not(:last-child){
    margin-right: 1rem;
}

.panel a {
    text-decoration: none;
}

.content-scroll-pane {
    height: 65vh;
    overflow-y: scroll;
}

.lection-scroll-panel {
    width: 100%;
    height: 77vh;
    overflow-y: scroll;
    padding-right: 1rem;
}

.lection-content {
    text-align: justify;
    text-indent: 2rem;
    font-size: 2vh;
}

.picture {
	display: flex;
	flex-flow: column nowrap;
	flex-grow: unset;
	align-items: center;
	margin: 2rem auto;
	text-align: center;
}

.btn-home {
    position: absolute;
    width: 10vh;
    height: 10vh;
    top: 1vh;
    right: 1vh;
    background-image: url("../img/btnHome.png");
    background-size: 100% 100%;
    cursor: pointer;
	/*font-size: 16px;
        line-height: 47px;
    text-align: center;
    display: inline-block;
    position: absolute;
    background: linear-gradient(to right, rgb(237, 42, 34) 6%, rgb(255, 139, 90) 84%);
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running ripple-blue-1;
    transition: all 0.5s ease 0s;*/
}

.btn-home .list-group-item:hover {
    opacity: 0.8;
}

.test-variant {
	margin-bottom: 1rem;
}

.test-variant button {
	width: 3rem;
	height: 3rem;
	margin-right: 1rem;
}

   table {
	text-indent: -px;
    width: 90%; /* Ширина таблицы */
   }
   td {
    padding: 5px; /* Поля в ячейках */
    vertical-align: center; /* Выравнивание по верхнему краю ячеек */
	text-align: center;
   }