/*Спецификация*/
@font-face {
	font-family: 'FuturaMediumC';
	src: url('fonts/FuturaMediumC.eot');
        src: url('fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'),
             url('fonts/FuturaMediumC.woff') format('woff'),
             url('fonts/FuturaMediumC.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaLightC';
	src: url('fonts/FuturaLightC.eot');
	src: url('fonts/FuturaLightC.eot?#iefix') format('embedded-opentype'),
             url('fonts/FuturaLightC.woff') format('woff'),
             url('fonts/FuturaLightC.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaBookC';
	src: url('fonts/FuturaBookC.eot');
	src: url('fonts/FuturaBookC.eot?#iefix') format('embedded-opentype'),
             url('fonts/FuturaBookC.woff') format('woff'),
             url('fonts/FuturaBookC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
    font-family: 'FuturaBookC', 'Open Sans',Helvetica,Arial,Sans-Serif;
    line-height: 100%;
    background-color: #fff;
    word-wrap: break-word;
}

.nc-form {
    margin: 0;
}
p, h1, h2, h3, h4 {
    margin-bottom: 0;
}
h1, h2, h3, h4 {
    font-family: 'FuturaMediumC', 'Open Sans',Helvetica,Arial,Sans-Serif;
}
.section {
    padding-top: 40px;
    padding-bottom: 15px;
}
li>ul>li {
    list-style-type: none;
}
li>ul>li>ul>li {
    list-style-type: none;
}
li>ul {
    padding-left: 20px;
}

span {
    word-wrap: break-word;
}
/*Навигация верх*/

.bottom_header {
    background-color: #F8F7F7;
    border-top: solid 1px #EEEDED;
    border-bottom: solid 1px #EEEDED;
}
.fixed_menu {
    position: fixed;
    z-index: 15;
    width: 100%;
    top: 0;
}

.logo_pobeda img{
    max-width: 220px;
}

.top-level-menu {
    margin: 0 auto;
}
.top-level-menu .active {
    background: #e6005c;
}
.bottom_header .active>a>span, .bottom_header .active>span  {
    color: white;
    /*text-shadow: 1px 1px #5D5D5D;*/
}
.top-level-menu {
    margin-bottom: 0;
    padding-left: 0;
}

.top_header .hotline {
    border-radius: 0;
    margin: 10px 0;
}

.second-level-menu > li > a:hover, .third-level-menu > li > a{
    text-decoration: none;
}
.top-level-menu > li {
    background: #F8F7F7;
    display: inline-block;
    list-style: none;
    position: relative;
}
.top-level-menu > li {
    border-right: solid 1px #EEEDED;
}
.top-level-menu > li:first-child {
    border-left: solid 1px #EEEDED;
}
.top-level-menu > li:hover { 
    background: white; 
}

.top-level-menu > li > a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px 10px;
    font-size: 18px;
}
.top-level-menu > li > span {
    color: black;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 20px 10px;
    font-size: 18px;
    cursor: pointer;
}
.second-level-menu > li > span {
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.container-second-level-menu-container {
    position: absolute;
    padding-top: 5px;
    bottom: 0px;
    background: transparent;
    display: none;
    transform: translateY(100%);
    z-index: 3;
    min-width: 100%;
}
.second-level-menu-container
{
    padding: 0;
    background: white; 
    display: none;
    padding: 5px;
    box-shadow: 0 0 5px 1px rgba(221, 221, 221, 0.7);
}
.second-level-menu {
    padding-left:0;
}
.second-level-menu > li
{
    position: relative;
    background-color: white;
    text-decoration: none;
    list-style: none;
    min-width: 200px;
    text-align: center;
}
.second-level-menu > li:not(:last-child) {
    border-bottom: solid 1px #EEEDED;
}
.third-level-menu > li:not(:last-child) {
    border-bottom: solid 1px #EEEDED;
}
.second-level-menu > li > a {
    color: black;
    font-size: 18px;
    height: 100%;
    display: block;
    padding: 10px;
}
.second-level-menu > li > span{
   padding: 10px;
}
.second-level-menu > li:hover { 
    background: #EEEDED;
}
.second-level-menu span {
    
}
.container-third-level-menu-container {
    position: absolute;
    top: -5px;
    right: 0px;
    transform: translateX(100%);
    list-style: none;
    margin: 0;
    padding-left: 10px;
    display: none;
    z-index: 3;
    width: 250px;
}
.third-level-menu-container
{
    background: white;
    display: none;
    padding: 5px;
    box-shadow: 0 0 5px 1px rgba(221, 221, 221, 0.7);
}
.third-level-menu {
    padding: 0;
}
.third-level-menu > li
{
    background: white;
    text-align: left;
    list-style: none;
    text-align: center;
}
.third-level-menu > li > span {
    color: black;
    font-size: 18px;
    display: block;
    padding: 10px;
    cursor: pointer;
}
.third-level-menu > li:hover { 
    background: #EEEDED;
}
.third-level-menu > li > a {
    color: black;
    font-size: 18px;
    display: block;
    padding: 10px;
}
.third-level-menu > li > span {
    padding: 10px;
}
.has-sub-first > span:after, .has-sub-first > a > span:after  {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 2px;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.has-sub-second > span:after, .has-sub-second > a > span:after  {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 20px;
    margin-bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.active a>span:after, .active > span:after {
    border: solid white;
    border-width: 0 2px 2px 0;
}
.active:hover a>span:after {
    border: solid black;
    border-width: 0 2px 2px 0;
}
.active:hover  a>span {
    color: black;
    text-shadow: none;
}
.active:hover >span:after {
    border: solid black;
    border-width: 0 2px 2px 0;
}
.active:hover > span {
    color: black;
    text-shadow: none;
}
/*Логотип*/
.logo {
    width: 70px;
}
.logo_title_cont {
    width: auto;
}
.logo_header {
    font-size: 24px;
}
.logo_title {
    font-size: 12px;
    line-height: 1em;
    margin-top: 5px;
}
.logo img {
    width: 100%;
}
.bad_eyes_version {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 20px;
    color: #ff3856;
    text-align: right;
}
.bad_eyes_version:hover {
    color: #ff3856;
}
/*Баннер*/
.main_banner {
    min-height: 400px;
/*    background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
/*    box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.2);*/
}
.main_banner_content h1 {
    text-transform: uppercase;
    line-height: 170%;
    color: white;
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-shadow: -3px 2px 15px #000;
}
.main_banner_content h3 {
    color: white;
    line-height: 150%;
    background: linear-gradient(-90deg, rgba(255, 56, 86, 0), rgba(255, 56, 86, 0.4), rgba(255, 56, 86, 0)) ;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0;
    padding: 10px 20px;
    border-radius: 5px;
}
.main_banner_buttons {
    padding-top: 25px;
}
.main_banner_buttons .btn-danger {
    margin-right: 35px;
}
.main_banner_buttons button {
    border-radius: 0;
    /*/*text-shadow: 1px 1px #5D5D5D;*/*/
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    cursor: pointer;
    border: 0; 
    font-size: 22px;
    text-transform: uppercase;
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);*/
    /*border-radius: 2px;*/
}
.main_banner_buttons .btn-success {
    /*border-bottom: solid 3px #107f6b;*/
    background: #40bfa8;
}

.main_banner_buttons .btn-danger {
    /*border-bottom: solid 3px #b1412b;*/
    background: #ff3856;
}
/*Навигация хлебные крошки*/
.navigation_bread_crumb {
    padding-top: 40px;
}
.navigation_bread_crumb span {
    text-transform: uppercase;
    color: #858484;
    display: inline-block;
    float: left;
    font-size: 16px;
}
.navigation_bread_crumb .select {
    color: #ff3856; 
}
/*Навигация справа*/
.nav_header span {
    text-transform: uppercase;
}
.nav-item {
    width: 100%;
}
.nav-item>a {
    text-decoration: none;
}
.navigation_right .nav-item span:hover {
    color: white;
}
.navigation_right .nav_header {
    padding-bottom: 10px;
}
.navigation_right span {
    font-size: 18px;
    line-height: 1.2em;
}
.navigation_right .nav_header span {
    font-size: 20px;
    color: white;
}

.nav-link {
    padding: 3px 0;
}
.nav-item > span {
    padding: 3px 0; 
}
.nav-item > ul > .nav-item {
    padding: 2px 0;
}
.nav-item > ul > .nav-item > .nav-link {
    padding: 0;
}

.navigation_right .nav-item a{
    padding-left: 0;
    padding-right: 0;
    color: white;
}
.nav_second_level {
    padding-left: 15px;
}
.nav_second_level li{
    list-style: none;
}
.nav_third_level {
    padding-left: 30px;
}
.navigation_right .select {
    color: white !important;
}
.nav-item > span {
    color: white;
    cursor: pointer;
}
.nav-item > span:hover {
    cursor: pointer;
}

/*Блок новостей*/
.news_list {
    padding-bottom: 30px;
}
.news_list_preview_img {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 400px;
    background: url('https://s1.1zoom.ru/big0/788/Lavandula_Fields_Blue_525422_1280x778.jpg') no-repeat center center/cover;
}
.news_list_header {
    padding-bottom: 5px;
    word-wrap: break-word;
    font-size: 24px;
}
.news_list_header a{
    color: black;
    text-transform: uppercase;
}
.news_list_header span {
    text-transform: uppercase;
}
.news_list_date {
    font-style: normal;
    color: #999999;
    font-size: 16px;
    margin-bottom: 5px;
}
.news_list_text_preview {
    font-style: normal;
    color: black;
    text-align: justify;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.5em;
}
.news_list_text_full {
    font-style: normal;
    color: black;
    text-align: justify;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.5em;
}
.news_list_text_full p {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.news_list_button button{
    border-radius: 0;
    /*/*text-shadow: 1px 1px #5D5D5D;*/*/
    cursor: pointer;
    border: 0;
    /*border-bottom: solid 3px #b1412b;*/
    background: #ff3856;
    color: #FFFFFF;
    padding: 3px 14px;
    text-transform: uppercase;
    font-size: 16px;
    /*border-radius: 2px;*/
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, .2);*/
}
.news_list_file {
    margin-right: 5px;
    width: 17%;
    margin-bottom: 20px;
}
.news_list_file_name {
    font-size: 16px;
    padding: 5px;
    color: #999999;
}
.news_list_button_download button{
    border-radius: 0;
    /*text-shadow: 1px 1px #5D5D5D;*/
    cursor: pointer;
    border: 0;
    border-bottom: solid 3px #b1412b;
    background: #ff3856;
    color: #FFFFFF;
    padding: 6px;
    padding-bottom: 3px;
    padding-left: 14px;
    padding-right: 14px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 100%;
}
.news_list_file_img {
    height: 60px;
    width: 60px;
    padding-right: 2px;
}
.news_list_file_img img {
    height: 100%;
}
.news_block_inline > a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}
.news_block_inline > a > i {
    font-size: 16px;
}
.news_block_inline > a:hover {
    color: #ff1a3c;
}
/*Навигация новостей*/
.news_navigation a{
    color: black;
}
.page-link:active, .page-link:focus {
    outline: none!important;
    box-shadow: none;
}
.page-link:hover{
    color: #ff3856;
}
.page-item .select {
    color: #ff3856;
}
/*Текстовый блок*/
.text_block {
    padding-bottom: 10px;
}
.text_block_header h2{
    margin-bottom: 0;
    word-wrap: break-word;
    font-size: 24px;
}
.text_block_header {
    margin-bottom: 20px;
}
.text_block_header span {
    text-transform: uppercase;
}
.text_block_date {
    font-style: normal;
    color: #999999;
    padding-bottom: 20px;
    font-size: 16px;
}
.text_block_title {
    font-style: normal;
    color: black;
    text-align: justify;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.1em;
}
.text_block_title span img {
    max-width: 100%;
    height: auto !important;
}
.text_block_title span iframe {
    max-width: 100%;
}
.text_block_title table {
    width: 100%;
}
.text_block_button button{
    border-radius: 0;
    /*text-shadow: 1px 1px #5D5D5D;*/
    cursor: pointer;
    border: 0;
    /*border-bottom: solid 3px #b1412b;*/
    background: #ff3856;
    color: #FFFFFF;
    padding: 3px 14px;
    text-transform: uppercase;
    /*border-radius: 2px;*/ 
}
.text_block_file {
    width: auto;
    margin-right: 5px;
    width: 17%;
    margin-bottom: 20px;
}
.text_block_file_name {
    font-size: 16px;
    padding: 5px;
    max-width: 100%;
    text-align: center;
    color: #999999;
}
.text_block_button_download {
    max-width: 100%;
    margin: 0 auto;
}
.text_block_button_download button{
    border-radius: 0;
    /*text-shadow: 1px 1px #5D5D5D;*/
    cursor: pointer;
    border: 0;
    /*border-bottom: solid 3px #b1412b;*/
    background: #ff3856;
    /*border-radius: 2px;*/
    color: #FFFFFF;
    padding: 3px 14px;
    text-transform: uppercase;
    font-size: 16px;
    max-width: 100%;
}
.text_block_file_img {
    height: 60px;
    width: 60px;
    max-width: 100%;
}
.text_block_file_img img {
    height: 100%;
}
.text_block_inline > a > i {
    font-size: 16px;
}
.news_list_file_container {
    padding-bottom: 20px;
}
.text_block_full_img {
    padding-bottom: 20px;
	width: 100%;
}
.text_block_full_img img {
    width: 100%;
    height: auto;
}
/*Баннеры на главной*/
.container_small_banners {
    /*background-color: #2e282f;*/
    padding-top: 40px; 
    padding-bottom: 40px;
    /*box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7);*/
    background: url('/img/bg.jpg') no-repeat center center/cover;
}
.small_banners {
    padding: 15px;
    height: 470px;
    /*background: #ff3856;*/
    background: white;
    /*border-radius: 5px;*/
    /*border: 1px solid #ff3856;*/
    position: relative;
    overflow: hidden;
    /*box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.2);*/
}
.white_lay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.98) 60%, rgba(252,252,252,0) 100%);
    z-index: 1;
}
.header_small_banners_container>h2 {
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.small_banners_header {
    min-height: 40px; 
}
.small_banners_header a{
    color: black;
    line-height: 130%;
    font-size: 20px;
    text-transform: uppercase;
}
.small_banners_title p{
    color: black;
    text-align: justify;
    margin-bottom: 0;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.5em;
}
/*.small_banners_title {
    padding-left: 10px;
}*/
.small_banners_button button{
    border-radius: 0;
    /*/*text-shadow: 1px 1px #5D5D5D;*/*/
    cursor: pointer;
    border: 0;
    /*border-bottom: solid 3px #ff1a3c;*/
    background: #ff3856;
    color: #FFFFFF;
    padding: 3px 14px;
    text-transform: uppercase;
    font-size: 16px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, .2);*/
    /*border-radius: 2px;*/
}
.small_banners_button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
}
/*Инфоблоки на главной*/
.md_banners {
    padding-top: 40px;
}
.md_banners_content{
    padding: 0px;
    padding-bottom: 5px;
    /*background: #F8F7F7;*/
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .4);
    /*border-radius: 5px;*/
}
.md_banners_content_title {
    font-size: 18px;
    text-align: justify;
    line-height: 1.5em;
    padding: 5px 15px;
}
.md_banners_content_header {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5em;
    background-color: #f6f6f6;
    color: black;
    padding: 5px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.news_vertical_list a{
    font-size: 18px;
    color: black;
    line-height: 1.5em;
}
.news_vertical_list {
    padding: 5px 15px;
}
/*Фотогаллерея*/
.text_block_gallery_header h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    word-wrap: break-word;
    font-size: 24px;
}
.news_list_gallery_header h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
    word-wrap: break-word;
    font-size: 24px;
}
.lightboxgallery-gallery-item {
    padding: 10px;
}
.lightboxgallery-gallery-item img {
    max-height: 100%;
    margin: 0 auto;
    max-width: 100%;
}
.lightboxgallery-gallery-item:active, .lightboxgallery-gallery-item:focus  {
    outline: 0!important;
    border: 0!important;
}
.text_block_gallery {
    margin-bottom: 20px;
}
/*Футер*/
.footer {
    padding-top: 20px;
    background-color: #2e282f;
}
.footer p{
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    color: white;
}
/*Отзывы*/
.review_list_header h1{
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
    word-wrap: break-word;
    font-size: 24px;
}
.review {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 5px 1px rgba(221, 221, 221, 0.7);
    margin-bottom: 20px;
}
.review_header {
    background-color: #ff3856;
    padding: 10px 10px;
}
.review_header >span {
    color: white;
    /*text-shadow: 1px 1px #5D5D5D;*/
    font-size: 18px;
    text-transform: uppercase;
}
.review_title {
    padding: 10px 10px;
}
.review_title > span {
    font-size: 16px;
    color: #999999;
    text-align: justify;
}
.review_list_button {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.review_list_button button {
    border-radius: 0;
    /*text-shadow: 1px 1px #5D5D5D;*/
    padding: 10px;
    color: #FFFFFF;
    cursor: pointer;
    border: 0; 
    font-size: 18px;
    text-transform: uppercase;
}
.review_list_button .btn-danger {
    /*border-bottom: solid 3px #b1412b;*/
    background: #ff3856;
    padding: 3px 14px;
}
/*Модальное окно*/
.modal-header, .modal-body, .modal-footer {
    border: 0;
}
.modal-content {
    border-radius: 0;
}
.modal-body {
    padding: 1rem 1rem 0 1rem;
}
.modal-header {
    background-color: #ff3856;
    padding: 10px 5px;
    border-radius: 0;
}
.modal-title {
    color: white;
    /*text-shadow: 1px 1px #5D5D5D;*/
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}
.modal-footer {
    padding: 10px 1rem 20px 1rem;
}
label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #999999;
    margin-bottom: 5px;
}
input.form-control {
    margin-bottom: 0;
    border-radius: 0;
    line-height: 1.5;
    font-size: 16px;
    height: 30px;
    background-color: #fff !important;
}
.form-group {
    margin-bottom: 10px;
}
textarea.form-control {
    margin-bottom: 0;
    border-radius: 0;
    line-height: 1.5;
    font-size: 16px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff3856!important;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.modal-footer button {
    border-radius: 0;
    /*text-shadow: 1px 1px #5D5D5D;*/
    color: #FFFFFF;
    cursor: pointer;
    border: 0; 
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 10px;
}
.modal-footer .btn-success {
    /*border-bottom: solid 3px #107f6b;*/
    background: #40bfa8 !important;
}
.modal-footer .btn-danger {
    /*border-bottom: solid 3px #b1412b;*/
    background: #ff3856;
}
/*Кнопки*/
.btn-danger:active, .btn-danger:focus {
    /*background-color: #bc4229;*/
    outline: none !important;
    box-shadow: none !important;
}
.btn-danger:hover {
    background: #ff1a3c;
}
.btn-success:hover {
    background: #39ac97 !important;
}
.btn-success:active, .btn-success:focus {
    background: #339986 !important;
    outline: none !important;
    box-shadow: none !important;
}
.small_banners_button {
    max-width: 80%;
}
/*Таблицы*/
.user_table ol {
    margin-bottom: 0;
}
.user_table {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*Картинка с администрацией*/
.adm_rost p, .adm_rost span  {
    color: #fff;
    font-size: 18px;
}
.adm_rost a {
    color:white;
}

/*Мобильная навигация*/
.flex_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav.flex-column  {
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 0px 4px rgba(0, 0, 0, .4);
    background-color: #ff3856;
}
.flex_cont > span {
    max-width: 100%;
    margin-right: 20px;
}
.navbar_mobile {
    display: none;
}
.navbar_collapse_mobile {
/*    padding: 10px;*/
    border-radius: 5px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 1px rgba(221, 221, 221, 0.7);
}
.navbar_collapse_mobile span:hover {
    color: #404040;
}
.navbar_collapse_mobile .nav-item {
    padding-top: 20px;
}
.navbar_collapse_mobile .nav.flex-column>.nav-item:first-child {
    padding-top: 0px;
}
.navbar_mobile .nav.flex-column {
    background-color: #fff;
}
/*.nav li:first-child {
    padding-top: 0;
}*/
.second-level li:first-child {
    padding-top: 20px;
}
.third-level li:first-child {
    padding-top: 20px;
}
.navbar_mobile .nav a {
   color: #5F5F5F;
   padding: 0;
}
.nav .select {
    color: #ff3856;
}
.select .arrow {
    border: solid #ff3856;
    border-width: 0 2px 2px 0;
}
.has-child-mobile-first > ul {
    display: none;
}
.has-child-mobile-second > ul {
    display: none;
}
.has-child-mobile-first>a>span {
    max-width: 100%;
    margin-right: 20px;
}
.has-child-mobile-first>span {
    max-width: 80%;
    padding-right: 35px;
}

.arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    float: right;
    cursor: pointer;
    clear: right;
}
.has-child-mobile-first > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.has-child-mobile-first > span {
    display: inline-block;
    width: 80%;
}

.has-child-mobile-second > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.has-child-mobile-second > span {
    display: inline-block;
    width: 80%;
}
.arrow:hover {
     border: solid #999999;
    border-width: 0 2px 2px 0;
}
.arrow-up:hover {
     border: solid #999999;
    border-width: 0 2px 2px 0;
}
.arrow-up {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
    display: block;
    float: right;
    cursor: pointer;
    margin-top: 5px;
    clear: right;
}
.navbar-toggler:active, .navbar-toggler:focus  {
    outline: 0 !important;
}
.navbar_collapse_mobile span, .navbar_collapse_mobile a {
    color: #5F5F5F;
}
/*Соц. сети футер*/
.soc_tab {
    width: 3%;
    margin: 20px 5px;
    
}
.soc_tab img {
    width: 100%;
    height: auto;
    transition: all .2s;
}
.soc_tab img:hover {
    transform: scale(1.2); 
}
/*Файлы в колонке*/
.text_block_inline > a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    line-height: 1.8em;
}
.text_block_inline > a:hover, .text_block_inline > a:focus  {
    color: #ff1a3c;
}
/*Ссылки на главной*/
.include_reg_main {
    padding-top: 40px;
    padding-bottom: 20px;
}
.main_include {
    margin-bottom: 20px;
    background: #f6f6f6;
    /*border-radius: 2px;*/
/*    border: 1px solid #ff3856;*/
    box-shadow: 0 0px 4px rgba(0, 0, 0, .4);
    text-align: center;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 162px;
    transition: background-color 0.5s ease-in-out;
}
.main_include:hover .title_img i{
    color: white;
}
.main_include:hover > a{
    color: white;
}
.main_include:hover  {
    background-color: #ff1a3c;
}
.main_include > a {
    font-size: 18px;
    color: #ff1a3c;
    text-decoration: none;
    display: block;
    width: 100%;
    text-transform: uppercase;
    line-height: 1.2em;
    transition: color 0.5s ease-in-out;
}
.main_include > a:first-child {
    padding-bottom: 20px;
    padding-top: 20px;
}
.main_include > a:last-child {
    padding-bottom: 20px;
}
.main_include .title_img i {
    color: #ff1a3c;
    font-size: 60px;
    transition: color 0.5s ease-in-out;
}
/*Карта, ссылки и галерея на главной*/
.main-map > h2 {
    text-align: center;
    font-size: 24px;
    margin-top: -10px;
    padding-bottom: 20px;
    padding-top: 40px;
}
.main-map {
    /*padding-bottom: 40px;*/
}
.gallery_main {
    padding-bottom: 20px;
}
.gallery_main .text_block_gallery_header > h2 {
    text-transform: none !important;
    padding-top: 20px;
}
.main-sub-footers {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
}
.main-sub-footer-item {
    /*width: 100%;*/
}
.main-sub-footer-item img {
    max-width: 100%;
    height: 102px;
}
.main-sub-footer {
    padding-bottom: 40px;
    padding-top: 20px;
}
.main-sub-footer-item {
    display: flex;
    justify-content: center;
}
/*Netcat*/
.nc-demo-modal-wrapper {
    display: none;
}
/*Анкета*/
#anketa .desc_another {
    display: none;
}
#anketa select:focus {
    border-color: #ff3856;
}
#anketa .nc-field {
    margin-bottom: 0;
    padding: 10px 0;
}
.afterAddAnketa {
    display: flex;
    justify-content: center;
}
#anketa .nc-field-caption{
    color: black;
    padding-bottom: 10px;
    font-family: 'FuturaMediumC', 'Open Sans',Helvetica,Arial,Sans-Serif;
    font-size: 18px;
    width: 100%;
    display: block;
    line-height: 1.2em;
}
#anketa textarea:focus {
    border-color: #ff3856;
    box-shadow: none;
}
#anketa .req-info {
    padding-top: 10px;
}
#anketa button[type="submit"] {
    background: #40bfa8;
    padding: 5px 15px;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
}
#anketa .req-i {
    color: #ff3856;
}
#anketa label {
    color: black;
    text-transform: lowercase;
    font-family: 'FuturaBookC', 'Open Sans',Helvetica,Arial,Sans-Serif;
    font-size: 16px;
}
.warnTextAnketa {
    color: #ff3856;
    font-family: 'FuturaMediumC', 'Open Sans',Helvetica,Arial,Sans-Serif;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
#anketa label::first-letter {
    text-transform: uppercase;
}


.appeal .bold-text {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.appeal label {
    color: #000000;
}

.appeal input[type='submit'] {
    background-color: rgb(236,76,91);
    border-radius: 0;
    color: white;
    border: none;
    font-size: 2rem;
    height: 50px;
    padding: 10px 20px 10px;
}
.appeal input[type='submit']:hover {
    cursor: pointer;
    background-color: rgb(235,59,69);
}







/*Медиа запросы*/
@media screen and (max-width: 992px) {
    li>ul {
        padding-left: 5px;
    }
    .soc_tab {
        width: 5%;
    }
    .main-sub-footer-item img {
        height: 55px;
    }
}
@media screen and (max-width: 767px) {
    .navigation_right {
        display: none;
    }
    .top-level-menu-container {
        display: none;
    }
    .navbar_mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
    }
    .navbar_mobile_header {
        margin-left: 10px;
    }
    .navbar_mobile_header button {
        padding: 0;
        border: 0;
        font-size: 22px;
        color: #5F5F5F;
    }
    .nav_mobile {
        display: block;
    }
    .small_banners {
        height: auto;
    }
    .small_banners {
        margin-bottom: 20px;
    }
    .small_banners_header {
        min-height: 0;
        padding-bottom: 0;
        text-align: center;
    }
    .md_banners_content {
        margin-bottom: 20px;
    }
    .news_list_preview_img {
        height: 300px;
    }
    .main_banner {
        min-height: 400px;
    }
    .main_banner_buttons {
        padding-bottom: 20px;
    }
    .bad_eyes_version {
        display: none;
    }
    .text_block_file {
        width: 20%;
    }
    .lightboxgallery-gallery-item {
        padding: 5px;
    }
    .small_banners {
        padding: 5px;
    }
    .small_banners_title {
        padding: 10px;
    }
    .small_banners_button {
        bottom: 10px;
        left:10px;
    }
    .main_banner_buttons button {
        padding: 14px;
    }
    .main_banner_buttons .btn-danger {
        margin-right: 10px;
    }
    .main_banner_content h1 {
        line-height: 120%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .main_banner_content h3 {
        line-height: 120%;
    }
    .logo {
        /*width: 15%;*/
        /*min-width: 75px;*/
    }
    .logo_title_cont {
        /*width: 50%;*/
    }
    .logo a {
        display: block;
    }
    .logo img {
        width: 100%;
    }
    .md_banners {
        padding-top: 40px;
    }
    .md_banners .col-xs-12:last-child > .md_banners_content {
        margin-bottom: 0;
    }
    .main-sub-footer-item img {
        height: 40px;
    }
}

/* красивые вакансии */
.navigation_right .nav-link[href="/vakansii/"] span {
    color: #ff3856 !important;
	background-color: #fff;
	padding: 3px 20px;
}

.navigation_right .nav-link[href="/vakansii/"]:hover {
    color: #ff3856;
}

/* классы для распечатки */
@media print {
    .noprint {
        display: none;
    }
}