/**/
body{
    background: #ffffff;
   /* font-family: 'Open Sans', sans-serif;*/
    font-family: "IBM Plex Sans Regular",sans-serif;
    font-size: 12pt;
    color: #1c3140;
    min-width: 320px;
}

img{
   /* max-width: 100%;
    height: auto;

*/
}

.h1, h1{
    font-size: 27pt;
}

.h2, h2{
    font-size: 18pt;
    font-family: "IBM Plex Sans Bold",sans-serif;
    text-transform: uppercase;
    font-weight:bold;
    color:#ffffff;

}

.h3, h3{
    font-size: 14pt;
    font-family: "IBM Plex Sans Regular",sans-serif;
  /*  font-weight: 700;*/

}
.h4, h4{
    font-size: 12pt;
    font-family: "IBM Plex Sans Bold",sans-serif;
}
h5{
    font-size: 11pt;
    font-family: "IBM Plex Sans Bold",sans-serif;
}
.h6, h6 {
    font-size: 11pt;
}

.block{
    background: #ffffff;
   /* border: 1px solid #ccc;*/


}
a{
    color: #d51e08;

}
a:hover{
    color: #d51e08;
    /*  text-decoration:
  text-underline:none  ;*/
}

::placeholder {
    /* modern browser */
    color: #d51e08;
}

:-moz-placeholder {/*Firefox 18-*/
    color: red;
}
::-moz-placeholder {/*Firefox 19+*/
    color: red;
}
:-ms-input-placeholder {
    color: red;
}


/*.logo{
    text-align: center;
    display:inline-block;
    text-align: center;
}*/

.btn-red {
    background-color: #d7182a;
    color: #fff;
    border-color: #d7182a;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;

}
.btn-red:hover{
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-blue {
    background: #0088ac none repeat scroll 0 0;
    color: #fff;
    padding: 0.5rem 0.5rem;
}

.btn-grey {
    background: #495a6e none repeat scroll 0 0;
    color: #fff;
    padding: 0.5rem 0.5rem;
}

.btn-grey:hover{
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-blue:hover{
    color: #fff;
    background: #d7182a none repeat scroll 0 0;
}
.btn-border {
    background-color: #ffffff;
    color: #000000;
    border-color: #8196a8;
    border-radius: 0;
    padding: 0.5rem 0.5rem;
}
.btn-border:hover{
    color: #0088ac;
    background-color: #ffffff;

}
.alert {
    border:none;
    border-radius: unset;
}

.input-group:hover .btn-dropdown-top{
 background-color:   #c82333;
}
.dropdown-menu{

    border: 1px solid #8196a8;
    border-radius: 0;
    font-size: 12pt;
    font-family: "IBM Plex Sans Bold",sans-serif;
    color: #000000;
    width: auto;
    z-index: 3000;
    margin: 0;
}

.dropdown-item {
    color: #000000;

    background-color: #ffffff;
}
 .dropdown-item:hover  {
    color: #0088ac;
    background-color: #ffffff;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0;
}




.row-header{
  /*  background: #ffffff;*/
    height: 133px;

}
.row-header img {
    max-height: 93px;
}

.header h1 {
    font-size: 9pt;
    text-transform: uppercase;
    font-family: "IBM Plex Sans Bold",sans-serif;
    text-align: left;
    margin-bottom: 0;
    margin-right: 120px;
    line-height: 1.4;

}
.header .btn-toolbar .btn
{
    border-radius: 0px;
    font-size: 12pt;
    font-family: "IBM Plex Sans Bold",sans-serif;
    height: 42px;



}
.header .obr-button .btn-red{

    border-radius: 0px;
    color: #fff;
    font-size: 12pt;
    font-family: "IBM Plex Sans Bold",sans-serif;
    text-transform: uppercase;
    font-weight: bold;

}

.header .dropdown-menu{
  width: auto;
    height:200px;
    overflow-y:auto;
}

.header .region-select{
    text-align: right;
}
.header .row-logo{
    text-align: center;
}


.top-right{

    text-align: right;
}
.top-right-button{
    text-align: right;
    display: block;
}


/*----------------NAVIGATION---------------------------*/

.menu-top {
    background: #1c3140 none repeat scroll 0 0;
}

.navbar{
    padding: 0;
}

.navbar-darkblue{
    background: #1c3140 none repeat scroll 0 0;
}
.navbar-nav .nav-item{

}
.navbar-nav .nav-item .nav-link{
    color: #ffffff;
    text-transform: uppercase;
    padding: 1.35rem 1rem;
}

.navbar-nav .nav-item .nav-link:hover, .nav-link:focus{
   color: #ffffff;
   background-color: #0088ac;
}


.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    font-size: 12pt;
    font-family: "IBM Plex Sans Bold",sans-serif;
    color: #000000;
    margin: 0;
    min-width: 13rem;

}
.navbar-nav .dropdown-item {
    color: #000000;
    background-color: #ffffff;
}
.navbar-nav  .dropdown-item:hover  {
    color: #0088ac;
    background-color: #ffffff;
}

.navbar .btn-group {
    border: none;

}
.navbar .btn-group label {
    margin-bottom: 0;
}
.navbar .btn a{
    color: white;
}
.navbar .btn.focus.active a, .btn.active a{
    color: #0088ac;
}
.navbar .btn.focus, .btn:focus {
    box-shadow: none;
}

/**************************SLIDER**********************************/


.carousel-inner{
    max-height: 700px;
}
.carousel-caption {
    background-color: #0088ac;

    opacity: 0.8;
    position: absolute;
    right: 0%;
    top: 0%;
    bottom: 0px;
    left: 45%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;

}
.carousel-caption h1{
    padding-top: 15%;
    padding-left: 10%;
    padding-right: 40%;
    font-family: "IBM Plex Sans",sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-weight:normal;
}
.carousel-caption p{
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 12pt;
    color: #d7182a;
    text-align: left;
    padding-left: 10%;
    margin-top: 50px;
}
.carousel-caption a:hover {


}
.carousel .feather{
    background-color: #1c3140;
    opacity: .5;
    color: #fff;
}
.carousel-control-next, .carousel-control-prev {

    width: 25px;

}

.carousel-indicators {
    margin-left: 25%;
}
.carousel-indicators li {
    position: relative ;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 9px;
    height: 9px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    background-color: rgba(255,255,255,1);
}
.carousel-indicators .active {
    background-color: #d7182a;
}

    /*********************************************************************/
.main-content{


    /*width: 100%;
    overflow: hidden;
*/
  /*  background: linear-gradient(to bottom, #495a6e ,#495a6e)   no-repeat;
    background-size: 63.75% 190px;
    background-position: top left;*/
}
/*
.rectangle1{
    display: flex;
    background: linear-gradient(to bottom, #1c3140 ,#1c3140)  no-repeat;
    background-size:  63.75% 190px;
    background-position:  top 1010px left;
}
*/

.content {
  /*  width: 100%;*/
}


.content h2{

    padding: 45px 0;
    margin: 0;

}
.content .federal-news-card h2:before {
    position:absolute;
    top:0;
    left:-390px;
    width:1230px;
    height:190px;
    background-color: #495a6e;
    content:"";
    z-index: -100;
}

.content .regional-news-card h2{
    color:#495a6e;
}

.content .regional-news-card h2::before {
    position:absolute;
    top:0;
    left:-390px;
    width:1230px;
    height:190px;
    background-color: #e8eaec;
    content:"";
    z-index: -101;
}
/*
.portfolio{
    height: 370px;
    text-align: center;
}
.portfolio h4
*/
/*
.news-federal{

    padding:15px 0 15px 0 ;

}
*/

.content .card
{

    overflow: hidden;
     height: 450px;
    /*transition: all .5s;*/
    border: none;
    border-radius: 0;
    margin: 0 0;
}
.content .card-img-top{
/*    max-height: 170px;*/
    border-radius: 0;
}
.content .card-body{
    padding: 0 0;
}
.content .card-title {
   margin: 28px 0;
    color: #1c3140;
    height: 110px;
   /* Отменяем перенос текста */
    overflow: hidden;
}
.content  h3.card-title::after {
    content: ''; /* Выводим элемент */
    position: absolute; /* Абсолютное позиционирование */
    left: 0; bottom: 85px; /* Положение элемента */
    width: 100%; /* Ширина градиента*/
    height: 30px; /* Высота родителя */
    /* Градиент */
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
  /*  background: linear-gradient(to bottom, rgba(255,205,0, 0.5), #ffffff 100%);*/

    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.content .card-text{
    margin: 28px 0;
    color: #0088ac;
}
.content .card-link{
    color: #d7182a;
    margin-bottom: 40px;
}
.content .federal-news-card {
    min-height: 910px;
}


.subcribe h2{
    margin:35px 0 17px 0 ;
    padding: 0;
}

.subcribe:before {
    position:absolute;
    top:1030px;
    left:-390px;
    width:1230px;
    height:190px;
    background-color: #1c3140;
    content:"";
    z-index: -101;
}
.subcribe label{
    font-size: 14pt;
    font-family: "IBM Plex Sans Regular",sans-serif;
    color: white;
    margin-bottom:11px ;
}
.subcribe .btn-border{
    font-size: 11pt;
    font-family: "IBM Plex Sans Regular",sans-serif;
    color:#0088ac ;
}
.subcribe .btn-red{
    height: 40px;
    font-size: 12pt;
}
.subcribe .special {
    display: none;
}
.bottom-card h2, .h2{
    margin: 50px 0 ;

}
.bottom-card .bottom-card-header .dropdown, .btn-border, .dropdown-menu, .dropdown-item {
    width: 100%;
    font-family: "IBM Plex Sans Regular",sans-serif;
    color: #1c3140;
    font-size: 12pt;
    text-align: left;
    width: auto;
}
.bottom-card .dropdown-menu{
    height:200px;
    overflow-y:auto;
}
.bottom-card .bottom-card-header .dropdown-item{
    padding: 0.25rem 0.5rem;
}

.bottom-card .bottom-card-header{
    background-color:#0088ac ;
}
.bottom-card .btn-dropdown-red {
    background: #d7182a none repeat scroll 0 0;
    color: #fff;
    border-radius: 0;
    padding: 0.5rem 0.5rem;
    padding-bottom: 0;
}

.tags a{
    color:#0088ac;
    font-size: 10pt;
}
/* do not group these rules */

/*.news:hover{
    box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
.news-element:hover{
    box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
*/
/*.news .social {
padding: 0;
}*/
/*
a.icon-grid{
    text-decoration: none;
}
a.icon-grid img  {
    filter: grayscale(100%) opacity(20%);

}
a.icon-grid img:hover{


    filter: none;

}
.icon-grid {}

.si-glyph-fill  {
    fill: red;
}
.si-glyph-fill:hover  {
    fill: blue;
}

.si-glyph-fill:hover  {
    fill: blue;
}
*/

/***************************************************************************************/
.sidebar {
    padding-bottom: 45px;
}



.sidebar h2{
    color: #495a6e;
    padding: 45px 30px ;
    margin: 0;
    width: 100%;
    min-height: 1px;
}

.sidebar  .anonse-sidebar .widget {
    padding: 30px 30px;
    background: #0088ac none repeat scroll 0 0;
}


.sidebar .widget a, p{

    display: block;
    color: white;
    font-size: 14px;
    margin-bottom: 30px;
}
.sidebar .anonse-sidebar, .help-sidebar, .initiatives-sidebar
{
    margin: 0;
}
.sidebar .anonse-second-date, .anonse-date{
  padding-bottom: 22px;
    margin: 0;
    width: 50%;
}
.sidebar .anonse-second-date{
    padding-top: 22px;
    border-top: #1c3140 1px solid;

}

.sidebar .help-sidebar h2{
    color: #ffffff;
    background: #d7182a none repeat scroll 0 0;
    padding: 45px 30px ;
    margin: 0;
    width: 100%;
    min-height: 1px;
}
.sidebar  .help-sidebar .widget {
    padding: 0px 30px;
    background: #d7182a none repeat scroll 0 0;
}

.sidebar .card
{

    overflow: hidden;

    /*transition: all .5s;*/
    border: none;
    border-radius: 0;
    margin: 0 0;
}
.card-img-top {
    border-radius: 0;
}

.help-sidebar  .card-body{
    padding: 0 0;
    background: #d7182a none repeat scroll 0 0;
}
.help-sidebar  .card-title, .card-text{
    margin: 28px 0;
    color: #ffffff;
}

.help-sidebar  .card-link{
    color: #ffffff;
    margin-bottom: 40px;
}



.sidebar  .initiatives-sidebar .widget {
    padding: 0px 30px;
    background: #ffffff none repeat scroll 0 0;
}

.sidebar  .initiatives-sidebar .card {
    padding-bottom: 40px;
    background: #ffffff none repeat scroll 0 0;
}
.widget ul {

    list-style: outside none none;
    padding-left:0px;
    margin: 0;
}



.widget .anonse-date {
    margin: 0px 0 0 0;
}

.widget .upr-name {
    display: block;
    font-size: 18px;
    text-align: center;
    margin :5px;

}
.widget .upr-status{
    text-align: center;
    margin: 0 0 0 0;
}

.regional-sidebar{
    margin: 0 0;
}
.regional-sidebar  .card-body {
    padding: 0 0;
}
.regional-sidebar  .card-title{
    margin: 28px 0;
    color: #1c3140;
}
.regional-sidebar   .card-text{
    margin: 28px 0;
    color: #0088ac;

}
.regional-sidebar  .card-link{
    color: #d7182a;
    margin-bottom: 40px;
}

.federal-sidebar{
    margin: 0 0;

}
.federal-sidebar .widget {
    padding-top: 15px;
    background: #e8eaec none repeat scroll 0 0;
}

.federal-sidebar  .card-body {

    background: #e8eaec none repeat scroll 0 0;
}
.federal-sidebar  .card-title{
    margin: 28px 0;
    color: #1c3140;
}
.federal-sidebar   .card-text{
    margin: 28px 0;
    color: #0088ac;

}
.federal-sidebar  .card-link{
    color: #d7182a;
    margin-bottom: 40px;
}

/***************************************************************************/
.person-sidebar{
    margin: 0 0;
}
.person-sidebar h2{
    padding-left:  15px;
}
.person-sidebar  .card-body {
    padding: 0 0;

}
.person-sidebar  .card-title{
    margin: 25px 0;
    text-transform: uppercase;
    color: #495a6e;
    font-size: 12pt;
}
.person-sidebar   .card-text{
    margin: 25px 0;
    font-size: 14pt;
    color: #1c3140;
}
.person-sidebar  .card-link{
    color: #d7182a;
    margin-bottom: 40px;
}

.person-content{
    padding-bottom: 50px;
}
.person-content .person-title {
    font-family: "IBM Plex Sans Bold",sans-serif;
    font-weight: bold;
    font-size: 14pt;
}
.person-content .person-text p, .person-author{
    color: #1c3140;
}
/***************************************************************************/

.contacts-sidebar{
    margin: 0 0;
    background: #e8eaec none repeat scroll 0 0;
}
.contacts-sidebar h2{
    padding-left:  15px;
    padding-bottom: 20px;
}
.contacts-sidebar .widget {

  /*  background: #e8eaec none repeat scroll 0 0;*/
}
.contacts-sidebar  .card-body {
    padding: 0 0;
    background: #e8eaec none repeat scroll 0 0;
}
.contacts-sidebar  .card-title{
    margin: 25px  0 0 0;
    text-transform: uppercase;
    color: #495a6e;
    font-size: 12pt;
}
.contacts-sidebar   .card-text{
    margin: 0 0 25px 0;
    font-size: 12pt;
    color: #1c3140;
}

.contacts-sidebar .card-email a{
    color: #0088ac;
}
 .contacts h2{

    padding: 45px 0;
    margin: 0;
    color: #1c3140;

}

 .contacts h2:before {
    position:absolute;
    top:0;
    left:-390px;
    width:1230px;
    height:118px;
    background-color: #d2d6d9;
    content:"";
    z-index: -100;
}

.contacts .card {
    border: none;
    border-radius: 0;
}
.contacts  .card-body{
    padding-top: .5rem;
}
.contacts  .card-header{
    border-radius: 0;
    border: none;
    background-color: white;
    color:#495a6e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14pt;
}
.contacts  .card-title {

    font-size: 12pt;
    color: #1c3140;
    font-weight: bold;
}
.contacts  .card-text, .card-email, .contacts .card-body p{
    margin: 0 0 25px 0;
    font-size: 12pt;
    color: #1c3140;
}
.contacts .card-email a{
    color: #0088ac;
}

.contacts .card a {
    color:#d7182a;
}
    /**************************************************************************/
.orderform{
    padding-bottom: 50px;
}
.orderform h2{
    padding: 45px 0;
    margin: 0;
    color: #1c3140;
}

.orderform h2:before {
    position:absolute;
    top:0;
    left:-390px;
    width:1230px;
    height:118px;
    background-color: #d2d6d9;
    content:"";
    z-index: -100;
}
.orderform .form-control{
    border: 1px solid #0088ac;
    border-radius: unset;
}
 .form-control::placeholder{
    color: #d51e08;
    opacity: 0.4;
}
/*.orderform .text-muted{
    color: #d51e08 !important;
    opacity: 0.4;
}*/
    /*************************************************************************************************/
.region-sidebar{
    margin: 20px 0 0 0;

    text-align: center;

}
.region-contacts{
    margin: 20px 0 0 0;

}
.region-contacts .card-header{
    background: #343434 none repeat scroll 0 0;

}
.region-contacts .card-header a{
    color: #c8c8c8;
}
.region-contacts .card-header a:hover{
    color: white;
}



.region-menu{
    background: white none repeat scroll 0 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: 20px;;
}
.region-menu .nav-link.active{
    background: #ececec none repeat scroll 0 0;
}

.region-menu  .nav-link.active {
    background: #ececec none repeat scroll 0 0;
    border-color: #ddd #ddd #ececec;
    color: #495057;
}



/*.sidebar .sidebar-card{
    transition: all 0.5s ease 0s;
}*/


/*.sidebar .card a{
    margin: 0;
}*/



.elastislide-wrapper{
    box-shadow: none;
}
.elastislide-horizontal nav span{

}

.elastislide-horizontal nav span.elastislide-next{
    background:  url(../img/si-glyph-arrow-right.svg) no-repeat 0px 0px;
}
.elastislide-wrapper nav span{
    background:  url(../img/si-glyph-arrow-left.svg) no-repeat 0px 0px;
}
.media .elastislide-wrapper{
    background-color: inherit;
}
/*********************************************************/
.pagination .page-link{
    color: #0088ac;
    border: none;
}
.pagination .page-link:hover, .page-link:focus, a.page-link.selected {
 color: #d7182a;
 background-color: inherit;
}

.footer-menu{
    background: #1c3140;
    padding: 50px 0 0 0 ;

}
.footer-menu h5{
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-menu ul{
    list-style: none;
    padding: 0;
}
.footer-menu a, .footer-menu ul li a{
    color: #ffffff;
    line-height: 22px;
}
.footer-menu a:hover, .footer-menu ul li a:hover{
    color: #0088ac;

}
.footer-copyright{
    background: #1c3140;
    padding: 50px 0 50px  0;
    color: #ffffff;
    font-size: 12pt;
}

.footer-design{
    margin-top: 1rem;
}
.other-info p{
    margin-bottom: 5px;
    font-size: 70%;
}
.other-info a{
     color:#d51e08;
 }

.icon-grid img:hover  {
    filter: invert(100%);
}

.social {
    position: fixed;
    top: 81%;
    bottom: 46%;
    left: 96%;
    width: 40px;
    color: #fff;
    text-align: center;
    opacity: .9;
    z-index: 11;
    background: #1c3140;
    list-style: none;

    line-height: 0;
}
.social ul{
    align-items: center !important;
}

.social li a {

    display: inline-block;
    height: 40px;
    width: 40px;
    background: #1c3140;


    justify-content: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    text-decoration: none;

    line-height: 2.3;
    transition: background 0.5s ease 0.3ms;
}

.social img{
    position: relative;
    overflow: hidden;
}
.social img:hover  {
    filter: invert(100%);
}
.modal.show .modal-dialog   {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    pointer-events: auto;
}
 #sModal {
    pointer-events: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 60, 74, 0.9);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
    max-width: 100%;
}
#sModal.show {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

#sModal  .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 50px;
    cursor: pointer;
}
.modal.show .modal-content{
    position: absolute;
    background: rgba(255, 255, 255, 1);
    top: 50%;
    left: 0%;
    width: 100%;
    border: none;
}
#sModal  input[type="text"]  {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    color: #495a6e;
    background: rgba(255, 255, 255, 1);
    font-size: 150%;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
/*!*#sModal ::-moz-placeholder{*/
    /*color: white;*/
/*}*!*/
#sModal  .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:15px;
    margin-left: -45px;
    cursor: pointer;
}
@media (min-width: 1200px) {

}

/* Small Devices, Tablets */
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
    .header h1{
        margin-right: 0;
        font-size: 75%;
    }
    .header .row-header{
        margin: 2rem 0;
    }
    .header .logo img{
        width: 100%;
    }
    .header-button{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .header .logo{
        text-align: center;
    }


    .footer-copyright{
        padding: 20px 0 20px 0;
        font-size: 80%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-copyright{
        padding: 20px 0 20px 0;
        font-size: 80%;
    }
}

/* Extra Small Devices, Phones */
@media (max-width: 575px)  {
    .header h1{
        margin-right: 0;
        font-size: 100%;
    }
    .header .row-header{
        margin: 2rem 0;
    }
    .header .logo img{
        width: 95%;
    }
    .header-button{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .header .logo{
       text-align: center;
    }
    .navbar .navbar-toggler-icon{
        color: white;
    }
    .navbar-dark .navbar-toggler{
        border: none;
    }

    .carousel-caption p{
        margin-top: 0;
        padding-top: 0;
    }
    .content .federal-news-card h2{
      /*  padding: 15px inherit;*/

        padding-left: 15px;
        background-color: #495a6e;
        content:"";
        margin: 0 -15px;
    }
    .content .federal-news-card .cardlist{
        margin-top: 1rem;
    }
    .content .card-title {
        margin: 28px 0;
        color: #1c3140;
        height: auto;
        /* Отменяем перенос текста */
        overflow: hidden;
    }
    .content  h3.card-title::after {
        content: ''; /* Выводим элемент */
        position: absolute; /* Абсолютное позиционирование */
        left: 0; bottom: 85px; /* Положение элемента */
        width: 100%; /* Ширина градиента*/
        height: 30px; /* Высота родителя */
        /* Градиент */
     /*   background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
        background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);

*/
        background-image:none;/*linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);*/
    }
   /* .content .federal-news-card h2,
    .content .regional-news-card h2,*/
    .orderform h2,
    .contacts h2 {
        padding: 45px 15px;
        background-color: #d2d6d9;
        content: "";
        margin: 0 -15px;
    }
     #family {
        font-size: 10px !important;
    }
    .subcribe::before,
    .content .federal-news-card h2::before,
    .content .regional-news-card h2::before,
    .orderform h2:before,
    .contacts h2:before  {
        position:absolute;
        top:0;
        left:0;
        width:0;
        height:0;
        background-color: #ffffff;
        content:"";
        z-index: -101;
    }

   .subcribe {
        padding: 15px !important;
        background-color: #1c3140;
        content:"";
        margin: 0 -15px;


    }
    .subcribe h2{
        margin-top: 1rem;
        font-size:110%;
    }
    .subcribe label {
        font-size:100%;
    }


    .carousel-caption h1{
    font-size: 70%;
        padding-right: 20%;
}
    .carousel-caption p{
        padding-top: 0;
        font-size: 60%;
    }
    .carousel-indicators{
        visibility: hidden;
    }

    .sidebar {
        padding-bottom: 1rem;
    }

    .card .sidebar-card{
        padding-bottom: 1rem;
    }
    .sidebar .anonse-sidebar .widget {
        padding: 0px 30px;
    }
    .sidebar .anonse-sidebar h2 {
        color: #ffffff;
        background: #0088ac none repeat scroll 0 0;
    }
    .sidebar .initiatives-sidebar .card{
        padding-bottom: 0.5rem;
    }
    .bottom-card h2 {
        margin: 1rem 0;
        font-size: 90%;
    }
.bottom-card .input-group{
    margin-bottom: 1rem;
}
 .footer-copyright{
     padding: 20px 0 20px 0;
 }
    .footer-copyright img{
        width: 90%;
    }

    .footer-copyright-text{
        margin-bottom: 0;

    }
    .footer-copyright-text p{

        font-size: 80%;
    }
    .footer-social, .other-info{
        margin-top: 2rem;
    }

  .footer-design{
      margin-top: 2rem;
  }
    #sModal   input[type="text"] {
        position: absolute;
        top: 50%;
        left: 5%;
        width: 90%;
        color: #495a6e;
        background: rgba(255, 255, 255, 1);
        font-size: 120%;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: 0px;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }
}

.media-content__description{
    color: #000000;
    font-size: 13pt;
    font-family: "IBM Plex Sans Bold",sans-serif;
}

/*детям в руки*/


/*кнопки*/
.detruki__help-buttons{
    display: flex;
    justify-content: flex-end;
    padding-right: 75px;
    margin: 25px 0 40px 0;
    font-family: 'IBM Plex Sans';
}

.detruki__help-donat{
    background-color: #0088AC;
    color: #ffffff;
    padding: 10px 50px;
    margin-right: 16px;
    transition: .2s ease-in-out;
}

.detruki__help-donat:hover{
    background-color: #14809b;
    color: #ffffff;
    text-decoration: none;
}

.detruki__help-lend-a-hand{
    background-color: #D7182A;
    color: #ffffff;
    padding: 10px 50px;
    transition: .2s ease-in-out;
    font-size: 11pt;
}

.detruki__help-lend-a-hand:hover{
    background-color: #c82333;
    color: #ffffff;
    text-decoration: none;
    font-size: 11pt;
}

@media (max-width: 575px)  {
    .detruki__help-donat{
        width: calc(50% - 5px);
        padding: 10px 10px;
        text-align: center;
    }

    .detruki__help-lend-a-hand{
        width: calc(50% - 5px);
        padding: 10px 10px;
        text-align: center;
    }
}

/*главный-блок*/

.detruki__main{
    padding: 56px 75px 62px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #E4E0DB;
    border-radius: 16px;
    margin-top: 30px;
    background-image: url("../img/detruki-main.png");
    background-position: left -120px center;
    background-repeat: no-repeat;
    font-family: 'IBM Plex Sans';
}

.detruki__main::before{
    position: absolute;
    content: '';
    right: 57px;
    top: 42px;
    background-image: url("../img/detruki-main-gerb.png");
    width: 75px;
    height: 91px;
    z-index: 9999;
}

.detruki__main > div{
    width: 66%;
}

.detruki__main-subtitle{
    margin-bottom: 66px;
}

.detruki__main-subtitle div:first-child{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #B6163C;
}

.detruki__main-subtitle div:last-child{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #1C3140;
}

.detruki__main-img img{
    max-width: 100%;
}

.detruki__main-title div:first-child{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #B6163C;
}

.detruki__main-title{
    margin-top: 23px;
    margin-bottom: 83px;
}

.detruki__main-title div:last-child{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1C3140;
}

.detruki__main-links{
    display: flex;
    justify-content: space-between;
}

.detruki__main-links a {
    color: #0088AC;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    transition: .2s ease-in-out;
}

.detruki__main-links a:hover {
    color: #D7182A;
    text-decoration: none;
}

@media (max-width: 1200px){
    .detruki__main-links{
        flex-wrap: wrap;
        justify-content: center;
    }
    .detruki__main-links a{
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 991px){
    
}

@media (max-width: 768px){
    .detruki__main > div{
        width: 100%;
    }

    .detruki__main-subtitle div{
        width: 80%;
    }
    .detruki__main{
        background-image: none;
        padding: 28px 37px 31px;
    }
    .detruki__help-buttons{
        padding-right: 0;
        justify-content: center;
    }
}


/*Президент*/

.detruki__president{
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    font-family: 'IBM Plex Sans';
}

.detruki__president-leader{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(33% - 15px);
    margin-left: 100px;
    align-items: flex-start;
    width: 163px;
}

.detruki__president-leader-img{
    width: 132px;
}

.detruki__president-leader-img img{
    max-width: 100%;
}

.detruki__president-leader-text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detruki__president-leader-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #1C3141;
    margin-top: 14px;
}

.detruki__president-leader-subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1C3141;
    margin-top: 12px;
}

.detruki__president-text{
    padding-top: 20px;
    width: calc(66% - 15px);
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.detruki__president-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1C3141;
}

@media (max-width: 991px){
    .detruki__president-leader{
        margin-left: 0;
    }
}

@media (max-width: 768px){
    .detruki__president{
        flex-direction: column;
    }
    .detruki__president-leader{
        width: 100%;
        align-items: center;
    }
    .detruki__president-leader-text{
        padding: 0 40px;
        text-align: center;
    }
    .detruki__president-text{
        width: 100%;
    }

    .detruki__president-text{
        margin: 15px 0;
    }
}

/*При поддержке*/

.detruki__support{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: 'IBM Plex Sans';
}

.detruki__support-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #1C3141;
    width: 100%;
}

.detruki__support-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detruki__support-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 5px);
    background-color: #E4E0DB;
    border-radius: 16px;
    height: 121px;
    margin-top: 20px;
}

@media (max-width: 768px){
    .detruki__support-list{
        justify-content: space-evenly;
    }
    .detruki__support-item{
        width: calc(33% - 5px);
    }
}

@media (max-width: 575px)  {
    .detruki__support-item{
        width: calc(50% - 5px);
    }
}

/*десятки детей ждут помощи*/

.detruki__helpwaiting{
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
    flex-wrap: wrap;
    font-family: 'IBM Plex Sans';
}

.detruki__helpwaiting-fseg{
    width: calc(55% - 44px);
}

.detruki__helpwaiting-sseg{
    width: calc(45% - 44px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.detruki__helpwaiting-fseg-title{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #1C3140;
}

.detruki__helpwaiting-fseg-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1C3140;
    margin-top: 68px;
}

.detruki__helpwaiting-sseg-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1C3140;
    width: 80%;
    margin-bottom: 13px;
}

.detruki__helpwaiting-sseg-title div{
    color: #B6163C;
}

@media (max-width: 991px){
    .detruki__helpwaiting-sseg-title{
        width: 100%;
    }
}

@media (max-width: 768px){
    .detruki__helpwaiting-fseg-title{
        text-align: center;
    }
    .detruki__helpwaiting-fseg{
        width: 100%;
    }
    
    .detruki__helpwaiting-sseg{
        width: 100%;
        margin-top: 20px;
    }

    .detruki__helpwaiting-fseg-text{
        margin-top: 20px;
    }
}

/*Как мы реализуем миссию?*/

.detruki__helprealisation{
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'IBM Plex Sans';
}

.detruki__helprealisation-title{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #1C3140;
    width: 100%;
    margin-bottom: 40px;
}

.detruki__helprealisation-fseg{
    width: calc(55% - 44px);
}

.detruki__helprealisation-sseg{
    width: calc(45% - 44px);
}

.detruki__helprealisation-fseg-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1C3140;
}

.detruki__helprealisation-fseg-red{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #A81F40;
    margin-top: 15px;
}

.detruki__helprealisation-fseg-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1C3140;
}

.detruki__helprealisation-fseg-subtext{
    margin-top: 58px;
}
.detruki__helprealisation-fseg-subtext p{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1C3140;
    margin-bottom: 10px;
}

.detruki__helprealisation-sseg img{
    margin-top: 120px;
}

.detruki__helprealisation-sseg-text{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1C3140;
    margin-top: 24px;
}

@media (max-width: 768px){
    .detruki__helprealisation{
        margin-top: 20px;
        justify-content: center;
    }
    .detruki__helprealisation-fseg{
        width: 100%;
    }
    
    .detruki__helprealisation-sseg{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .detruki__helprealisation-sseg img{
        margin-top: 40px;
    }
}

/*чем вы можете помочь*/

.detruki__yourhelp{
    display: flex;
    flex-wrap: wrap;
    background: no-repeat bottom url("../img/detruki-yourhelp.png");
    margin-top: 20px;
    font-family: 'IBM Plex Sans';
}

.detruki__yourhelp-title{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #1C3140;
    width: 100%;
    margin-bottom: 40px;
}

.detruki__yourhelp-fseg, .detruki__yourhelp-sseg{
    width: 100%;
}

.detruki__yourhelp-fseg{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 110px;
}

.detruki__yourhelp-sseg{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.detruki__yourhelp-fseg-title, .detruki__yourhelp-sseg-title{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #1C3140;
    width: 50%;
    margin-bottom: 12px;
}

.detruki__yourhelp-fseg-text, .detruki__yourhelp-sseg-text{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1C3140;
    width: 50%;
}

@media (max-width: 1200px){
    .detruki__yourhelp{
    background: no-repeat center url(../img/detruki-yourhelp.png);
    background-size: contain;
    }
}

@media (max-width: 575px)  {
    .detruki__yourhelp-fseg-title, .detruki__yourhelp-sseg-title{
        width: 100%;
    }
    
    .detruki__yourhelp-fseg-text, .detruki__yourhelp-sseg-text{
        width: 100%;
    }

    .detruki__yourhelp{
        background: none;
        margin-top: 40px;
    }

    .detruki__yourhelp-fseg{
        margin-bottom: 20px;
    }
}

/*В чем нуждаются дети*/

.detruki__needs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    font-family: 'IBM Plex Sans';
}

.detruki__needs-title{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #1C3140;
    margin-bottom: 36px;
    width: 100%;
}

.detruki__needs-fseg{
    width: calc(50% - 10px);
}

.detruki__needs-sseg{
    width: calc(50% - 10px);
}

.detruki__needs-block{
    background-color: #E4E0DB;
    border-radius: 16px;
    padding: 20px 30px;
}

.detruki__needs-block:not(:last-child){
    margin-bottom: 20px;
}

.detruki__needs-block-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1C3140;
    width: 80%;
    margin-bottom: 12px;
}

.detruki__needs-block-list{
    padding-left: 22px;
}

.detruki__needs-bottle{
    background-image:  url(../img/detruki-bottle.png);
    background-repeat: no-repeat;
    background-position: top -15px right -15px;
}

.detruki__needs-clothes{
    background-image:  url(../img/detruki-clothes.png);
    background-repeat: no-repeat;
    background-position: top -15px right -15px;
}

.detruki__needs-cookies{
    background-image:  url(../img/detruki-cookies.png);
    background-repeat: no-repeat;
    background-position: top -15px right -15px;
}

.detruki__needs-cross{
    background-image:  url(../img/detruki-cross.png);
    background-repeat: no-repeat;
    background-position: top -15px right -15px;
}

.detruki__needs-toys{
    background-image:  url(../img/detruki-toys.png);
    background-repeat: no-repeat;
    background-position: top -15px right -15px;
}

@media (max-width: 768px){
    .detruki__needs-sseg{
        margin-top: 20px;
    }
    .detruki__needs-fseg{
        width: 100%;
    }
    
    .detruki__needs-sseg{
        width: 100%
    }
}

/*Как присоедениться*/

.detruki__joinhelp{
    display: flex;
    flex-direction: column;
    margin-top: 68px;
    font-family: 'IBM Plex Sans';
}

.detruki__joinhelp-title{
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #1C3140;
    width: 100%;
}

.detruki__joinhelp-item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detruki__joinhelp-item-block{
    display: flex;
    width: 100%;
}

.detruki__joinhelp-item-block-title{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #1C3140;
}

.detruki__joinhelp-item-block-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1C3140;
    margin-top: 16px;
    margin-left: 29px;
}

.detruki__joinhelp-item-block-text p{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1C3140;    
}

.detruki__joinhelp-item-block-list-item{
    margin-bottom: 10px;
}

.detruki__joinhelp-item-block-brown{
    background: #E4E0DB;
    border-radius: 16px;
    padding: 20px 30px;
}

.detruki__joinhelp-item{
    margin-top: 36px;
}

.detruki__joinhelp-item:nth-child(2){
    background-image: url("../img/detruki-joinhelp.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 130px;
}

.detruki__joinhelp-item:nth-child(3){
    margin-top: -40px;
}

.detruki__joinhelp-item:nth-child(2) .detruki__joinhelp-item-block-brown{
    width: calc(50% - 30px);
}

.detruki__joinhelp-item-block-white{
    width: calc(50% - 30px);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1C3140;
}

.detruki__joinhelp-item-block-brown-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1C3140;
    margin-bottom: 15px;
}

.detruki__joinhelp-item-block-brown-list{
    list-style: none;
    padding-left: 0;
}

.detruki__joinhelp-item-block-brown-list-item{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1C3140;
}

@media (max-width: 768px){
    .detruki__joinhelp-item:nth-child(2) .detruki__joinhelp-item-block-brown{
        width: 100%;
    }
    .detruki__joinhelp-item-block-white{
        width: 100%;
        margin-top: 20px;
    }

    .detruki__joinhelp-item:nth-child(2){
        background-image: none;
        padding-bottom: 60px;
    }
}

/*контакты*/

.detruki__contacts{
    margin-top: 58px;
    font-family: 'IBM Plex Sans';
}
    
.detruki__contacts-title{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #1C3140;
    margin-bottom: 36px;
}

.detruki__contacts-block{
    display: flex;
    flex-direction: column;
    background-image:  url(../img/detruki-contacts.png);
    background-repeat: no-repeat;
    background-position: bottom 65px left 50%;
    background-color: #E4E0DB;
    border-radius: 16px;
    padding: 25px 30px 30px 30px;
}

.detruki__contacts-block-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1C3140;
    width: 50%;
    margin-bottom: 24px;
}

.detruki__contacts-block-text{
    width: 50%;
}

.detruki__contacts-block-text p:first-child{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1C3140;
    margin: 0;
}

.detruki__contacts-block-text p:last-child{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1C3140;
}

.detruki__contacts-links{
    display: flex;
    justify-content: space-between;
}

.detruki__links-globe{
    background-image: url("../img/detruki-globe.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

.detruki__links-envelope{
    background-image: url("../img/detruki-envelope.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
}

.detruki__links-vk{
    background-image: url("../img/detruki-vk.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

.detruki__contacts-block-text a{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0088AC;
    transition: .2s ease-in-out;
}

.detruki__contacts-block-text a:hover{
    color: #D7182A;
    text-decoration: none;
}

.detruki__contacts-links{
    margin-top: 60px;
}

.detruki__contacts-links a{
    color: #0088AC;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    transition: .2s ease-in-out;
}

.detruki__contacts-links a:hover{
    color: #D7182A;
    text-decoration: none;
}

.detruki__help-buttons--bottom{
    margin-top: 30px;
    justify-content: center;
    padding: 0;
}

@media (max-width: 768px){
    .detruki__contacts-block{
        background-position: bottom 65px right 0;
    }
}

@media (max-width: 575px)  {
    .detruki__contacts-title{
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }
    .detruki__contacts-block{
        background-image: none;
    }
    .detruki__contacts-block-title{
        width: 100%;
    }
    .detruki__contacts-block-text{
        width: 100%;
        text-align: center;
    }
    .detruki__contacts-links{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

/*желтый пункт меню*/

.navbar-nav > .nav-item:not(.dropdown){
    background-color: #FED64A;
}

.navbar-nav > .nav-item:not(.dropdown) a{
    color: #1C3140;
}