@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.jpg");
  display: flex;
  align-items: center;
  text-align: center;
  /*animation: changeBackgroundColor 20s infinite;*/
	
}



#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: #004E87;
    font-weight: bold;
}
#title #caption {
    font-size: 7vh;
    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: #004E87;
}

.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: #004E87;
    padding: .5rem;
	
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
	z-index: 1;
	border-radius: 5px;
	border: solid 1px #004E87;
    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: #92D1FF;
	border-radius: 5px;
	transition: all 1s ease;
}

.title-menu-item-1:hover:before {
	width: 100%;
}


.title-menu-item-2 {
    color: #004E87;
    padding: .5rem;
	
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
	z-index: 1;
	border-radius: 5px;
	border: solid 1px #004E87;
    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: #92D1FF;
	border-radius: 5px;
	transition: all 1s ease;
}

.title-menu-item-2:hover:before {
	width: 100%;
}

.title-menu-item-3 {
    color: #004E87;
    padding: .5rem;
	
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
	z-index: 1;
	border-radius: 5px;
	border: solid 1px #004E87;
    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: #92D1FF;
	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: #034768;
    color: white;
}

.panel .list-group-item:hover {
    opacity: 0.8;
}

.panel .list-group-item-action {
    border-radius: 0;
    background-color: #5E95AC;
    color: white;
}

.panel .list-group-item-warning {
    border-radius: 0;
    background-color:#1B7A61;
    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;
   }