body {
    background-color: #f2f6f8;
    color: #4e4e4e;
    font-family: 'PT Sans', sans-serif !important;
}



.card-header{
    display: flex;             
    height: 80px;
    align-items: center;
    justify-content: center;

}
strong {
    flex: 1 !important;
}
.my-white {
    color: #FFFFFF !important;
}

.my-blue {
    color: #008bbe !important;
}

.my-blue-lite {
    color: #01bafe !important;
}

.my-grey {
    color: #4e4e4e !important;
}


.my-font-12 {
    font-size: 12pt !important;
}

.my-font-11 {
    font-size: 11pt !important;
}

.my-font-10 {
    font-size: 10pt !important;
}

.my-bold {
    font-weight: bold !important;
}


.my-navbar-nav {
    display:table;
    width:100%;
    margin: 0;
}
.my-navbar-nav > li {
    float:none;
    display:table-cell;
    text-align:center;
}


.menu li > a {
    color: #4e4e4e !important;
}

.menu > .active>a {
color: #FFFFFF !important;
text-shadow: 10px 10px 10px rgba(255,255,255, .2);

    background-color: #008bbe;
    background-image: linear-gradient(to right, #008bbe, #0a8ff1);
    background: #008bbe;
    background: linear-gradient(to right, #008bbe, #0a8ff1);
}

.menu > li:hover > a,
.menu > li:target > a,
.menu > li > a.active {
color: #FFFFFF !important;
text-shadow: 10px 10px 10px rgba(255,255,255, .2);

    background-color: #008bbe;
    background-image: linear-gradient(to right, #008bbe, #0a8ff1);
    background: #008bbe;
    background: linear-gradient(to right, #008bbe, #0a8ff1);
}

.dropdown-item {
    padding-left: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;

}

.my-card-img-top {
    width: 100% !important;
    border-top-left-radius: 0 !important; 
    border-top-right-radius: 0 !important;
}


.scrollbar-cyan::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; 
}
    
.scrollbar-cyan::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; 
}
    
.scrollbar-cyan::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #e4e4e4; 
}
    
   
.bordered-none::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 0px !important; 
}
    
.bordered-none::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none; 
}

    .square::-webkit-scrollbar-track {
    border-radius: 0 !important; }
    
    .square::-webkit-scrollbar-thumb {
    border-radius: 0 !important; }
    
    .thin::-webkit-scrollbar {
    width: 6px; }
    
.example-1 {
    position: relative;
    overflow-y: scroll;
    display: block;
    max-height: 320px;
}

.example-1 > a {
    color: #4e4e4e !important;
}

.example-2 {
    position: relative;
    overflow-y: scroll;
    display: block;
    max-height: 1047px;
}

.example-2 > a {
    color: #4e4e4e !important;
}

.my-right-scroll-block {
    position: relative;
    overflow-y: scroll;
    display: block;
    max-height: 700px;
}

.card {

    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.16), 0 0px 0px 0 rgba(0,0,0,.12) !important;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.16), 0 0px 0px 0 rgba(0,0,0,.12) !important;
    
}

.img-wrap {
    position: relative;
}
  
.img-wrap p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, .6);
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-wrap2 p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, .6);
    color: #FFFFFF;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.my-line-height-14 {
    line-height: 14pt;
}



.card-body {
    padding-bottom: 0px !important;
    padding-top: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-multi-item {
    margin-bottom: 15px;
}

.my-block {
    border: 1px solid #008bbe;
    background-color: #FFFFFF;
    width: 100%;
    padding: 15px;
}

blockquote {
    border-left: 5px solid #008bbe; /* Параметры линии */ 
    margin-left: 20px; /* Отступ слева */
    padding-left: 20px; /* Расстояние от линии до текста */ 
    padding-top: 10px; /* Расстояние от линии до текста */ 
    padding-bottom: 10px; /* Расстояние от линии до текста */ 
    font-size: 13pt !important;
    font-style: italic;
}

.line { 
    border-left: 3px solid #008bbe; /* Параметры линии */ 
    margin-left: 20px; /* Отступ слева */
    padding-left: 10px; /* Расстояние от линии до текста */ 
}

.tab-content {
    padding: 0;
    padding-top: 0;
}

.primecontent p > img {
    width: 100% !important;
    height: auto !important;
}

.primecontent img {
    width: 100% !important;
    height: auto !important;
}

.primecontent p > iframe {
    max-height: 450px !important;
    width: 100% !important;

}

.primecontent pre {
	text-align: right !important;
}

.primecontent pre > span {
    font-size: 11pt !important;
	font-family: 'PT Sans', sans-serif !important;
	color: #808080 !important;

}


.structura-body img {
    width: 250px !important;
    height: 250px !important;
    border-radius: 50%!important;
}




/* Отображение меню декстоп при большом разрешении*/
#desktop_site.showmobile{
    display: block !important;
}

/* Отображение меню мобильного при большом разрешении*/
#mobile_site.showmobile {
    display: none !important;
}

.mobiletitlefont {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;



}

.menu_content_mobile{
    background-color:#616161;
}


/* Слайдер меню */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100 !important;
    top: 0;
    left: 0;
    background-color:#333333;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav .bgtop {
    background-position: top;
    background-repeat: repeat-x;
    background-color:#333333;
    min-height: 60px;
    padding-left: 14px;
}

.sidenav a{
    color: #ffffff;
}

.sidenav a:hover{
    color: #FEC50C;
}

.sidenav hr {
    border: 1px;
    border-style: solid;
    border-color:rgba(153, 153, 153, 0.1);
}

.sidenav .menu_first{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-left: 20px;
    margin-right: 20px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.btn-mobile {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10em;
    font-size: 16px;
    background-color: #4d4d4d !important;
    color: #b8b8b8;
}

.btn-mobile a {
    color: #b8b8b8;
}

.btn-mobile-active {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10em;
    font-size: 16px;
    background-color: #333333 !important;
    color: #FEC50C;
}

.btn-mobile-active a {
    color: #FEC50C;
}


@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/* Конец слайдера меню */


@media (max-width: 1000px) { 

    /* Отображение десктоп при маленьком разрешении*/
    #desktop_site.showmobile { 
        display: none !important;
    }

    /* Отображение мобильного при маленьком разрешении*/
    #mobile_site.showmobile {
        display: block !important;
    }
   
    .mobiletop {
        margin-top: 61px !important;
    }

  }
