@font-face {
    font-family: 'Manrope';
    src: url('./fonts/manrope-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
	src: url('./fonts/manrope-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('./fonts/manrope-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('./fonts/manrope-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('./fonts/manrope-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/********* SharePoint *********/

#s4-titlerow { 
    display: none !important;
}

#suiteBarLeft {
    visibility: hidden;
}

#suiteBarLeft div.ms-table {
    display: none;
}

#contentRow {
    padding-top: 0px;
}

#s4-bodyContainer {
    padding-bottom: 0px;
}

.ms-webpartPage-root {
    border-spacing: 0px 10px;
}

#s4-workspace {
    height: 100% !important;
    width: 100% !important;
    overflow: auto !important;
}

#sideNavBox {
    margin: 46px 46px 0px 40px;
    width: auto;
}

#suiteBarRight {
    background-color: transparent;
}

#contentRow {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

#contentBox {
    margin: 0px;
	padding: 10px 30px;
	box-sizing: border-box;
    min-width: auto;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-linkCell, .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-deletelinkCell {
	padding: 0;
}

/********* SharePoint конец*********/

* {
	font-family: 'Manrope';
	font-style: inherit;
	font-size: 100%;
	font-weight: 400;
	border: none;
	padding: 0;
	margin: 0;
}

.wrapper {
	min-height: 100%;
	position: relative;
}

html, body, form {
	height: 100%;
}

body {
    overflow: auto !important;
}

header {	
    box-sizing: border-box;
	height: 72px;
	padding: 0px 30px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
}

.navbar_left, .navbar_right {
	display: flex;
	align-items: center;
}

.logo {
	display: block;
	width: 120px;
	margin-right: 30px;
}

.logo__img {
	width: 100%;
	display: block;
}

.burger {
	cursor: pointer;
	display: none;
	width: 24px;
	height: 18px;
	position: relative;
}

.burger .line {
	display: block;
	background: #1c1c1c;
	width: 24px;
	height: 2px;
	position: absolute;
	left: 0;
	border-radius: 4px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.burger .line.line-1 {
	top: 0;
}
.burger .line.line-2 {
	top: 8px;
}
.burger .line.line-3 {
	bottom: 0;
}

.burger.burger_toggled .line-1 {
	transform: translateY(8px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-moz-transform: translateY(8px) translateX(0) rotate(45deg);
}
.burger.burger_toggled .line-2 {
	opacity: 0;
}
.burger.burger_toggled .line-3 {
	transform: translateY(-8px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	-moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.burger_toggled {
    position: fixed;
}

/* Меню */

.ms-core-listMenu-root {
	display: flex !important;
}

li.static {    
	display: flex;
	list-style: none;
	padding: 0 15px;
	align-self: flex-start;	
	line-height: 72px;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
	outline: none;
	margin: 0;
	border: none;
	transition: all 0.3s ease;
	display: flex;
	position: relative;	
}

.menu-item-text {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.4px;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    display: block;
    bottom: 0;
    right: 0;
    background: #008295;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}

/*Активный пункт меню*/
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item:hover {
    /*background: #008295;*/
}

    .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item:hover:after {
        width: 100%;
        left: 0;
        background: #008295;
    }

.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected {
	color: #67A2BF !important;
}


.ms-core-listMenu-horizontalBox > .ms-core-listMenu-root > .ms-listMenu-editLink {
	margin: 0;
	line-height: 72px;
}

.ms-navedit-appendarea {
	line-height: 72px;
}

.ms-core-listMenu-horizontalBox span.ms-list-addnew-imgSpan16 {
	vertical-align: middle;
}

input.ms-navedit-editButton {
	vertical-align: middle;
}

.ms-core-listMenu-horizontalBox div.ms-navedit-hiddenAppendArea {
	border: none;
}



.ms-core-listMenu-item:hover ul.dynamic {
	opacity: 1;
	top: 72px;
}

/*Подменю*/
ul.dynamic {
    position: absolute;
    display: flex !important;
    flex-direction: column !important;
    opacity: 1;
    min-width: 300px;
    padding: 0 15px !important;
    margin: 0 0 0 -15px !important;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    background: #008295 !important;
    /*Бирюзовые градиент*/
    /*background: -webkit-linear-gradient(top, #10a3b1 0%,#0ca2b0 3%,#11a1af 5%,#129fad 8%,#0e9ead 10%,#139bab 15%,#0b9baa 18%,#1198a8 21%,#1296a6 26%,#0a94a4 28%,#0e8c9e 38%,#0b899c 41%,#108698 46%,#098497 49%,#0d7c8f 59%,#06788c 64%,#0b778b 67%,#0d7186 74%,#0a6d84 77%,#0c6980 85%,#09687f 87%,#0c677e 90%,#04627a 95%,#095d72 100%) !important;*/
}

li.dynamic {
	list-style: none;
	padding: 0px !important;
}

ul.dynamic .ms-core-listMenu-item {
	color: #1c1c1c !important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-decoration: none !important;
	height: 36px;
    line-height: 36px;
    display: flex;
	transition: all .3s ease;
}

    ul.dynamic .ms-core-listMenu-item:hover {
        padding-left: 5px;
        color: #008295 !important;
    }

.ms-core-deltaSuiteBarRight {
	display: flex;
}

.ms-navedit-deletespan {
	display: flex !important;
}


section {
    /*padding-bottom: 218px;*/
    padding-bottom: 280px;
}

footer {
    background: #898a8d;
    /*background: #515a63;*/
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.description {
	max-width: 800px;
}

.contacts {
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.footer__logo {
	display: flex;	
}

.logo_footer {
	opacity: 0.6;
	margin-right: 45px;
}

.logo__description {
	    width: 500px;
    font-size: 14px;
    opacity: 0.6;
}

.contacts__title {
	opacity: 0.6;
	font-size: 14px;
	margin-bottom: 10px;
}

.contacts__link {
	color: #fff !important;
	text-decoration: underline;	
}

.copyright {
	font-size: 14px;
	display: flex;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255, 0.4);
	justify-content: space-between;
	opacity: 0.4;
}

.copyright__link {
	color: #fff !important;
	margin-left: 30px;
	text-decoration: underline;
}

.link {
    position: fixed;
    right: -75px;
    top: 40%;
    height: 48px;
    transform: rotate(-90deg);
    background: #008295;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    z-index: 9;
    display: block;
    /*Бирюзовые градиент*/
    /*background: -webkit-linear-gradient(top, #10a3b1 0%,#0ca2b0 3%,#11a1af 5%,#129fad 8%,#0e9ead 10%,#139bab 15%,#0b9baa 18%,#1198a8 21%,#1296a6 26%,#0a94a4 28%,#0e8c9e 38%,#0b899c 41%,#108698 46%,#098497 49%,#0d7c8f 59%,#06788c 64%,#0b778b 67%,#0d7186 74%,#0a6d84 77%,#0c6980 85%,#09687f 87%,#0c677e 90%,#04627a 95%,#095d72 100%);*/
}

.link_mtk {
	color: #fff !important;
	line-height: 48px;
	padding: 0px 20px;
	font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.link-mobile, .top-button, .top-button2 {
    display: none;
}

.ms-cui-topBar2 {
	background: #fff !important;
	border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1220px) {
	header {
		padding: 0px 30px;
	}
	
	.logo {
		display: none;
	}
	
	.ms-core-listMenu-root {
		flex-direction: column;
		background: #fff;
		position: absolute;
		top: 0px;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 72px 0 0 30px;
		z-index: 999;
		display: none !important;
		transition: all 0.3s ease;
	}
	
	.ms-core-listMenu-root_toggled {
		display: flex !important;
		position: fixed;
	}

	.ms-core-listMenu-horizontalBox li {
		padding: 0;
	}
	
	.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
		padding-left: 0px;    
	}
	
	ul.dynamic .ms-core-listMenu-item {
		height: auto;
	}
	
	.menu-item-text {
		height: 48px;
		line-height: 48px;		
		font-size: 18px;
	}
	
	li.static {
		height: 48px;
		line-height: 48px;
	}
	
	ul.dynamic {
		left: 50px !important;
		opacity: 1;
	}
	
	li.dynamic {
		font-weight: 400;
	}
	
	.burger {
		display: block;
		z-index: 9999;
	}
}

@media screen and (max-width: 768px) {
	section {
		padding-bottom: 506px;
	}
	
	.footer__logo, .contacts__block, .description {
		margin-bottom: 30px;
	}
	
	.contacts {
		flex-direction: column;
	}	
}

@media screen and (max-width: 576px) {
    /*Link TK/MTK Mobile Begin*/
    .link {
        display: none;
    }

    .link-mobile {
        position: fixed;
        right: -12px;
        top: 90px;
        height: 48px;
        transform: rotate(-90deg);
        background: #008295;
        color: #fff;
        border-radius: 20px 20px 0px 0px;
        z-index: 9;
        display: block;
        opacity: 0.6;
        width: 72px;
        text-align: center;
    }

    .link_mtk-mobile {
        color: #fff !important;
        line-height: 48px;
        padding: 0px 20px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.4px;
    }
    /*Link TK/MTK Mobile End*/

    /*Top button mobile begin*/

    .top-button, .top-button:visited {
        position: fixed;
        left: 3px;
        bottom: 3px;
        color: #fff;
        z-index: 9;
        text-decoration: none !important;
    }

    .top-button > img, .top-button2:visited > img {
        width: 55px;
    }

    .top-button2, .top-button2:visited {
        position: fixed;
        left: -5px;
        bottom: -5px;
        height: 70px;
        width: 70px;
        text-decoration: none !important;
        display: block;
        z-index: 9;
    }

        .top-button2 > div, .top-button2:visited > div {
            width: 50px;
            height: 55px;
            position: relative;
            background: #008295;
            opacity: 0.6;
            border-radius: 0px 20px 20px 0px;
        }

    .top-button2 > div > span, .top-button2:visited > div > span {
		font-size: 50px;
		font-weight: bold;
		z-index: 900;		
		width: 70px;
	    display: block;
		text-align: center;
		position: absolute;
		left: -9px;
		top: 2px;
		color: #d0d8de;
    }
    /*Top button mobile end*/

    /*Top button mobile versions start*/
    /*
    .top-button2 > div > span, .top-button2:visited > div > span {
        color: #003159;
    }
    .top-button2 > div, .top-button2:visited > div {
        height: 50px
        border-radius: 25px;
        border: 5px solid #003159;
        background-color: #a8b8c594;
        background-color: #0b385d;
        box-shadow: 0 0 10px #a4bacc;
        background-image: radial-gradient(#7a8a96 30%, #cbd5dc);
        background-image: linear-gradient(#7a8a96 30%, #c0c9d0);
    }
    .top-button, .top-button:visited {
        display: block;
    }
    */
    /*Top button mobile versions end*/
}

/*Минимальная высота контента для разных экранов

@media (min-height: 500px) {
  section {
		min-height: 150px;
	}
}

@media (min-height: 600px) {
  section {
		min-height: 250px;
	}
}

@media (min-height: 700px) {
  section {
		min-height: 350px;
	}
}

@media (min-height: 800px) {
  section {
		min-height: 450px;
	}
}

@media (min-height: 900px) {
  section {
		min-height: 550px;
	}
}

@media (min-height: 1000px) {
  section {
		min-height: 650px;
	}
}

@media (min-height: 1400px) {
  section {
		min-height: 1050px;
	}
}

Минимальная высота контента для разных экранов - конец*/

/*Из стилей sdc-custom.css*/

/*Страница входа - начало*/
.button-href {
	text-decoration: none;
	outline: none;
	background-color: #5e90b6;
	padding: 1em 2em;
	border-radius: 8px;
	margin: 10px;
	color: #fff;
	font-size: 16px;
}

.button-href:active {
	text-decoration: none;
	background-color: #81c1f2;
	color: #fff;
}

.button-href:hover {
	background-color: #72abd6;
	text-decoration: none;
	color: #fff;
}

.button-href:visited {
    color: #fff;
}
/*Страница входа - окончание*/

.infopanel-organization {
    width: 150px;
}
.infopanel-answer {
    width: auto/*150px*/;
}
.infopanel-date {
    width: 100px;
}
.infopanel-note {
    width: 200px;
    word-wrap: break-word;
}

.result-title {
	display: inline-block;
}

/*Из стилей sdc-custom.css - конец*/

/*Скрывается ссылка Изменить ссылки*/
a.ms-navedit-editLinksText > span > span.ms-metadata.ms-verticalAlignMiddle {
	display: none;
}

/*Тип письма (формы создания входящих и исходящих)*/
select.ms-RadioText[id*="TypeMailInbox"], select.ms-RadioText[id*="TypeMailOutbox"] {
	width: 386px;
}

/*Скрываем кнопку справки*/
#ms-help
{
display:none;
}

/*Меню цвета футера*/

/*Варианты - начало*/
/*
    header, ul.dynamic, .ms-core-listMenu-root_toggled {
        background: #003159 !important; #0f4877
        background: linear-gradient(to top, #7490a7, #003159) !important;
        background: linear-gradient(to top, #537b92, #003159 200%) !important;
        background: linear-gradient(to bottom, #003159 0%, transparent 500%) !important;
        background: linear-gradient(to bottom, #003159 0%, #ffffff 500%) !important;
    }

    .menu-item-text, ul.dynamic,
    .ms-core-listMenu-root {
        background: #003159 !important;
    }
*/
/*Варианты - окончание*/

/*header*/
header, ul.dynamic, .ms-core-listMenu-root_toggled {
    background: #898a8d;
    /*Серый градиент*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e7882), color-stop(5%,#6c7780), color-stop(8%,#6e7881), color-stop(13%,#6a757e), color-stop(38%,#646e78), color-stop(79%,#545f69), color-stop(82%,#565f6a), color-stop(87%,#525d67), color-stop(100%,#515a63));*/
}

li.ms-listMenu-editLink {
    display: none;
}

.ms-welcome-hover,
.ms-siteactions-hover
{
    background-color: none !important;
    border: none !important;
    background: none !important;
}

header, .menu-item-text,
.ms-welcome-root > a.ms-core-menu-root {
    color: #e5e8ea;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item:hover:after,
.burger .line {
	background: #e5e8ea;
}

.logo__img {
    opacity: 0.6;
}

.menu-item-text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

li.dynamic-children > ul.dynamic {
    width: 310px !important;
}

li.static {
    padding: 0px 20px 0px 0px !important;
}

#welcomeMenuBox a {
    color: #e5e8ea;
}

@media (min-width: 1300px) {
  li.static {
		padding: 0px 30px 0px 0px !important;
	}
}

.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    padding-right: 10px !important;
}
/*Меню цвета футера - окончание*/

/*Мои задачи*/
/*Мои задачи - окончание*/

/*Inbox / Outbox*/
#inboxForm select.text-field, #outboxForm select.text-field {
    width: 550px !important;
    height: 28px !important;
}

#inboxForm input.text-field, #outboxForm input.text-field {
    width: 535px !important;    
}

#inboxForm td,  #outboxForm td {
    padding-bottom: 5px;
    padding-right: 5px;
}
/*Inbox / Outbox end*/
/*Диалоговые окна*/
.ms-dlgContent, .ms-dlgBorder, .ms-dlgFrame {
    width: 800px !important;
}

/*Обновления 2019*/
#suiteBarTop {
    display: none !important;
}

a.static.menu-item.ms-core-listMenu-item.ms-displayInline.ms-navedit-linkNode[title="Корзина"] {
    display: none !important;
}