
.SiteInfoPanel {
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .1);
}
.SiteLogo {
    position: relative;
    width: 250px;
    height: 75px;
    padding: 10px 15px 10px 10px;
}
.SiteLogo::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -webkit-transform: skewX(16deg);
    -moz-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    -o-transform: skewX(16deg);
    transform: skewX(16deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    will-change: transform;
    pointer-events: none;
    z-index: -1;
}
.SiteLogo img {
    display: block;
    height: 55px;
}
.SiteLogo img.SiteLogoFull{
    display: none;
    opacity: 0;
}
.SiteInfoPanelContacts {
    position: relative;
    padding: 10px 0 10px 15px;
    height: 50px;
    z-index: 1;
}
.SiteInfoPanelContacts::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -webkit-transform: skewX(16deg);
    -moz-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    -o-transform: skewX(16deg);
    transform: skewX(16deg);
    -webkit-transform-origin: 50% 90%;
    -moz-transform-origin: 50% 90%;
    -ms-transform-origin: 50% 90%;
    -o-transform-origin: 50% 90%;
    transform-origin: 50% 90%;
    will-change: transform;
    pointer-events: none;
    z-index: -1;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.SiteInfoPanelContacts .SiteInfoPanelContactsItem {
    padding: 0 10px;
}
.SiteInfoPanelContacts .SiteInfoPanelContactsItem a {
    font-weight: 300;
    font-size: 0.8em;
}
.SiteInfoPanelContacts .SiteInfoPanelContactsIcons {
    width: auto;
    padding: 0 20px;
    position: relative;
}
.SearchSection {
    overflow: hidden;
    position: absolute;
    left: -150vw;
    top: 22px;
    max-width: 100vw;
    width: 350px;
    opacity: 0;
    background: #236b8429;
    padding: 5px 15px;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.SearchSection input {
    background-color: #ffffff57;
    border-radius: 40px;
    padding: 7px 45px 7px 25px;
    border-color: #fff;
}
.SearchSection .btn {
    position: absolute;
    right: 22px;
    top: 22px;
}
.SiteInfoPanelContacts .SiteInfoPanelContactsIcons .btn-icon {
    font-size: .9rem;
    color: #236b84;
    padding: 0 3px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.SiteInfoPanelContacts .SiteInfoPanelContactsIcons .btn-icon:hover {
    color: #00bfff;
    opacity: .6;
    -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.SiteInfoPanelContacts .SiteInfoPanelContactsIcons .btn-icon img {
    height: 20px;
}


.SiteTopMenuPanel {
    position: relative;
    width: 100%;
    height: 50px;
}
ul.SiteTopMenuList{
    list-style: none;
    height: 100%;
}
.SiteTopMenuItem{
    position: relative;
    cursor: pointer;
}
.SiteTopSubMenuListDropdown {
    list-style: none;
    background-color: #fff;
    padding: 0;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    z-index: 2;
    max-width: 50vw;
    overflow: hidden;
    overflow-y: auto;
    border-bottom: 7px solid #20c1f4;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
ul.SiteTopMenuList > li.SiteTopMenuItem {
    padding: 5px 10px;
}
li.SiteTopMenuItem .SiteTopMenuItemToggle{
    position: absolute;
    bottom:0;
    left: 0;
    background-color: #fff;
    width: 0;
    height: 0;
    z-index: 3;
}
li.SiteTopSubMenuItem {
    font-size: .9em;
    padding: 0;
    border-top: 1px solid #ebebeb;
    text-transform: uppercase;
}
li.SiteTopSubMenuItem a,
li.SiteTopSubMenuItem span:not(.SiteTopMenuItemToggle){
    padding: 7px 15px ;
    display: block;
}
li.SiteTopSubMenuItem:hover {
    background: #f7f7f7;
}
li.SiteTopSubMenuItem:first-child{
    border-top: 0;
}
ul.SiteTopMenuList li.SiteTopMenuItem a,
ul.SiteTopMenuList li.SiteTopMenuItem span {
    font-weight: 300;
    font-size: 0.9em;
    color: #236b84;
}
.SiteFooter {
    margin: 0;
    padding: 25px 0;
    background-color: #ffffffaa;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}