@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');

:root {
  --kong-e-color: #ff9140;
  --kong-u-color: #47baa3;
  --kong-i-color: #736bc4;
  --kong-p-color: #b6344d;
  --kong-s-color: #bab80b;
  --kong-st-color: #3474b6;
  --kong-sh-color: #06c716;
}


/*Стили для таймера */
.timer_container {
height: 200px;
  width: 100%;
  padding: 40px 10px 36px 10px;  
}

.timer_item {
  float: right;

  display: inline-block;
}

.timer_title {
  position: relative;
  color: #1b44e5;
    font: 700 36px Ubuntu;
    max-height: 188px;

    display: inline-block;
}

@media (max-width: 768px) {
  .timer_container{
    display: none;
  }

  body.homepage{
  background: url(../img/bg.jpg) no-repeat center top;
}
}


body.homepage{
	background: url(../img/bg.jpg) no-repeat center top;
}

body.kong{
	background: url(../img/kong.jpg) no-repeat center top;
}
body.mer{
	background: url(../img/mer.jpg) no-repeat center top;
}
body{
	background: url(../img/news.jpg) no-repeat center top;
}
body.about{
	background: url(../img/about.jpg) no-repeat center top;
}
body.plo{
	background: url(../img/plo.jpg) no-repeat center top;
}
body.uch{
	background: url(../img/uch.jpg) no-repeat center top;
}
body.reg{
	background: url(../img/regbg.jpg) no-repeat center top;
}
main{
	overflow-x:hidden;
}
.menu-container{
	padding-top:133px;
}
.menu-button{
	width:124px;
	height:124px;
	background: url(../img/menu.png) no-repeat;
	display:flex;
	align-items:center;
	font: 300 72px Ubuntu;
	color:#fff;
	padding-left:143px;
	text-decoration:none;
	transition: all 0.3s;
	position:relative;
	z-index:4;
	    white-space: nowrap;
}
.homepage .menu-button{
	font: 300 36px Ubuntu;
}
.menu-button:hover{
	color:#fff;
	opacity:0.9;
}
.menu-button.blue{
	background: url(../img/logo_hover.png) no-repeat;
}
.js-show{
	display:block !important;
}
.js-hide{
	display:none !important;
}
.mainmenu{
	position:absolute;
	background:url(../img/menu_bg.png) no-repeat right top;
	width: 70vw;
	height:1098px;
	top:0;
	left:-300px;
	z-index: -9999;
	overflow:hidden;
	opacity:0;
	transition: 0.5s;

}
.mainmenu-cont{
	width:100vw;
}
.mainmenu.visible{
	z-index:3;
	opacity:0.85;
	left:0;
}
.menu-list ul{
    padding: 0;
    margin-left: 44px;
    list-style: none;
}
.menu-list{
	margin-top:280px;
}
.menu-list ul li{
    background: url(../img/menu1.png) no-repeat 0 -31px;
	padding-left:65px;
}
.menu-list ul li a:after{
    content:" ";
	width:11px;
	height:12px;
	background: url(../img/menu2.png);
	position:absolute;
    right: -23px;
    top: 15px;
}
.menu-list ul li:hover{
    background-position: 0 8px;
}
.menu-list ul li a{
    font: 300 30px Ubuntu;
	color:#6e6e6e;
	text-decoration:none;
	position:relative;
}
.menu-list ul li:hover a{
    color:#1b44e5;
}
.menu-list ul li:hover a:after{
    background: url(../img/menu2a.png);
}
.content p, .content li{
	color:#6e6e6e;
	font: 300 14px Ubuntu;
}
.content b, .content strong{
	font-weight: 600;
}
#myCarousel .carousel-item img{
	position: absolute;
    left: 50%;
    top: -45px;
	margin-left:-960px;
}
#myCarousel .carousel-item:nth-child(2) img{
	top: -63px;
}
#myCarousel .carousel-item {
    height: 974px;
    overflow: hidden;
}
#myCarousel .carousel-indicators {
    bottom: 162px;
}

.carousel-item {
  transition: transform 1.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity  1.6s;
}
.mainmenucontainer{
	background: url(../img/topmenupage.png) no-repeat center -994px;
	height: auto;
	transition: 0.3s;
}
.mainmenucontainer.scroll-menu {
	background: url(../img/topmenupage.png) no-repeat center 94px;
	height: 338px;
	position: fixed;
	top: -95px;
	width: 100%;
	z-index:4;
}
.mainmenucontainer.scroll-menu.no-bg{
	background: url(../img/topmenupage.png) no-repeat center -994px;
	height: auto;
}
.mainmenu.scroll-menu {
	position: fixed;
	top: -95px;
	left: 0;
	z-index: -1;
}
.mainmenu.scroll-menu.visible{
	z-index:3;
}
.mainmenucontainer-holder{
	height:286px;
}
.homepage .mainmenucontainer-holder{
	height:257px;
}


.home-news-item *{
	text-decoration: none;
}
.home-news-item{
	background: url(../img/homenews.png) no-repeat;
	width:701px;
	height:304px;
	position:relative;
	text-decoration: none;
}
.home-news-header{
	color:#1b44e5;
	font: 300 48px Ubuntu;
}
.home-news-header a{
	color:#1b44e5;
	font: 300 48px Ubuntu;
	text-decoration: none;
}
.home-news-item {
	margin-top:5px;
}
.home-news-item-date {
    color: #47baa3;
    font: 300 24px Ubuntu;
    top: 90px;
    position: absolute;
    left: 370px;
}
.home-news-item-head {
    color: #1b44e5;
    font: 700 20px Ubuntu;
    padding-top: 140px;
    padding-left: 280px;
    padding-right: 130px;
	max-height: 188px;
	overflow: hidden;
}
.home-news-item-text {
    color: #6e6e6e;
    font: 300 14px Ubuntu;
    padding-left: 300px;
    padding-right: 90px;
    padding-top: 9px;
    height: 58px;
    overflow: hidden;
}
.home-news-item-img {
    width: 192px;
    height: 192px;
    border-radius: 50%;
    position: absolute;
    top: 55px;
    left: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-news-line{
	background: url(../img/newsline.jpg) no-repeat;
	height:2px;
	margin-top:8px;
}
.home-news .container .row .col{
	display:flex;
}
.home-news .container .row:nth-child(2) .col{
	justify-content: center;
}
.home-news .container .row:nth-child(3) .col{
	justify-content: right;
}
.pl-item-text{
	text-align:center;
	font:14px Ubuntu;
	color:#6e6e6e;
	margin-top:25px;
}
.pl-item-img{
	display:flex;
	justify-content: center;
}
.pl-item{
	margin-top:35px;
	display:block;
	text-decoration:none;
}
.ploshadki{
	margin-top:30px;
}
.partners{
	margin-top:100px;
}
.footer{
	height:734px;
	background: url(../img/footer.jpg) no-repeat center top;
	position:relative;
	margin-top:-200px;
	
	padding-top:480px;
	box-sizing:border-box;
}
.copyr{
	font:14px Ubuntu;
	color:#fff;
	padding-top: 20px;
}
.faddress{
	padding-top: 20px;
}
.footer p{
	font:14px Ubuntu;
	color:#fff;
	margin-bottom:13px;
}
.footer .container{
	position:relative
}
.footer .social {
    z-index: 6;
    position: absolute;
    right: 207px;
    top: -115px;
    display: flex;
    column-gap: 22px;
}
.social a{
	background:url(../img/social.jpg);
	height:52px;
	width: 52px;
}
.social a.yt {
    background-position: -73px 0;
    width: 68px;
}
.social a.ti{background-position:-167px 0;}
.social a.vk{background-position:-241px 0;}
.social a.od{background-position:-314px 0;}
.main{
	position:relative;
	z-index:2;
}
img.float-end {
    margin-left: 3em;
}
.content{
	margin-top:335px;
}
.two-buttons{
    top: 500px;
    z-index: 2;
    position: relative;
    margin-bottom: -153px;
    display: flex;
    justify-content: space-between;
	z-index: 99;
}
.two-buttons-h a{
	background: url(../img/logo_hover.png) no-repeat;
	background-size:58px;
	color:#1a43e5;
	padding-left:82px;
	height:58px;
	font:300 30px/58px Ubuntu;
	display:inline-block;
	margin-bottom:20px;
	text-decoration:none;
}
.two-buttons-h{
	margin-top:130px;
}
.kong-accordion .accordion-button {
    font: 300 44px/72px Ubuntu;
    color: #fff;
    position: relative;
    background: #736bc4;
    padding: 0 36px;
    border: none;
    border-radius: 0;
	text-decoration: none;
}
.kong-accordion .accordion-button.kong-u{
    background: #4ea573;
}
.kong-accordion .accordion-button.kong-e{
    background: var(--kong-e-color);
}
.kong-accordion .accordion-button.kong-p{
    background: #b6344d;
}
.kong-accordion .accordion-button.kong-st{
    background: #3474b6;
}
.kong-accordion .accordion-button.kong-s{
    background: #bab80b;
}
.kong-accordion .accordion-button.kong-sh{
    background: #06c716;
}
.kong-accordion .accordion-button:before {
    content: "\A";
    border-style: solid;
    border-width: 0px 110px 84px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: -1px;
}
.kong-accordion .accordion-item {
    border-radius: 0;
    border: 0;
	margin-bottom:33px;
}
.kong-accordion .accordion-button::after {
    display:none;
}
.accordion-header{
	text-decoration: none;
}
.kong-accordion .accordion-header .accordion-button {
	border-radius: 0 !important;
}
.kong-accordion .accordion-button:focus {
    box-shadow: none;
    border: 0;
}
.kong-e-body h4,.kong-e-body h4 span{
	color: var(--kong-e-color);
}
.kong-u-body h4,.kong-u-body h4 span{
	color: var(--kong-u-color);
}
.kong-s-body h4,.kong-s-body h4 span{
	color: var(--kong-s-color);
}
.kong-sh-body h4,.kong-sh-body h4 span{
	color: var(--kong-sh-color);
}
.kong-st-body h4,.kong-st-body h4 span{
	color: var(--kong-st-color);
}
.kong-i-body h4,.kong-i-body h4 span{
	color: var(--kong-i-color);
}
.kong-p-body h4,.kong-p-body h4 span{
	color: var(--kong-p-color);
}
.kong-body h4{
	font: 700 30px/37px Ubuntu;
	margin-bottom:20px;
}
.kong-body h4 span{
	font: 300 14px Ubuntu;
	display:block;
}
.kong-dir{
	background:url(../img/kong_koord.jpg) no-repeat;
	width:427px;
	height:438px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.kong-dir-img {
    border-radius: 50%;
    width: 281px;
    height: 280px;
    overflow: hidden;
    border: 19px solid var(--kong-e-color);
}
.kong-u-body .kong-dir-img {
    border: 19px solid var(--kong-u-color);
}
.kong-s-body .kong-dir-img {
    border: 19px solid var(--kong-s-color);
}
.kong-i-body .kong-dir-img {
    border: 19px solid var(--kong-i-color);
}
.kong-e-body .kong-dir-img {
    border: 19px solid var(--kong-e-color);
}
.kong-p-body .kong-dir-img {
    border: 19px solid var(--kong-p-color);
}
.kong-sh-body .kong-dir-img {
    border: 19px solid var(--kong-sh-color);
}
.kong-st-body .kong-dir-img {
    border: 19px solid var(--kong-st-color);
}
.kong-dir-img img{
	width:100%;
	height:auto;
}
.kong-body p,.kong-body li{
	font: 14px Ubuntu;
	color:#6e6e6e;
}
.content h1{
	font: 300 48px Ubuntu;
	color:#1b44e5;
	position:relative;
	margin-bottom:30px;
	margin-top:30px;
}
.content h1:after {
    content: " ";
    background: url(../img/newsline.jpg) no-repeat right 0;
    height: 1px;
    position: absolute;
    right: 50%;
    width: 2000px;
    bottom: -10px;
	z-index: 1;
}
.konk-text{
	font: 700 20px Ubuntu;
	color:#6e6e6e;
	border: 1px solid #6e6e6e;
	border-left:none;
	border-right:none;
	padding: 8px 37px 7px 38px;
	position:relative;
	height:90px;
	box-sizing:border-box;
	
}
.konk-text a{
	font: 700 20px Ubuntu;
	color:#6e6e6e;
	text-decoration:none;
	display: block;
	overflow: hidden;
	max-height: 70px;
}
.konk-text:after {
    content: "\A";
    border-style: solid;
    border-width: 0px 61px 68px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: -7px;
    top: -1px;
}
.konk-text:before {
    content: "\A";
    border-style: solid;
    border-width: 0px 58px 64px 0;
    border-color: transparent var(--kong-e-color) transparent transparent;
    position: absolute;
    right: -2px;
    top: -1px;
}
.kong-u-body .konk-text:before {
    border-color: transparent var(--kong-u-color) transparent transparent;
}
.kong-s-body .konk-text:before {
    border-color: transparent var(--kong-s-color) transparent transparent;
}
.kong-sh-body .konk-text:before {
    border-color: transparent var(--kong-sh-color) transparent transparent;
}
.kong-st-body .konk-text:before {
    border-color: transparent var(--kong-st-color) transparent transparent;
}
.kong-p-body .konk-text:before {
    border-color: transparent var(--kong-p-color) transparent transparent;
}
.kong-i-body .konk-text:before {
    border-color: transparent var(--kong-i-color) transparent transparent;
}
.kong-e-body .konk-text{
	border-color: var(--kong-e-color);
}
.kong-u-body .konk-text{
	border-color: var(--kong-u-color);
}
.kong-i-body .konk-text{
	border-color: var(--kong-i-color);
}
.kong-p-body .konk-text{
	border-color: var(--kong-p-color);
}
.kong-s-body .konk-text{
	border-color: var(--kong-s-color);
}
.kong-st-body .konk-text{
	border-color: var(--kong-st-color);
}
.kong-sh-body .konk-text{
	border-color: var(--kong-sh-color);
}
.kong-st-body .konk-text{
	border-color: var(--kong-st-color);
}
.konk-date{
	font: 300 24px Ubuntu;
	padding: 10px 0 5px 0;
}
.kong-e-body .konk-date{
	color: var(--kong-e-color);
}
.kong-u-body .konk-date{
	color: var(--kong-u-color);
}
.kong-i-body .konk-date{
	color: var(--kong-i-color);
}
.kong-p-body .konk-date{
	color: var(--kong-p-color);
}
.kong-s-body .konk-date{
	color: var(--kong-s-color);
}
.kong-st-body .konk-date{
	color: var(--kong-st-color);
}
.kong-sh-body .konk-date{
	color: var(--kong-sh-color);
}
.kong-koord{
	display:flex;
	column-gap:50px;
}
.kong-koord-item{
	display:flex;
	column-gap:30px;
	align-items:center;
}
.content strong{
	font-weight:700;
}
.kong-koord-text{
	font: 300 14px/20px Ubuntu;
	color:#6e6e6e;
}
.kong-koord-img{
	width:200px;
	height:200px;
	border-radius:50%;
	overflow:hidden;
	border: 5px solid #ccc;
}
.kong-e-body .kong-koord-img{
	border-color:var(--kong-e-color);
}
.kong-u-body .kong-koord-img{
	border-color:var(--kong-u-color);
}
.kong-i-body .kong-koord-img{
	border-color:var(--kong-i-color);
}
.kong-p-body .kong-koord-img{
	border-color:var(--kong-p-color);
}
.kong-s-body .kong-koord-img{
	border-color:var(--kong-s-color);
}
.kong-sh-body .kong-koord-img{
	border-color:var(--kong-sh-color);
}
.kong-st-body .kong-koord-img{
	border-color:var(--kong-st-color);
}
.kong-koord-img img{
	width:100%;
	height:auto;
}
.kong-konk-list2 .konk-item{
	margin-bottom:20px;
}
.mer-h1-date{
	font: 300 24px Ubuntu;
	color:#4abba4;
	margin-bottom:30px;
}
.news-item1-head{
	font: 600 30px Ubuntu;
	color:#1b44e5;
	margin: 17px 0 18px;
}
.news-item1-date{
	font: 300 24px Ubuntu;
	color:#fff;
}
.news-item1 * {
	text-decoration: none;
}
.news-item1{
	background: url(../img/newsitem3.jpg) repeat-x 0 33px;
	margin-bottom:40px;
	display:block;
	text-decoration: none;
}
.news-item1a{
	background: url(../img/newsitem2.png) no-repeat;
}
.news-item1d{
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.news-item1b {
    background: url(../img/newsitem4.jpg) no-repeat right 33px;
    height: 261px;
    padding-right: 212px;
    padding-left: 410px;
    padding-top: 4px;
    box-sizing: border-box;
}
.faces{
	display:flex;
	gap:30px;
	justify-content: center;
}
.face-img{
	margin:0 auto;
	text-align:center;
}
.face-text{
	text-align:center;
}
.face-text b, .face-text strong{
	display:block;
}
.face-item{
	max-width:20%;
	margin-bottom:30px;
}
.faces-exp .face-item {
	flex-basis: min-content;
	min-width: calc(20% - 30px);
}
.faces-exp  {
	flex-wrap: wrap;
}
.plo-accordion .accordion-button{
	padding-left:0;
}
.plo-accordion .accordion-button img{
	height:74px;
	margin-right:36px;
}
.h1-with-logo-div img {
	width: auto;
	height: auto;
	max-height: 190px;
	max-width: 100%;
	vertical-align: middle;
}
.helper-va {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.faces-exp .face-img{
	width:190px;
	height:190px;
	border-radius: 50%;
	border:4px solid var(--kong-u-color);
	overflow: hidden;
	margin-bottom:10px;
}

.faces-exp .face-img img{
	max-width:190px;
	max-height:190px;
	margin-top:0px;
	height:auto;
	width:auto;
	min-width: 190px;
	min-height: 190px;
}
.faces-coord{
	justify-content: left !important;
}
.faces-coord .face-item {
	flex-basis: min-content;
	min-width: calc(50% - 30px);
	display: flex;
	max-width: 50%;
	align-items: center;
}
.faces-coord .face-img {
	flex-grow: 0;
	min-width: 190px;
}
.faces-coord .face-text {
	text-align: left;
	flex-grow: 1;
	padding-left: 30px;
}
.kong-dir-links{
	text-align:center;
	    width: 420px;
}
.kong-dir-links a {
	display: block;
	color: var(--kong-u-color);
	font: 500 20px Ubuntu;
	text-decoration: none;
	margin-top: 13px;
}
.kong-u-body .kong-dir-links a{
	color: var(--kong-u-color)
}
.kong-i-body .kong-dir-links a{
	color: var(--kong-i-color)
}
.kong-s-body .kong-dir-links a{
	color: var(--kong-s-color)
}
.kong-st-body .kong-dir-links a{
	color: var(--kong-st-color)
}
.kong-sh-body .kong-dir-links a{
	color: var(--kong-sh-color)
}
.kong-e-body .kong-dir-links a{
	color: var(--kong-e-color)
}
.kong-p-body .kong-dir-links a{
	color: var(--kong-p-color)
}

.kong-u-body .face-img{
	border-color: var(--kong-u-color)
}
.kong-i-body .face-img{
	border-color: var(--kong-i-color)
}
.kong-s-body .face-img{
	border-color: var(--kong-s-color)
}
.kong-st-body .face-img{
	border-color: var(--kong-st-color)
}
.kong-sh-body .face-img{
	border-color: var(--kong-sh-color)
}
.kong-e-body .face-img{
	border-color: var(--kong-e-color)
}
.kong-p-body .face-img{
	border-color: var(--kong-p-color)
}

.kong-dir-links a:hover {
	text-decoration: underline;
}
h1.with-logo{
	padding-left: 170px;
}
.h1-with-logo-div{
	width:150px;
	height:190px;
	position:absolute;
	left:0;
	top:-20px;
	overflow: hidden;
	z-index:2;
}
.plo-boss-head{
	padding-top: 50px;
}
.content table td{
	border: 1px solid #b6b6b6;
}
.input-label{
	font: 300 20px/51px Ubuntu;
	color:#1b44e5;
}
.input-item{
	background: url(../img/inputbg.jpg) repeat-x;
	margin-bottom:30px;
}
.input-item2{
	background: url(../img/input.jpg) no-repeat right top;
	width:100%;
	height:51px;
}
.input-input input {
    border: none;
    font: 300 20px/30px Ubuntu;
    color: #1b44e5;
    outline: none;
    margin-top: 9px;
    border-left: 2px solid #1b44e5;
    padding-left: 20px;
}
.styled-checkbox{
	font: 300 14px/18px Ubuntu;
    color: #a3a3a3;
}
.reg-btn{
	font: 300 20px/49px Ubuntu;
    color: #fff !important;
	background: #1b44e5 url(../img/regbtn.jpg) no-repeat top right;
	height:49px;
	display:block;
	text-decoration:none;
	padding-left:20px;
	margin-top:30px;
}
.styled-checkbox input{
	position:relative;
	top:1px;
	margin-right:10px;
}
.accordion-item--plo-id-2057, .accordion-item--plo-id-2059, .accordion-item--plo-id-2210, .accordion-item--plo-id-2211{
*display: none;
}

@media only screen and (max-width:1024px) {
	.menu-button {
    width: 100px;
    height: 100px;
    background: url(../img/menu_mobi.png) no-repeat;
    padding-left: 100px;
	}
	.container{
		max-width: 1010px;
	}
	body {
		background-size: contain !important;
	}
	.menu-container {
    padding-top: 42px;
	}
	#myCarousel .carousel-item img {
    top: -34px;
	}
	.langs {
		margin-top: 160px;
		right: 0;
		margin-right: 178px;
		position: absolute;
		}
	}

@media only screen and (max-width:500px) {
	#myCarousel, #mobile, .two-buttons, .menu-list ul li a:after, .two-buttons-h{
		display:none;
	}
 	.timer_container{
    	display: none;
	 }
	.content {
		margin-top: 180px;
	}
	main {
		overflow: hidden;
	}
	.menu-container {
		padding-top: 87px;
	}
	body.homepage{
	background: url(../img/bg_mobi.jpg) no-repeat center top !important;
	background-size: contain !important;
}
	body {
		background-size: contain !important;
	}
	.menu-button {
		width: 64px;
		height: 64px;
		font: 300 26px Ubuntu !important;
		padding-left: 73px;
		background-size: 85%;
	}
	.home-news{
		margin-top:100px;
	}
	.home-news-header{
		text-shadow: 0 0 8px white;
		font: 300 33px Ubuntu;
	}
	.mainmenucontainer.scroll-menu {
		background-position: center -45px;
		height: 191px;
		top: -70px;
	}
	.homepage .mainmenucontainer-holder {
		height: 152px;
	}
	.mainmenucontainer-holder {
		height: 150px;
	}
	.news-item1a{
		background: none;
	}
	.news-item1d {
		background-size: cover;
	}
	.news-item1a {
		background: none;
	}
	.news-item1-head {
		font: 600 23px Ubuntu;
		color: #000000;
		margin: 17px 0 18px;
	}
	.news-item1-text{
		display:none;
	}
	.news-item1b {
		background: #7daded80;
		height: auto;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 80px;
		box-sizing: border-box;
		padding-bottom: 20px;
	}
	.home-news-item {
		background: none;
		width: 100%;
		height: auto;
		position: relative;
		text-decoration: none;
	}
	.home-news-item-img {
		width: 100%;
		height: 192px;
		border-radius: 0;
		position: absolute;
		top: 55px;
		left: 0;
	}
	.home-news-item-date {
		top: 20px;
		left: 0;
		position: relative;
	}
	.home-news-item-head {
		color: #1b44e5;
		font: 700 20px Ubuntu;
		padding-top: 230px;
		padding-left: 0;
		padding-right: 0;
		max-height: none;
		overflow: visible;
		text-align: center;
	}
	.home-news-item-text {
		color: #6e6e6e;
		font: 300 14px Ubuntu;
		padding-left: 0;
		padding-right: 0;
		padding-top: 9px;
		height: auto;
		overflow: visible;
		text-align: center;
	}
	.footer .social {
		right: auto;
	}
	.mainmenu {
		background: #fff;
		width: 100vw;
		height: 900px;
		top: 0;
	}
	.menu-list ul {
		margin-left: 24px;
	}
	.menu-list ul li {
		padding-left: 45px;
	}
	.menu-list ul li a {
		font: 300 21px/35px Ubuntu;
	}
	.menu-list {
		margin-top: 180px;
	}
	.menu-button.blue {
		background-size: contain;
		color: #1a53f1;
	}
	.content h1 {
		font: 300 28px Ubuntu;
	}
	.faces {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.face-item {
		max-width: 100%;
	}
	.content img{
		max-width: 100%;
	}
	.content p img{
		height: auto;
	}
	.kong-accordion .accordion-button:before, .konk-text:before, .konk-text:after, .h1-with-logo-div{
		display: none;
	}
	.kong-accordion .accordion-button {
		font: 300 21px/25px Ubuntu;
		padding: 10px 42px;
	}
	.konk-text {
		border-left: 1px solid;
		border-right: 1px solid;
		height: auto;
	}
	.plo-accordion .accordion-button img {
		height: 25px;
		margin-right: 26px;
	}
	h1.with-logo {
		padding-left: 0;
	}
	.kong-dir {
		width: 260px;
		height: 260px;
		background-size: 100%;
		margin: 0 auto;
	}
	.kong-dir-img {
		width: 180px;
		height: 180px;
	}
	.kong-dir-img {
		border-width: 9px !important;
	}
	.kong-koord {
		flex-direction: column;
	}
	.kong-koord-img {
		width: auto;
		height: auto;
		min-width: 40%;
		max-width: 40%;
		margin-bottom: 12px;
	}
	.kong-body h4 {
		font: 700 20px/27px Ubuntu;
	}
	.konk-text a {
		max-height: none;
	}
	.faces-coord .face-item {
		min-width: auto;
		display: block;
		margin: 0 auto;
		max-width: 100%
	}
	.faces-coord .face-img {
		min-width: auto;
	}
	.faces-exp .face-img img {
		max-width: 100%;
		max-height: 100%;
		margin-top: 0px;
		height: auto;
		width: auto;
	}
	.faces.faces-coord {
		align-items: start;
	}
	.faces-coord .face-text {
		text-align: center;
		padding-left: 0;
	}
	.plo-boss-head {
		padding-top: 10px;
	}
	.langs a {
    font-size: 14px !important;
}

}

.langs{
	float: right;
	margin-top: 60px;
	margin-right: 60px;
}
.langs a{
	text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
@media only screen and (max-width:400px) {
	.content {
		margin-top: 130px;
	}
}