body {
    margin: 0;
}

td {font-family:Tahoma;font-size:11px;color:#000000}
a {color:#5C78A0}
a.pages_menu:link, a.pages_menu:visited, a.pages_menu:active
{   font-family: Verdana, Sans-Serif;
    background-color: transparent;
    font-size:10px; 
    font-weight:bold; 
    color:#D9FFFF;
    text-decoration: none;
}
a.pages_menu:hover
{   font-family: Verdana, Sans-Serif;
    background-color: transparent;
    font-size:10px; 
    font-weight:bold; 
    color:#F5D200;
    text-decoration: underline;
}
span.pages_menu {
	font-family: Verdana, Sans-Serif;
    font-size:10px; 
    font-weight:bold;
	color: yellow;	
}



a.laboratories_menu:link, a.laboratories_menu:visited, a.laboratories_menu:active
{   font-family: Verdana, Sans-Serif;
    background-color: transparent;
    font-size:10px; 
    font-weight:bold; 
    color:#5C78A0;
    text-decoration: none;
}
a.laboratories_menu:hover
{   font-family: Verdana, Sans-Serif;
    background-color: transparent;
    font-size:10px; 
    font-weight:bold; 
    color:#007CC3;
    text-decoration: underline;
}

* {
    font-family: sans-serif;
}

.header, .header * {
    font-family: sans-serif;
    box-sizing: border-box;
}

.header__psevdo {
    height: 120px;
    width: 100%;
}

.header__fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    width: 100%;
    padding: 0 25px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.header__logo, .header__phones, .header__burger {
    padding: 0 5px;
}

.header__logo {
    width: calc((100% - 250px) / 2);
} 

.header__logo img{
    border: none !important;
    outline: none !important;
    width: 100%;
} 

.header__phones {
    flex: 1;
}

.header__phones * {
    text-align: center;
    font-size: 24px;
    color: #001180;
}

.header__phones div {
    padding-right: 50px;    
}

.header__phones div:first-child {
    margin-bottom: 10px;
}

.header__burger {   
    display: -webkit-box;   
    display: -ms-flexbox;   
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 60px;
    width: 75px;
    overflow: hidden;
}
.header__burger_line {
    position: relative;
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-color: #001180;
    border-radius: 2px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

#burger_opener:checked + label > div.header__burger_line:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 20px;
}

#burger_opener:checked + label > div.header__burger_line:nth-child(2) {
    left: 150%;
}

#burger_opener:checked + label > div.header__burger_line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -19px;
}

.header__nav {
    position: fixed;
    top: 120px;
    left: 100%;
    width: 100%;
    padding: 25px;
    overflow: auto;
    background: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

#burger_opener:checked + label + .header__nav {
    left: 0%;
}

.nav__item {
    padding: 25px 0 25px 20px;
}

.nav__item > a, .nav__item > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

.nav__items {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav__items > .nav__item:last-child {
    padding-bottom: 0;
}

.nav__item > input:checked + div {
    margin-top: 25px;
    max-height: 5000px;
    overflow-y: auto;
}

h1, h1 * {
    user-select: all !important;
}

#slider-mini-pictures-wrapper {
    text-align: left;
    padding-left: 10px !important;
}