* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    color: inherit;
    text-decoration: none;
    /* display: inline-block; */
}

a:hover  {
    /* color: inherit; */
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

body{
    font-family: 'Montserrat', sans-serif;
}

.container{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
/**/
.top-header-inner{
    padding: 20px 20px;
    font-weight: 600;
}
.top-header-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    display: block;
    max-width: 60px;
}
.phone-block{
    gap: 5px;
    display: flex;
    align-items: center;
}
.phone-icon{
    max-width: 20px;
    display: block
}
.phone-link{
    display: block;
}
/**/
.bottom-header{
    background: #efcc00;
}
.main-menu{
    display: flex; 
    align-items: center;
    justify-content: space-between;
	padding: 5px 0;
}
.main-menu li{
    font-weight: 600;
    display: inline-block;
    list-style: none;
}
.home-icon{
    max-width: 30px;
}
.menu-burger{
	margin-top: 5px;
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
}

.menu-burger span{
    position: absolute;
    border-radius: 5px;
    top: 0;
    width: 100%;
    height: 3px;
    background: #000;
}
.menu-burger span:nth-child(1){
    top: 6px;
    transition: .3s ease all;
}
.menu-burger span:nth-child(2){
    top: 17px;
    transition: .3s ease all;
}
.menu-burger span:nth-child(3){
    top: 27px;
    transition: .3s ease all;
}
.menu-burger.show_mobile span:nth-child(1){
    top: 17px;
    transform: rotate(45deg);
    transition: .3s ease all;
}
.menu-burger.show_mobile span:nth-child(3){
    top: 17px;
    transform: rotate(-45deg);
    transition: .3s ease all;
}
.menu-burger.show_mobile span:nth-child(2){
    display: none;
}
/**/
.main{
    background: url('../img/clouds.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.main-inner-content{
    padding: 100px 0px;
}
.main-title{
    font-size: 40px;
    font-weight: 700;
    max-width: 800px;
}
.main-subtitle{
    margin: 10px 0;
    font-size: 20px;
    line-height: 30px;
}
.main-btn{
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    padding: 20px 30px;
    background: #efcc00;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(239, 204, 0, .8);
    transition: .3s ease all;
    color: #fff;
}
.main-btn:hover{
    box-shadow: 0 0 20px yellow;
    transition: .3s ease all;
}
.state-signs-content{
    display: flex; align-items: center;
    gap: 20px;
}
.state-signs{
    margin-top: 50px;
    padding: 30px 30px;
    background: #efcc00;
    font-weight: 600;
    border-radius: 10px;
}
.state-signs-title{
    font-size: 25px;
    max-width: 300px;
}
.state-signs-items{
    display: flex;
    gap: 5px; align-items: center;
}
img.state-sign-item{
    max-width: 300px;
    border-radius: 10px;
}
.state-sign-item.gerb{
    max-width: 140px;
}
.state-sign-item.gimn{
    max-width: 130px;
}
.lang-block li{
	list-style: none;
}
.lang-item a{
	display: flex;
	align-items: center;
}
.site-main{
	padding: 50px 20px;
}
.entry-title{
	font-size: 20px;
	font-weight: 700;
}
a.prikaz-link{
	display: none;
}
.temp-main {
	padding: 50px 20px;
}
.temp-main-title{
	font-weight: 700;
	font-size: 25px; 
	margin-bottom: 20px
}
.antikor-content{
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
}
.antikor-content object{
	display: none;
}
.antikor-list li{
	font-size: 18px;
	font-weight: 600;
}
.antikor-page-content{
	padding: 20px 30px;
	background: lightyellow;
	border-radius: 5px;
}
.mobile-menu{
	display: none;
	
	background: lightyellow;
}

.mobile-main-menu li{
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
	transform: translateY(-1000px);
	transition: .3s ease all;
}
.dir-block-content{
	display: flex;
	gap: 20px;
}
.dir-block-img img{
	max-width: 300px;
	border-radius: 10px;
}
.educator-block{
	margin-top: 20px;
	display: flex;
	gap: 20px;
}
.educator-item-img img{
	border-radius: 10px;
}
.administration-page-content{
	font-size: 20px;
	font-weight: 600;
}
.menu-item-has-children{
	position: relative;
	padding: 5px 0;
}
.menu-item-has-children::after{
	content: '▼';
	top: 8px;
	font-size: 10px;
	position: absolute;
	right: -10px;
}
.sub-menu{	
	z-index: 10;
	display: none;
	position: absolute;
	background: lightyellow;
}
.sub-menu li{
	display: block;
	padding: 5px 10px;
}
.sub-menu li:hover{
	width: 100%;
	background: rgba(0,0,0, .2)
}
.menu-item-has-children:hover .sub-menu{
	display:block;
}
.entry-content p{
	margin: 20px 0;
}
.download-link, .preview-link{
	padding: 3px 10px;
	display: block;
	font-weight: 600;
	background: lightgreen;
}
.preview-link{
	background: lightyellow;
}
td.middle, td.tb-left{
	padding: 10px 0;
}