@charset "UTF-8";

a, a:focus, a:active, a:hover {
    text-decoration: none!important;
}


ul, ol {
    list-style: none;
    padding: 0;
	margin: 0;}
.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu,
.rd-navbar-project {
    transition: .35s all cubic-bezier(.65, .05, .36, 1)
}


.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -20px;
  
}

.unit-spacing-xs>* {
    margin-bottom: 10px;
    margin-left: 10px;
}
.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none!important
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar {
    display: none;
    background: #fff
}

.rd-navbar .button {
    font-weight: 700;
    letter-spacing: .1em
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #151515;
    background-color: transparent;
    border: none;
    display: none
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    transition: .3s all ease
}

.rd-navbar-toggle span:after {
    top: 10px
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
   width: 30px;
    height: 4px;
    background-color: #c90a0a;
    backface-visibility: hidden;
    border-radius: 0;
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.rd-navbar-toggle.active span {
    transform: rotate(180deg);
    transition: background .3s 0s ease;
    background: 0 0
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.rd-navbar-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rd-navbar-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #2c343b;
    display: none
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #2c343b;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    content: ''
}

.rd-navbar-collapse-toggle span:before {
    bottom: 100%;
    margin-bottom: 4.8px
}

.rd-navbar-collapse-toggle span:after {
    top: 100%;
    margin-top: 4.8px
}

.rd-navbar-collapse-toggle.active span {
    transform: scale(.7)
}

.rd-navbar-collapse-toggle.active span:before {
    transform: translateY(21.6px)
}

.rd-navbar-collapse-toggle.active span:after {
    transform: translateY(-21.6px)
}

.rd-navbar-brand a {
    display: block
}

.rd-navbar-search {
    position: relative;
    display: inline-flex
}

.rd-navbar-search .form-input {
    padding-right: 50px
}

.rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #e1e1e1;
    transition: .33s
}

.rd-navbar-search .rd-search-form-submit:hover {
    color: #ff5200
}

.rd-navbar-search-toggle {
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none
}

.rd-navbar-search-toggle::-moz-focus-inner {
    border: none;
    padding: 0
}

.rd-navbar-dropdown {
    display: none
}

.rd-navbar-static {
    display: block
}

.rd-navbar-static .rd-nav-item {
    display: inline-block
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    background: 0 0
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link::before {
    right: 0;
    opacity: 1;
    width: 100%;
    transition: right .3s ease, width .3s ease .3s
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #ff5200
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    background: 0 0
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
    right: 0;
    opacity: 1;
    width: 100%;
    transition: right .3s ease, width .3s ease .3s
}

.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
    color: #ff5200
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover+.rd-navbar-submenu-toggle::before {
    transform: rotate(180deg)
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    display: none;
    margin-left: 4px;
    font-family: material design icons;
    font-size: 16px;
    cursor: pointer
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle::before {
    position: relative;
    display: inline-block;
    transition: .22s;
    content: '\f236'
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
    color: #ff5200
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu {
    margin-top: 20px
}

.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 60px
}

.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    padding: 22px 0;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: roboto, -apple-system, BlinkMacSystemFont, segoe ui, helvetica neue, Arial, sans-serif;
    color: #2c343b;
    transition: all .25s
}

.rd-navbar-static .rd-nav-link::before {
    position: absolute;
    content: '';
    bottom: -1px;
    right: 100%;
    width: 10px;
    height: 3px;
   background: #ffffff;
    opacity: 0;
    transition: all .2s ease, right 0s ease .2s
}

.rd-navbar-static .rd-nav-link:hover::before {
    right: 0;
    opacity: 1;
    width: 100%;
    transition: right .2s ease, width .2s ease .2s
}

.rd-navbar-static .rd-menu {
    z-index: 15;
    position: absolute;
    display: block;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    border: none;
    transform: translate3d(0, 30px, 0)
}

.rd-navbar-static .rd-menu::before,
.rd-navbar-static .rd-menu::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.rd-navbar-static .rd-menu::before {
    z-index: -2
}

.rd-navbar-static .rd-menu::after {
    background: inherit;
    z-index: -1
}

.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    top: calc(100% + 1px);
    width: 240px;
    padding: 0;
    margin-left: -20px;
    background: #fff;
 border-bottom: 3px solid #d10808;
    z-index: 5
}

.rd-navbar-static .rd-navbar-dropdown::before {
    top: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    top: -1px;
    left: 100%;
    z-index: 2;
    margin-top: -15px;
    margin-left: 15px;
    transform: translate3d(30px, 0, 0)
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 15px;
    transform: translate3d(-30px, 0, 0)
}

@media(min-width:1200px) {
    .rd-navbar-static .rd-navbar-dropdown {
        width: 290px;
        margin-left: -30px
    }
}

.rd-navbar-static .rd-dropdown-item+.rd-dropdown-item {
    border-top: 1px solid #e1e1e1
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
    color: #ff5200
}

.rd-navbar-static .rd-dropdown-link {
    display: block;
        padding: 13px 20px;
    font-size: 13px;
    line-height: 1.71;
    font-weight: 500;
    text-transform: uppercase;
   
    color: #002e5b;
    transition-duration: .2s
}

.rd-navbar-static .rd-dropdown-link:hover {
    background: #f7f7f7
}



.rd-navbar-static .rd-megamenu-list {
    margin-bottom: -12px
}

.rd-navbar-static .rd-megamenu-list li>a {
    position: relative;
    left: -3px;
    display: inline-flex;
    padding: 1px 14px 1px 0;
    text-align: left
}

.rd-navbar-static .rd-megamenu-list li>a,
.rd-navbar-static .rd-megamenu-list li>a:focus,
.rd-navbar-static .rd-megamenu-list li>a:active {
    color: #151515
}

.rd-navbar-static .rd-megamenu-list li>a:hover {
    color: #ff5200
}

.rd-navbar-static .rd-megamenu-list li>a,
.rd-navbar-static .rd-megamenu-list li>a::before {
    transition: .2s ease-in-out
}

.rd-navbar-static .rd-megamenu-list li>a::before {
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: '\f105';
    font-family: fontawesome;
    font-size: inherit;
    line-height: inherit;
    color: #ff5200;
    opacity: 0;
    visibility: hidden
}

.rd-navbar-static .rd-megamenu-list li.focus>a,
.rd-navbar-static .rd-megamenu-list li.opened>a,
.rd-navbar-static .rd-megamenu-list li>a:hover {
    left: 0;
    padding-left: 14px;
    padding-right: 0
}

.rd-navbar-static .rd-megamenu-list li.focus>a::before,
.rd-navbar-static .rd-megamenu-list li.opened>a::before,
.rd-navbar-static .rd-megamenu-list li>a:hover::before {
    left: -7px;
    opacity: 1;
    visibility: visible
}

.rd-navbar-static .rd-megamenu-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px
}

.rd-navbar-static .rd-navbar-megamenu {
    display: flex;
    left: 0;
    width: 100%;
    max-width: 1170px;
    padding: 55px 30px;
    background: #fff
}

.rd-navbar-static .rd-navbar-megamenu::before {
    top: 40px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15)
}

@media(min-width:1600px) {
    .rd-navbar-static .rd-navbar-megamenu .rd-navbar-megamenu {
        padding-left: 64px;
        padding-right: 64px
    }
}

.rd-navbar-static .rd-megamenu-item {
    flex-basis: 25%;
    flex-grow: 1
}

.rd-navbar-static .rd-megamenu-item+.rd-megamenu-item {
    padding-left: 20px
}

.rd-navbar-static .rd-megamenu-title {
    font-size: 16px;
    letter-spacing: .075em;
    color: #ff5200
}

@media(min-width:1200px) {
    .rd-navbar-static .rd-megamenu-title {
        font-size: 18px
    }
}

.rd-navbar-static .rd-megamenu-list-link {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .065em;
    color: #151515;
    background: 0 0
}

.rd-navbar-static .rd-megamenu-list-link:hover {
    color: #ff5200;
    background: 0 0
}

@media(min-width:1200px) {
    .rd-navbar-static .rd-megamenu-list-link {
        font-size: 16px
    }
}

.rd-navbar-static *+.rd-megamenu-list {
    margin-top: 20px
}

.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
    visibility: visible;
    opacity: 1
}

.rd-navbar-static .rd-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 20px;
    z-index: 2
}

.rd-navbar-static *+.rd-navbar-search {
    margin-left: 60px
}

.rd-navbar-static .rd-navbar-search-toggle {
    display: inline-flex;
    color: #2c343b
}

.rd-navbar-static .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: none;
    padding: 0
}

.rd-navbar-static .rd-navbar-search-toggle span,
.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
    transition: .3s all ease-in-out
}

.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
    content: "";
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: material design icons
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
    content: "";
    transform: rotate(-90deg) scale(.4);
    opacity: 0;
    visibility: hidden;
    font-family: material design icons
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(.4)
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
    color: #ff5200
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    transform: translate3d(0, -100%, 0)
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translate3d(0, 0, 0)
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1070;
    background: #fff
}

.rd-navbar-fixed {
    display: block
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block
}

.rd-navbar-fixed .rd-navbar-inner-outer>.rd-navbar-aside {
    display: none
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    margin-left: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 22px;
    line-height: 46px
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 180px;
    max-height: 46px;
    width: auto;
    height: auto
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1070;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 4px
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1069;
    width: 270px;
    padding: 112px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%)
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
    width: 4px
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #ff9766;
    border: none;
    border-radius: 0;
    opacity: .2
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
    background: #ff5200;
    border: none;
    border-radius: 0
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0)
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 30px 0;
    height: auto;
    text-align: left
}

.rd-navbar-fixed .rd-nav-item {
    text-align: left
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
    margin-top: 4px
}

.rd-navbar-fixed .rd-nav-link {
    display: block;
    font-size: 16px;
    padding: 9px 56px 9px 18px
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
    padding: 4px 0 0
}

.rd-navbar-fixed li.opened>.rd-navbar-megamenu {
    padding-top: 15px;
    padding-bottom: 15px
}

.rd-navbar-fixed li.opened>.rd-menu {
    opacity: 1;
    height: auto
}

.rd-navbar-fixed li.opened>.rd-navbar-submenu-toggle::after {
    transform: rotate(180deg)
}

.rd-navbar-fixed .rd-menu {
    display: none;
    transition: opacity .3s, height .4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
    height: 34px;
    line-height: 34px
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
    padding-left: 30px
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
    padding-left: 46px
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    display: block;
    padding: 9px 56px 9px 16px;
    font-size: 14px;
    line-height: 1.5
}

.rd-navbar-fixed .rd-megamenu-list>li+li,
.rd-navbar-fixed .rd-navbar-dropdown>li+li {
    margin-top: 3px
}

.rd-navbar-fixed .rd-megamenu-list>li>a {
    padding-left: 30px
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    position: relative;
    display: block;
    padding: 0 18px 7px;
    font-size: 16px;
    line-height: 1.5
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px solid
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-list {
    margin-top: 11px
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-title {
    margin-top: 20px
}

.rd-navbar-fixed .rd-navbar-megamenu>li+li {
    margin-top: 20px
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    cursor: pointer
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 52px;
    font: 400 14px fontawesome;
    line-height: 52px;
    text-align: center;
    transition: .4s all ease;
    z-index: 2;
    cursor: pointer
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    display: block;
    top: 4px;
    z-index: 1071
}

.rd-navbar-fixed .rd-navbar-collapse {
    position: fixed;
    right: 0;
    top: 56px;
    z-index: 1069;
    transform: translate3d(100%, 0, 0);
    padding: 30px 15px;
    width: auto;
    max-width: 270px;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.rd-navbar-fixed .rd-navbar-collapse.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li {
    display: block
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li+li {
    margin-top: 10px
}

.rd-navbar-fixed .rd-navbar-collapse .button {
    display: block
}

.rd-navbar-fixed .rd-navbar-collapse .button-white {
    color: #fff;
    background: #ff5200
}

.rd-navbar-fixed .rd-navbar-collapse .button-white:hover,
.rd-navbar-fixed .rd-navbar-collapse .button-white:active {
    color: #151515;
    background: #fee25f
}

.rd-navbar-fixed .rd-navbar-collapse *+.button {
    margin-top: 20px
}

.rd-navbar-fixed .rd-navbar-collapse *+.button-xs {
    margin-top: 20px
}

.rd-navbar-fixed .rd-navbar-collapse .button+.button {
    margin-top: 10px
}

.rd-navbar-fixed .rd-navbar-main-element {
    position: absolute;
    float: left
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
    position: fixed;
    right: 0;
    left: 0;
    top: 56px;
    z-index: 1069;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translate3d(0, -10px, 0)
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
    display: none
}

.rd-navbar-fixed .rd-navbar-search .form-input {
    padding-right: 50px
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
    opacity: 1;
    visibility: visible;
    transform: none
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    display: inline-flex
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: none;
    padding: 0
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    transition: .3s all ease-in-out
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
    content: "";
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: material design icons
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    content: "";
    transform: rotate(-90deg) scale(.4);
    opacity: 0;
    visibility: hidden;
    font-family: material design icons
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(.4)
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible
}

.rd-navbar-fixed [class*=rd-navbar-fixed-element] {
    position: fixed;
    top: 4px;
    z-index: 1072
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
    right: 0
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
    top: 4px;
    right: 42px
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none
}

.rd-navbar-fixed .rd-navbar-contacts {
    font-size: 16px;
    margin-bottom: -15px;
    margin-left: -30px
}

.rd-navbar-fixed .rd-navbar-contacts:empty {
    margin-bottom: 0;
    margin-left: 0
}

.rd-navbar-fixed .rd-navbar-contacts>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 30px
}

.rd-navbar-fixed .box-icon-minimal .icon {
    font-size: 26px
}

.rd-navbar-fixed .box-icon-minimal-title {
    font-size: 14px
}

@media(min-width:768px) {
    .rd-navbar-fixed .box-icon-minimal-title {
        font-size: 16px
    }
}

.rd-navbar-fixed .box-icon-minimal-text {
    font-size: 12px
}

.rd-navbar-fixed *+.box-icon-minimal-text {
    margin-top: 0
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #151515;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
        color: #fff;
    background: #00245d;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #fff;
    background: #C82131;
}

.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #fff
}

.rd-navbar-fixed .rd-nav-link {
    color: #ffffff;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    color: #ffffff
}

.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
    color: #fff;
   
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    color: #ff5200
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    border-bottom: 1px solid #ebebeb
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
    color: #fff
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
    color: #ff5200
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
 color: #fff;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
    color: #e1e1e1
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
    color: #ff5200
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    color: #2c343b
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
    color: #ff5200
}

.rd-navbar-fixed .rd-navbar-collapse {
    background-color: #fff;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17)
}

.rd-navbar-fixed .rd-navbar-info {
    flex-direction: column
}

.rd-navbar-fixed .list-share {
    margin-bottom: -10px;
    margin-left: -10px
}

.rd-navbar-fixed .list-share:empty {
    margin-bottom: 0;
    margin-left: 0
}

.rd-navbar-fixed .list-share>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px
}

.rd-navbar-fixed *+.button-share {
    margin-top: 20px
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px
}

.rd-navbar-sidebar {
    display: block;
    background: #fff
}

.rd-navbar-sidebar .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px
}

.rd-navbar-sidebar .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 60px 22px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transition: .5s cubic-bezier(.4, 0, .2, 1)
}

.rd-navbar-sidebar .rd-navbar-main-element {
    display: flex;
    align-items: center
}

.rd-navbar-sidebar .rd-navbar-main-element>*+* {
    margin-left: 20px
}

.rd-navbar-sidebar .rd-navbar-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1102
}

.rd-navbar-sidebar .rd-navbar-panel {
    min-width: 200px;
    text-align: center
}

.rd-navbar-sidebar .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1101;
    width: 450px;
    padding: 94px 0 0;
    background: #fff;
    transition: .5s cubic-bezier(.4, 0, .2, 1);
    transform: translateX(100%);
    box-shadow: 0 0 13px 0 rgba(225, 225, 225, .16)
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
    transition-delay: .1s;
    transform: translateX(0)
}


.rd-navbar-sidebar .rd-navbar-nav {
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #ebebeb
}

.rd-navbar-sidebar .rd-nav-item {
    position: relative;
    display: block;
    padding: 19px 30px 19px 40px
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
    color: #ff5200
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle {
    font-size: 18px
}

.rd-navbar-sidebar .rd-nav-item+.rd-nav-item {
    border-top: 1px solid #ebebeb
}

.rd-navbar-sidebar .rd-nav-item:last-child {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px
}

.rd-navbar-sidebar .rd-nav-link {
    max-width: calc(100% - 30px);
    word-break: break-all;
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
    color: #e1e1e1
}

.rd-navbar-sidebar .rd-nav-link:hover {
    color: #ff5200
}

.rd-navbar-sidebar .rd-navbar-submenu .opened>.rd-navbar-submenu-toggle::after {
    transform: rotate(180deg)
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-megamenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity .2s
}

.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block;
    opacity: 1;
    visibility: visible
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-megamenu {
    transform: translateY(30px)
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-megamenu {
    transform: translateY(0)
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu>.rd-navbar-dropdown {
    transform: translateX(-20px)
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu.opened>.rd-navbar-dropdown {
    transform: translateX(0)
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-left: 10px;
    margin-bottom: inherit;
    display: inline-block;
    width: 30px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
    color: #2c343b
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover {
    color: #ff5200
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: relative;
    display: inline-block;
    font-family: fontawesome;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
    transition: .4s all ease;
    z-index: 2;
    will-change: transform
}


.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
    font-size: 14px;
    color: #e1e1e1;
    margin-left: 7px
}

.rd-navbar-sidebar .rd-menu {
    margin-top: 31px
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
    font-size: 14px
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a {
    position: relative;
    left: -3px;
    display: inline-flex;
    padding: 1px 14px 1px 0;
    text-align: left
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:active,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:focus,
.rd-navbar-sidebar .rd-megamenu-list li>a:active {
    color: #151515
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
    color: #ff5200
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
    transition: .2s ease-in-out
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: '\f105';
    font-family: fontawesome;
    font-size: inherit;
    line-height: inherit;
    color: #ff5200;
    opacity: 0;
    visibility: hidden
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
    left: 0;
    padding-left: 14px;
    padding-right: 0
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover::before {
    left: -7px;
    opacity: 1;
    visibility: visible
}

.rd-navbar-sidebar .rd-navbar-megamenu {
    max-width: 450px;
    margin-bottom: -30px
}

.rd-navbar-sidebar .rd-navbar-megamenu>* {
    margin-bottom: 30px
}

.rd-navbar-sidebar .rd-navbar-megamenu>li {
    display: inline-block;
    vertical-align: top;
    width: 45%
}

.rd-navbar-sidebar .rd-megamenu-title {
    display: none
}

.rd-navbar-sidebar .rd-megamenu-list {
    margin-top: 0
}

.rd-navbar-sidebar .rd-megamenu-list>li+li {
    margin-top: 10px
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a {
    padding-right: 0
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a::before {
    display: none
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a:hover {
    padding-left: 0
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus>a {
    padding-left: 0
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle {
    color: #ff5200
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle::after {
    top: 1px
}

.rd-navbar-sidebar .rd-navbar-dropdown>li+li {
    margin-top: 10px
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown {
    margin-top: 25px
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown {
    margin-top: 10px;
    padding-left: 15px
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown>li>a {
    font-size: 12px
}

@media(min-width:1200px) {
    .rd-navbar-sidebar .rd-navbar-megamenu {
        margin-bottom: -30px
    }
    .rd-navbar-sidebar .rd-navbar-megamenu>* {
        margin-bottom: 30px
    }
    .rd-navbar-sidebar .rd-navbar-dropdown>li+li,
    .rd-navbar-sidebar .rd-megamenu-list>li+li {
        margin-top: 18px
    }
}

@media(min-width:1200px) {
    .rd-navbar-sidebar .rd-navbar-nav-wrap {
        width: auto;
        left: calc(50% + 600px - 80px)
    }
}

.rd-navbar-sidebar.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(-101%)
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translateY(0)
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .1)
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
    padding-top: 11px;
    padding-bottom: 11px
}

.rd-navbar-classic {
    position: relative;
    display: flex
}

.rd-navbar-classic.rd-navbar-static {
    border-bottom: 1px solid #ddd
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
    max-width: 220px;
    min-width: 180px
}

@media(min-width:1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
        max-width: 260px
    }
}

@media(min-width:1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
        max-width: 300px;
        min-width: 240px
    }
}

@media(min-width:1800px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
        max-width: 374px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-right {
    flex-grow: 1;
    border-left: 1px solid #ddd
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 30px;
    border-bottom: 1px solid #ddd
}

@media(min-width:1200px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        padding-left: 3%;
        padding-right: 3%
    }
}

@media(min-width:1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        padding-top: 6px
    }
}

@media(min-width:1800px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        padding-left: 50px;
        padding-right: 50px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-left {
    flex-grow: 1;
    text-align: left
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-right {
    margin-left: 30px
}

@media(min-width:1200px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main-right {
        max-width: 320px
    }
}

@media(min-width:1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main-right {
        max-width: 370px
    }
}

@media(min-width:1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main-right {
        max-width: none
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
    display: flex;
    align-items: stretch
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside>*+* {
    border-left: 1px solid #ddd
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 190px
}

@media(min-width:1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
        max-width: 210px;
        max-height: 210px
    }
}

@media(min-width:1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
        max-width: 223px;
        max-height: 223px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 6%
}

@media(min-width:1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-nav-item+.rd-nav-item {
        margin-left: 7%
    }
}

@media(min-width:1800px) {
    .rd-navbar-classic.rd-navbar-static .rd-nav-item+.rd-nav-item {
        margin-left: 60px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-menu {
    margin-top: 0;
    top: calc(100% + 1px);
    transform: translate3d(100px, 0, 0)
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-megamenu {
    max-width: 1920px
}

@media(min-width:1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-megamenu-list {
        columns: 2;
        break-inside: avoid;
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        max-width: 320px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-classic.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
    transition-delay: .2s;
    transition-duration: .3s
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border: none
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    padding-top: 2px;
    padding-bottom: 8px
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-right,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-right {
    border: none
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    border-bottom: none
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside {
    display: none
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-menu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-menu {
    border-top: 1px solid #e1e1e1;
    top: 100%
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-nav-link::before,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-nav-link::before {
    bottom: 0
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
    margin-top: 17px
}

.rd-navbar-classic.rd-navbar-static .button {
    padding: 27px 20px
}

.rd-navbar-classic.rd-navbar-static .button .icon {
    padding-right: 8px;
    font-size: 20px
}

@media(min-width:1200px) and (max-width:1599px) {
    .rd-navbar-classic.rd-navbar-static .button {
        min-height: 80px;
        max-width: 80px;
        width: 100%
    }
    .rd-navbar-classic.rd-navbar-static .button span:not(.icon) {
        display: none
    }
    .rd-navbar-classic.rd-navbar-static .button .icon {
        padding: 0;
        font-size: 24px
    }
}

@media(min-width:1600px) {
    .rd-navbar-classic.rd-navbar-static .button {
        padding-top: 37px;
        padding-bottom: 37px
    }
}

@media(min-width:1800px) {
    .rd-navbar-classic.rd-navbar-static .button {
        width: 100%;
        max-width: 298px;
        min-height: 100px
    }
}

.rd-navbar-classic.rd-navbar-static .button-white:hover,
.rd-navbar-classic.rd-navbar-static .button-white:active {
    border-color: #ff5200
}

.rd-navbar-classic.rd-navbar-static *+.button {
    margin-top: 0
}

@media(min-width:1200px) and (max-width:1399px) {
    .rd-navbar-classic.rd-navbar-static .box-icon-minimal-title {
        font-size: 16px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-info {
    margin-bottom: -20px;
    margin-left: -20px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-info:empty {
    margin-bottom: 0;
    margin-left: 0
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-info>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-main-right {
    margin: 30px 0 0;
    padding: 0 10px
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-collapse {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px
}

.rd-navbar-classic.rd-navbar-fixed .button {
    padding: 5px 10px
}

.rd-navbar-classic.rd-navbar-fixed .button-icon {
    display: inline-block
}

.rd-navbar-classic.rd-navbar-fixed .button-icon>*>*:not(.icon) {
    display: none
}

.rd-navbar-classic.rd-navbar-fixed .button-icon .icon {
    padding: 0
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-info {
    margin-bottom: -5px;
    margin-left: -10px
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-info:empty {
    margin-bottom: 0;
    margin-left: 0
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-info>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 10px
}

.rd-navbar-classic.rd-navbar-fixed *+.button-icon {
    margin-top: 10px
}

.rd-navbar-classic.rd-navbar-fixed .button-icon+.button-icon {
    margin-top: 10px;
    margin-left: 10px
}

.rd-navbar-classic-2 .list-share a:hover {
    color: #fff
}

.rd-navbar-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1
}

@media(min-width:1200px) {
    .rd-navbar-info {
        padding: 5px 15px
    }
}

@media(min-width:1600px) {
    .rd-navbar-info {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.rd-navbar-contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -5px;
    margin-left: -30px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .075em;
    font-weight: 500
}

.rd-navbar-contacts:empty {
    margin-bottom: 0;
    margin-left: 0
}

.rd-navbar-contacts>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 30px
}

.rd-navbar-contacts .icon {
    font-size: 20px;
    color: #151515
}

.rd-navbar-contacts .address {
    font-weight: 400;
    letter-spacing: .1em
}

.rd-navbar-contacts a,
.rd-navbar-contacts a:focus,
.rd-navbar-contacts a:active {
    color: #151515
}

.rd-navbar-contacts a:hover {
    color: #ff5200
}

@media(min-width:1400px) {
    .rd-navbar-contacts {
        font-size: 16px
    }
}

@media(min-width:1800px) {
    .rd-navbar-contacts .address {
        font-size: 18px;
        line-height: 1.333
    }
}

.button-share::before {
    display: none
}

.list-share {
    text-align: center;
    font-size: 0;
    line-height: 0
}

.list-share .icon {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    background: #ebebeb
}

.list-share .icon:hover {
    background: #485057
}

.list-share .mdi-google-plus {
    font-size: 19px
}

.list-share .mdi-facebook {
    font-size: 16px
}

.list-share a,
.list-share a:focus,
.list-share a:active {
    color: #151515
}

.list-share a:hover {
    color: #fee25f
}

.rd-navbar-static .button-share {
    position: relative;
    padding: 10px;
    min-width: 80px;
    min-height: 80px;
    font-size: 28px;
    line-height: 60px;
    color: #151515;
    background: #fff;
    transition: all .25s ease-in-out;
    cursor: pointer
}

.rd-navbar-static .button-share::before {
    display: inline-block;
    will-change: transform;
    transition: transform .25s ease
}

.rd-navbar-static .list-share {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    padding: 0 15px;
    font-size: 0;
    line-height: 0;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 2
}

.rd-navbar-static .list-share-item {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -60%, 0);
    transition: all .2s ease
}

.rd-navbar-static .list-share-item+.list-share-item {
    margin-top: 14px
}

.rd-navbar-static .button-share:hover,
.rd-navbar-static .button-share.active {
    color: #fff;
    background: #ff5200
}

.rd-navbar-static .button-share:hover::before,
.rd-navbar-static .button-share.active::before {
    transform: rotate(90deg)
}

.rd-navbar-static .list-share.active {
    padding-top: 25px;
    padding-bottom: 25px;
    opacity: 1;
    visibility: visible
}

.rd-navbar-static .list-share.active li:nth-child(2) {
    transition-delay: 150ms
}

.rd-navbar-static .list-share.active li:nth-child(3) {
    transition-delay: 200ms
}

.rd-navbar-static .list-share.active li:nth-child(4) {
    transition-delay: 250ms
}

.rd-navbar-static .list-share.active li:nth-child(5) {
    transition-delay: 300ms
}

.rd-navbar-static .list-share.active li:nth-child(6) {
    transition-delay: 350ms
}

.rd-navbar-static .list-share.active li:nth-child(7) {
    transition-delay: 400ms
}

.rd-navbar-static .list-share.active li:nth-child(8) {
    transition-delay: 450ms
}

.rd-navbar-static .list-share.active li:nth-child(9) {
    transition-delay: 500ms
}

.rd-navbar-static .list-share.active li:nth-child(10) {
    transition-delay: 550ms
}

.rd-navbar-static .list-share.active .list-share-item {
    opacity: 1;
    visibility: visible;
    transform: none
}

@media(min-width:1600px) {
    .rd-navbar-static .button-share {
        min-height: 100px;
        min-width: 111px;
        font-size: 35px;
        line-height: 80px
    }
    .rd-navbar-static .list-share.active {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.rd-navbar-modern {
    background: #fff
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-inner-outer {
    padding-left: 0;
    padding-right: 0
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-inner {
    position: relative;
    display: flex;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
       position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 11px 9px 0;
    max-width: 141px;
    min-width: 141px;
    z-index: 1;
}



.rd-navbar-modern.rd-navbar-static .rd-navbar-right {
    flex-grow: 1
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
    position: relative;
   
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-inner {
  display: flex;
    max-width: 1140px;
    justify-content: space-between;
    padding: 20px 15px 12px 29px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside>*+* {
    margin-left: 20px
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
       display: flex;
    align-items: center;
    justify-content: space-between;

    transition: all .3s ease;
    padding: 1rem 0rem 0rem 0rem;
}



.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 160px
}

@media(min-width:1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
        max-width: 240px;
        max-height: 240px
    }
}

.rd-navbar-modern.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 35px
}



.rd-navbar-modern.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative
}

@media(min-width:1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar--has-dropdown {
        position: static
    }
}

.rd-navbar-modern.rd-navbar-static .rd-nav-link {
       padding: 22px 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .075em;
        color: #002e5b;
    font-weight: bolder;
    text-transform: uppercase;

}

.rd-navbar-modern.rd-navbar-static .rd-nav-link::before {
    bottom: 0;
    height: 3px
}


.rd-navbar-modern.rd-navbar-static .rd-menu {
    margin-top: 0;
    top: 100%;
    transform: translate3d(50px, 0, 0)
}

@media(min-width:1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-menu {
        transform: translate3d(100px, 0, 0)
    }
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left {
    right: 0;
    margin-left: 0;
    margin-right: -30px
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-modern.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
    transition-delay: .2s;
    transition-duration: .3s
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside {
    display: none
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-nav-link,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-nav-link {
    padding: 22px 0
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-project-hamburger-open,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-project-hamburger-open {
    bottom: 16px
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
    margin-top: 17px
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-project-hamburger-open {
    position: absolute;
    right: 4px;
    bottom: 16px
}

@media(min-width:1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-project-hamburger-open {
        bottom: 26px;
        right: 15px
    }
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside {
    padding: 0px 30px 0
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-project-hamburger-open {
    height: 48px;
    width: 48px;
    padding: 8px 21px
}

.rd-navbar-modern.rd-navbar-fixed .project-hamburger {
    height: 32px
}

.rd-navbar-modern.rd-navbar-fixed .project-hamburger>span {
    height: 6px;
    background: #ff5200
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 160px
}

.rd-navbar-modern.rd-navbar-fixed *+.list-share-2 {
    margin-top: 20px
}



.list-share-2:empty {
    margin-bottom: 0;
    margin-left: 0
}


.list-share-2 .icon {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    background: 0 0
}

.list-share-2 .icon:hover {
    color: #ff5200
}

.list-share-2 .mdi-google-plus {
    font-size: 19px
}

.list-share-2 .mdi-facebook {
    font-size: 16px
}

.list-share-2 a,
.list-share-2 a:focus,
.list-share-2 a:active {
    color: #151515
}

.list-share-2 a:hover {
    color: #fff
}

.rd-navbar-contacts-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -5px;
    margin-left: -30px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
   
}

.rd-navbar-contacts-2:empty {
    margin-bottom: 0;
    margin-left: 0
}

.rd-navbar-contacts-2>* {
    color: #002e5b;
    display: inline-block;
    margin-right: 22px;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
}

.rd-navbar-contacts-2 .icon {
    font-size: 20px;
    color: #ff5200
}



.rd-navbar-contacts-2 a,
.rd-navbar-contacts-2 a:focus,
.rd-navbar-contacts-2 a:active {
    color: #002e5b;
}



@media(min-width:1200px) {
   
    .rd-navbar-contacts-2:empty {
        margin-bottom: 0;
        margin-left: 0
    }
 
}

.rd-navbar-project-hamburger {
    position: relative;
    width: 34px;
    height: 36px;
    padding: 6px 0;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 10
}

.rd-navbar-project-hamburger.active .project-close>span:nth-child(1) {
    height: 100%;
    transition-delay: .3s
}

.rd-navbar-project-hamburger.active .project-close>span:nth-child(2) {
    width: 100%;
    transition-delay: .45s
}

.project-hamburger {
    display: flex;
    overflow: hidden;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    height: 24px
}

.project-hamburger>span {
    position: relative;
    display: inline-block;
    align-self: flex-end;
    height: 2px;
    width: 100%;
    background: #151515;
    transition: width .2s ease
}

.project-hamburger>span::after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    left: 0;
    height: inherit;
    width: inherit;
    background: #ff5200;
    transform: translateX(-100%);
    animation: pagOutX .3s
}

.project-hamburger:hover>span::after {
    animation: pagInX .3s forwards
}

.project-hamburger:hover>span:nth-child(2)::after {
    animation-delay: .1s
}

.project-hamburger:hover>span:nth-child(3)::after {
    animation-delay: .2s
}

.rd-navbar-project-hamburger-close {
    position: absolute;
    top: 50%;
    left: 0;
    width: 36px;
    margin-top: -18px
}

.project-close {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    z-index: -1
}

.project-close span {
    position: absolute;
    background: #151515;
    transition: all .15s ease-in-out
}

.project-close span:nth-child(1) {
    height: 0;
    width: 2px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transition-delay: 0s
}

.project-close span:nth-child(2) {
    width: 0;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transition-delay: .15s
}

.rd-navbar-project {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 20px 30px;
    width: 270px;
    background: #fff;
    transform: translateX(102%);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    z-index: 1074
}

.rd-navbar-project-content {
    direction: rtl;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-left: 6px;
    margin-left: -6px
}

.rd-navbar-project-content>div {
    direction: ltr
}

.rd-navbar-project-content .row {
    margin-top: -20px
}

.rd-navbar-project-content .row>div {
    margin-top: 20px
}

.rd-navbar-project-content::-webkit-scrollbar {
    width: 4px
}

.rd-navbar-project-content::-webkit-scrollbar-thumb {
    background: rgba(254, 226, 95, .8);
    border: none;
    border-radius: 0
}

.rd-navbar-project-content::-webkit-scrollbar-track {
    background: #e1e1e1;
    border: none;
    border-radius: 0
}

.rd-navbar-project-header {
    position: relative;
    padding-left: 45px;
    padding-right: 25px
}

.rd-navbar-project-title {
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: none
}

*+.rd-navbar-project-content {
    margin-top: 40px
}

@media(min-width:576px) {
    .rd-navbar-project {
        width: 346px
    }
}

@media(min-width:992px) {
    .rd-navbar-project {
        padding-top: 70px
    }
}

@media(min-width:1200px) {
    .rd-navbar-project {
        width: 446px;
        padding-top: 82px
    }
    .rd-navbar-project .rd-navbar-project-hamburger {
        left: 12px;
        width: 44px;
        height: 44px;
        margin-top: -20px
    }
    .rd-navbar-project-header {
        padding-left: 60px;
        padding-right: 40px
    }
    *+.rd-navbar-project-content {
        margin-top: 50px
    }
}

.rd-navbar-inner.active .rd-navbar-main {
    padding-right: 0
}

.rd-navbar-inner.active .rd-navbar-project {
    transform: translateX(0)
}

.rd-navbar-inner.active .rd-navbar-project-hamburger-open {
    width: 0
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0
}

@media(min-width:1200px) {
    .rd-navbar-creative.rd-navbar-static .rd-navbar-main {
        padding: 35px 0
    }
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-panel {
    position: relative;
    display: flex;
    align-items: center
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 160px
}

@media(min-width:1400px) {
    .rd-navbar-creative.rd-navbar-static .rd-navbar-brand img {
        max-width: 200px;
        max-height: 200px
    }
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main-element {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 30px;
    flex-grow: 1
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main-element>*+* {
    margin-left: 5.3%
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-nav-wrap {
    flex-grow: 1;
    text-align: right
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-collapse {
    display: flex;
    align-items: center
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-collapse>*+* {
    margin-left: 30px
}

@media(min-width:1600px) {
    .rd-navbar-creative.rd-navbar-static .rd-navbar-collapse>*+* {
        margin-left: 60px
    }
}

.rd-navbar-creative.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-creative.rd-navbar-static .rd-nav-item.opened .rd-nav-link,
.rd-navbar-creative.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #ff5200
}

.rd-navbar-creative.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 4.75%
}

.rd-navbar-creative.rd-navbar-static .rd-nav-link {
    padding: 0;
    font-size: 13px;
    color: #151515
}

.rd-navbar-creative.rd-navbar-static .rd-nav-link:hover {
    color: #ff5200
}

.rd-navbar-creative.rd-navbar-static .rd-nav-link::before {
    display: none
}

@media(min-width:1200px) {
    .rd-navbar-creative.rd-navbar-static .rd-nav-link {
        font-size: 14px
    }
}

.rd-navbar-creative.rd-navbar-static .rd-menu {
    top: calc(100% - 14px);
    margin-top: 0;
    transform: translate3d(50px, 0, 0)
}

@media(min-width:1200px) {
    .rd-navbar-creative.rd-navbar-static .rd-menu {
        transform: translate3d(100px, 0, 0)
    }
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-dropdown {
    border-bottom-color: #fee25f
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left {
    right: 0;
    margin-left: 0;
    margin-right: -30px
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-creative.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
    transition-delay: .2s
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-megamenu {
    max-width: 1470px
}

.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 12px 0
}

.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-menu,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-menu {
    top: 100%
}

@media(min-width:992px) and (max-width:1399px) {
    .rd-navbar-creative.rd-navbar-static .button {
        width: 50px;
        padding-left: 10px;
        padding-right: 10px
    }
    .rd-navbar-creative.rd-navbar-static .button .icon {
        display: inline-block
    }
    .rd-navbar-creative.rd-navbar-static .button .button-text {
        display: none
    }
}

.rd-navbar-creative.rd-navbar-static *+.button {
    margin-top: 0
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-collapse {
    padding-left: 30px;
    padding-right: 30px
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 160px
}

.rd-navbar-creative.rd-navbar-fixed *+.list-share-2 {
    margin-top: 20px
}

.rd-navbar-creative .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500
}

.rd-navbar-creative .button .icon {
    display: none;
    font-size: 24px;
    vertical-align: middle
}

.rd-navbar-contacts-3 {
    text-align: center;
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: .075em;
    font-weight: 400;
    color: #151515
}

.rd-navbar-contacts-3 .phone {
    font-weight: 500
}

.rd-navbar-contacts-3 a,
.rd-navbar-contacts-3 a:focus,
.rd-navbar-contacts-3 a:active {
    color: inherit
}

.rd-navbar-contacts-3 a:hover {
    color: #ff5200
}

@media(min-width:1200px) {
    .rd-navbar-contacts-3 .phone {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: .075em
    }
}

.rd-navbar-corporate.rd-navbar-static {
    background: #f5f5f5
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0
}

@media(min-width:1200px) {
    .rd-navbar-corporate.rd-navbar-static .rd-navbar-main {
        padding: 35px 0
    }
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel {
    position: relative;
    display: flex;
    align-items: center
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 160px
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-element {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
    flex-grow: 1
}

@media(min-width:1600px) {
    .rd-navbar-corporate.rd-navbar-static .rd-navbar-main-element {
        padding-left: 100px
    }
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-nav-wrap {
    flex-grow: 1
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-nav {
    width: 100%
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-corporate.rd-navbar-static .rd-nav-item.opened .rd-nav-link,
.rd-navbar-corporate.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #ff5200
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 5%
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-link {
    padding: 0;
    font-size: 13px;
    color: #151515
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-link:hover {
    color: #ff5200
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-link::before {
    display: none
}

@media(min-width:1200px) {
    .rd-navbar-corporate.rd-navbar-static .rd-nav-link {
        font-size: 14px
    }
}

.rd-navbar-corporate.rd-navbar-static .rd-menu {
    top: calc(100% - 14px);
    margin-top: 0;
    transform: translate3d(50px, 0, 0)
}

@media(min-width:1200px) {
    .rd-navbar-corporate.rd-navbar-static .rd-menu {
        transform: translate3d(100px, 0, 0)
    }
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-dropdown {
    border-bottom-color: #fee25f
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left {
    right: 0;
    margin-left: 0;
    margin-right: -30px
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
    transition-delay: .2s
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-megamenu {
    max-width: 1170px
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 12px 0
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-menu,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-menu {
    top: 100%
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-contacts-4 {
    text-align: center
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-contacts-4>li {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 38px;
    cursor: pointer
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-contacts-4>li::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #959595;
    transition: all .3s ease-in-out .1s
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-contacts-4 .link-wrap {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    top: 0;
    right: 0;
    padding: 0;
    border: 1px solid transparent;
    background: 0 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
    z-index: -1
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-contacts-4 a {
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    transform: translate3d(20px, 0, 0);
    will-change: transform
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-contacts-4 .icon {
    line-height: 40px
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-contacts-4 li:hover::before {
    border-color: transparent;
    transition-delay: 0s;
    transition-duration: .15s
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-contacts-4 li:hover .link-wrap {
    padding-left: 20px;
    padding-right: 50px;
    background: #fff;
    border-color: #959595;
    pointer-events: auto
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-contacts-4 li:hover a {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: .2s
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-collapse {
    padding-left: 30px;
    padding-right: 30px
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 160px
}

.rd-navbar-contacts-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -10px;
    margin-left: -10px;
    text-align: left;
    font-size: 0;
    line-height: 0
}

.rd-navbar-contacts-4:empty {
    margin-bottom: 0;
    margin-left: 0
}

.rd-navbar-contacts-4>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px
}

.rd-navbar-contacts-4>li {
    display: flex;
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: .075em;
    font-weight: 400;
    z-index: 1
}

.rd-navbar-contacts-4>li>*+* {
    margin-left: 10px
}

.rd-navbar-contacts-4 a {
    display: inline-block
}

.rd-navbar-contacts-4 a,
.rd-navbar-contacts-4 a:focus,
.rd-navbar-contacts-4 a:active {
    color: #151515
}

.rd-navbar-contacts-4 a:hover {
    color: #ff5200
}

.rd-navbar-contacts-4 .icon {
    font-size: 20px;
    color: #151515;
    line-height: 24px
}

.rd-navbar-fullwidth {
    display: block
}

.rd-navbar-fullwidth .rd-navbar-nav>li+li {
    margin-left: 20px
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
    padding: 10px 0
}