html { height: 100%; }
header.main .contacts a {
    display: block;
    position: sticky;
  top: 0em;
}

body {
    margin: 0;
    font-family: Mulish, sans-serif;;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    min-height:100%; 
    position:relative; 
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    height: 100vh;



}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

pre {

    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

}

.card-date {
    float: left;
}

.card-text {
    float: right;
}

.border-answered {
    border: 1px solid #01365f;
    border-radius: 0;
}

.card-header-success {
    background-color: #fff;
    border-bottom: 1px solid #01365f;
    padding-top: 15px;
    padding-bottom: 15px;
}

.blueblock-text {
    text-align: justify;
    padding-right: 25px;
    font-size: 90%;
    border-left-color: #428bca;
    padding-left: 15px;
    border-style: solid;
    border-width: 0 0 0 5px;
}

.greenblock-text {
    text-align: justify;
    padding-right: 25px;
    font-size: 90%;
    border-left-color: #46bb24;
    padding-left: 15px;
    border-style: solid;
    border-width: 0 0 0 5px;
}

.menu {
	background-color: #01365f;
}

.menu li {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    background-color: #01365f;
    color: white;
    padding-right: 22px;
}

.menu nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    background-color: #01365f;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.padnull {
	padding: 0;
}

.bgmenu {
	background-color: #01365f;
	color: #fff;
    padding-left: 10px;
}

.menu a {
	color: #fff;
}


.table td {

    height: 30px; 
    vertical-align: middle;
}

.tabelwhite {

    text-align: center;
    color: #fff;

}

.border-right {

    border-right: 1px solid #EDEDED;

}

.border-bottom {

    border-bottom: 1px solid #EDEDED;

}

};

.text-center {

  text-align: center;
  align-items: center;

}

.tabelblack {

    text-align: center;
    color: #000;

}


.navbar-nav {
--bs-nav-link-color: #fff; 
--bs-nav-link-hover-color: #fff;
	}

.dropdown-menu {
    background-color: #01365f;

}

.btntop {
	height: 3.5rem;
    width: 100%;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.dropdown-menu.show {
  display: block;
  width: 100%;
}

.bgline {
    border-bottom: 2px solid #375c79;
};

.dropdown-item.li:hover {
    color: #6b757c;
    background-color: #01365f;
}

#fancybox-content {
    background-color: #fff;
}

.markamodel {

    height: 33px;
    width: 100%;
    border: 1px solid #11113e;
    background: ;
    margin-top: -1px;
    text-align: left;
    background: #9c9a9a5c;
    color: #000;
    
}

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #01365f;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #fff;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: #01365f;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #01365f;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

#footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}

.cerifficate {
  color: #3b7937;
  font-weight: 600;
}

@media (min-width: 1200px) {

.h1, h1 {
    font-size: 1.7rem;
}

.h3, h3 {
    font-size: 1.30rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

}