@font-face {
    font-family: 'San Francisco Pro Display Regular';
    src: url('../font/fonts/SFProDisplay/SFProDisplay-Regular.eot');
    src: url('../font/fonts/SFProDisplay/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/fonts/SFProDisplay/SFProDisplay-Regular.woff') format('woff'),
    url('../font/fonts/SFProDisplay/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
header {
    background: #434E55;
}
header .container {
    min-height: 99px;
}
header nav a {
    font-family: 'San Francisco Pro Display Regular', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    padding: 0 3px 5px;
    border-bottom: 3px solid transparent;
    background: none;
}
header nav a:last-child {
    background: none;
}
.panel_auth {
    background: #373F44;
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-family: 'San Francisco Pro Display Regular', sans-serif;
}
.panel_auth form {
    position: relative;
}
#auth_inline_email, #auth_inline_password {
    width: 170px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    border: 0;
    color: #fff;
    margin-right: 16px;
    padding: 4px 10px 6px;
    font-family: 'San Francisco Pro Display Regular', sans-serif;
}
button.btn-form-v1 {
    background: #fff;
    border-radius: 4px;
    color: #434E55;
    border: 0;
    height: 24px;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    width: 60px;
    margin-right: 9px;
    font-family: 'San Francisco Pro Display Regular', sans-serif;
}
.panel_auth a {
    color: #fff;
    text-decoration: underline;
}
.panel_auth a:hover {
    text-decoration: none;
}
.panel_auth a.link_reg, .but_exit {
    color: #fff;
    margin-left: 16px;
    background: #53B3F9;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    width: 110px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-family: 'San Francisco Pro Display Regular', sans-serif;
    padding: 0 5px;
    border: 0;
}
.but_exit {
    width: 60px;
}
.panel_auth span {
    color: #4b5257;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    width: 1px;
    background: #4b5257;
}
.panel_auth form span.error-form-header {
    display: block;
    color: #f00;
    position: absolute;
    width: 100%;
    background: none;
    right: 0;
    font-size: 12px;
    bottom: -5px;
    left: 10px;
}
.panel_auth .user-role {
    font-size: 14px;
    text-align: left;
}
.wrap_nav nav {
    color: #fff;
    font-size: 16px;
    background: url(../imgnew/bgmenu.png) no-repeat 50% 100%;
    padding: 15px 0 25px 0;
}
.wrap_nav nav a {
    color: #b2b2b2;
    background: url("../imgnew/bg_no.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    padding: 11px 12px 16px 12px;
    position: relative;
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
}
.wrap_nav nav a::after {
    content: '';
    background: url("../imgnew/link_right.png") no-repeat 100% 50%;
    width: 2px;
    height: 26px;
    position: absolute;
    right: -5px;
    top: 8px;
}
.wrap_nav nav a:last-child {
    background: url("../imgnew/link_right.png") no-repeat 100% 50%;
}
.wrap_nav nav ul li:last-child a {
    background: none;
}
.wrap_nav nav a:last-child::after {
    display: none;
}
.wrap_nav a.active,
.wrap_nav nav a:hover {
    color: #333!important;
    text-decoration: none;
    opacity: 0.8;
}
.wrap_nav nav li a.active, .wrap_nav nav li a:hover {
    background: url(../imgnew/bgactive.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}
.wrap_nav nav ul {
    margin: 0 auto;
}
.wrap_nav .dropdown::marker {
    font-size: 0;
}
.wrap_nav .dropdown-toggle::after {
    border: 0;
    right: 0px;
    top: 11px;
}
.contacts-container a{
    text-decoration: none;
    color: #fff;
}
.fa-facebook, .fa-instagram {
    font-size: 1.4em;
    color: #fff;
}
.fa-vk {
    border-radius: 50%;
    padding: 3px;
}
.navbar {
    display: none;
}
.navbar-toggler {
    display: none;
    border: 0;
    padding: 0px 0 20px 10px;
}

.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 4px;
    position: relative;
    background: #fff;
    border-radius: 2px;
}
.navbar-toggler .navbar-toggler-icon::after {
    content: "";
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 8px;
}
.navbar-toggler .navbar-toggler-icon::before {
    content: "";
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 16px;
}
.navbar-collapse {
    position: absolute;
    background: rgba(67, 78, 85, 1);
    right: -8px;
    padding: 20px 40px;
    z-index: 99;
    margin-top: 14px;
}
.sheensay_fixed .navbar-collapse {
    background: rgba(67, 78, 85, 0.8);
}
.navbar-collapse .nav-link {
    font-size: 20px;
    display: inline-block;
}
.navbar-collapse .nav-link {
    font-size: 20px;
    display: inline-block;
    color: #fff!important;
    opacity: 1;
}
header .navbar .navbar-collapse .nav-link.active,
header .navbar .navbar-collapse .nav-link:hover {
    background: none;
    color: #53B3F9!important;
    border-bottom: 3px solid #53B3F9;
}
.user-name {
    background: none;
    padding-left: 0;
    display: block;
    margin-right: 0;
}

.header-icon{
    width: 36px;
    height: 36px;
    fill: #fff;
}