@charset "UTF-8";
/* ****************************** */
/* Типовой шаблон #1 - "Flat" */
/* v20180927 */
/* ВЕБ-МАСТЕРСКАЯ.БЕЛ */
/* ****************************** */
 *:focus {
    outline: none;
}
 html {
}
 body {
    background: #F5F5F5;
     overflow-x: hidden;
     font-size: 20px;
     font-family: "Noto Sans", sans-serif;
     position: relative;
	 padding: 0;
}
 a {
    color: #301a0b;
}
 a:hover, a:focus {
    color: #a57b5b;
}
 a:visited {
    color: #424242;
}
#loading{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: RGBA(255,255,255,0.9);
	backdrop-filter: blur(36px);
	-webkit-backdrop-filter: blur(36px);
	z-index: 5000;
	display: flex;
	left: 0;
	top: 0;
}
#loading img{
	width: 96px;
	height: auto;
	margin: auto;
	animation: loader 4s infinite;
}
@keyframes loader{
	0%{
		scale: 1.0;
	}
	50%{
		scale: 1.3;
	}
	100%{
		scale: 1.0;
	}
}
.ncontainer{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	margin-top: 64px;
}
@media screen and (max-width: 1300px){
	.ncontainer{
		max-width: 90%;
	}
}
.info-banner{
	width: 100%;
	background-image: url('/files/00371/img/Frame 65 (2).jpg');
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 64px;
	position: relative;
}
.info-banner > img{
	position: absolute;
	right: 32px;
	top: 32px;
	height: 80%;
	z-index: 5
}
.info-banner .text{
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	z-index: 6;
}
.info-banner h3{
	margin: 0;
	font-size: 42px;
	color: RGBA(255,255,255,0.78);
}
.info-banner h3 span{
	color: white;
}
.info-banner p{
	font-size: 20px;
	color: white;
}
.info-banner .footer{
	display: flex;
	gap: 20px;
	width: max-content;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
}
.info-banner .footer img{
	height: 32px;
	margin: auto;
	margin-left: 0;
	margin-right: 0;
}
.info-banner a.btn{
	color: #A0576A;
	background: white;
	padding: 0.5em 1.2em;
	font-size: 20px;
	border-radius: 0.3em;
}
@media screen and (max-width: 950px){
	.info-banner > img{
		opacity: 0.11;
	}
	.info-banner .text{
		margin: auto;
		width: 100%;
	}
	.info-banner h3{
		text-align: center;
	}
	.info-banner p{
		text-align: center;
	}
	.info-banner .text .footer{
		margin: auto;
	}
}
@media screen and (max-width: 520px){
	.info-banner{
		padding: 32px;
		background-position: center left;
	}
	.info-banner h3{
		font-size: 36px;
		text-wrap: wrap;
	}
}
@media screen and (max-width: 376px){
	.info-banner h3{
		font-size: 28px;
	}
}
 .circle-list {
     list-style-type: none;
     padding: 0;
     padding-top: 24px;
}
 .contact-metod{
     width: 100%;
     height: auto;
     box-sizing: border-box;
     padding: 24px;
     background-color: white;
     display: flex;
     flex-direction: column;
     border: 1px RGBA(0,0,0,0.08) solid;
}
 .contact-metod .tag.cyan{
     background-color: #ECFFFD;
     color: #18E4D0;
     box-sizing: border-box;
     padding: 0.3em 0.8em;
     border-radius: 100vw;
     width: max-content;
     font-size: 16px;
}
 .contact-metod h3{
     margin-top: 0.5em;
}
 .contact-metod a{
     display: block;
     width: 100%;
     color: #18E4D0;
}
 .circle-list li {
     position: relative;
     padding-left: 36px;
}
 .circle-list li::before{
     content: "";
     width: 1.2em;
     height: 1.2em;
     background: #BCF7F1;
     border-radius: 100vw;
     position: absolute;
     left: 0;
     top: 20%;
}
 .header_bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 370px;
     background-color: red;
     background-image: linear-gradient(RGBA(160, 87, 106, 0.4), RGBA(160, 87, 106, 0.6)), url("/files/00371/img/Foto.1.jpg");
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -100;
}
#header_updated{
	width: 100%;
	height: auto;
	display: flex;
	padding-top: 64px;
	padding-bottom: 64px;
	background: #883F52;
}
#header_updated #header_bar{
	border-radius: 8px;
}
#header_updated .container{
	width: 100%;
	max-width: 1300px;
	height: auto;
	margin: auto;
	padding: 0;
}
 #header_updated ._logo{
     width: 100%;
     display: flex;
	 flex-direction: row;
	 margin-top: 36px;
	 text-decoration: none;
}
 #header_updated ._logo .text{
 	display: flex;
	flex-direction: column;
	margin: auto;
	margin-left: 12px;
 }
  #header_updated ._logo .text span{
  	font-size: 18px;
	color: white;
	opacity: 0.75;
	margin: auto;
	margin-bottom: 0;
	margin-left: 0;
	text-decoration: none;
  }
  #header_updated ._logo .text h1{
  	font-size: 20px;
	margin: auto;
	margin-top: 6px;
	margin-left: 0;
	color: white;
	text-decoration: none;
  }
 .header__logo{
     width: 64px;
     height: auto;
     margin: auto;
     margin-top: 12px;
	 margin-left: 0;
	 margin-right: 0;
}
.cards-w{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
}
.cards-w .card{
	box-sizing: border-box;
	margin: auto;
	display: flex;
	background: white;
	border: 2px #A0576A solid;
	color: #A0576A;
	text-align: center;
	padding: 24px 64px;
	border-radius: 12px;
	width: 100%;
}
.cards-w .card span{
	width: 100%;
	margin: auto;
	text-align: center;
	color: #A0576A;
}
@media screen and (max-width: 1000px){
	.cards-w{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 500px){
	#header_updated ._logo{
		flex-direction: column;
	}
	#header_updated ._logo .text span{
		text-align: center;
		width: 100%;
	}
	#header_updated ._logo .text h1{
		text-align: center;
		width: 100%;
	}
	.header__logo{
		margin: auto;
	}
}
#nav_head{
	display: none;
}
#nav_head > a{
	display: none;
	font-size: 0px;
	opacity: 0;
	width: 0%;
	height: 0%;
	position: absolute;
	pointer-events: none;
}
@media screen and (max-width: 1200px){
	.navbar-toggle{
		display: block;
	}
	#nav_head{
		display: flex;
	}
}
.navbar-toggle:hover{
	background: RGBA(255,255,255,0.15);
}
@media screen and (max-width: 1060px){
	._nav #nav_body .level_0 {
		display: flex;
		flex-direction: column;
	}
	._nav #nav_body .level_0 > .parent{
		width: 100%;
	}
	._nav #nav_body .level_0 > .parent a{
		width: 100%;
	}
	._nav #nav_body .level_1{
		width: 100% !important;
		max-width: 100% !important;
	}
	._nav #nav_body .level_1 > li{
		width: 100% !important;
	}
}
 .quotes{
     width: 100%;
     height: auto;
}
 .quotes .quote{
     display: flex;
     flex-direction: column;
}
 .quotes .quote table{
     display: none;
}
 .quotes .quote.active table{
     display: table;
}
 #attention{
     width: 100%;
     display: flex;
     padding-bottom: 24px;
}
 #attention ._tag{
     background-color: RGBA(255, 94, 87,0.15);
     border-radius: 100vw;
     box-sizing: border-box;
     padding: 0.4em 1.1em;
     width: max-content;
     color: #781c18;
     font-size: 16px;
}
 #attention button{
     background-color: #FF5E57;
     font-size: 20px;
     border: none;
     padding: 0.4em 1.4em;
     color: white;
     margin-top: 10px;
}
 #attention h2{
     font-size: 28px;
     color: #FF1208;
}
 #attention p{
     color: black;
     opacity: 0.8;
}
 #attention button:hover{
     color: white;
     opacity: 0.9;
}
 #attention .container{
     box-sizing: border-box;
     padding: 32px;
     background-color: #FCC7C5;
     border-radius;
     12px;
     animation: attention 2s infinite;
     max-width: 1300px;
     margin: auto;
     border: 2px #FF5E57 solid;
     position: relative;
}
 #attention img{
     position: absolute;
     right: 6px;
     bottom: 6px;
     width: 28px;
     height: 28px;
}
 @keyframes attention{
     0%{
         background-color: #FCC7C5;
    }
     50%{
         background-color: #FFE5E3;
    }
     100%{
         background-color: #FCC7C5;
    }
}
.shine-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
}

.shine-image {
  display: block;
  width: 100%;
}

.shine-wrapper::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;

  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0)   0%,
    rgba(255, 220, 220, 0.6) 40%,  /* лёгкий розово-красный оттенок */
    rgba(255, 80,  80,  0.4) 50%,  /* красный центр блика */
    rgba(255, 220, 220, 0.6) 60%,
    rgba(255, 255, 255, 0)   100%
  );

  transform: skewX(-20deg);
  animation: shine 4s ease-in-out infinite;
}

@keyframes shine {
  0%   { left: -75%; opacity: 0; }
  10%  { opacity: 1; }
  50%  { left: 125%; opacity: 1; }
  55%  { opacity: 0; }
  100% { left: 125%; opacity: 0; }
}
._slide{
	width: 100%;
	height: max-content;
	display: flex;
	position: relative;
}
._slide > #slider{
	width: 100%;
	height: 560px;
}
._slide > #slider .container{
	width: 100%;
	max-width: 100%;
	height: 560px;
}
#slider .container::before, #slider .container::after{
	display: none;
}
#slider .row.main_slider::before,
#slider .row.main_slider::after{
	display: none;
}
._slide #main_slider .splide__slide{
	height: 560px !important;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding: 12px 24px;
	display: flex;
	position: relative;
}
._slide #main_slider .splide__slide .content{
	margin: auto;
	margin-bottom: 36px;
	background: RGBA(255,255,255,0.5);
	padding: 24px;
	border-radius: 12px;
	max-width: 90%;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
._slide #main_slider .splide__slide .content h3{
	display: block;
	width: 100%;
	margin: 0;
	font-size: 28px;
	color: black;
	font-weight: 500;
	text-align: center;
}
._slide #main_slider .splide__slide .content p{
	font-size: 16px;
	color: RGBA(0,0,0,0.8);
	text-align: center;
	margin: 0;
	margin-top: 6px;
}
._slide #main_slider .splide__slide .content a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
@media screen and (max-width: 770px){
	._slide{
	}
	._slide #main_slider .splide__slide .content{
		max-width: 90%;
	}
}
._nav > .container{
	padding: 0;
}
 ._nav{
     width: 100%;
     display: flex;
	 flex-direction: column;
	 background-color: #A0576A;
}
 ._nav ._logo{
 	text-decoration: none;
 }
 ._nav > .container > #main_menu{
     width: 100%;
	 background: #A0576A;
}
._nav > .container{
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
._nav .nav_head{
}
._nav  #main_menu a {
     color: #f3f1eb;
     position: relative;
     display: block;
     text-decoration: none;
     padding: 0 10px;
     line-height: inherit;
}
._nav  #main_menu a:first-letter {
    text-transform: uppercase;
}
._nav  #main_menu a:hover, #main_menu .clicked:hover {
    background-color: RGBA(255,255,255,0.05);
}
._nav  #main_menu a:focus {
    background-color: RGBA(255,255,255,0.15);
}
._nav #main_menu .level_0 > .parent_active, #main_menu .level_0 > .active {
    background-color: RGBA(255,255,255,0.05);
}
#nfooter{
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    background-color: #5c303b;
    padding-top: 64px;
    padding-bottom: 64px;
    color: white;
}
#nfooter .container{
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 64px;
    font-size: 18px;
	padding: 0;
}
#nfooter .container::before, #nfooter .container::after{
	display: none;
}
#nfooter .containerswiper{
    width: 100%;
    max-width: 1300px;
    margin: auto;
    font-size: 18px;
    margin-bottom: 36px;
}
#nfooter .container .col:first-child{
    background-color: white;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    color: black;
	height: max-content;
	min-width: 0;
}
#nfooter .container .col:first-child img{
    width: 64px;
    height: auto;
    margin: auto;
    margin-bottom: 8px;
	margin-top: 0;
}
#nfooter .container .col:first-child span{
    margin: auto;
	margin-top: 8px;
	margin-bottom: 0;
    text-align: center;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
#nfooter .container .col:first-child a{
	display: block;
    width: max-content;
    color: #A0576A;
    background-color: #381d2417;
    margin: auto;
    text-decoration: none;
    padding: 0.3em 1em;
    border-radius: 100vw;
    margin-top: 16px;
	margin-bottom: auto;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
#nfooter .container h4{
    font-size: 28px;
    margin: 0;
    margin-bottom: 12px;
}
#nfooter .container .box{
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.856);
}
#nfooter .container .box span.tag{
    width: max-content;
    color: #ffffff;
	margin: auto;
	margin-left: 0;
    background-color: #ffffff17;
    margin-top: 6px;
    text-decoration: none;
    padding: 0.3em 1em;
    border-radius: 100vw;
}
#nfooter .container a{
    color: #fddbe4;
    text-decoration: none;
}
#nfooter form.search_form{
	width: 100%;
	display: flex;
}
#nfooter form.search_form input[type=search]{
	background-color: white;
	box-sizing: border-box;
	padding: 0.3em 1.33em;
	border-radius: 100vw;
	width: 100%;
	color: black;
}
#nfooter .search_form input[type=search]::placeholder{
	color: RGBA(0,0,0,0.2);
}

/* Splide стили */
#nfooter .footer-splide{
    width: 100%;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 100;
}

#nfooter .footer-splide::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 50%, #5c303b00 80%, #5c303b);
    z-index: 110;
    pointer-events: none;
}

#nfooter .footer-splide .splide__track{
    overflow: visible;
}

#nfooter .footer-splide .splide__list{
    display: flex;
    align-items: stretch;
}

#nfooter .footer-splide .splide__slide{
    background-color: white;
    box-sizing: border-box;
    padding: 12px 24px;
    width: 230px;
    height: 110px;
    border-radius: 12px;
    margin-right: 12px;
    display: flex;
    flex-direction: row;
    list-style: none;
}

#nfooter .footer-splide .splide__slide img{
    width: 48px;
    height: auto;
    margin: auto;
    margin-left: 0;
    margin-right: 12px;
}

#nfooter .footer-splide .splide__slide a{
    color: #A0576A;
    text-decoration: none;
    margin: auto;
}

@media screen and (max-width: 1300px) {
    #nfooter .container{
        width: 90%;
        max-width: 90%;
    }
    #nfooter .containerswiper{
        width: 90%;
        max-width: 90%;
    }
}
@media screen and (max-width: 1100px) {
    #nfooter .container{
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 500px) {
    #nfooter .container .col:first-child{
		display: flex;
        width: 100%;
        max-width: 100%;
		padding: 10px;
    }
    #nfooter .container .col:first-child span{
        font-size: 14px;
        width: 100%;
        text-wrap: wrap;
    }
    #nfooter .container .col:first-child a{
        font-size: 14px;
    }
    #nfooter .container .box span.tag{
        display: block;
        width: max-content;
        font-size: 14px;
    }
}
@media screen and (max-width: 380px) {
    #nfooter .container .col:first-child{
        padding: 12px;
    }
}
@media screen and (max-width: 355px) {
    #nfooter .container .col:first-child{
        background-color: transparent;
        padding: 0;
    }
    #nfooter .container .col:first-child span{
        color: white;
        max-width: 70%;
    }
    #nfooter .container .col:first-child a{
        background-color: rgba(255, 255, 255, 0.087);
        color: white;
        max-width: 90%;
        text-align: center;
    }
}
@media screen and (max-width: 1300px){
	._nav > .container{
		max-width: 90%;
	}
	._nav  #main_menu a {
		font-size: 16px;
		width: max-content;
		padding: 0 5px;
	}
	._nav #main_menu .container{
		padding: 0;
	}
}
._nav #nav_body {
}
._nav #nav_body ul {
    margin: 0;
     list-style-type: none;
}
._nav #nav_body .level_0 {
    padding: 0;
     line-height: 64px;
}
._nav #nav_body .level_0 > li {
    float: left;
     font-size: 18px;
}
._nav #nav_body .level_1 {
    display: none;
     padding: 5px 0;
     position: absolute;
     line-height: 36px;
     background-color: #a67b5b;
     background-color: rgba(255, 255, 255, 0.85);
	 backdrop-filter: blur(8px);
	 -webkit-backdrop-filter: blur(8px);
     font-size: 0.9em;
     max-width: 40vw;
     z-index: 1000;
     min-width: 220px;
}
._nav #nav_body .level_1 > li > a {
    padding: 5px 15px;
     line-height: 1em;
	color: black;
}
._nav #nav_body .level_1 > li > a:hover{
	color: #A0576A;
}
._nav #main_menu .container{
	width: 100%;
	max-width: 1300px;
}
#body{
	position: relative;
	margin: 0;
	top: 0;
	overflow: hidden;
}
#body .breadcrumbs{
	background-color: white;
	color: RGBA(0,0,0,0.5);
	border: 1px RGBA(0,0,0,0.08) solid;
	border-radius: 12px;
	text-align: center;
}
#body .breadcrumbs a{
	color: black;
}
#body .main.container{
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	border: 1px RGBA(0,0,0,0.08) solid;
	border-radius: 12px;
	margin-top: 24px;
	padding: 24px 36px;
}
#body .main.container table{
	display: block;
	max-width: 100% !important;
	overflow-x: scroll !important;
	overflow-y: visible !important;
	height: max-content !important;
	margin-left: auto;
	margin-right: auto;
}
#body .main.container table th, #body .main.container table tr{
	box-sizing: border-box;
	padding: 12px;
}
#body .main.container table th{
	background-color: red;
}
#body .main.container h1{
	font-size: 36px;
	width: 100%;
	text-align: center;
	color: #A0576A;
}
 @media screen and (max-width: 768px){
     body{
         padding: 0 0!important;
         margin: 0;
    }
     .header_bg{
         height: 480px;
    }
     #header_bar{
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
    }
     #header_bar #date_time{
         display: block;
         width: 100%;
         text-align: center;
    }
     #header_bar .mod_buttons{
         width: 100%;
         display: flex;
         flex-direction: row;
    }
     #header_bar .mod_buttons a{
         margin: auto;
         margin-right: 6px;
         margin-left: 0;
    }
     #header_bar > a{
         margin: auto;
         margin-top: 12px;
    }
     #header_bar .mod_buttons a:first-child{
         margin: auto;
         margin-left: 0;
    }
     #header_bar .mod_buttons a:last-child{
         margin-right: 0;
    }
     #main_menu{
         width: 100%;
         left: 0;
         z-index: 100;
    }
     nav.container{
         position: absolute;
         width: 100%;
         padding: 0;
         left: 0;
    }
     nav.fixed-top{
         position: fixed;
         top: 0;
    }
     #nav_body{
         max-width: 100vw;
    }
     #slider{
         width: 100vw;
    }
     #slider .container{
         position: relative;
         width: 100%;
    }
	#body{
		margin-top: 48px;
	}
     #body > .container{
         max-width: 100%;
    }
     #hot_links .container{
         display: grid;
         grid-gap: 6px;
         grid-template-columns: 1fr;
    }
     #hot_links .container::before{
         display: none;
    }
     #hot_links .container::after{
         display: none;
    }
     #hon_links .container > div{
         margin: 0 !important;
         padding: 0 !important;
    }
     #hon_links .container > div img.img-responsive{
         width: 2px !important;
         height: auto;
    }
     #header ._logo{
         margin-top: 32px;
    }
     .main.container{
         margin-top: 96px;
    }
     .main .text-right{
         text-align: center !important;
         padding-bottom: 24px;
    }
     .main h1{
         font-size: 180% !important;
         text-align: center;
    }
	div.ck-box .col{
		display: flex;
		flex-direction: column !important;
	}
	div.ck-box .col img{
		margin: auto;
		margin-bottom: 12px;
	}
	div.ck-box .col p{
		text-align: center;
		margin: auto;
		margin-top: 12px;
	}
}
 @media screen and (max-width: 400px){
     .header_bg{
         height: 555px;
    }
     #header ._logo{
         margin-top: 32px;
    }
}
 #header_caption {
    min-height: 210px;
     color: #ffffff;
     padding: 8px 0 24px;
     text-align: center;
     text-shadow: 0 1px 0.7px #301a0b;
     font-size: 16px;
     position: relative;
}
 #header_caption .logo {
    text-align: center;
}
 #header_caption .logo img {
    display: inline-block;
     max-height: 150px;
     vertical-align: middle;
}
 #header_caption .logo+.content {
    text-align: left;
}
 #header_caption .content {
    padding: 15px 0 30px;
}
 #header_caption p {
    margin: 0;
     line-height: 1em;
}
 #header_caption p:nth-child(2) {
    font-size: 20px;
     margin: 1.2em auto 0.3em;
}
 #header_caption p:nth-child(3) {
    font-size: 28px;
}
 #header_bar {
    padding-top: 4px;
}
 #date_time {
    font-size: 0.7em;
     color: #ffffff;
     opacity: 0.7;
}
 .mod_buttons {
    float: right;
     text-align: right;
     position: relative;
     z-index: 10;
}
 .mod_buttons img {
    max-height: 24px;
}
 .mod_buttons a {
    opacity: 0.7;
    margin-left: 3px;
    text-decoration: none;
    cursor: pointer;
    line-height: 24px;
}
 .mod_buttons a:hover {
    opacity: 1;
}
 .mod_buttons .wep_toggle {
    margin-right: 30px;
    display: inline-block;
     color: #f3f1eb;
}
 .mod_buttons .wep_toggle span {
    display: inline-block;
     vertical-align: middle;
}
/* ************ */
/* Главное меню */
/* ************ */
 #main_menu {
     background: #805749;
     color: #f3f1eb;
     padding: 0;
}
 #main_menu.fixed-top {
    position: fixed;
     top: 0;
     margin: 0 auto;
     width: 100%;
     z-index: 1000;
     left:0;
     right:0;
     -webkit-transform: translateZ(0);
     backface-visibility: hidden;
}
 .main_menu_wrapper {
    overflow: hidden;
     padding: 0;
}
 #main_menu a {
     color: #f3f1eb;
     position: relative;
     display: block;
     text-decoration: none;
     padding: 0 10px;
     line-height: inherit;
}
 #main_menu a:first-letter {
    text-transform: uppercase;
}
 #main_menu a:hover, #main_menu .clicked:hover {
    background-color: #a67b5b;
}
 #main_menu a:focus {
    background-color: #ceae82;
}
 #main_menu .level_0 > .parent_active, #main_menu .level_0 > .active {
    background-color: #a67b5b;
}
/* #main_menu .level_0 > .parent > a:after {
    font-family: 'Glyphicons Halflings';
     content: "\e114";
     display: inline-block;
     line-height: initial;
     font-size: 12px;
     font-weight: normal;
     margin-left: 0.3em;
     vertical-align: middle;
}*/
 #nav_head {
    line-height: 64px;
     position:relative;
}
 #nav_head > a {
    display: none;
}
 #nav_body {
}
 #nav_body ul {
    margin: 0;
     list-style-type: none;
}
 #nav_body .level_0 {
    padding: 0;
     line-height: 64px;
}
 #nav_body .level_0 > li {
    float: left;
     font-size: 18px;
}
 #nav_body .level_1 {
    display: none;
     padding: 5px 0;
     position: absolute;
     line-height: 36px;
     background-color: #a67b5b;
     background-color: rgba(128, 87, 73, 0.85);
     font-size: 0.9em;
     max-width: 20vw;
     z-index: 1000;
     min-width: 220px;
}
 #nav_body .level_1 > li > a {
    padding: 5px 15px;
     line-height: 1em;
}
 .nav_toggle {
    margin: 0;
}
 .nav_search {
    display: none !important;
     overflow: hidden;
}
 .nav_search input {
    width: 100%;
     line-height: 32px;
     display: inline-block;
     vertical-align: middle;
     border: none;
     padding: 0 0.4em;
}
 .search_bar_toggle, .search_submit {
    position: relative;
     z-index: 1010;
     float: right;
     border: none;
     background: transparent;
     height: 64px;
     width: 64px;
     text-align: center;
}
 .search_bar_toggle:focus, .search_submit:focus {
    outline: 0;
     background: #ffdab9;
}
 .search_bar_toggle:hover, .search_submit:hover {
    background: #ffdab9;
}
 .search_submit {
    margin-left: 15px;
}
/* на мобильных устройствах */
 @media (max-width: 1200px) {
     #nav_head {
        overflow: hidden;
         padding: 0 15px;
    }
     #nav_body {
        display: none;
         clear: both;
         max-height: 75vh;
         overflow-y: auto;
         padding: 10px 0;
         border-top: solid 2px #aaa;
         margin-top: 5px;
    }
     #nav_body .level_0 {
        display: block;
         line-height: 32px;
    }
     #nav_body .level_0 > li {
        float: none;
    }
     #nav_body .level_1 {
        background-color: transparent;
         position: static;
         line-height: 24px;
         min-width: none;
         max-width: none;
         font-size: 0.8em;
    }
     .nav_search {
        display: block;
         width: 100%;
         clear: both;
    }
}
 @media (min-width: 1200px) {
     #nav_body {
        display: block !important;
    }
    /* Don't drop menu on hover - drop on click via JS */
    /* #nav_body .parent:hover > ul {
        display: block;
    }
     */
     .nav_search {
        float: right;
         z-index: 1010;
         overflow: hidden;
         width: 64px;
         line-height: 64px;
         height: 64px;
    }
     .nav_search.toggled {
        position: absolute;
         right: 0;
         width: 500px;
         background-color: #5b392e;
    }
     .search_bar_toggle {
        z-index: 1020;
    }
     .nav_search.toggled .search_bar_toggle {
        float: left;
    }
}
 .video iframe {
     width: 100%;
     max-width: 640px;
     height: 380px;
}
 @media(max-width: 680px) {
     .video iframe {
         max-width: 100%;
         height: 300px;
    }
}
 @media(max-width: 4800px) {
     .video iframe {
         height: 250px;
    }
}
/* */
/* поле поиска */
 .search_field {
    border: 2px solid rgba(255,255,255,0.2);
     text-align: left;
     color: #ffffff;
     padding: 4px 36px 4px 6px;
     margin-bottom: 15px;
     position: relative;
}
 .search_field:hover {
    border-color: rgba(255,255,255,0.4);
}
 .search_field:hover input[type="search"] {
    color: #eee;
}
 .search_form {
    line-height: 1em;
}
 .search_form input[type="search"] {
    background: none;
     color: #f4ecd9;
     border: 0;
     width: 100%;
     padding: 0;
     margin: 0;
     outline: none;
     font-size: 0.9em;
     line-height: 24px;
}
 .search_form input[type="search"]::placeholder {
     color: #dac7ad;
}
 .search_form .button {
    border: 0;
     position: absolute;
     width: 32px;
     height: 32px;
     right: 0;
     top: 0;
     margin: 0;
     background: none;
     line-height: 32px;
     color: #dac7ad;
}
 .search_form .button:hover {
    color: #eee;
}
/* **************************** */
/* Секции и основное содержание */
/* **************************** */
/* объявления */
 .announcements {
    min-height: 100px;
     background: #fff;
     padding-top: 1em;
     padding-bottom: 1em;
     margin-bottom: 1em;
}
 .announcements .item {
    margin-bottom: 1.5em;
    clear: both;
    overflow: hidden;
}
 .announcements .content {
    font-size: 0.9em;
     color: #542525;
}
 .announcements h4 {
    margin: 0 auto 10px;
}
 .announcements .read_more {
    margin-top: 0;
}
 #hot_links {
    margin: 0 0;
	padding-top: 64px;
	padding-bottom: 64px;
}
 #hot_links div[class*=col-] {
    padding-bottom: 15px;
}
 #hot_links .item {
    height: 100%;
	background: white;
	border-radius: 16px;
	border: 1px RGBA(0,0,0,0.08) solid;
	box-sizing: border-box;
	padding: 24px 36px;
	overflow: hidden;
	transition: 0.5s scale;
}
#hot_links .container{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 12px;
}
@media screen and (max-width: 1300px){
	#hot_links .container{
		grid-template-columns: 1fr 1fr;
	}
}
#hot_links .container::before, #hot_links .container::after{
	display: none;
}
#hot_links .container .col-xs-12.col-sm-6.col-md-3{
	padding: 0;
	width: 100%;
}
 #hot_links .item a {
    display: flex;
	flex-direction: column;
    text-align: center;
    background: transparent;
    font-size: 1em;
    line-height: 1em;
    height: 100%;
    text-decoration: none;
    color: #222;
    font-weight: 600;
}
#hot_links .item:hover{
	scale: 0.95;
}
 #hot_links .item a:hover {
    background: #fff;
}
 #hot_links .preview {
    padding: 0 15px;
}
 #hot_links .item img {
    max-height: 96px;
    height: auto;
    margin-bottom: 24px;
    display: inline-block;
	object-fit: cover;
}
#hot_links .item span{
	margin: auto;
}
#attention_slider::before, #attention_slider::after{
	display: none;
}
#attention_slider{
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}
#attention_slider .item{
	margin: auto;
}
.section.misc_news.accent{
	background: transparent;
}
.section.misc_news.accent .container{
	max-width: 1300px;
	width: 100%;
}
.section.misc_news.accent .nav.nav-tabs{
	border: none;
	width: 100%;
	background: white;
	padding: 0;
	border-radius: 100vw;
	border: 1px RGBA(0,0,0,0.08) solid;
}
.section.misc_news.accent .nav.nav-tabs li.active{
	background: #A0576A;
	border: none;
	border-radius: 100vw;
	padding: 0 20px;
}
.section.misc_news.accent .nav.nav-tabs li a{
	border: none;
}
.section.misc_news.accent .nav.nav-tabs li:hover a, .section.misc_news.accent .nav.nav-tabs li a:hover{
	border: none;
	color: #A0576A;
	background: transparent;
}
.section.misc_news.accent .nav.nav-tabs li.active a{
	border: none;
	background: transparent;
	color: white;
}
/* горячие новости на главной */
.hot_news.vivid{
	background: #5c303b;
}
 .hot_news {
    padding-bottom: 64px;
     padding-top: 64px;
	 background: transparent;
}
.hot_news h2{
	background: transparent;
	text-align: left;
	color: white;
}
.hot_news .container{
	max-width: 1300px;
	width: 100%;
	padding: 0;
}
.hot_news .col-sm-6{
	width: 100%;
}
.hot_news .row::before, .hot_news .row::after{
	display: none;
}
.hot_news .row{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.misc_news .equal-height-cols{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 12px;
}
 .hot_news .content .date {
    display: inline-block;
     font-size: 0.8em;
}
 .hot_news .content h3 {
    margin-top: 0;
     font-size: 1.1em;
     line-height: 1.1em;
     max-height: 3.3em;
     overflow: hidden;
     text-overflow: ellipsis;
}
@media screen and (max-width: 1300px){
	.hot_news .container{
		max-width: 90%;
	}
	#hot_links .container{
		max-width: 90%;
	}
	#header_updated .container{
		max-width: 90%;
	}
	.misc_news .equal-height-cols{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 12px;
	}
}
@media screen and (max-width: 790px){
	.hot_news .row{
		grid-template-columns: 1fr;
	}
	.hot_news .content h3 {
		text-align: center;
	}
	.hot_news .content .date {
		text-align: center;
		margin: auto;
		width: 100%;
	}
	#hot_links .container{
		grid-template-columns: 1fr;
	}
	.hot_news h2{
		text-align: center;
	}
	.misc_news .equal-height-cols{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 12px;
	}
	.section.misc_news.accent .nav.nav-tabs{
		border: none;
		width: 100%;
		background: transparent;
		padding: 0;
	}
	.section.misc_news.accent .nav.nav-tabs li.active{
		color: #A0576A;
		background: transparent;
		border: none;
		border-radius: 100vw;
		padding: 0;
		font-weight: 600;
	}
	.section.misc_news.accent .nav.nav-tabs li a{
		border: none;
		font-size: 14px;
	}
	.section.misc_news.accent .nav.nav-tabs li:hover a, .section.misc_news.accent .nav.nav-tabs li a:hover{
		border: none;
		color: #A0576A;
		background: transparent;
	}
	.section.misc_news.accent .nav.nav-tabs li.active a{
		border: none;
		background: transparent;
		color: #A0576A;
		font-size: 14px;
	}
}
 .hot_news .item {
    background-color: rgba(255,255,255);
     margin: 15px 0;
     overflow: hidden;
     max-height: 290px;
     min-height: 290px;
     text-overflow: ellipsis;
     padding: 12px 16px;
	 display: flex;
	 position: relative;
	 border-radius: 12px;
	 border: 1px RGBA(0,0,0,0.08) solid;
	 max-width: 100%;
}
@media screen and (max-width: 360px){
	.hot_news .item {
		padding: 12px;
	}
}
 .hot_news .item:hover {
    background-color: rgba(255,255,255,1);
}
.hot_news .item:hover .preview{
	opacity: 1;
}
 .hot_news .preview {
 	transition: 1s opacity;
    display: block;
     float: left;
     background-position: 50%;
     background-repeat: no-repeat;
     background-size: cover;
     width: 100%;
     height: 100%;
	 left: 0;
	 top: 0;
     margin-right: 15px;
	 position: absolute;
	 opacity: 0.08;
	 z-index: 1;
}
.hot_news .content{
	z-index: 5;
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100%;
	padding: 16px;
	border-radius: 12px;
	transition: 0.5s;
	box-sizing: border-box;
}
.hot_news .content .read_more{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	opacity: 0;
}
.hot_news .pull-right{
	display: none;
}
.hot_news .item:hover .content{
	transform: translate(0, 15%);
	opacity: 1;
	color: black;
	background: white;
}
 .hot_news .read_more {
    display: block;
}
 .misc {
    padding-top: 15px;
}
/* другие новости */
 .misc_news {
    padding-bottom: 3em;
     padding-top: 45px;
}
 .misc_news .item {
    font-size: 0.8em;
     line-height: 1.1em;
     padding: 15px;
     margin-bottom: 0;
	 background: white;
	 border: 1px RGBA(0,0,0,0.08) solid;
	 border-radius: 12px;
	 width: 100%;
	 position: relative;
	 display: flex;
	 flex-direction: column;
}
 .misc_news .item a{
 	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
 }
 .misc_news .item:hover {
}
 .misc_news .item .date {
    font-weight: 600;
	opacity: 0.5;
	margin: auto;
	margin-left: 0;
	margin-bottom: 3px;
}
 .misc_news .item > div{
 	margin: auto;
	margin-left: 0;
	margin-top: 3px;
 }
/* слайдер баннеров */
 #banners_slider {
    padding: 30px 0;
}
 #attention_slider {
    padding: 32px 0;
}
 .banners {
    overflow: hidden;
}
 .banners .item {
    line-height: 80px;
     margin: 0 15px;
}
 .banners img {
    display: inline-block !important;
     vertical-align: middle;
     max-height: 60px;
}
/* оформление отдельных секций (фон) */
 .vivid {
    background: #dac7ad;
}
 .accent {
    background: #ffebcd;
}
 .section h2 {
    margin-bottom: 15px;
}
/* блоки содержания */
 .panel-body {
    font-size: 0.9em;
     background-color: #f3f1eb;
}
 .panel-body ul, .panel-body ol {
    list-style: none;
	padding: 0;
}
.panel-body li.active a{
	color: #A0576A;
	font-weight: 500;
}
.panel-body ul.level_1 li{
	opacity: 0.7;
}
.button.glyphicon.glyphicon-search{
	display: none;
}
 img[align="left"] {
    margin: 5px 10px 5px 0;
}
 img[align="right"] {
    margin: 5px 0 5px 10px;
}
/* опросы на главной */
 .poll_answers label {
    display: block;
     margin: 0;
}
 .poll_answers > span {
    display: block;
     clear: both;
}
 .poll_answers input {
    margin-right: 0.3em;
}
 .poll_results {
    margin-top: 15px;
     display: block;
     font-size: 0.9em;
}
/* кнопки */
 input[type="submit"], button, .button {
    display: inline-block;
     background-color: #dac7ad;
     line-height: 1.6em;
     padding: 0 0.5em;
     margin-top: 1em;
     border: none;
     cursor: pointer;
}
 input[type="submit"]:hover, button:hover, .button:hover {
    background-color: #d2b48c;
}
/* диаграммы */
 .chart {
    min-height: 350px;
}
/* формы обратной связи */
 .ww_form {
    list-style-type: square;
     padding: 15px;
}
 .ww_form li {
    padding: 15px 0;
     border-bottom: dotted 2px #ccc;
     clear: both;
     color: brown;
}
 .ww_form li > * {
    color: #222;
}
 .ww_form li:last-of-type {
    border-bottom: none;
}
 .ww_form label {
    display: block;
     margin: 0;
}
 .ww_form input[type="text"], .ww_form input[type="email"], .ww_form select, .ww_form textarea {
    border: solid 2px #fff5ee;
     line-height: 1.6em;
}
 .ww_form input:focus, .ww_form select:focus, .ww_form textarea:focus {
    border-color: #805749;
}
 .ww_form input, .ww_form select, .ww_form textarea, .ww_form .Captcha {
    width: 100%;
     font-size: 0.8em;
     max-width: 100%;
     padding: 0 0.2em;
     min-height: 28px;
}
 [data-bind="u"] {
    display: none;
}
 [field="captcha"] {
    display: block;
     width: 100%;
     clear: both;
     margin-top: 15px;
}
 @media (min-width: 768px) {
     .ww_form input, .ww_form select {
        min-width: 350px;
         width: 50%;
    }
}
.panel-heading{
	display: none;
}
/* основное содержание страниц: блоки html, записи, новости и пр. */
 .main {
    background: #fff;
     padding-bottom: 2em;
     border-top: solid 3px #ceae82;
     margin-bottom: 1em;
}
 .breadcrumbs {
    font-size: 0.9em;
     padding-top: 0.2em;
     padding-bottom: 0.3em;
}
 .main .article {
    padding-bottom: 1.8em;
    /* overflow: hidden;
     */
}
 .main .aside {
    padding-top: 1em;
}
 .article .entry {
    margin-bottom: 3em;
    clear: both;
    overflow-y: hidden;
    overflow-x: auto;
}
 .article .content {
    word-break: break-word;
     -ms-hyphens: auto;
     -moz-hyphens: auto;
     -webkit-hyphens: auto;
     hyphens: auto;
}
 .article img {
    max-width: 100%;
     height: auto;
}
 .article iframe {
    max-width: 100%;
}
 .article table {
    max-width: 100%;
     word-wrap: break-word;
    /* word-break: break-all;
     */
}
 .article .gallery {
    overflow: hidden;
}
 .article .gallery > .item {
    display: inline-block;
     margin: 5px;
     position: relative;
     overflow: hidden;
     vertical-align: middle;
}
 .article .gallery > .item img {
    transition: transform 1s 0.5s ease;
}
 .article .gallery > .item:hover img {
    transform: scale(1.05);
}
 .article .gallery > .item > span {
    opacity: 0;
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 22px;
     line-height: 22px;
     background: rgba(139, 69, 19, 0.65);
     color: #ffe4c4;
     font-size: 14px;
     overflow: hidden;
     text-align: center;
     transition: opacity 0.3s ease-in;
}
 .article .gallery > .item:hover > span {
    opacity: 1;
}
 .spoiler .spoiler_content {
    display: none;
}
 .spoiler .button {
    float: inherit;
    clear: both;
    margin-top: 10px;
    font-size: 0.9em;
}
/* боковое меню (меню раздела) */
 .section_menu .panel-body {
    font-size: 0.9em;
     background-color: white;
	 border: 1px RGBA(0,0,0,0.08) solid;
	 border-radius: 12px;
}
 .section_menu ul:not(.parent_active) {
    display: none;
}
 .section_menu .active > ul {
    display: block;
}
 .section_menu li:first-letter {
    text-transform: uppercase;
}
/* ************************************** */
/* Архивы по датам (новости, фотогалереи) */
/* ************************************** */
 .archive_header {
    margin: 1.5em 0 1em;
}
 .archive_header.item {
    overflow: hidden;
     padding: 15px 0;
}
 .archive_list .item {
    overflow: hidden;
     margin-bottom: 30px;
}
 .archive_list .item h3 {
    margin-top: 0;
     font-size: 1em;
}
 .archive_list .item .preview {
    display: block;
     float: left;
     background-position: 50%;
     background-repeat: no-repeat;
     background-size: cover;
     width: 96px;
     height: 96px;
     margin-right: 15px;
}
/* тип 3: настраиваемый */
 .archive_header > span, .archive_header > a {
    display: inline-block;
     line-height: 32px;
     padding: 0 0.4em;
     margin-right: 0.3em;
}
 .archive_header > span {
    font-weight: 600;
     background-color: #f5f5f5;
}
 .archive_header > a:hover {
    background-color: #dac7ad;
}
/* тип 2: закладки */
 .archive_header .MapTabs {
    border-bottom: solid 2px #dac7ad;
}
 .archive_header .MapTabs .tabSelect {
    font-weight: 600;
     background-color: #dac7ad;
}
 .archive_header .MapTabs span {
    display: inline-block;
     line-height: 32px;
     padding: 0 0.4em;
     margin-right: 0.3em;
     cursor: pointer;
}
 .archive_header .MapTabsBody {
    padding: 2px;
}
 .archive_header .MapTabsBody > span {
    line-height: 32px;
     margin-right: 0.3em;
}
 .archive_header .MapTabsBody > span > span {
    display: inline-block;
     font-weight: 600;
     padding: 0 0.4em;
}
 .archive_header .MapTabsBody > span > a {
    display: inline-block;
     text-decoration: underline;
     padding: 0 0.4em;
}
 .archive_header .MapTabsBody > span > a:hover {
    text-decoration: none;
     background-color: #f5f5f5;
}
/* */
/* карточка сотрудника, учащегося, вакансия, продукция и т.п., запись */
 .item_card, .spoiler.item {
    overflow: hidden;
    padding: 15px 0;
    clear: both;
    margin-bottom: 15px;
}
 .item_card h3, .spoiler.item h3 {
    margin-top: 0;
     font-size: 1em;
}
 .item_card .preview, .spoiler .preview {
    padding: 0;
    /* text-align: center;
     */
    margin-bottom: 15px;
    margin-right: 15px;
}
 .item_card .preview img, .spoiler .preview img {
    display: inline-block;
}
 .spoiler .preview + .content {
    clear: none;
     overflow: hidden;
}
 .spoiler {
    margin-bottom: 15px;
}
 @media screen and (max-width: 767px) {
     .spoiler .content {
        clear: both !important;
    }
}
/* ****** */
/* Подвал */
/* ****** */
 #footer {
    min-height: 200px;
     padding: 1.5em 0 3em;
     color: #eee;
     background: #805749;
     font-size: 80%;
}
 .bonus_menu a:link, .bonus_menu a:visited {
    color: #eee;
}
 .fixed-footer {
    position: relative;
     min-height: 100vh;
}
 .fixed-footer #footer {
    position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
}
 .yandex_informer {
    opacity: 0.5;
     margin-bottom: 10px;
     display: inline-block;
}
 .page_share_buttons {
     margin-top: 45px;
     padding-top: 15px;
	 margin-bottom: 24px;
	 position: relative;
}
 .nav-tabs {
    border-bottom: solid 2px #5b392e;
     text-align: center;
	 display: flex;
}
 .nav-tabs > li {
    display: inline-block;
     float: none;
     margin: auto;
     vertical-align: bottom;
	 width: 100%;
}
 .nav-tabs > li > a {
    padding: 10px 10px;
     border-radius: 0;
     border: solid 2px transparent;
     background: none;
     border-bottom: 0;
    line-height: 1;
     font-size: 18px;
	 width: 100%;
	 text-align: center;
    /* max-width: 360px;
     overflow-x: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     */
}
 .nav-tabs > li.active > a {
    font-size: 18px;
}
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #ceae82;
     border-color: #5b392e;
}
 .tab-pane {
    padding-top: 15px;
}
/* mini-framework */
 .no-list {
    list-style-type: none;
}
 .wrapper {
    position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     height: 100%;
     width: 100%;
}
/* .size-badge {
    position: fixed;
     top: 0;
     left: 0;
     background: darkred;
     color: #eee;
     width: 2em;
     height: 20px;
     font-size: 14px;
     line-height: 20px;
     text-align: center;
     z-index: 999999;
}
 */
 .container.row, .no-gutter {
    margin-right: auto;
     margin-left: auto;
}
 .container.row, .no-gutter > [class*="col-"] {
    padding-right: 0;
     padding-left: 0;
}
 @media (max-width: 768px) {
     .no-gutter > [class*="col-"] {
        padding-right: 15px;
         padding-left: 15px;
    }
}
 @media screen and (min-width: 768px) {
     .no-gutters [class*="col-"] {
        padding: 0;
    }
}
 .row-eq-height {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     flex-wrap: wrap;
}
 .pre_wrap {
    white-space: pre-wrap;
}
 .no_select, .no_select > * {
    -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 #scroll_up_button {
    position: fixed;
     bottom: 45px;
     left: 45px;
     display: none;
     width: 48px;
     height: 48px;
     font-size: 28px;
     background: #fff;
     color: #222;
     line-height: 48px;
     opacity: 0.5;
     text-align: center;
     cursor: pointer;
     z-index: 999;
}
 #scroll_up_button:hover {
    opacity: 1;
     transition: opacity 0.5s ease;
     color: #fff;
     background: #dac7ad;
}
/* GoogleTranslate hack */
 body {
    top: 0 !important;
}
 #google_translate_element, .skiptranslate, .goog-te-banner-frame {
    display: none !important;
}
/* Красивые таблицы в содержании */
 .tbl, .cool-table {
     border-collapse: collapse;
     border-spacing: 0;
     max-width: 100%;
}
 .tbl td, .cool-table td {
     border: 1px solid #5b392e;
     border-bottom-width: 3px;
     padding: 8px;
}
 .tbl thead td, .cool-table thead td, .tbl th, .cool-table th {
     background: #5b392e;
     color: #fff;
     border: 1px solid #5b392e;
     padding: 12px 8px;
}
 .tbl tr:hover td, .cool-table tr:hover td {
    background: #dac7ad;
    color: #000;
}
/* Убираем стандартный маркер Chrome */
 details summary::-webkit-details-marker {
     display: none;
}
/* Убираем стандартный маркер Firefox */
 details > summary {
     list-style: none;
}
 #vacancy_head{
     width: 100%;
     box-sizing: border-box;
     display: flex;
     flex-direction: column;
     padding-top: 64px;
}
 #vacancy_head > .vcontainer{
     max-width: 100%;
     padding: none !important;
     margin: auto;
}
 #vacancy_head p{
     margin: 0;
     opacity: 0.85;
     font-size: 20px;
     width: 70%;
     margin: auto;
     text-align: center;
}
 #vacancy_head h1{
     margin: auto;
     text-align: center;
     font-size: 36px;
     margin-top: 12px;
}
 #vacancy_head h1 strong{
     color: #C94F4F;
}
 #vacancy_head .vcols{
     width: 100%;
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-gap: 12px;
     padding-top: 18px;
}
 #vacancy_head .vcols .vcol{
     display: flex;
     flex-direction: column;
     box-sizing: border-box;
     padding: 16px;
     border: 1px RGBA(0,0,0,0.12) solid;
}
 #vacancy_head .vcols .vcol > img{
     width: 32px;
     height: 32px;
     margin: auto;
}
 #vacancy_head .vcols .vcol > h2{
     font-size: 20px;
     text-align: center;
}
 #vacancy_head .vcols .vcol > p{
     font-size: 16px;
     text-align: center;
     width: 100%;
}
 @media screen and (max-width: 768px){
     #vacancy_head p{
         width: 100%;
         text-align: center;
    }
     #vacancy_head .vcols{
         grid-template-columns: 1fr;
    }
}
div.ck-box{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 12px;
}
div.ck-box .col{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: max-content;
	box-sizing: border-box;
	background: white;
	border: 1px RGBA(0,0,0,0.08) solid;
	border-radius: 12px;
	padding: 24px 36px;
}
div.ck-box .col img{
	width: 48px;
	height: 48px;
	margin: auto;
	margin-left: 0;
	margin-right: 0;
}
div.ck-box .col p{
	width: 100%;
	margin: auto;
	margin-left: 16px;
	text-align: left;
	vertical-align: middle;
}
@media screen and (max-width: 700px){
	div.ck-box .col{
		display: flex;
		flex-direction: column !important;
	}
	div.ck-box .col img{
		margin: auto;
		margin-bottom: 0px;
	}
	div.ck-box .col p{
		text-align: center;
		margin: auto;
		margin-top: 12px;
	}
	.breadcrumbs{
		height: max-content;
		padding: 24px;
	}
	.breadcrumbs a{
		color: black;
	}
}