@font-face {
  font-family: "MoskvichSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/400/MoskvichSans-Regular.woff2") format("woff2"),
       url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/400/MoskvichSans-Regular.woff") format("woff"),
       url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/400/MoskvichSans-Regular.otf") format("opentype"),
       url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/400/MoskvichSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "MoskvichSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/500/MoskvichSans-Medium.woff2") format("woff2"),
       url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/500/MoskvichSans-Medium.woff") format("woff"),
       url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/500/MoskvichSans-Medium.otf") format("opentype"),
       url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/500/MoskvichSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "MoskvichSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/700/MoskvichSans-Bold.woff2") format("woff2"),
       url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/700/MoskvichSans-Bold.woff") format("woff"),
       url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/700/MoskvichSans-Bold.otf") format("opentype"),
       url("https://msp-dszn.ru/assets/fonts/MoskvichSans/static/700/MoskvichSans-Bold.ttf") format("truetype");
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100000 !important;
}

.t-title {
    text-wrap: balance;
}

.t966__tooltip-menu_show {
    top: 134px !important;
}


.gradient-msp {
    width: 100vw;
	height: 320px;
	background-image: linear-gradient(
	300deg,
	hsla(46,92%,73%,1) 0%,
	hsla(46,92%,75%,1) 5%,
	hsla(46,92%,79%,1) 15%,
	hsla(46,94%,87%,1) 45%,
	hsla(40,92%,85%,1) 65%,
	hsla(28,93%,81%,1) 80%,
	hsla(17,93%,75%,1) 95%,
	hsla(15,94%,73%,1) 100%
	);
}

.uc-bg-gradient {
    background-image: linear-gradient(
	300deg,
	hsla(46,92%,73%,1) 0%,
	hsla(46,92%,75%,1) 5%,
	hsla(46,92%,79%,1) 15%,
	hsla(46,94%,87%,1) 45%,
	hsla(40,92%,85%,1) 65%,
	hsla(28,93%,81%,1) 80%,
	hsla(17,93%,75%,1) 95%,
	hsla(15,94%,73%,1) 100%
	);
}


ul.t758__list {
    display: flex;
    height: 24px;
    flex-direction: row;
}

.uc-head-crumbs {
    position: sticky;
    top: 148px;
    z-index: 9999;
    box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.1);
}


@media screen and (min-width: 681px) {
    .t531__row {
    display: flex;
    align-items: center;
    }
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
}
.header-top {
	display: flex;
    justify-content: center;
	width: 100%;
	height: 3rem;
	background-color: #DB5159;
}
.header-top__content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-family: 'GolosText', Arial, sans-serif;
	font-size: 14px;
	max-width: 1200px;
    width: 100%;
}

.header-top__wrapper {
    display: flex;
    width: inherit;
}
.header-top__right {
    justify-content: flex-end;
}
.header-top__right i {
        font-size: 18px;
}

.backlink {
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff;
	gap: 0.375rem;
}

.backlink:hover {
	color: #FEF6DD;
}
.header-top__btn {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 0.5rem;
	padding: 0 1.25rem;
    color: #FFFAE5 !important;
}
.header-top__btn:hover {
	background: #D22630;
}
.blind {
  text-transform: uppercase;
  background: #D63B44;
}


@media (max-width:960px) {
  .for-large-screens {
    display:none;
  }
}

@media (min-width:961px) {
  .for-small-screens {
    display:none;
  }
  
    .t-popup {
        top: 148px !important;
        z-index: 99999 !important;
        height: calc(100% - 148px) !important;
    }

    .t-popup .t-feed__post-popup__close-wrapper { 
    	border-bottom: 1px solid #E5B800 !important;
    	background-color: #FFE67F !important;
    	top: 148px !important;
    }
  
}


/*ВЫСОТА ОТСТУПА КНОПКИ в блоке*/
.t-feed__buttons-wrapper {
    margin-top: 36px !important;
}


.t189__title.t-title {
    display: flex;
    flex-direction: column;
}
.msp-vacancy-style {
    background: #fffcf2;
    display: flex;
    align-self: flex-start;
    padding: 0px 12px;
    margin-left: -6px;
    margin-bottom: 60px;
    border-radius: 16px;
    font-family: 'GolosText';
    font-size: 16px;
    font-weight: 800;
    color: #FB9C7A;
    text-transform: uppercase;
}

/*модификатор HTML-блока в постах*/
.t-redactor__embedcode {
    margin-right: 40px;
}

/*модификатор для карточек блок T850*/

.t850__inner-col {
    height: 280px !important;
}

.t850__wrap {
    height: -webkit-fill-available;
    position: relative;
}

.t850__btn-container {
    position: absolute;
    bottom: 30px;
}

/*мобильное меню*/

.t975 {
    border-radius: 24px 24px 0 0;
    padding: 2px;
    overflow: hidden;
    backdrop-filter: blur(16px);
    background-color: rgba(255, 250, 229, 0.8) !important;
    border: 1px solid rgba(255, 250, 229, 0.7) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    isolation: isolate;
}

.t975:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://msp-dszn.ru/assets/img/branding/filters/noise.png);
    background-repeat: repeat;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

    .t975__menu-item {
        gap: 2px;
    }
    .t975__icon-wrapper {
        height: 24px !important;
    }

/*МОДИФИКАТОРЫ ДЛЯ РАЗДЕЛА ВЕРИФИКАЦИЯ СОЦИАЛЬНОГО РАБОТНИКА*/
/*
.t-body {
    background-color: #fffcf2 !important;}

.t-store__prod-snippet__container .t-popup__close-wrapper, 
.t-store .t-popup__close {
	display: none !important;}
	
.t-store__prod-snippet__container::before {
    content: 'Верификация социального работника';
    display: flex;
    justify-content: center;
    font-family: 'ALS';
    font-size: 40px;
    font-weight: 600;
    color: #fb7b75;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
    padding: 24px;}

@media screen and (min-width: 561px) {	
    .t-store__prod-popup__slider .t-slds {
        border-radius: 16px;
        border: 2px solid #fbdd7a;
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);}
    .t-store__prod-popup__sku {
        margin-top: 0px !important;}
    .t-store__prod-snippet__container::before {       
    margin-bottom: 80px;}
}

@media screen and (max-width: 560px) {
	.t-store__prod-snippet__container {
		padding-top: 0px !important;}
	.t-store__prod-popup__col-right {
		padding-top: 8px !important;}
}

.t-store__prod-popup__title-wrapper {
	display: flex !important;
	flex-direction: column-reverse !important;
	gap: 12px !important;}

.js-store-prod-name {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	font-weight: 600 !important;
	font-size: 42px !important;
	line-height: 1.15 !important;
	color: #504d4a !important;}

.t-store__prod-popup__brand {
	display: flex !important;
	margin-top: 0px !important;}

.js-product-brand {
	display: flex !important;
	flex-direction: column !important;
	background-color: #fef5d7 !important;
	border-radius: 12px !important;
	padding: 4px 12px !important;
	margin: 0 -12px !important;
	font-size: 18px !important;
	font-weight: 600;
	color: #504d4a !important;}

.js-product-brand::before {
	content: 'окружное управление';
	display: flex;
	align-self: flex-start;
	font-size: 14px;
	background-color: #fbdd7a;
	border-radius: 6px;
	margin: 0 -6px;
	padding: 0 6px;
	font-weight: 400;}

.js-store-prod-all-text {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 -12px !important;
    padding: 6px 12px !important;
    border-radius: 12px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    background-color: #FEF5D7 !important;
    color: #504d4a !important;
    border: 2px solid #FB7B75;}

.js-store-prod-all-text::before {
	content: 'должность';
	display: flex;
	align-self: flex-start;
	font-size: 14px;
	background-color: #FBDD7A;
	border-radius: 6px;
	margin: 0 -6px;
	padding: 0 6px;
	font-weight: 400;}

.t-store__prod-popup__sku {
	display: flex !important;
	font-size: 0px !important;}

.t-store__prod-popup__sku span:after {
	content: 'Удостоверение №';
	font-weight: 400 !important;}

.t-store__prod-popup__sku span {
	display: flex !important;
	flex-direction: row-reverse !important;
	justify-content: flex-end !important;
	gap: 4px !important;
	margin: 0 -12px !important;
	padding: 4px 12px !important;
	border-radius: 12px !important;	
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #504d4a !important;
	background-color: #fbdd7a !important;}

.js-store-prod-all-charcs {
	margin-top: 12px !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	align-items: center !important;
    color: #504d4a !important;
}

.t-typography__characteristics {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 4px;
	padding: 8px 12px !important;
	background: white !important;
	border-radius: 12px !important;
	font-size: 18px !important;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);}

.t-typography__characteristics:nth-child(1),
.t-typography__characteristics:nth-child(2) {
	flex-direction: row;
	align-items: center;
	gap: 6px;}

.t-typography__characteristics:nth-last-child(1), 
.t-typography__characteristics:nth-last-child(2) {
	display: none !important;}

.lxvsrg-typography__head {
    display: flex;
    padding: 0px 6px;
    background: #FB7B75;
    border-radius: 6px;
    margin-left: -4px;
    font-size: 14px;
    color: white;
    -webkit-box-align: center;
}
*/