@charset "UTF-8";
/*====================================
  MAIN STYLESHEET
====================================*/
/* font-family: "LatoRegular"; */
@font-face {
    font-family: "Lato";
    src: url("../fonts/LatoRegular/LatoRegular.eot");
    src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoRegular/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "LatoBold"; */
@font-face {
    font-family: "Lato";
    src: url("../fonts/LatoBold/LatoBold.eot");
    src: url("../fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBold/LatoBold.woff") format("woff"), url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

/* font-family: "LatoItalic"; */
@font-face {
    font-family: "Lato";
    src: url("../fonts/LatoItalic/LatoItalic.eot");
    src: url("../fonts/LatoItalic/LatoItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoItalic/LatoItalic.woff") format("woff"), url("../fonts/LatoItalic/LatoItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}

/* font-family: "LatoLight"; */
@font-face {
    font-family: "Lato";
    src: url("../fonts/LatoLight/LatoLight.eot");
    src: url("../fonts/LatoLight/LatoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLight/LatoLight.woff") format("woff"), url("../fonts/LatoLight/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

/* font-family: "LatoBoldItalic"; */
@font-face {
    font-family: "Lato";
    src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot");
    src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBoldItalic/LatoBoldItalic.woff") format("woff"), url("../fonts/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}

/* font-family: "LatoLightItalic"; */
@font-face {
    font-family: "Lato";
    src: url("../fonts/LatoLightItalic/LatoLightItalic.eot");
    src: url("../fonts/LatoLightItalic/LatoLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLightItalic/LatoLightItalic.woff") format("woff"), url("../fonts/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.h-clr:before, .h-clr:after, .h-clear:before, .h-clear:after, .h-clearfix:before, .h-clearfix:after {
    content: " ";
    display: table;
}

.h-clr:after, .h-clear:after, .h-clearfix:after {
    clear: both;
}

/*====================================
  PROJECT VARIABLES
====================================*/
/* Font-faces */
/* Colors */
/* Border-radius */
/* Grid settings */
.l-mid-block a {
    color: #FFFFFF;
}

.l-header {
    display: block;
    position: relative;
    /* Background + inner wrapper */
    /* Button */
    /* Logotype */
    /* Search field */
    /* Navigation menu */
    /* Login data */
    /* Homepage header */
}

.l-header__inner {
    background: url("../img/header-bg.jpg") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0;
    position: relative;
}

.l-header__left {
    width: 66.6666666667%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
}

.l-header__btn {
    position: absolute;
    bottom: 40px;
    left: 2.7777777778%;
}

.l-header__right {
    width: 33.3333333333%;
    float: right;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
}

.l-header__right-inner {
    padding-left: 60px;
}

.l-header__logo {
    display: table;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    height: 60px;
}

.l-header__logo-icon {
    background: url(../img/logo-large.png);
    background-image: url(../img/logo.svg), none;
    display: table-cell;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 185px;
}

.l-header__logo-text {
    height: 60px;
    padding-left: 20px;
    color: #ffffff;
    display: table-cell;
    letter-spacing: 0.05em;
    font-size: 12px;
}

.l-header__logo-text strong {
    font-weight: bold;
    display: block;
    white-space: nowrap;
}

.l-header__logo-text span {
    font-weight: 300;
    display: block;
    white-space: nowrap;
}

.l-header__search {
    margin-bottom: 15px;
    position: relative;
}

.l-header__search input {
    width: 100%;
    border: none;
    border-radius: 40px;
    height: 40px;
    padding: 0 20px 0 40px;
}

.l-header__search input:focus {
    outline: none;
}

.l-header__search i {
    position: absolute;
    top: 12px;
    font-size: 18px;
    left: 11px;
    color: #aaa;
}

.l-header__nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.l-header__nav li {
    padding-bottom: 15px;
}

.l-header__nav li:last-child {
    padding-bottom: 0;
}

.l-header__nav a {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.l-header__login {
    color: #ffffff;
    font-size: 14px;
}

.l-header__login-actions {
    padding-top: 5px;
}

.l-header__login-actions a {
    color: #ffffff;
    margin-right: 15px;
}

.l-header__login-actions a:last-child {
    margin-right: 0;
}

.l-header__under-construction {
    position: absolute;
    left: 610px;
    bottom: 30px;
    height: 95px;
    width: 220px;
    background: url(../img/under_construction.png) no-repeat center;
    background-size: contain;
}

.l-header.-full .l-header__logo {
    margin-top: 70px;
    height: 180px;
}

.l-header.-full .l-header__logo-icon {
    width: 240px;
}

.l-header.-full .l-header__logo-text {
    font-size: 16px;
    height: 100px;
}

.l-header.-full .l-header__search {
    margin-bottom: 30px;
}

.b-footer {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    /* Background + wrapper */
    /* Top part */
    /* Text logo */
    /* Contacts */
    /* Navigation */
    /* Bottom part */
    /* Horizontal divider */
}

.b-footer a {
    color: #ffffff;
}

.b-footer__inner {
    padding: 40px 0 30px;
    background: url(../img/footer-bg.jpg) no-repeat center center;
}

.b-footer__top:after {
    content: "";
    display: block;
    clear: both;
}

.b-footer__logo-text {
    color: #ffffff;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
}

.b-footer__logo-text strong {
    font-weight: bold;
    display: block;
    white-space: nowrap;
}

.b-footer__logo-text span {
    font-weight: 300;
    display: block;
    white-space: nowrap;
}

.b-footer__contacts p {
    margin: 0;
    margin-bottom: 2px;
}

.b-footer__contacts-row {
    margin: 0;
    padding-bottom: 10px;
}

.b-footer__nav-col {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
    text-align: left;
    vertical-align: top;
}

.b-footer__nav-col li {
    padding-bottom: 10px;
}

.b-footer__bottom {
    clear: both;
    padding-top: 10px;
}

.b-footer__hr {
    height: 1px;
    clear: both;
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    margin-bottom: 30px;
}

.b-footer__hr hr {
    border: none;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.b-footer__left {
    width: 41.6666666667%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
}

.b-footer__right {
    width: 58.3333333333%;
    float: right;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    text-align: right;
}

.b-services {
    /* Title */
    /* Row */
    /* Item */
}

.b-services__inner {
    padding: 40px 0;
    background: #ffffff;
}

.b-services__title {
    text-align: center;
    padding: 0;
    margin: 0;
}

.b-services__title-text {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.b-services__title-text:before, .b-services__title-text:after {
    content: '';
    display: block;
    width: 15px;
    height: 6px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    background: #003C5F;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -40px;
}

.b-services__title-text:after {
    left: auto;
    right: -40px;
}

.b-services__row {
    padding-top: 40px;
}

.b-services__row:after {
    content: '';
    display: block;
    clear: both;
}

.b-services__item {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    display: table;
    text-decoration: none;
    color: #003C5F;
}

.b-services__item-icn-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
}

.b-services__item-icn {
    display: block;
}

.b-services__item-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 1.4;
}

.b-news__inner {
    padding: 40px 0 20px;
    background: #F1FAFF;
}

/* News slider dots */
.owl-dots {
    text-align: center;
    padding-top: 20px;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #CFE7F5;
}

.owl-dots .owl-dot.active span {
    background: #59A8D4;
}

/* News slider nav */
.owl-prev,
.owl-next {
    font-size: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-prev {
    left: 10px;
}

.owl-next {
    left: auto;
    right: 10px;
}

.b-news-item {
    padding: 0 20px;
}

.b-news-item__title {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 20px;
    color: #0190E4;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-decoration: none;
}

.b-news-item__img {
    display: block;
    padding-bottom: 20px;
}

.b-news-item__img img {
    max-width: 100%;
    height: auto;
}

.b-news-item__anons {
    font-size: 14px;
}

.b-news-item__date {
    font-style: italic;
    font-size: 14px;
    text-align: right;
    padding-top: 10px;
}

.b-btn {
    /* Common styles */
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    vertical-align: middle;
    /* Default button */
    font-size: 16px;
    color: #ffffff;
    background: #0190E4;
    padding: 15px 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.b-btn.-bordered {
    background: transparent;
    border: 2px solid;
}

.b-btn.-large.-bordered {
    border-width: 3px;
}

.b-btn.-small {
    font-size: 14px;
    color: #003C5F;
    padding: 10px 20px;
    background: #F9F9F9;
}

.b-btn.-buy {
    padding: 10px 20px;
    font-size: 14px;
}

.b-btn.-with-icon i {
    font-size: 18px;
    margin-right: 10px;
}

.l-page {
    /* content */
    /* title */
    /* sidebar */
    /* breadcrumbs */
}

.l-page__inner {
    padding: 60px 0;
    background: #ffffff;
}

.l-page__title {
    font-weight: normal;
    font-size: 40px;
    margin: 0 0 10px;
}

.l-page__breadcrumbs {
    font-size: 14px;
    line-height: 1.5;
    color: #003C5F;
    padding-bottom: 40px;
}

.l-page__breadcrumbs a {
    color: #003C5F;
}

.l-page.-with-sidebar .l-page__content {
    width: 66.6666666667%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    padding-right: 50px;
}

.l-page.-with-sidebar .l-page__sidebar {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
}

.b-sidenav {
    padding: 30px;
    margin-bottom: 30px;
    background: url(../img/sidebar-bg.jpg) no-repeat top center;
    background-size: cover;
    border-radius: 10px;
}

.b-sidenav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-sidenav__item {
    margin-bottom: 10px;
}

.b-sidenav__item:last-child {
    margin-bottom: 0;
}

.b-sidenav__item > a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.b-sidenav__item .nav-icon {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    margin-left: 10px;
    cursor: pointer;
}

.b-sidenav__item.-parent > ul {
    display: none;
}

.b-sidenav__item.-parent .nav-icon .fa-minus-square-o {
    display: none;
}

.b-sidenav__item.-parent .nav-icon .fa-plus-square-o {
    display: inline-block;
}

.b-sidenav__item.-expanded > ul {
    display: block;
}

.b-sidenav__item.-expanded .nav-icon .fa-minus-square-o {
    display: inline-block;
}

.b-sidenav__item.-expanded .nav-icon .fa-plus-square-o {
    display: none;
}

.b-sidenav__children {
    list-style: none;
    margin: 0;
    padding: 0 0 15px 20px;
}

.b-sidenav__children:last-child {
    padding-bottom: 0;
}

.b-sidenav__children a {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}

.b-paginator {
    display: block;
    text-align: right;
}

.b-paginator__inner {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 60px;
    background: #F1FAFF;
    font-size: 14px;
}

.b-paginator a {
    text-decoration: none;
    color: #003C5F;
    margin: 0 5px;
}

.b-paginator .active {
    font-weight: bold;
    margin: 0 5px;
}

.b-paginator .first,
.b-paginator .last {
    font-size: 16px;
}

.b-article__gallery {
    float: left;
    width: 25%;
    margin: 0 20px 20px 0;
}

.b-article__gallery a {
    display: block;
}

.b-article__gallery img {
    width: 100%;
    height: auto;
}

.b-article__date {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 60px;
    background: #F1FAFF;
    font-size: 14px;
}

.b-article__meta {
    margin-top: 20px;
}

.b-article__meta-left {
    text-align: left;
    width: 50%;
    float: left;
}

.b-article__meta-right {
    text-align: right;
    width: 50%;
    float: right;
}

.b-article__file {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 60px;
    background: #F1FAFF;
    font-size: 14px;
    color: #003C5F;
}

.b-shop__cats-row {
    padding-bottom: 30px;
}

.b-shop__cats-row:last-child {
    padding-bottom: 0;
}

.b-shop__cats-row:after {
    display: table;
    content: '';
    clear: both;
}

.b-shop__cats-item {
    width: 50%;
    float: left;
}

.b-shop__cats-item:first-child {
    padding-right: 15px;
}

.b-shop__cats-item:last-child {
    padding-left: 15px;
}

.b-shop__cats-item:first-child:last-child {
    padding-left: 0;
}

.b-shop__cats-item.-search {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.b-shop__cat-list {
    margin-bottom: 30px;
}

.b-shop__cat-list-row {
    margin-bottom: 15px;
}

.b-shop__cat-list-row:after {
    display: table;
    content: '';
    clear: both;
}

.b-shop__cat-list-row:last-child {
    margin-bottom: 0;
}

.b-shop__cat-list-col {
    width: 33.3333%;
    float: left;
    padding-right: 20px;
    padding-left: 10px;
}

.b-shop__cat-list-col:first-child {
    padding-left: 0;
}

.b-shop__cat-list-col:last-child {
    padding-right: 0;
    padding-left: 10px;
}

.b-shop__cat-list-col:first-child:last-child {
    padding-right: 0;
    padding-left: 0;
}

.b-shop__cat-list-item {
    text-decoration: none;
    color: #aaaaaa;
}

.b-shop__cat-list-item strong {
    font-weight: bold;
    text-decoration: underline;
    color: #003C5F;
}

.b-shop__cat-list-item:hover {
    color: #0190E4;
}

.b-shop__cat-list-item:hover strong {
    text-decoration: none;
    color: #0190E4;
}

.b-shop__items-row {
    margin-bottom: 20px;
}

.b-shop__items-row:after {
    display: table;
    content: '';
    clear: both;
}

.b-shop__items-row:last-child {
    margin-bottom: 0;
}

.b-shop__items-col {
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.b-shop__items-col:first-child {
    padding-left: 0;
}

.b-shop__items-col:last-child {
    padding-right: 0;
}

.b-shop__item {
    display: block;
    white-space: nowrap;
    padding: 0 5px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #003C5F;
    border-radius: 6px;
    background: #F9F9F9;
}

.b-shop__item:hover {
    color: #ffffff;
    background: #0190E4;
}

.b-shop-cat {
    display: block;
    padding: 30px;
    background: #F1FAFF url("../img/bio-bg.png") top right no-repeat;
    border-radius: 10px;
    text-decoration: none;
    color: #003C5F;
}

.b-shop-cat__title {
    font-size: 20px;
    font-weight: bold;
}

.b-shop-cat__count {
    padding-top: 20px;
}

.b-shop-id {
    /* Навигация */
}

.b-shop-id__content {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 10px 30px;
}

.b-shop-id__table {
    width: 100%;
}

.b-shop-id__table tr {
    border-bottom: 1px solid rgba(0, 60, 95, 0.1);
}

.b-shop-id__table tr:last-child {
    border-bottom: none;
}

.b-shop-id__table td {
    padding: 20px 0;
    vertical-align: top;
}

.b-shop-id__table-name {
    width: 50%;
    padding-right: 20px !important;
}

.b-shop-id__table-val {
    width: 50%;
}

.b-shop-id__nav {
    padding-top: 30px;
    display: table;
    width: 100%;
}

.b-shop-id__nav:after {
    content: '';
    display: table;
    clear: both;
}

.b-shop-id__nav-col {
    vertical-align: top;
    text-align: center;
    display: table-cell;
}

.b-shop-id__nav-col.-first {
    text-align: left;
    width: 25%;
}

.b-shop-id__nav-col.-last {
    text-align: right;
    width: 25%;
}

.b-shop-id__nav-link {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #eeeeee;
    border-radius: 100px;
    color: #003C5F;
    text-decoration: none;
}

.b-contacts {
    display: block;
    padding: 20px 30px;
    background: #F9F9F9;
    border-radius: 10px;
    margin-bottom: 30px;
}

.b-contacts td {
    border: none !important;
    vertical-align: middle;
    padding: 15px;
    line-height: 1.4;
}

.b-contacts__icon {
    padding-left: 0 !important;
    width: 50px;
}

.b-contacts__icon div {
    display: block;
    background: #F1FAFF;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    border: 1px solid #003C5F;
}

.b-contacts__icon i {
    font-size: 18px;
    font-style: normal !important;
}

.b-files {
    /* Categories */
    /* Category items */
}

.b-files__cats-row {
    padding-bottom: 30px;
}

.b-files__cats-row:last-child {
    padding-bottom: 0;
}

.b-files__cats-row:after {
    display: table;
    content: '';
    clear: both;
}

.b-files__cats-item {
    width: 100%;
}

.b-files-cat {
    display: block;
    padding: 30px;
    background: #F1FAFF;
    border-radius: 10px;
    text-decoration: none;
    color: #003C5F;
}

.b-files-cat__title {
    font-size: 20px;
    font-weight: bold;
}

.b-files-cat__title i {
    float: left;
}

.b-files-cat__title:after {
    clear: both;
    content: '';
    display: table;
}

.b-files-cat__title-text {
    margin-left: 30px;
}

.b-files-cat__anons {
    font-size: 14px;
}

.b-files-cat__anons p:last-child {
    margin-bottom: 0;
}

.b-file {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #F1FAFF;
    text-decoration: none;
    color: #003C5F;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.b-file:last-child {
    margin-bottom: 0;
}

.b-file__title {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.b-file__download {
    display: table-cell;
    width: 60px;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
    border-left: 1px solid rgba(0, 60, 95, 0.25);
    box-shadow: -1px 0 rgba(255, 255, 255, 0.5);
}

.b-file:hover {
    background: #0190E4;
    color: #ffffff;
}

.b-shop-table {
    display: block;
    border-radius: 10px;
    background: #F9F9F9;
    padding: 10px;
    margin-bottom: 30px;
}

.b-shop-table table {
    width: 100%;
    table-layout: fixed;
}

.b-shop-table tr {
    border-bottom: 1px solid #eaeaea;
}

.b-shop-table tr:last-child {
    border-bottom: 0;
}

.b-shop-table th {
    text-align: left;
    font-size: 14px;
    padding: 10px;
}

.b-shop-table td {
    padding: 10px;
    font-size: 14px;
}

.b-shop-table td a {
    color: #003C5F;
}

.b-shop-table td a:visited {
    color: #6D91A5;
}

.b-shop-table__col.-name {
    width: 25%;
    font-size: 14px;
}

.b-shop-table__col.-buy {
    text-align: right;
    width: 15%;
    font-size: 12px;
}

.b-shop-table .cart_remove input {
    display: none;
}

.b-shop-table .cart_remove span {
    cursor: pointer;
}

.b-shop-table__error {
    font-size: 14px;
    padding: 10px 0;
    text-align: right;
}

.b-text {
    line-height: 1.4;
    font-size: 14px;
    /* Текст */
    /* Ссылки */
    /* таблица */
}

.b-text p:after {
    content: '';
    display: table;
    clear: both;
}

.b-text p img {
    margin: 20px;
}

.b-text p img[align=left] {
    float: left;
    margin: 0 20px 20px 0;
}

.b-text p img[align=right] {
    float: right;
    margin: 0 0 20px 20px;
}

.b-text b, .b-text strong {
    font-weight: bold;
}

.b-text i, .b-text em {
    font-style: italic;
}

.b-text .text-underline {
    text-decoration: underline;
}

.b-text .text-through {
    text-decoration: line-through;
}

.b-text a {
    color: #0190E4;
}

.b-text .table {
    width: 100%;
}

.b-text .table td {
    padding: 10px;
    border: 1px solid #eeeeee;
}

.b-text table {
    width: 100%;
}

.b-text table caption {
    font-weight: bold;
    padding-bottom: 10px;
}

.b-text table td {
    padding: 10px;
    border: 1px solid #eeeeee;
}

.b-text blockquote {
    font-style: italic;
    background: #F9F9F9;
    padding: 10px;
    border-radius: 10px;
}

.b-sideblock {
    padding: 30px;
    margin-bottom: 30px;
    background: #F1FAFF url(../img/bio-bg.png) 100px -100px no-repeat;
    border-radius: 10px;
}

.b-sideblock__title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}

.b-sideblock__input {
    width: 100%;
    padding: 10px 0;
}

.b-sideblock__input label {
    display: block;
    color: #003C5F;
    font-size: 12px;
    padding-bottom: 10px;
}

.b-sideblock__input input {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 10px;
    border: 1px solid #a5bcca;
    border-radius: 3px;
}

.b-sideblock__submit {
    padding-top: 20px;
}

.b-searchpage__form {
    padding: 30px;
    border-radius: 10px;
    background: #F9F9F9;
    margin-bottom: 30px;
}

.b-searchpage__form .l-header__search {
    margin-bottom: 0;
}

.b-searchpage__summary {
    font-weight: bold;
    padding: 10px 0 20px 0;
}

.b-searchpage__summary.-no-result {
    color: #F44336;
}

.b-login {
    padding: 30px;
    background: #F9F9F9;
    border-radius: 10px;
}

.b-login__row {
    padding-bottom: 20px;
}

.b-login__row:after {
    content: '';
    display: table;
    clear: both;
}

.b-login__row:last-child {
    padding-bottom: 0;
}

.b-login__input {
    width: 50%;
    float: left;
}

.b-login__input:first-child {
    padding-right: 15px;
}

.b-login__input:last-child {
    padding-left: 15px;
    text-align: right;
}

.b-login__input__label {
    display: block;
    text-align: left;
}

.b-login__input input[type=text],
.b-login__input input[type=password] {
    padding: 0 10px;
    height: 40px;
    width: 100%;
    border: 1px solid #eee;
}

.b-login__actions {
    padding-top: 20px;
    text-align: center;
}

.b-login__actions a {
    color: #003C5F;
    margin: 0 10px;
}

.b-login__title {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Форма регистрации TODO: переверстать в отдельный SCSS блок */
.registration_form,
.reminding_form {
    padding: 30px;
    background: #F9F9F9;
    border-radius: 10px;
}

.registration_form br,
.reminding_form br {
    display: none;
}

.registration_form .infofield,
.reminding_form .infofield {
    font-size: 12px;
    padding-bottom: 10px;
}

.registration_form input[type=text],
.registration_form input[type=email],
.registration_form input[type=password],
.registration_form input[type=tel],
.registration_form input[type=number],
.reminding_form input[type=text],
.reminding_form input[type=email],
.reminding_form input[type=password],
.reminding_form input[type=tel],
.reminding_form input[type=number] {
    height: 40px;
    width: 60%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.registration_form input[type=file],
.reminding_form input[type=file] {
    font-size: 14px;
    margin-bottom: 10px;
}

.registration_form .registration_text,
.reminding_form .registration_text {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}

.registration_form .errors.error_message,
.reminding_form .errors.error_message {
    position: absolute;
    font-size: 12px;
    color: #F44336;
}

.registration_form input[type=submit],
.reminding_form input[type=submit] {
    /* Common styles */
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    vertical-align: middle;
    /* Default button */
    font-size: 16px;
    color: #ffffff;
    background: #0190E4;
    padding: 15px 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.registration_form .required_field,
.reminding_form .required_field {
    font-size: 12px;
    font-style: italic;
}

/* Captcha TODO: вынести в отдельный SCSS блок */
.captcha {
    padding: 10px;
    background: #eee;
    border-radius: 10px;
    margin-bottom: 20px;
}

.captcha img {
    float: left;
}

.captcha .input-title {
    margin-left: 30px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
}

.captcha input[type=text] {
    margin-left: 30px;
    margin-bottom: 0;
    height: 40px;
    width: 60%;
    padding: 0 10px;
}

.captcha br {
    display: none;
}

.captcha .captcha_update {
    display: none;
}

.captcha:after {
    display: table;
    content: '';
    clear: both;
}

.clauses_list .block {
    margin-bottom: 40px;
}

.clauses_list .block:after {
    content: '';
    display: table;
    clear: both;
}

.clauses_list .block-row-img {
    display: block;
    float: left;
    width: 20%;
    padding-top: 6px;
}

.clauses_list .block-row-img img {
    width: 100%;
    height: auto;
}

.clauses_list .block-text .anons {
    font-size: 14px;
}

.clauses_list .block-row-img + .block-text {
    margin-left: 22%;
}

.clauses_list h4 {
    font-weight: normal;
    margin: 0;
    padding: 0 0 20px;
    font-size: 25px;
    line-height: 1.2;
}

.clauses_list h4 a {
    color: #003C5F;
}

.clauses_list .anons p {
    margin: 0;
    padding-bottom: 15px;
}

.clauses_list .anons p:last-child {
    padding-bottom: 0;
}

.clauses_list .date {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 60px;
    background: #F1FAFF;
    font-size: 14px;
}

.b-form-field {
    margin-bottom: 20px;
}

.b-form-field__delimiter {
    width: 4%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

.b-form {
    padding: 30px;
    border-radius: 10px;
    background: #F9F9F9;
}

.b-form__required {
    color: #F44336;
}

.b-form .block_header {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.b-form label,
.b-form .infofield {
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
}

.b-form hr {
    border: none;
    margin: 25px 0 20px;
    height: 1px;
    width: 100%;
    background: #eeeeee;
}

.b-form input[type=text],
.b-form input[type=tel],
.b-form input[type=email],
.b-form input[type=number],
.b-form input[type=password] {
    padding: 0 10px;
    height: 40px;
    width: 100%;
}

.b-form textarea {
    padding: 10px;
    width: 100%;
    height: 200px;
}

.b-form .required_field {
    padding-top: 30px;
    font-size: 14px;
}

.b-form .error_message {
    font-size: 12px;
    padding-top: 5px;
    color: #F44336;
}

.b-form__radio {
    font-size: 14px;
}

.b-form .infoform {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.b-form__group h3 {
    font-size: 18px;
}

.b-form__group.-temp {
    font-size: 0;
}

.b-form__group.-temp h3 {
    font-size: 18px;
}

.b-form__group.-temp .b-form-field {
    display: inline-block;
    width: 48%;
    font-size: 16px;
}

.b-form__group.-temp .b-form-field label {
    display: none;
}

.b-orders {
    table-layout: fixed;
    width: 100%;
}

.b-orders th {
    text-align: left;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #eeeeee;
}

.b-orders td {
    padding: 10px;
    border: 1px solid #eeeeee;
    font-size: 14px;
}

.b-orders .order_goods a {
    color: #003C5F;
    display: block;
    padding: 5px 10px;
    border-radius: 6px;
    background: #F9F9F9;
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

.b-orders .order_goods a:hover {
    background: #0190E4;
    color: #ffffff;
}

.b-orders__no-orders {
    display: block;
    background: #F9F9F9;
    padding: 30px;
    border-radius: 10px;
}

.b-orders__no-orders p {
    margin: 0 0 20px;
}

#reject {
    font-family: Verdana, serif;
    display: block;
    background: #FFF;
    position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

#reject * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

#reject .info {
    padding: 5px 0;
    z-index: 1;
}

#reject .info .close {
    display: none;
    background-image: url("../img/reject/c.jpg");
    position: absolute;
    top: 20px;
    right: 20px;
    width: 29px;
    height: 30px;
    cursor: pointer;
}

#reject .info .close:hover {
    background-position: 0 bottom;
}

#reject .info p {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
}

#reject .info p span {
    color: #333;
    border-bottom: 1px dashed;
}

#reject .info div {
    display: none;
    width: 900px;
    max-width: 100%;
    margin: 10px auto 0;
}

#reject .info table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

#reject .info table td {
    text-align: center;
}

#reject .info td a {
    display: block;
    color: #009CF5;
    font-size: 13px;
    line-height: 15px;
}

#reject .info td a:hover {
    color: #F33;
}

#reject .info td a ins {
    background: url("../img/reject/bs.jpg");
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
}

#reject .info td a.firefox ins {
    background-position: 0 -50px;
}

#reject .info td a.opera ins {
    background-position: 0 -100px;
}

#reject .info td a.ie ins {
    background-position: 0 -150px;
}

#reject:hover, #reject.opened {
    filter: none;
}

#reject:hover .info div, #reject.opened .info div {
    display: block;
}

#reject:hover .info p span, #reject.opened .info p span {
    border-bottom-color: #FFF;
}

#reject.opened {
    position: fixed !important;
    position: static;
    background: url("../img/reject/bg.png");
    height: 100%;
}

#reject.opened .info {
    border: 3px solid #000;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    left: 50%;
    top: 50%;
    padding: 30px 30px 50px;
    margin: -161px 0 0 -400px;
    width: 740px;
    height: 242px;
    box-sizing: content-box;
}

#reject.opened .info .close {
    display: block;
}

#reject.opened .info div {
    width: auto;
}

#reject.opened .info td a {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
}

#reject.opened .info td a ins {
    background: url("../img/reject/b.jpg");
    width: 128px;
    height: 128px;
}

#reject.opened .info td a.firefox ins {
    background-position: 0 -128px;
}

#reject.opened .info td a.opera ins {
    background-position: 0 -256px;
}

#reject.opened .info td a.ie ins {
    background-position: 0 -384px;
}

#reject.opened .info p {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
    margin-right: 30px;
    margin-bottom: 40px;
}

.b-messages {
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 10px;
    background: #F9F9F9;
    border-radius: 10px;
}

.b-messages__list {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
    padding: 0 10px;
}

.b-message {
    text-align: right;
    margin-bottom: 20px;
}

.b-message__text {
    font-size: 14px;
    padding: 10px;
    background: rgba(255, 191, 0, 0.25);
    margin-left: 5%;
    border-radius: 6px;
}

.b-message__meta {
    margin-top: 10px;
    text-align: right;
    font-style: italic;
    font-size: 12px;
}

.b-message__date {
    margin-left: 20px;
}

.b-message.-answer {
    text-align: left;
}

.b-message.-answer .b-message__text {
    background: #F1FAFF;
    margin-left: 0;
    margin-right: 5%;
}

.b-message.-answer .b-message__meta {
    text-align: left;
}

html {
    font-family: "Lato", "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 100%;
}

body {
    background: #eeeeee;
    font-family: "Lato", "Arial", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #003C5F;
    min-width: 992px;
    min-height: 100vh;
    height: 100%;
}

.l-wrapper {
    width: 100%;
    min-width: 992px;
    position: relative;
    overflow-x: hidden;
    max-width: 1300px;
    background: #fff;
}

/* Inner */
.l-inner {
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.l-inner:after {
    content: " ";
    display: block;
    clear: both;
}

.l-frame {
    display: table;
    height: 100%;
    width: 100%;
    min-width: 992px;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
}

.l-row {
    display: table-row;
    width: 100%;
    height: 1px;
}

.l-row.-expanded {
    height: 100%;
}


.b-unigen-tree {

}

.b-unigen-tree h2 {
    margin-top: 0;
}

.b-unigen-tree__search {
    padding: 20px;
    margin-bottom: 30px;
    background: #F1FAFF url(../img/bio-bg.png) 350px -100px no-repeat;
    border-radius: 10px;
}

.b-unigen-tree__search input {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 10px;
}

.b-unigen-tree__search label {
    display: block;
    color: #003C5F;
    font-size: 12px;
    padding-bottom: 10px;
}


.b-sideblock__actions {
    font-size: 0;
    border: 1px solid #a5bcca;
    border-radius: 40px;
}

.b-sideblock__actions-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: center;
}

.b-sideblock__actions-item:last-child {
    border-left: 1px solid #a5bcca;
}

.b-sideblock__actions-item a {
    display: block;
    font-size: 11px !important;
    font-weight: bold;
    color: #003C5F;
    text-decoration: none;
    outline: none;
    height: 30px;
    line-height: 30px;
}

.b-sideblock__actions-item a:hover, .b-sideblock__actions-item a:active, .b-sideblock__actions-item a:focus, .b-sideblock__actions-item a:visited {
    color: #003C5F;
    text-decoration: none;
    outline: none;
}

.b-sideblock__actions-item a:hover {
    background-color: #E0F1FA;
}

.b-sideblock__actions-item:first-child a {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.b-sideblock__actions-item:last-child a {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.b-sideblock__input-wrap {
    position: relative;
}

.b-sideblock__input-clear {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    color: #003C5F;
}

.b-sideblock__input-clear.is-hidden {
    display: none;
}


.b-sideblock__input input[readonly] {
    background-color: #fafdff;
}


.barebone, .sidebar {
}

.sidebar__title h2 {
    margin: 0;
}

.barebone__title {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.barebone__content {
    height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    transition: height linear .1s;
}
.barebone__content.js-accordion--open {
    height: auto;
}

.sidebar {
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: white;
}
.sidebar__title {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sidebar__content {
    height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    transition: height linear .1s;
}
.sidebar__content.js-accordion--open {
    height: auto;
}
.sidebar__item {
    border: none;
    border-top: 0;
}
.sidebar__item:first-child {
    border-top: 0;
}
.sidebar__title {
    position: relative;
    padding: 15px 20px;
    transition: all ease-out .25s;
    font-weight: bold;
    padding-right: 60px;
}
.sidebar__title::after, .sidebar__title:after {
    position: absolute;
    content: '+';
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 22px;
    height: 22px;
    text-align: center;
    background-color: white;
    color: #666;
    border-radius: 100%;
    line-height: 23px;
}
.sidebar__title.js-accordion--open {
    background-color: white;
}
.sidebar__title.js-accordion--open::after, .sidebar__title.js-accordion--open:after {
    content: '–';
    line-height: 20px;
}
.sidebar__content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    transition: height ease-out .25s;
}

.inner {
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: white;
    margin-bottom: 20px;
}
.inner__title {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inner__content {
    height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    transition: height linear .1s;
}
.inner__content.js-accordion--open {
    height: auto;
}
.inner__item {
    border: 1px solid #ddd;
    border-top: 0;
}
.inner__item:first-child {
    border-top: 1px solid #ddd;
}
.inner__title {
    position: relative;
    padding: 15px 20px;
    transition: all ease-out .25s;
    font-weight: bold;
    padding-right: 60px;
}
.inner__title::after, .inner__title:after {
    position: absolute;
    content: '+';
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 22px;
    height: 22px;
    text-align: center;
    background-color: white;
    color: #666;
    border-radius: 100%;
    line-height: 23px;
}
.inner__title.js-accordion--open {
    background-color: #eee;
}
.inner__title.js-accordion--open::after, .inner__title.js-accordion--open:after {
    content: '–';
    line-height: 20px;
}
.inner__content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    transition: height ease-out .25s;
}

.sidebar p, .inner p {
    margin-bottom: 20px;
    color: #777;
    line-height: 20px;
}
.sidebar p:first-child, .inner p:first-child {
    margin-top: 20px;
}
.sidebar p strong, .inner p strong {
    font-weight: bold;
    color: #444;
}


.b-shop-list {

}

.b-shop-list__header {

}

.b-shop-list__body {

}

.b-shop-list__row {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    background: #f7fcff;
    box-shadow: 0px 4px 8px -5px;
}

/*.b-shop-list__row:hover {
    box-shadow: 0px 4px 8px -3px;
}*/

.b-shop-list__row-header {
    display: table;
    width: 100%;
}

.b-shop-list__row-header a {
    text-decoration: none;
    color: #003C5F;
    font-size: 16px;
}

.b-shop-list__row-header a:hover {
    text-decoration: underline;
}

.b-shop-list__row-header-data {
    display: table-cell;
    vertical-align: middle;
}

.b-shop-list__row-header-action {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    text-align: right;
}

.b-shop-list__row-header-action-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.b-shop-list__row-price {
    margin: 0 10px;
    text-align: right;
    font-size: 14px;
}

.b-shop-list__row-name {
    display: inline;
}

.b-shop-list__row-body {

}

.b-shop-row-item {
    padding-top: 10px;
    font-size: 12px;
    border-top: 1px solid #def1fa;
    margin-top: 10px;
}

.b-shop-row-item.-has-columns {
}

.b-shop-row-item__name {
    font-weight: bold;
    padding-bottom: 5px;
}

.b-shop-row-item__value {

}

.error, .error a {
    font-size: 12px;
}

.b-shop-row-item.-has-columns .b-shop-row-item__value {
    column-count: 2;
    column-gap: 20px;
    line-height: 1.5;
    position: relative;
}

.b-shop-id__table, .b-shop-id__table a {
    font-size: 14px;
}

.b-shop-id__table a {
    color: #003C5F;
}

.b-shop-id__table-name-full {
    margin-bottom: 10px;
}

.b-shop-id__table-val.-full {
    font-size: 14px;
    line-height: 1.35;
    position: relative;
}

.b-shop-id__table-val-row.-pre-wrap {
    position: relative;
    padding-top: 5px;
    white-space: pre-wrap;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}

.b-shop-id__table-caption {
    text-align: center;
    font-size: 12px;
    opacity: 0.85;
}

.b-shop-id__table-caption p {
    margin-top: 0;
}

.b-shop-list .b-btn {
    border-radius: 4px;
}

.b-formatted {
    white-space: pre-wrap;
    line-height: 1.35;
}

.value-row {
    position: relative;
    padding-top: 5px;
    white-space: pre-wrap;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}