.page .button-default:hover, .page .button-default:focus, .page .button-default:active, .page .button-default:hover {
	color: #fff;
	background-color: #222;
	border-color: #222;
}

.page .button-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.page .button-black:hover, .page .button-black:focus, .page .button-black:active, .page .button-black:hover {
	color: #fff;
	background-color: #1d393a;
	border-color: #1d393a;
}

.page .button-primary {
	color: #fff;
	background-color: #c0392b;
	border-color: #c0392b;
}

.page .button-primary:hover, .page .button-primary:focus, .page .button-primary:active, .page .button-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.page .button-gray-light-outline, .button-gray-light-outline:a  {
	color: #000;
	background-color: transparent;
	border-color: #e0e0e2;
}

.page .button-gray-light-outline:hover, .page .button-gray-light-outline:focus, .page .button-gray-light-outline:active, .page .button-gray-light-outline:hover {
	color: #fff;
	background-color: #1d393a;
	border-color: #1d393a;
}

.page span.button-gray-light-outline {
	color: #000;
	background-color: transparent;
	border-color: #e0e0e2;
}

.page span.button-gray-light-outline:hover, .page span.button-gray-light-outline:focus, .page span.button-gray-light-outline:active, .page span.button-gray-light-outline:hover {
	color: #000;
	background-color: transparent;
	border-color: #e0e0e2;
}

.button-xs {
	padding: 5px 25px;
	font-size: 12px;
	line-height: 22px;
}

.button-sm {
	padding: 6px 25px;
	font-size: 13px;
	line-height: 24px;
}

.button-lg {
	padding: 18px 45px;
	font-size: 16px;
	line-height: 24px;
}

input,
button,
select,
textarea {
    outline: none;
}
label {
    margin-bottom: 0;
}
p {
    margin: 0;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li,
ol li {
    display: block;
}
dl {
    margin: 0;
}
dt,
dd {
    line-height: inherit;
}
dt {
    font-weight: inherit;
}
dd {
    margin-bottom: 0;
}
form {
    margin-bottom: 0;
}
body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 14px;
    font-weight: 300;
    font-family: "Assistant", Helvetica, Arial, sans-serif;
    line-height: 1.88889;
    color: #888;
}
@media (min-width: 768px) {
    body {
	font-size: 16px;
    }
}
@media (min-width: 1200px) {
    body {
	font-size: 18px;
    }
}
a {
    display: inline-block;
    text-decoration: none;
    transition: .33s all ease;
}
a, a:active, a:focus {
    color: #80281f;
}
a:hover, a:focus {
    color: #c0392b;
    text-decoration: none;
}
a[href*='callto'], a[href*='mailto'] {
    white-space: nowrap;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #e0e0e2;
}
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 500;
    color: #151515;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading-1 a, .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
    display: inline;
    font: inherit;
    letter-spacing: inherit;
}
h1 a, h1 a:active, h1 a:focus, h2 a, h2 a:active, h2 a:focus, h3 a, h3 a:active, h3 a:focus, h4 a, h4 a:active, h4 a:focus, h5 a, h5 a:active, h5 a:focus, h6 a, h6 a:active, h6 a:focus, .heading-1 a, .heading-1 a:active, .heading-1 a:focus, .heading-2 a, .heading-2 a:active, .heading-2 a:focus, .heading-3 a, .heading-3 a:active, .heading-3 a:focus, .heading-4 a, .heading-4 a:active, .heading-4 a:focus, .heading-5 a, .heading-5 a:active, .heading-5 a:focus, .heading-6 a, .heading-6 a:active, .heading-6 a:focus {
    color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
    color: #1f957b;
}
h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > *, .heading-1 > *, .heading-2 > *, .heading-3 > *, .heading-4 > *, .heading-5 > *, .heading-6 > * {
    display: inline-block;
}
h1,
.heading-1 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
}
@media (min-width: 768px) {
    h1,
    .heading-1 {
	font-size: 56px;
	line-height: 1.1;
    }
}
@media (min-width: 1200px) {
    h1,
    .heading-1 {
	font-size: 80px;
    }
}
h2,
.heading-2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 200;
}
@media (min-width: 768px) {
    h2,
    .heading-2 {
	font-size: 32px;
	line-height: 1.33333;
    }
}
@media (min-width: 992px) {
    h2,
    .heading-2 {
	font-size: 44px;
    }
}
h3,
.heading-3 {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 200;
}
@media (min-width: 768px) {
    h3,
    .heading-3 {
	font-size: 28px;
    }
}
@media (min-width: 1200px) {
    h3,
    .heading-3 {
	font-size: 40px;
	line-height: 1.35;
    }
}
h4,
.heading-4 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 300;
}
h5,
.heading-5 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
}
@media (min-width: 768px) {
    h5,
    .heading-5 {
	font-size: 20px;
    }
}
h6,
.heading-6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
@media (min-width: 768px) {
    h6,
    .heading-6 {
	font-size: 18px;
	line-height: 1.55556;
    }
}
small,
.small {
    display: block;
    font-size: 14px;
    line-height: 1.71429;
}
.section-md,
.section-lg,
.section-xl {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-xxl {
    padding-top: 75px;
    padding-bottom: 75px;
}
@media (max-width: 767px) {
    .section-xs:first-of-type,
    .section-sm:first-of-type,
    .section-md:first-of-type,
    .section-lg:first-of-type,
    .section-xl:first-of-type {
	padding-top: 40px;
    }
}
@media (min-width: 768px) {
    .section-md {
	padding-top: 70px;
	padding-bottom: 70px;
    }
    .section-lg {
	padding-top: 80px;
	padding-bottom: 80px;
    }
    .section-xl {
	padding-top: 95px;
	padding-bottom: 95px;
    }
}
@media (min-width: 992px) {
    .section-md {
	padding-top: 90px;
	padding-bottom: 90px;
    }
    .section-lg {
	padding-top: 100px;
	padding-bottom: 100px;
    }
    .section-xl {
	padding-top: 130px;
	padding-bottom: 130px;
    }
}
@media (min-width: 1200px) and (min-height: 800px) {
    .section-xl {
	padding-top: 190px;
	padding-bottom: 190px;
    }
}
* + p {
    margin-top: 16px;
}
p + * {
    margin-top: 22px;
}
p + p {
    margin-top: 16px;
}
* + .list-xs {
    margin-top: 16px;
}
* + [class*=list-inline-] {
    margin-top: 38px;
}
* + .rd-mailform {
    margin-top: 38px;
}
h6 + p,
.heading-6 + p {
    margin-top: 10px;
}
@media (min-width: 992px) {
    * + p {
	margin-top: 28px;
    }
}
html .row-30 {
    margin-bottom: -30px;
}
html .row-30 > * {
    margin-bottom: 30px;
}
html .row-50 {
    margin-bottom: -50px;
}
html .row-50:empty {
    margin-bottom: 0;
}
html .row-50 > * {
    margin-bottom: 50px;
}
html .row-60 {
    margin-bottom: -50px;
}
html .row-60 > * {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    html .row-60 {
	margin-bottom: -60px;
    }
    html .row-60 > * {
	margin-bottom: 60px;
    }
}
html.lt-ie-10 * + .row,
* + .row {
    margin-top: 25px;
}
@media (min-width: 768px) {
    html.lt-ie-10 * + .row,
    * + .row {
	margin-top: 35px;
    }
}
.object-wrap {
    position: relative;
    overflow: hidden;
}
@media (min-width: 992px) {
    .object-wrap__body {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	min-width: 1px;
	max-width: none;
	height: 100%;
	min-height: 100%;
	max-height: none;
	margin: 0;
	z-index: 0;
    }
    .object-wrap__body + * {
	margin-top: 0;
    }
    .object-wrap__body.object-wrap__body-md-right {
	right: 0;
    }
    .object-wrap__body.object-wrap__body-md-left {
	left: 0;
    }
}
@media (min-width: 992px) {
    .object-wrap__body-sizing-1 {
	width: 49.6vw;
    }
}
@media (min-width: 1600px) {
    .row {
/*		margin-left: -25px; */
/*		margin-right: -25px; */
    }
    .row > [class*='col-'] {
	padding-left: 25px;
	padding-right: 25px;
    }
}
.context-dark, .bg-accent,
.bg-secondary-7, .bg-gray-dark, .bg-black, .bg-gray-darker, .bg-image-4, .bg-image-6 {
    color: #fff;
}
.context-dark h1, .bg-accent h1, .bg-secondary-7 h1, .bg-gray-dark h1, .bg-black h1, .bg-gray-darker h1, .bg-image-4 h1, .bg-image-6 h1, .context-dark h2, .bg-accent h2, .bg-secondary-7 h2, .bg-gray-dark h2, .bg-black h2, .bg-gray-darker h2, .bg-image-4 h2, .bg-image-6 h2, .context-dark h3, .bg-accent h3, .bg-secondary-7 h3, .bg-gray-dark h3, .bg-black h3, .bg-gray-darker h3, .bg-image-4 h3, .bg-image-6 h3, .context-dark h4, .bg-accent h4, .bg-secondary-7 h4, .bg-gray-dark h4, .bg-black h4, .bg-gray-darker h4, .bg-image-4 h4, .bg-image-6 h4, .context-dark h5, .bg-accent h5, .bg-secondary-7 h5, .bg-gray-dark h5, .bg-black h5, .bg-gray-darker h5, .bg-image-4 h5, .bg-image-6 h5, .context-dark h6, .bg-accent h6, .bg-secondary-7 h6, .bg-gray-dark h6, .bg-black h6, .bg-gray-darker h6, .bg-image-4 h6, .bg-image-6 h6, .context-dark .heading-1, .bg-accent .heading-1, .bg-secondary-7 .heading-1, .bg-gray-dark .heading-1, .bg-black .heading-1, .bg-gray-darker .heading-1, .bg-image-4 .heading-1, .bg-image-6 .heading-1, .context-dark .heading-2, .bg-accent .heading-2, .bg-secondary-7 .heading-2, .bg-gray-dark .heading-2, .bg-black .heading-2, .bg-gray-darker .heading-2, .bg-image-4 .heading-2, .bg-image-6 .heading-2, .context-dark .heading-3, .bg-accent .heading-3, .bg-secondary-7 .heading-3, .bg-gray-dark .heading-3, .bg-black .heading-3, .bg-gray-darker .heading-3, .bg-image-4 .heading-3, .bg-image-6 .heading-3, .context-dark .heading-4, .bg-accent .heading-4, .bg-secondary-7 .heading-4, .bg-gray-dark .heading-4, .bg-black .heading-4, .bg-gray-darker .heading-4, .bg-image-4 .heading-4, .bg-image-6 .heading-4, .context-dark .heading-5, .bg-accent .heading-5, .bg-secondary-7 .heading-5, .bg-gray-dark .heading-5, .bg-black .heading-5, .bg-gray-darker .heading-5, .bg-image-4 .heading-5, .bg-image-6 .heading-5, .context-dark .heading-6, .bg-accent .heading-6, .bg-secondary-7 .heading-6, .bg-gray-dark .heading-6, .bg-black .heading-6, .bg-gray-darker .heading-6, .bg-image-4 .heading-6, .bg-image-6 .heading-6 {
    color: #fff;
}
.context-dark a, .bg-accent a, .bg-secondary-7 a, .bg-gray-dark a, .bg-black a, .bg-gray-darker a, .bg-image-4 a, .bg-image-6 a, .context-dark a:active, .bg-accent a:active, .bg-secondary-7 a:active, .bg-gray-dark a:active, .bg-black a:active, .bg-gray-darker a:active, .bg-image-4 a:active, .bg-image-6 a:active, .context-dark a:focus, .bg-accent a:focus, .bg-secondary-7 a:focus, .bg-gray-dark a:focus, .bg-black a:focus, .bg-gray-darker a:focus, .bg-image-4 a:focus, .bg-image-6 a:focus {
    color: inherit;
}
.bg-white {
    background-color: #fff;
}
.bg-gray-dark {
    background-color: #333;
}
.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-image-2 {
    background-image: url("../images/bg-image-2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
    background-position: center center;
}
.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    font-size: 24px;
    line-height: 58px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
    transform: translateY(100px);
}
.ui-to-top::before {
    content: '\e941';
    font-family: 'Linearicons';
}
.ui-to-top, .ui-to-top:active, .ui-to-top:focus {
    color: #fff;
    background: #77192f;
}
.ui-to-top.active {
    transform: translateY(0);
}
@media (min-width: 576px) {
    .ui-to-top {
	right: 40px;
	bottom: 40px;
    }
}
.rd-navbar-wrap, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
    transition: 0.32s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.rd-navbar, .rd-navbar.rd-navbar--is-clone {
    display: none;
}
.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
    display: block;
}
.rd-navbar--no-transition, .rd-navbar--no-transition * {
    transition: none !important;
}
.rd-navbar,
.rd-navbar-brand,
.rd-navbar-slogan,
.rd-navbar-dropdown,
.rd-navbar-megamenu,
.rd-navbar-collapse-items,
.brand-name,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-search-form-input,
.rd-navbar-search-form-submit,
.rd-navbar-search-toggle,
.rd-navbar-live-search-results,
.rd-navbar-search-form {
    transition: .3s all ease;
}
.rd-navbar {
    background: #fff;
}
.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #000;
    background-color: transparent;
    border: none;
    cursor: pointer;
    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: -6px;
    transition: .3s all ease;
}
.rd-navbar-toggle span:after {
    top: 6px;
}
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
    width: 22px;
    height: 2px;
    background-color: #000;
    backface-visibility: hidden;
    will-change: transform;
}
.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
    -webkit-transition-duration: 0.22s, 0.22s;
    transition-duration: 0.22s, 0.22s;
    -webkit-transition-delay: 0.22s, 0s;
    transition-delay: 0.22s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.rd-navbar-brand {
    line-height: 1;
}
.rd-navbar .rd-navbar-nav > li > a {
    font-size: 12px;
    line-height: 1.28;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.rd-navbar .rd-navbar-nav > li {
    vertical-align: top;
    text-align: center;
}
.rd-navbar .rd-navbar-nav > li > * {
    vertical-align: top;
}
.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-megamenu {
    opacity: 0;
    visibility: hidden;
    will-change: opacity, transform;
}
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu {
    transform: translateY(30px);
}
.rd-navbar-fullwidth .rd-navbar-nav > li,
.rd-navbar-static .rd-navbar-nav > li {
    display: inline-block;
}
.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
    border: 1px solid #f3f3f3;
}
.rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.rd-navbar-fullwidth .rd-megamenu-list > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-megamenu-list > li > a {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.7;
    transition: .33s all ease;
}
.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus,
.rd-navbar-fullwidth .rd-megamenu-list > li > a,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:active,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:focus,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a:active,
.rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.rd-navbar-static .rd-megamenu-list > li > a,
.rd-navbar-static .rd-megamenu-list > li > a:active,
.rd-navbar-static .rd-megamenu-list > li > a:focus {
    color: #e0e0e2;
}
.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active,
.rd-navbar-fullwidth .rd-megamenu-list > li > a,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:focus,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:active,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.rd-navbar-static .rd-navbar-dropdown > li > a:active,
.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: #000;
    background: transparent;
}
@media (min-width: 1200px) {
    .rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
    .rd-navbar-fullwidth .rd-megamenu-list > li > a,
    .rd-navbar-static .rd-navbar-dropdown > li > a,
    .rd-navbar-static .rd-megamenu-list > li > a {
	font-size: 14px;
    }
}
.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-megamenu {
    position: absolute;
    z-index: 4;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-height: calc(100vh - 90px);
    left: 0;
    max-width: 1370px;
    margin-top: 25px;
    text-align: left;
    background: #fbfbfb;
}
.rd-navbar-fullwidth .rd-navbar-megamenu > li,
.rd-navbar-static .rd-navbar-megamenu > li {
    position: relative;
    display: table-cell;
    padding: 40px 20px 40px 35px;
}
.rd-navbar-fullwidth .rd-navbar-megamenu > li + li:before,
.rd-navbar-static .rd-navbar-megamenu > li + li:before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    border-right: 1px solid #ececee;
}
@media (min-width: 1200px) {
    .rd-navbar-fullwidth .rd-navbar-megamenu > li,
    .rd-navbar-static .rd-navbar-megamenu > li {
	padding: 45px 30px 50px 50px;
    }
}
@media (min-width: 1600px) {
    .rd-navbar-fullwidth .rd-navbar-megamenu,
    .rd-navbar-static .rd-navbar-megamenu {
	max-width: 1400px;
    }
    .rd-navbar-fullwidth .rd-navbar-megamenu > li,
    .rd-navbar-static .rd-navbar-megamenu > li {
	padding: 45px 70px 70px 50px;
    }
}
.rd-navbar-static .rd-navbar-top-panel,
.rd-navbar-sidebar .rd-navbar-top-panel {
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.6;
    /*&::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 102vw;
      background: $white;
      z-index: -1;
    }*/
}
.rd-navbar-static .rd-navbar-top-panel > *,
.rd-navbar-sidebar .rd-navbar-top-panel > * {
    padding: 0 25px;
}
.rd-navbar-static .rd-navbar-top-panel > *:first-child,
.rd-navbar-sidebar .rd-navbar-top-panel > *:first-child {
    padding-left: 0;
}
.rd-navbar-static .rd-navbar-top-panel > *:last-child,
.rd-navbar-sidebar .rd-navbar-top-panel > *:last-child {
    padding-right: 0;
}
.rd-navbar-static .rd-navbar-top-panel__content,
.rd-navbar-sidebar .rd-navbar-top-panel__content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rd-navbar-static .rd-navbar-top-panel__content > *,
.rd-navbar-sidebar .rd-navbar-top-panel__content > * {
    padding: 0 25px;
}
.rd-navbar-static .rd-navbar-top-panel__content > *:first-child,
.rd-navbar-sidebar .rd-navbar-top-panel__content > *:first-child {
    padding-left: 0;
}
.rd-navbar-static .rd-navbar-top-panel__content > *:last-child,
.rd-navbar-sidebar .rd-navbar-top-panel__content > *:last-child {
    padding-right: 0;
}
.rd-navbar-static .rd-navbar-items-list,
.rd-navbar-sidebar .rd-navbar-items-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    line-height: 0;
}
.rd-navbar-static .rd-navbar-items-list > li,
.rd-navbar-sidebar .rd-navbar-items-list > li {
    position: relative;
    display: inline-block;
    padding: 0 17px;
    font-size: 12px;
    line-height: 1.3;
}
.rd-navbar-static .rd-navbar-items-list > li:last-child,
.rd-navbar-sidebar .rd-navbar-items-list > li:last-child {
    padding-right: 0;
}
.rd-navbar-static .rd-navbar-top-panel__main,
.rd-navbar-sidebar .rd-navbar-top-panel__main {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.rd-navbar-static .rd-navbar-top-panel__content,
.rd-navbar-sidebar .rd-navbar-top-panel__content {
    min-height: 50px;
}
.rd-navbar-static .rd-navbar-search-wrap,
.rd-navbar-sidebar .rd-navbar-search-wrap {
    position: relative;
}
.rd-navbar-static .rd-navbar-search-wrap .rd-navbar-search_collapsable,
.rd-navbar-static .rd-navbar-search-wrap > *:not(.rd-navbar-search_not-collapsable),
.rd-navbar-sidebar .rd-navbar-search-wrap .rd-navbar-search_collapsable,
.rd-navbar-sidebar .rd-navbar-search-wrap > *:not(.rd-navbar-search_not-collapsable) {
    opacity: 1;
    visibility: visible;
    transition: .33s;
}
.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-static .rd-navbar-nav > li > a:active, .rd-navbar-static .rd-navbar-nav > li > a:focus,
.rd-navbar-sidebar .rd-navbar-nav > li > a,
.rd-navbar-sidebar .rd-navbar-nav > li > a:active,
.rd-navbar-sidebar .rd-navbar-nav > li > a:focus {
    color: #000;
}
.rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-sidebar .rd-navbar-nav > li.opened > a,
.rd-navbar-sidebar .rd-navbar-nav > li.active > a {
    color: #c0392b;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    display: inline-block;
    width: 17px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #000;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: relative;
    display: inline-block;
    font: 400 14px "FontAwesome";
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    will-change: transform;
    -webkit-filter: blur(0);
}
.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
    color: #c0392b;
}
.rd-navbar-static {
    display: block;
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}
.rd-navbar-static .rd-navbar-inner,
.rd-navbar-static .rd-navbar-top-panel,
.rd-navbar-static .rd-navbar-bottom-panel {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
}
.rd-navbar-static .rd-navbar-inner,
.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-static .rd-navbar-top-panel__content-top,
.rd-navbar-static .rd-navbar-top-panel__content-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rd-navbar-static .rd-navbar-inner > *,
.rd-navbar-static .rd-navbar-top-panel__content-top > *,
.rd-navbar-static .rd-navbar-top-panel__content-bottom > * {
    padding: 0 25px;
}
.rd-navbar-static .rd-navbar-inner > *:first-child,
.rd-navbar-static .rd-navbar-top-panel__content-top > *:first-child,
.rd-navbar-static .rd-navbar-top-panel__content-bottom > *:first-child {
    padding-left: 0;
}
.rd-navbar-static .rd-navbar-inner > *:last-child,
.rd-navbar-static .rd-navbar-top-panel__content-top > *:last-child,
.rd-navbar-static .rd-navbar-top-panel__content-bottom > *:last-child {
    padding-right: 0;
}
.rd-navbar-static .rd-navbar-panel,
.rd-navbar-static .rd-navbar-nav-wrap__element {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.rd-navbar-static .rd-navbar-nav-wrap {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.rd-navbar-static .rd-navbar-nav-wrap > *:first-child {
    padding-right: 0;
}
.rd-navbar-static .rd-navbar-nav-wrap > *:last-child {
    padding-left: 0;
}
.rd-navbar-static .rd-navbar-brand .brand-name img {
    max-height: 48px;
    width: auto;
}
.rd-navbar-static .rd-navbar-top-panel_extended .rd-navbar-top-panel__content {
    display: block;
    width: 100%;
}
.rd-navbar-static .rd-navbar-top-panel {
    border-bottom: 1px solid #ececee;
}
.rd-navbar-static .rd-navbar-top-panel.rd-navbar-top-panel_extended > * {
    padding: 0;
}
.rd-navbar-static .rd-navbar-top-panel__content-top,
.rd-navbar-static .rd-navbar-top-panel__content-bottom {
    width: 100%;
}
.rd-navbar-static .rd-navbar-top-panel__content-top .list-bordered,
.rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered {
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -23px;
    margin-right: -23px;
}
.rd-navbar-static .rd-navbar-top-panel__content-top .list-bordered > *,
.rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered > * {
    position: relative;
    margin-top: 10px;
    padding-left: 23px;
    padding-right: 23px;
}
.rd-navbar-static .rd-navbar-top-panel__content-bottom {
    padding: 30px 0;
}
.rd-navbar-static .rd-navbar-bottom-panel {
    position: relative;
    padding: 20px 0;
}
.rd-navbar-static .rd-navbar-bottom-panel .rd-navbar-nav-wrap {
    border: 0;
    max-width: 100%;
}
.rd-navbar-static:not(.rd-navbar--is-stuck) * + .rd-navbar-bottom-panel::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid #ececee;
    width: 99vw;
    left: 50%;
    transform: translateX(-50%);
}
.rd-navbar-static .rd-navbar-nav {
    margin: -13px -13px 0;
    font-size: 0;
    line-height: 0;
}
.rd-navbar-static .rd-navbar-nav > li {
    margin-top: 13px;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 42px;
}
.rd-navbar-static.rd-navbar_corporate .rd-navbar-top-panel {
    border-bottom: 0;
}
.rd-navbar-static.rd-navbar_corporate .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar_corporate .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered .unit .unit-left {
	display: none;
    }
    .rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered .unit .unit-body {
	padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .rd-navbar-static .rd-navbar-nav-wrap {
	text-align: right;
    }
}
.rd-navbar-static .rd-navbar-static--hidden {
    display: none;
}
.rd-navbar-fixed {
    display: block;
}
.rd-navbar-fixed .rd-navbar-brand {
    position: fixed;
    text-align: left;
    top: 1px;
    left: 56px;
    height: 56px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    z-index: 17;
}
.rd-navbar-fixed .rd-navbar-brand img {
    height: auto;
    width: auto;
}
.rd-navbar-fixed .rd-navbar-panel {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 4px;
    height: 56px;
    z-index: 999;
    border-bottom: 1px solid #ececee;
}
.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    z-index: 100;
    top: -56px;
    left: 0;
    width: 280px;
    padding: 112px 0 81px;
    bottom: -56px;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-110%);
}
.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-items-list,
.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-search {
    margin-top: 20px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap__shop {
    position: relative;
}
.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 20px 0;
    height: auto;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.rd-navbar-fixed .rd-navbar-nav > li > a {
    font-size: 12px;
    line-height: 1.5;
}
.rd-navbar-fixed .rd-navbar-nav li {
    text-align: left;
}
.rd-navbar-fixed .rd-navbar-nav li > a {
    display: block;
    padding: 11px 56px 11px 18px;
}
.rd-navbar-fixed .rd-navbar-nav > li + li {
    margin-top: 4px;
}
.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}
.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
    display: none;
}
.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
    padding: 9px 56px 9px 16px;
    font-size: 12px;
    line-height: 1.5;
}
.rd-navbar-fixed .rd-megamenu-list > li > a {
    padding-left: 30px;
}
.rd-navbar-fixed .rd-navbar-megamenu > li + li {
    margin-top: 15px;
}
.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-megamenu {
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.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: 40px;
    font: 400 14px "FontAwesome";
    line-height: 40px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer;
}
.rd-navbar-fixed .rd-navbar-top-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: -56px;
    pointer-events: none;
}
.rd-navbar-fixed .rd-navbar-top-panel * {
    pointer-events: auto;
}
.rd-navbar-fixed .rd-navbar-top-panel__toggle {
    top: 4px;
    right: 2px;
    width: 48px;
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #000;
}
.rd-navbar-fixed .rd-navbar-top-panel__toggle span {
    top: 50%;
    margin-top: -3px;
}
.rd-navbar-fixed .rd-navbar-top-panel__toggle span, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:before, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:after {
    position: absolute;
    width: 4px;
    height: 4px;
    line-height: 4px;
    text-align: center;
    background: #000;
    left: 50%;
    margin-left: -2px;
    transition: .3s all ease;
}
.rd-navbar-fixed .rd-navbar-top-panel__toggle span:before, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:after {
    content: '';
}
.rd-navbar-fixed .rd-navbar-top-panel__toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}
.rd-navbar-fixed .rd-navbar-top-panel__toggle span:after {
    top: 100%;
    margin-top: 3px;
}
.rd-navbar-fixed .rd-navbar-top-panel__content {
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 1001;
    width: auto;
    padding: 25px 35px;
    margin: 0 -1px;
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    transition: .23s all ease-out;
    font-size: 12px;
    line-height: 1.4;
    background: #fff;
    border: 1px solid #ececee;
    text-align: left;
}
.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered:before {
    content: '';
    display: table;
}
.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered > li {
    display: block;
}
.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered dl dt, .rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered dl dd {
    display: inline-block;
}
.rd-navbar-fixed [class*='rd-navbar-fixed__element'] {
    position: fixed;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    z-index: 1000;
}
.rd-navbar-fixed .rd-navbar-fixed__element-1 {
    right: 0;
    width: 44.8px;
}
html .page .rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}
.rd-navbar-fixed .rd-navbar-panel {
    color: #000;
    box-shadow: none;
    background: #fff;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #fff;
    background: #fff;
    border-color: #f3f3f3;
}
.rd-navbar-fixed .rd-navbar-nav li > a {
    color: #000;
}
.rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li.opened > a {
    color: #fff;
    background: #1d393a;
}
.rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}
.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
    color: #888;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #000;
}
html.rd-navbar-fixed-linked .page {
    padding-top: 56px;
}