/************ Mont ************/
@font-face {
	font-family: 'Mont';
	src: url('../fonts/Mont_SemiBold/mont-semibold-webfont.eot');
	src: url('../fonts/Mont_SemiBold/mont-semibold-webfont.eot?iefix') format('eot'),
	url('../fonts/Mont_SemiBold/mont-semibold-webfont.woff') format('woff'),
	url('../fonts/Mont_SemiBold/mont-semibold-webfont.ttf') format('truetype'),
	url('../fonts/Mont_SemiBold/mont-semibold-webfont.svg#webfont') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mont';
	src: url('../fonts/Mont_Regular/mont-regular-webfont.eot');
	src: url('../fonts/Mont_Regular/mont-regular-webfont.eot?iefix') format('eot'),
	url('../fonts/Mont_Regular/mont-regular-webfont.woff') format('woff'),
	url('../fonts/Mont_Regular/mont-regular-webfont.ttf') format('truetype'),
	url('../fonts/Mont_Regular/mont-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mont';
	src: url('../fonts/Mont_Bold/mont-bold-webfont.eot');
	src: url('../fonts/Mont_Bold/mont-bold-webfont.eot?iefix') format('eot'),
	url('../fonts/Mont_Bold/mont-bold-webfont.woff') format('woff'),
	url('../fonts/Mont_Bold/mont-bold-webfont.ttf') format('truetype'),
	url('../fonts/Mont_Bold/mont-bold-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mont';
	src: url('../fonts/Mont_BoldItalic/mont-bolditalic-webfont.eot');
	src: url('../fonts/Mont_BoldItalic/mont-bolditalic-webfont.eot?iefix') format('eot'),
	url('../fonts/Mont_BoldItalic/mont-bolditalic-webfont.woff') format('woff'),
	url('../fonts/Mont_BoldItalic/mont-bolditalic-webfont.ttf') format('truetype'),
	url('../fonts/Mont_BoldItalic/mont-bolditalic-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Mont';
	src: url('../fonts/Mont_Heavy/Mont-Heavy.eot');
	src: url('../fonts/Mont_Heavy/Mont-Heavy.eott?iefix') format('eot'),
	url('../fonts/Mont_Heavy/Mont-Heavy.woff') format('woff'),
	url('../fonts/Mont_Heavy/Mont-Heavy.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mont';
	src: url('../fonts/Mont_Heavy/Mont-Heavy.eot');
	src: url('../fonts/Mont_Heavy/Mont-Heavy.eot?iefix') format('eot'),
	url('../fonts/Mont_Heavy/Mont-Heavy.woff') format('woff'),
	url('../fonts/Mont_Heavy/Mont-Heavy.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Mont';
	src: url('../fonts/Mont_Black/mont-black-webfont.eot');
	src: url('../fonts/Mont_Black/mont-black-webfont.eot?iefix') format('eot'),
	url('../fonts/Mont_Black/mont-black-webfont.woff') format('woff'),
	url('../fonts/Mont_Black/mont-black-webfont.ttf') format('truetype'),
	url('../fonts/Mont_Black/mont-black-webfont.svg#webfont') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mont';
	src: url('../fonts/Mont_Black/mont-black-webfont.eot');
	src: url('../fonts/Mont_Black/mont-black-webfont.eot?iefix') format('eot'),
	url('../fonts/Mont_Black/mont-black-webfont.woff') format('woff'),
	url('../fonts/Mont_Black/mont-black-webfont.ttf') format('truetype'),
	url('../fonts/Mont_Black/mont-black-webfont.svg#webfont') format('svg');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

body, html {
	background: #EFF2F7;
	padding: 0px;
	margin: 0px;
	font-family: Mont;
}
.top {
	width: 98px;
	margin: 52px auto;
}
.link {
    width: 320px;
    margin: 0 auto 47px auto;
}
.link>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    margin-bottom: 16px;
    height: 69px;
    padding: 0px 16px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 31px;
	color: #000000;
}
.link_mini {
	font-size: 15px !important;
    line-height: 19px !important;
}
.link>a:hover {
	background: #2234D7;
	color: #ffffff;
}
.link svg {
    margin-left: 36px;
	flex-shrink: 0;
}
.link>a:hover svg>path {
	fill: #ffffff;
}
 
.blue {
    background: #2234D7 !important;
	color: #ffffff !important;
}
.blue:hover {
	background: #ffffff !important;
	color: #000000 !important;
}
.blue:hover svg>path {
	fill: #2234D7 !important;
}

.blue_text {
	color: #2234D7 !important;
}
.blue_text:hover {
	color: #ffffff !important;
}

.projects {
    width: 320px;
    margin: 0 auto 52px auto;
}
.projects>b {
    display: block;
    font-weight: 800;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000;
    margin-bottom: 27px;
}
.projects>div {
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.projects>div>a {
	float: left;
	display: block;
	text-decoration: none;
	width: 68px;
	margin-right: 16px;
}
.projects>div>a:last-child {
	margin-right: 0px;
}
.projects>div>a:hover {
	opacity: .8;
}

.soc_fon {
    background: #D5D9E1;
    padding: 47px 0px 52px 0px;
}
.soc {
    width: 320px;
    margin: 0 auto;
}
.soc>b {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-bottom: 29px;
}
.soc_block {
    /* display: inline-block; */
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.soc_block>a {
    text-decoration: none;
    display: inline-block;
    float: left;
    margin-right: 16px;
}
.soc_block>a:last-child {
	margin-right: 0px;
}
.soc_block>a:hover {
	opacity: .8;
}


.admin_body {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
hr {
    margin: 30px 0px;
}
.input {
    height: 40px;
    border: none;
    width: 100%;
    max-width: 500px;    
	padding: 0px 10px;
    box-sizing: border-box;
}
.admin_btn {
    background: #2234D7;
    color: #ffffff;
    line-height: 40px;
    width: 100%;
    max-width: 320px;
    border: none;
    font-family: Mont;
    font-weight: bold;
    font-size: 16px;
	cursor: pointer;
}
.admin_del {
    border: none;
    font-family: Mont;
    cursor: pointer;
    font-size: 14px;
    background: #dc0000;
    color: #ffffff;
    padding: 0px 30px;
    line-height: 30px;
    margin-top: 30px;
}
.admin_btn:hover, .admin_del:hover {
	opacity: .8;
}
.lists {
    overflow: hidden;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
}