

/* NAVIGATION */
div.navigation2 {
  list-style: none;

  padding: 0;
  width: 477px; 
  height: 50px; 
  margin: 20px auto;
  background: #920201;
}


div.navigation {
  list-style: none;

  padding: 0;
  width: 477px; 
  height: 50px; 
  margin: 20px auto;
  background: #920201;
}





.none2 {
	display: none;
}


.news-arrow::after {
	position: relative;
	top: 3px;
	box-sizing: border-box;
	content: '\25BA';
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 0 5px;
}

body {
	background: #e3e5e8;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
       
  

        

}

form {
	margin: 0px;
	padding: 0px;
	display:flex;
}


br {
	clear: both;
}

fieldset {
	border: 1px solid #999;
	border-radius: 7px;
	margin: auto;
}

legend {
	margin-left: 15px;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

input, textarea {
	font-size: 12px;
}

#main {
	margin: auto;
}

.top {
	padding: 5px 10px;
	background-color: #9d9e9e;
    background: -webkit-linear-gradient(to right, #9d9e9e, #fcfcfc);
    background: -o-linear-gradient(to right, #9d9e9e, #fcfcfc);
    background: -moz-linear-gradient(to right, #9d9e9e, #fcfcfc);
    background: linear-gradient(to right, #9d9e9e, #fcfcfc);
}

.languages {
	position: relative;
	
	margin: 5px 0 0 0;
	z-index: 100;
	display:flex;
	top:-14px;
}

.languages .active {
	float: left;
	margin: 0 5px;
	width: 30px; height: 30px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}

.languages .active.ge {
	background: url(../images/ge.png) no-repeat;
	opacity: 0.8;
}
.languages .active.en {
	background: url(../images/en.png) no-repeat;
	opacity: 0.8;
}
.languages .active.ru {
	background: url(../images/ru.png) no-repeat;
	opacity: 0.8;
}

.languages .active:hover {
	opacity: 0.4;
}

.languages .passive {
	color: #1d409a;
}

.languages .line {
	margin: 0 5px;
	color: #e0e0e0;
}


.header {
	background-color:#700000;
	
}

.header .header-inside {
	
	position: relative;
	height: 127px;
}

.header  .middle-header {
	position: relative;
	margin: auto;
	width: 1000px; 
	height: 120px;
	z-index: 101;
	display:flex;
	padding-top:3px;
}
.logo-container{
	width:900px;
	display:flex;
	height:100%;
	justify-content:center;
	align-items:center;
	margin-bottom:20px;
	position:releative;
	
	
}
.logo-contact{
	position: absolute;
	
}
.logo-contact a{
	color:#cfb8b8;
	font-size:18px;
	
}
.right-container{
	width:100px;
	display:flex;
	flex-direction:column;
	position: relative;
	right:0px;
	
}
.bottom-menu2{
	position:absolute;
	top:18px;
	right:0px; 
}
.bottom-menu2 a{
	font:18px mtavruli;
}
.logo-container-text_geo{
	 font-family: "Noto Sans Georgian", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color:#f5eaea;
	font-size:16px;
	margin-right:20px;
	text-align: center;
}

.logo-container-text_en{
	
	font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size:16px;
	margin-left:20px;
	color:#f5eaea; 
	text-align: center; 
}




.header  .header-line {
	position: absolute;
	bottom: 0px; left: 210px;
	width: 792px;
	height: 180px;
	display: table;
	border-spacing: 0;
    border-collapse: 0px;

}
.header  .header-line .line {
	display: table-cell;
	width: 80px;
	background: url(../images/header-line.png) right no-repeat;
}
.header  .header-line .text-side {
	display: table-cell;
	border-top-right-radius: 20px;
	background: url(../images/text-bckround.png) repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header  .header-line .text-side .logo-text {
	display: block;
	margin-top: 25px;
	font-family: mtavruli;
	font-weight: bold;
	font-size: 36px;
	text-shadow: 1px 2px 3px #7e7e7e;
	color: #744500;
}

.logo {

	
	background: url(../images/logo.png) no-repeat;
	 background-size: 100%; 
	 height: auto;
    padding: 54px; 
    position: static;
    width: auto;
    -webkit-border-radius: 70px 10px 10px 70px;
    -moz-border-radius: 70px 10px 10px 70px;
    border-radius: 70px 10px 10px 70px;
	border:5px solid white;
	border-radius:58px;
 
}
}

.header  .bottom-line {
	position: absolute;
	left: 0px; bottom: 0px;
	width: 100%;
	height: 46px;
	background-color: #e8a33e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.7;
}
.CookieContainer {
  max-width: 700px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  height: 90px;
  position:fixed!important;
  bottom: 8px!important;
  right: 100px!important;
  border-radius: 10px;
  border: unset;
  box-shadow: 0px 0 5px #c3c3c3;
  color: black;
  display: flex;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  z-index:200!important;
}
.buttonOne{
    width: 150px;
    text-decoration: none;
    background: #5DA28F;
    color: #fff;
    height: 40px;
    border-radius: 10px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.buttonTwo{
    width: 150px;
    text-decoration: none;
    background: #ff5b5c;
    color: #fff;
    height: 40px;
    text-decoration: none;
   
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
}
.bootonConteiner {
    display: flex;
   
}
.Cookietext a{
    white-space: nowrap;
	color:blue;
}
.buttonOne:hover{
    background-color: #4f5c68;
    cursor: pointer;
}
.buttonTwo:hover{
    background-color: #4f5c68;
    cursor: pointer;
}
.showCookie{
    display: flex;
	
}
.hideCookie{
    display: none;
}
.header  .bottom-panel {
	height: 46px;
	right: 0px;
	position: absolute;
	bottom: 0px;
	width: 730px;
	margin: auto;
}
.header  .bottom-panel .bottom-menu {
	float: right;
	margin: 12px;
}
.header  .bottom-panel .bottom-menu a {
	margin: 0 5px;
	font: bold 16px mtavruli;
	color: #000
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header  .bottom-panel .bottom-menu a:hover {
	color: #744500
}
.header  .bottom-panel .bottom-menu span {
	font-size: 18px;
}

.content {
	margin: auto;
	width: 1000px;
}

.left-content {
	border-right: 1px dashed #8f908f;
}
.left-content a {
	color: #1650d2;  
}
.left-content a:hover {
	text-decoration: none;
}


.slideshow {
	width: 1000px;
	margin: 1px auto 0 auto;
}

.meta input[type=text] {
	width: 220px;
	border: 1px solid #B7D5EA;
}

.meta input[type=text]:focus {
	background: #f5f7fd;
}

.meta textarea {
	width: 270px;
	height: 60px;
}

.select {
	width: 220px;
	border: 1px solid #B7D5EA;
	font-size: 12px;
}

.details {
	float: left;
	margin: 3px;
	width: 340px;
}

.details legend {
	font-weight: bold;
}

.details .m_select {
	width: 96%;
	height: 200px;
}

.module_menu a {
	display: block;
}

.delete_checkbox {
	margin: 0 0 0 6px;
	padding: 0px;
}

.position {
	padding: 1px;
}

.position a {
	padding: 1px;
	margin: 2px;
}

.languages_bar {
	display: none;
	padding: 2px 0 2px 0;
}

.languages_bar div {
	float: left;
	padding: 4px 5px 4px 4px;
}

.languages_bar label {
	float: left;
	margin: 1px;
}

.languages_bar input[type=checkbox] {
	float: left;
	margin: 1px;
	padding: 1px;
}


.content-title {
	float: left;
	font: 14px mtavruli;
	padding: 6px 40px;
	border-radius: 3px 3px 0 0;
	background-color: #3385df;
    background: -webkit-linear-gradient(#9fbcdc, #3385df);
    background: -o-linear-gradient(#9fbcdc, #3385df);
    background: -moz-linear-gradient(#9fbcdc, #3385df);
    background: linear-gradient(#9fbcdc, #3385df);
	color: #FFF;
}


.front_news {
	float: left;
	margin: 14px 0 0 18px;
}

.front_news #title {
	padding: 0 4px 0 4px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

.front_news #img {
	float: left;
	margin: 10px 0 5px 0;
	padding: 4px;
	border: 1px solid #f0eeef;
	clear: both;
}

.front_news #img img {
	width: 147px;
	border: none;
}

.front_news #short_text {
	clear: both;
	padding: 5px 3px 5px 3px;
}


.news {
	margin: 5px;
	padding: 8px 18px;
	border-radius: 5px;
	font-size: 14px;
	clear: both;
	background: #f9ead3;
}

.news-title {
	font: bold 24px mtavruli;
	margin: 10px 0;
	text-align: center;
	
}

.news .title {
	margin: 0 0 10px 0;
	font-size:19px;
	font-style:bold;
}

.news .title>a{
	font-weight: bold;
	font-size: 16px;
	color: #000;
	transition: all 0.2s ease 0s;
	-wbkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.news .title>a:hover {
	color: #3385df;
}

.news .img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 3px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.news .img img {
	width: 180px;
	border: none;
}

.news .date {
	margin: 3px 0 0 1px;
}

.news .short_text {
	margin: 3px 0 0 1px;
}

.news .print {
	float: left;
}

.news .send_friend {
	float: left;
	margin: 2px 0 0 8px;
}

.news .count_views {
	float: left;
	margin: 0 0 0 15px;
}

.news .more {
	float: right;
	margin: 0;
	background-color: #eeeeee;
	background-image: linear-gradient(to bottom , #eeeeee, #cccccc);
	border-radius: 3px;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	color: #333;
	padding: 5px 16px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	font-family: mtavruli;
	font-weight: bold;
	transition: all 0.2s ease 0s;
}

.news .more::after {
	margin-left: 5px;
	font-size: 14px;
	content: '\27A6';
}

.news .more:hover {
	background-color: #dddddd;
	background-image: linear-gradient(to top, #dddddd, #bbbbbb);
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	cursor: pointer;
	color: #000;
}

.guestbook input[type=text] {
	width: 240px;
}

.guestbook textarea {
	width: 240px;
	height: 60px;
}


#comments {
	clear: both;
	padding: 5px 10px 5px 10px;
}

#comments .comment {
	padding: 2px 0;
	margin: 2px 0;
	border-bottom: 1px dotted;:
}

#comments .name {
	font-size: 12px;
	font-weight: bold;
}

#comments .date {
	margin-left: 10px;
	font-size: 11px;
}

#comments .text {
	padding: 2px 1px;
}


.photo-gallery {
	width: 1000px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.photo-gallery .gallery {
	position: relative;
	float: left;
	margin: 10px 12px;
	width: 226px;
	height: 156px;
	border-bottom: 6px solid #e6a33b;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.photo-gallery .gallery:hover {
	border-bottom: 6px solid #ae7a2a;
}
.photo-gallery .gallery img {
	width: 226px;
	height: 156px;
	border: none;
}
.photo-gallery .gallery .title-back {
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	background: #000;
	opacity: 0.7;
}
.photo-gallery .gallery .title-back .title {
	display: block;
	padding: 5px;
	color: #fff;
	font: bold 13px mtavruli;
}

.photo-gallery .picture {
	position: relative;
	float: left;
	margin: 10px 12px;
	width: 226px;
	height: 156px;
	border-bottom: 6px solid #e6a33b;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.photo-gallery .picture:hover {
	border-bottom: 6px solid #ae7a2a;
}
.photo-gallery .picture img {
	width: 226px;
	height: 156px;
	border: none;
}

.photo-gallery.news-gallery  {
	width: 750px;
}
.photo-gallery.news-gallery  .picture {
	margin: 6px 6px;
	width: 175px;
	height: 140px;
}
.photo-gallery.news-gallery .picture img {
	width: 175px;
	height: 140px;
	border: none;
}

.contact .title {
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px dashed #898989;
	font: bold 26px mtavruli;
	color: #d19435;
}
.contact .title2 {
	padding: 20px 0 10px 0;
	font: bold 18px mtavruli;
	color: #000;
}
.contact input[type=text] ,.contact textarea  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #e5c28c;
	border-radius: 5px;
	width: 242px;
	padding: 5px 10px;
	font: 14px mtavruli;
}
.contact textarea {
	width: 100%;
	height: 145px;
}
.contact #security-code {
	width: 120px;
	margin: 0 0 0 5px;
}
.contact .captcha {
	float: left;
	margin: 3px 0 0 0;
}
.contact input[type=submit] {
	border: none;
	border-radius: 5px;
	background: #e6a33b;
	padding: 8px 25px;
	font: 14px mtavruli;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.contact input[type=submit]:hover {
	background: #d19435;
}

.map {
	margin: auto;
	width: 1000px;
}
.map >ul {
	list-style-type: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
}
.map >ul >li {
	margin: 5px 10px;
	padding: 10px 10px 20px 10px;
	border-bottom: 1px solid #898989;
	font-size: 14px;
}
.map >ul >li>a {
	margin: 10px 10px;
	font-size: 18px;
	color: #aa1111;
}
.map ul  li a:hover {
	text-decoration: underline;
}

.send-errors li {
	color: red;
	font-size: 14px;
}


.login {
	margin-top: 20px;
}

.login input[type=text],.login input[type=password] {
	width: 200px;
}


.date input[type=text] {
	width: 150px;
	border: 1px solid #B7D5EA;
}

.date input[type=reset] {
	border: none;
	width: 20px;
	height: 14px;
	background: url(calendar/img.gif);
	margin: 2px 0 0 2px;
	cursor: pointer;
}

.date input[type=text]:focus {
	background: #f5f7fd;
}


#user_panel {
	
}

#user_panel .input {
	padding: 3px 0;
}

#user_panel .input input {
	width: 180px;
}

#submit {
	border: 1px solid #999;
	background: #f1f1f1;
	cursor: pointer;
	border-radius: 8px;
	padding: 4px;
	width: 150px;
	font-size: 12px;
}

#submit:hover {
	border: 1px solid #999;
	background: #f8f8f8;
}


.search {
	float: right;
	margin: 7px 10px 0 0;
	background: #fff;
	border: 3px solid #cdcdcd;
	box-shadow: 0 0 10px #888888;
	border-radius: 10px;
	padding: 5px 15px;
	position: relative;
	top: 21px;
}
.search input[type=text] {
	margin-right: 5px;
    border: none;
    background: none;
    border-right: 1px solid #a1a1a1;
    font-size: 14px;
    color: #a1a1a1;
    width: 50px;
}
.search input[type=submit] {
	background: url(../images/search.png) no-repeat;
	border: none;
	width: 16px;
	height: 15px;
	cursor: pointer;
}
.search-result .title {
	text-align: center;
	font: 18px mtavruli;
}
.search-result a {
	text-decoration: underline;
	color: blue;
}

.right-panel {
	margin: 10px auto 0 auto;
	position: relative;
	width: 201px;
	height: 802px;
	background: url(../images/right-panel.png) no-repeat;
}

.right-panel .school-leavers {
	position: absolute;
	left: 10px; top: 10px;
	width: 180px;
	height: 180px;
	background: #ececec;
	border-radius: 500px;
	text-align: center;
}
.right-panel .school-leavers img {
	margin-top: 25px;
}
.right-panel .school-leavers .text {
	display: block;
	margin-top: 15px;
	font: 18px mtavruli;
}

.right-panel .students {
	position: absolute;
	left: 25px; top: 238px;
	width: 152px;
	height: 152px;
	background: #ececec;
	border-radius: 500px;
	text-align: center;
}
.right-panel .students img {
	margin-top: 25px;
}
.right-panel .students .text {
	display: block;
	margin-top: 15px;
	font: 13px mtavruli;
}

.right-panel .archive {
	position: absolute;
	left: 34px; top: 450px;
	width: 130px;
	height: 130px;
	background: #ececec;
	border-radius: 500px;
	text-align: center;
}
.right-panel .archive img {
	margin-top: 20px;
}
.right-panel .archive .text {
	display: block;
	margin-top: 10px;
	font: 18px mtavruli;
}

.right-panel .gallery {
	position: absolute;
	left: 12px; top: 614px;
	width: 180px;
	height: 180px;
	background: #ececec;
	border-radius: 500px;
	text-align: center;
}
.right-panel .gallery img {
	margin-top: 35px;
}
.right-panel .gallery .text {
	display: block;
	margin-top: 15px;
	font: 18px mtavruli;
}

.btn .part {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 500px;
	border: 1px solid #ffffff;
	background: #ffffff;
	margin-top: 0!important;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transition-delay: 0.2s;
	z-index: 2;
}
.btn .part_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 500px;
	border: 1px solid #ffffff;
	background: #f7921e;
	margin-top: 0!important;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}
.btn:hover .part {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	border: 1px solid #4d5156;
}
.btn:hover .part_1 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border: 1px solid #4d5156;
}
.btn .btn-inside {
	position: relative;
	z-index: 100;
}


.pagination {
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 12px;
}

.pagination a {
	color: #000;
	margin: 0 2px;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #f7f7f7;
	padding: 4px 6px;
}

.pagination a:hover {
	background: #eaeaea;
}

.pagination span {
	margin: 0 2px;
	color: #ccc;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	background: #fbfbfb;
	padding: 4px 6px;
}

.pagination b {
	margin: 0 2px;
	color: #000;
	border: 1px solid #bababa;
	border-radius: 3px;
	background: #e7e7e7;
	padding: 4px 6px;
}


.links-title {
	background: #e6a33b;
	padding: 18px 0;
}
.links-title span {
	display: block;
	width: 1000px;
	margin: auto;
	color: #fff;
	font: 18px mtavruli;
}


.notice {
	width: 750px;
	max-height: 320px;
	overflow-y: scroll;
	margin: 20px 0 0 0;
	padding: 10px 0;
	background: #fff;
	border-top: 1px dashed #898989;
	border-bottom: 1px dashed #898989;
}

.notice::-webkit-scrollbar-track {
      background-color: #b46868;
} /* the new scrollbar will have a flat appearance with the set background color */
 
.notice::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
} /* this will style the thumb, ignoring the track */
 
.notice::-webkit-scrollbar-button {
      background-color: #7c2929;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
.notice::-webkit-scrollbar-corner {
      background-color: black;
}
.notice .notice-title {
	font: bold 24px mtavruli;
	margin: 10px 0;
	text-align: center;
}
.notice-news-content {
	position: relative;
	margin: 5px 20px 0 20px;
	padding: 1px 0;
}

.notice-news-content .line {
	position: absolute;
	top: 0; left: 353px;
	width: 4px; height: 100%;
	background: #e6a33b;
}
.notice-news-content .notice-news {
	float: left;
	position: relative;
	margin: 5px 0 5px 8px;
	width: 305px;
	padding: 0 20px;
}
.notice-news-content .notice-news.left {
	text-align: right;
}
.notice-news-content .notice-news.right {
	text-align: left;
	position: relative;
	margin: 0 0 0 357px;
	padding: 0 20px;
}
.notice-news-content .notice-news .bullet {
	position: absolute;
	top: 30%; right: -10px;
	width: 16px; height: 16px;
	border-radius: 500px;
	background: #e6a33b;
}
.notice-news-content .notice-news.right .bullet {
	left: -10px;
}
.notice-news-content .notice-news .title {
	color: #000;
}

.notice-news-content .notice-news .title a {
	color: #000;
	font: 14px mtavruli;
}

.notice-news-content .notice-news .date {
	color: #e6a33b;
	font-size: 14px;
	font-weight: bold;
}


.calendar-block {
	position: relative;
	margin: auto;
	width: 215px;
}
.calendar-block .calendar-overlay {
	position: absolute;
	display: none;
	background: #fff;
	text-align: center;
	width: 100%; height: 100%;
	z-index: 100;
	opacity: 0.7;
}
.calendar-block .calendar-overlay img {
	position: relative;
	top: 50%;
	margin-top: -30px;
}
.calendar-block .title-table {
	display: table;
	width: 100%;
}
.calendar-block .title-table .td {
	display: table-cell;
}
.calendar-block .title-table .td .previous-month::after {
	margin: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	content: '\00AB';
}
.calendar-block .title-table .td .next-month::after {
	margin: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	content: '\00BB';
}

.calendar { margin-right: 0px; border-left:1px solid #dddede; }
.calendar-row	{  }
.calendar-day	{ font-size:11px; position:relative; }
.calendar-day:hover	{ background:#eceff5; }
.calendar-day-np {background:#eee; }
.calendar-day-np {  }
.calendar-day-head {
	background:#ccc;
	font-weight: bold;
	text-align:center;
	padding: 2px;
	border-bottom: 1px solid #dddede;
	border-top:1px solid #dddede;
	border-right:1px solid #dddede;
}
.day-number {
	padding: 2px;
	font-weight: bold;
	float: right;
	margin: 2px 2px 0 0;
	width: 20px;
	text-align: center;
}
.calendar-day, .calendar-day-np {
	padding: 2px;
	border-bottom:1px solid #dddede;
	border-right:1px solid #dddede;
}
.calendar-day .today {
	color: #e6a33b;
}
.calendar-day .link {
	color: blue;
	text-decoration: underline;
}


.back a {
	font-size: 16px;
	font-family: bold;
	color: #920201;
}
.back a::before {
	float: left;
	padding: 0 5px;
	color: #920201;
	content: '\25C4';
	font-size: 22px;
	font-family: bold;
}


.footer {
	padding-top: 30px;
	background: -webkit-linear-gradient(to bottom, #fdfdfd, #d7d5d6);
	background: -o-linear-gradient(to bottom, #fdfdfd, #d7d5d6);
	background: -moz-linear-gradient(to bottom, #fdfdfd, #d7d5d6);
	background: linear-gradient(to bottom, #fdfdfd, #d7d5d6);
}

.footer-links {
	margin: 0 auto 0 auto;
	width: 1000px;
	display: table;
}

.footer-links .td {
	display: table-cell;
	width: 250px;
	padding: 0 10px 20px 10px;
	border-right: 2px dotted #abadac;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-links .td div {
	position: relative;
	padding-left: 20px;
}

.footer-links .td  div::before {
	position: absolute;
	top: -5px; left: 0;
	content: '\27A7';
	font: bold 18px mtavruli;
	color: #ecc286;
	font-weight: bold;
}

.footer-links .td  div a {
	font: 14px mtavruli;
	line-height: 20px;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.footer-links .td  div a:hover {
	color: #f7921e;
}

.copy {
	background: linear-gradient(to right, #9d9d9d, #cecece, #9d9d9d);
	padding: 14px;
	color: #fff;
	font-size: 13px;
}

.copy a {
	margin: 0 3px;
}

.clear {
	clear: both;
}





.menux ul li a { 
	list-style: none;
	float: left;
		
   cursor: pointer;
  padding: 10px 10px;
  text-align: center;
  background-color: #033c76;
  font: 20px/40px mtavruli;
  font-weight: normal;
  color: #dddede;
  display: block;
  margin:7px;
  font-weight: normal; 

  position:relative;
  width:200px;
  list-style: none;
  text-decoration: none;
  border-radius: 15px; 
  font-family: 'BPG_Arial';
 
		
	
	}
	
	
.menux ul li  { 
	list-style: none;
	text-decoration: none;
		
   cursor: pointer;

 
		
	
	}
	 
	
	
	
	
	.menux div {
		display: none;
		list-style: none;
		text-decoration: none;
		font-size:16px;
		
	}
	.menux .selected {
		color: #000000;
		list-style: none;
		
		text-decoration: none;
}

.menux a:hover {
  color: #ccc;
   background-color: #3461bb;
   text-decoration: none;
}



   .news2{
	   
	   font-size:23px;
   }


.acord2 li {
    text-decoration: none;
	list-style-type: none;

}
.acord2 ul {
    text-decoration: none;
	list-style-type: none;

}
.acord2 a {
    list-style: none;
    float: left;
    cursor: pointer;
    padding: 10px 10px;
    text-align: center;
    background-color: #e6a33b;
    font: 16px/40px mtavruli;
    font-weight: normal;
    color: #dddede;
    display: block;
    margin: 7px;
    font-weight: normal;
    position: relative;
    width: 195px;
    list-style: none;
    text-decoration: none;
    border-radius: 15px;
    font-family: 'BPG_Arial';
	
}

.acord a{
	text-decoration:none;
	display:flex;
	width: 600px;
	height: 70px;
	justify-content:center;
	align-items:center;
	color:#fff;
	background: #FA9F02;
	background: #E2575D;
	font-size:28px;
	border-radius:10px;
	position:releative;
}
.acord a:hover{
	display:flex;
	width: 600px;
	height: 70px;
	justify-content:center;
	color:#e1c9c9;
	font-size:20px;
	background: #e29557;
	border-radius:50px;
	transition: 2s;
	text-decoration:none;
}
.dugeor{
	position: relative;
  display: inline-block;
 
}

.acorDug a img{
	width:100%;
	height:100%;
}

.tooltip-text {
 visibility: hidden;
    /* background-color: #555; */
    color:white;
    text-align: center;
    /* padding: 8px; */
    border-radius: 4px;
    position: absolute;
	background:#e6a33b;
    bottom: 11%;
	font-size:21px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.dugeor:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.acord2 a:hover{
	display:flex;
	
	justify-content:center;
	color:#e1c9c9;
	font-size:20px;
	background: #6d8cac;
	
	transition: 2s;
	text-decoration:none;
}

.acor{
	
	font-size:23px;
	text-align:center;
	
	font-family:mtavruli;
	
}
.hiden a{
	color:#f9ead3;
}
.mod-attr {
	position: relative;
	display: block;
	text-align: center;
	padding: 40px 20px 40px 46px; 
	font: bold 18px mtavruli;
	color: #fff;
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;
}

/*    position: relative;
    display: block;
    text-align: left;
    padding: 40px 11px 43px 68px;
    font: bold 18px mtavruli;
    color: #fff;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;*/



.mod-attr:before {
	content: ' ';
	z-index: -1;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #fe5f0a;
	border-left: 44px solid #1a303e;
	box-sizing: border-box;
}
.mod-attr:hover {
	background: #0270c6;
	opacity: 0.7;
}   
.acord-container{
    max-width: 700px;
    background: #E2575D;
    margin: 0 auto;
    height: 100%;
    margin-top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}
.acord-container-li{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #E2575D;
    width: 100%;
    height: 50px;
    top:10px;
    border-top: 2px rgb(204, 128, 62) solid;
    list-style: none;
}

.acord-container-li-ul{
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: beige;
    justify-content: center;
    height: 100%;
    display: none;
}
.onUl{
    display: block;
}

.acord-container-li a{
    height: 50px;

    text-decoration: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white;
    font:  20px mtavruli;
	list-style: none;
  
	text-decoration: none;
    width: 100%;
    background: #c73333;
    color: white;
    display: flex;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	
}

.acord-container-li a:before {
content: "";
    position: absolute;
	text-decoration: none;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E2575D;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 .acord-container-li a:hover, .acord-container-li a:focus, .acord-container-li a:active {
    color: white;
	text-decoration: none;
  }
  .acord-container-li a:hover:before, .acord-container-li a:focus:before, .acord-container-li a:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
	text-decoration: none;
  }
  


.acord-container-li-2{
    list-style: none;
    width: 100%;
	border-bottom: 1px solid white;
    
}
.acord-container-li-2 a{
    list-style: none;
   font:  20px mtavruli;
	text-decoration: none;
    width: 100%;
    background: #c73333;
    color: white;
    display: flex;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	border-bottom: 1px solid #fff9f9; 
}

.acord-container-li-2 a:before {
    content: "";
    position: absolute;
	text-decoration: none;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #de8f94;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .acord-container-li-2 a:hover, .acord-container-li-2 a:focus, .acord-container-li-3 a:active {
    color: white;
	text-decoration: none;
  }
  .acord-container-li-2 a:hover:before, .acord-container-li-2 a:focus:before, .acord-container-li-2 a:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
	text-decoration: none;
  }
  
  /* Shutter Out Horizontal */
  .hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
  }
  .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }



.acord-container-li-ul-3{
    padding: 0;
    display: none;
	transition-delay: 5s;
}
.acord-container-li-3{
    list-style: none;
	transition-delay: 5s;
}

.acord-container-li-3 a{
    display: flex;
	border-top: 1px solid white;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #c73333;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	transition-delay: 5s;

}

.acord-container-li-3 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #de8f80;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); 
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .acord-container-li-3 a:hover, .acord-container-li-3 a:focus, .acord-container-li-3 a:active {
    color: white;
  }
  .acord-container-li-3 a:hover:before, .acord-container-li-3 a:focus:before, .acord-container-li-3 a:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  
  /* Shutter Out Horizontal */
  .hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
  }
  .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  /* Shutter In Vertical */
  .hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white;
  }
  .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  
  /* Shutter Out Vertical */
  .hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white;
  }
  .hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }


.on{
    height: 100%!important;
    display: block;
    background-color: aqua!important;
	transition-delay: 5s;
}	
.accordion-menu__sublink a{
	
}
.accordion-menu--hidden {
    display: none;
  }    
  .accordion-menu__list,
  .accordion-menu__sublist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
    margin: 0 auto;
  }
  .accordion-menu__list {
    border-top: 1px #eee solid;
    width: 100%;
	color:white!important;
	text-align:center;
	height:50px;
  }
  .accordion-menu__link {
    display: flex;
	text-align: center;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px #eee solid;
    text-decoration: none;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    font:  20px mtavruli;
  }
  .accordion-menu__icon {
    position: relative;
    width: 16px;
    height: 16px;
    transition: .2s all; 
    margin-left: 20px;    
  }
  .accordion-menu__icon:before,
  .accordion-menu__icon:after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;		
    top: 50%; left: 0;
    transition: .35s;
    width: 100%;
    height: 2px; 
  }
  .accordion-menu__icon:before {
    transform: translateY(-50%);
  }
  .accordion-menu__icon:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .accordion-menu--active .accordion-menu__icon:before {
    transform: translateY(-50%) rotate(-90deg);
          opacity: 0;
  }
  .accordion-menu--active .accordion-menu__icon:after {
    transform: translateY(-50%) rotate(0);
  }
  .accordion-menu__sublist {
    margin-left: 1.25rem;
  }
  .accordion-menu__sublink {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px #eee solid;
    text-decoration: none;
    color: white;
    font:  20px mtavruli;
 
  }

  .accordion-menu-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    overflow: scroll;
  }
  .accordion-menu-nav__link:not(:last-child) {
    margin-right: 1rem;
  }
  .accordion-menu-wrapper {
    display: none;
  }
  .accordion-menu-wrapper.active {
    display: block;
  }
  .accordion-menu__item{
    text-decoration: none;
    background: #E2575D;
  }




  .accordion-menu__link{
    height: 50px;

    text-decoration: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white!important;
    font:  20px mtavruli;
	list-style: none;
  text-align:center;
	text-decoration: none;
    width: 100%;
    background: #ad4a30; 
    color: white;
    display: flex;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	
}

.accordion-menu__link:before {
content: "";
    position: absolute;
	text-decoration: none;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ad4a05;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	text-align:center;
}
 .accordion-menu__link:hover, .accordion-menu__link:focus, .accordion-menu__link:active {
    color: white;
	text-decoration: none;
  }
  .accordion-menu__link:hover:before, .accordion-menu__link:focus:before, .accordion-menu__link:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
	text-decoration: none;
  }



  .accordion-menu__sublink{
    list-style: none;
   font:  20px mtavruli;
	text-decoration: none;
    width: 100%;
    background: #e14800;
     color: white!important;
    display: flex;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	border-bottom: 1px solid #fff9f9; 
	text-align:center!important;

	
}

.accordion-menu__sublink:before {
    content: "";
    position: absolute;
	text-decoration: none;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e14820;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	
	
  }
  .accordion-menu__sublink:hover, .accordion-menu__sublink:focus, .accordion-menu__sublink:active {
    color: white;
	text-decoration: none;
  }
  .accordion-menu__sublink:hover:before, .accordion-menu__sublink:focus:before, .accordion-menu__sublink:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
	text-decoration: none;
  }
.flipper2{
	font-size:14px!important;
}