/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0; /* 3 */
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
a {
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    text-decoration: none;
}
a:focus {
    outline: none;
}
.input-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 15px/24px 'Roboto', Arial, sans-serif;
    width: 100%;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    border: 1px solid #e8e8e8;
    height: 49px;
    padding: 6px 12px;
    background: #fbfbfb;
    font-size: 14px;
    color: #222;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (max-width: 750px) {
    .input-text {
        font-size: 16px;
    }
}
.input-text:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.015) inset;
    box-shadow: 0 1px 1px rgba(0,0,0,0.015) inset;
    border-color: #999;
}
.input-text::-webkit-input-placeholder {
    color: #555;
}
.input-text::-moz-placeholder {
    color: #555;
}
.input-text:-ms-input-placeholder {
    color: #555;
}
.input-text::-ms-input-placeholder {
    color: #555;
}
.input-text::placeholder {
    color: #555;
}
.input-text + label {
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 7px;
    padding: 0 5px;
    top: 13px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    background: #fbfbfb;
}
.input-text + label span {
    color: #e02222;
    margin-left: 3px;
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
}
.input-text:focus + label {
    background: #fff;
    top: -12px;
    font-size: 12px;
}
.input-text.input-text_fill + label {
    background: #fff;
    top: -12px;
    font-size: 12px;
}
.input-text:invalid {
    border-color: #e02222;
}
.input-text:-moz-read-only {
    border-color: #999 !important;
    background: #fff !important;
}
.input-text:read-only {
    border-color: #999 !important;
    background: #fff !important;
}
textarea.input-text {
    resize: none;
    height: 90px;
    padding-top: 10px;
}
.button {
    border: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
    height: 42px;
    background: #08c;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font: 15px/24px 'Roboto', Arial, sans-serif;
    font-weight: 500;
    border-radius: 2px;
}
.button svg,
.button i,
.button img {
    margin: 0 6px 0 0;
}
.button:focus {
    outline: none;
}
.button:hover {
    background: #009ceb;
}
.button:hover .icon_print {
    background-position: -141px 0;
}
.button_pull-right {
    float: right;
    margin: 0 0 50px 50px;
}
.button_small {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
}
.button_border {
    border: 1px solid #08c;
    background: #fff;
    color: #08c;
}
.button_border:hover {
    background: #08c;
    color: #fff;
}
.button_white {
    color: #333;
    background: #fff;
    border: 1px solid #fff;
}
.button_white:hover {
    border: 1px solid #08c;
    background: #08c;
    color: #fff;
}
h1 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.3;
}
@media (max-width: 980px) {
    h1 {
        font-size: 26px;
    }
}
@media (max-width: 750px) {
    h1 {
        font-size: 32px;
    }
}
h2 {
    margin: 0 0 34px;
    font-size: 26px;
    color: #222;
    font-weight: normal;
    line-height: 1.3;
}
h3 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #222;
    font-weight: normal;
    line-height: 1.3;
}
h4 {
    margin: 0 0 24px;
    font-size: 20px;
    color: #222;
    font-weight: normal;
}
@media (max-width: 980px) {
    h4 {
        font-size: 17px;
        margin: 0 0 15px;
    }
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.top-b {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 750px) {
    .top-b {
        margin: 0 0 15px;
    }
}
.top-b h2,
.top-b h3 {
    margin: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.top-b .arrow-b {
    margin-left: 10px;
}
.top-b .arrow-b:first-child {
    margin-left: 25px;
}
.top-b__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media (max-width: 750px) {
    .top-b__tabs {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        margin: 20px 0 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.top-b__tabs-item {
    margin: 0 10px;
    font-size: 16px;
}
@media (max-width: 750px) {
    .top-b__tabs-item {
        margin: 0 20px 10px 0;
    }
}
.top-b__tabs-links {
    font-weight: 500;
    color: #222;
    border-bottom: 2px solid transparent;
    display: block;
    padding: 2px 0 3px;
}
.top-b__tabs-links:hover {
    color: #08c;
}
.top-b__tabs-links_active {
    color: #08c;
    border-color: #08c;
}
.top-b__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 101px;
    position: relative;
    height: 33px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.top-b__arrows-section {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}
.top-b__arrows-section_show {
    opacity: 1;
    pointer-events: auto;
}
.top-b__more {
    font-size: 15px;
    margin: 0 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media (max-width: 750px) {
    .top-b__more {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 10px 0 0;
    }
}
.top-b__more a {
    color: #08c;
}
.top-b__more a:hover {
    color: #222;
}
.note-b {
    margin: 0 0 35px;
    font-size: 16px;
    color: #555;
}
.content-zone {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}
.content-zone blockquote {
    display: block;
    padding: 18px 20px 25px 73px;
    margin: 0 0 20px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #222;
}
.content-zone blockquote span {
    display: block;
    margin: 10px 0 0;
    font-size: 13px;
}
.content-zone blockquote span:before {
    content: '-';
    margin: 0 5px 0 0;
}
.content-zone blockquote:before {
    content: '❝';
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 70px;
    color: #08c;
}
.content-zone img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px;
}
.content-zone strong {
    color: #222;
}
.content-zone a {
    color: #08c;
}
.content-zone a:hover {
    color: #222;
}
.content-zone p {
    margin: 0 0 25px;
}
.content-zone ul {
    margin: 5px 0 25px;
    padding: 0;
    list-style: none;
}
.content-zone ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 8px;
}
.content-zone ul li:last-child {
    margin: 0;
}
.content-zone ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background: #222;
}
.content-zone ol {
    margin: 0 0 25px 15px;
    padding: 0;
}
.content-zone ol li {
    margin: 0 0 10px;
}
.content-zone ol li:last-child {
    margin: 0;
}
.table {
    width: 100%;
}
.table th {
    color: #fff;
    padding: 8px;
    background: #08c;
    font-weight: normal;
    text-align: left;
}
@media (max-width: 980px) {
    .table th {
        display: none;
    }
}
.table td {
    padding: 8px;
    color: #555;
    position: relative;
}
.table td strong {
    color: #222;
}
.table td .td_label {
    display: none;
    position: absolute;
    color: #555;
    width: 50%;
    left: 0;
    top: 0;
    padding: 8px;
}
@media (max-width: 980px) {
    .table td .td_label {
        display: block;
    }
}
@media (max-width: 980px) {
    .table td {
        padding-left: 50%;
    }
    .table td.td_nolabel {
        padding-left: 8px;
    }
}
@media (max-width: 750px) {
    .table td {
        width: 100%;
        display: block;
    }
}
.table tr:nth-child(even) td {
    background: #eff5f7;
}
.table_border {
    border: 1px solid #ddd;
}
@media (max-width: 980px) {
    .table_first td {
        padding-left: 8px;
    }
}
.table_first td:first-child {
    font-weight: bold;
    color: #222;
}
@media (max-width: 980px) {
    .table_first td:first-child {
        padding-bottom: 0;
    }
}
.icon {
    display: block;
    background: url("../img/content/icons.svg") no-repeat;
}
.icon_phone {
    background-position: -221px -59px;
    width: 16px;
    height: 18px;
}
.icon_link {
    width: 16px;
    height: 18px;
    background-position: -45px -154px;
}
.icon_like {
    background-position: -254px -313px;
    width: 16px;
    height: 16px;
}
.icon_print {
    background-position: -124px 0;
    width: 16px;
    height: 14px;
}
.icon_empty {
    background-position: 0 -18px;
    width: 90px;
    height: 90px;
}
.icon_contacts {
    display: block;
    background: url("../img/content/icons_contact.svg") no-repeat;
    width: 28px;
    height: 28px;
}
.icon_contacts_vk {
    background-position: -32px -5px;
}
.icon_contacts_fb {
    background-position: -61px -5px;
}
.icon_docs {
    display: block;
    background: url("../img/content/icons_docs.svg") no-repeat;
    width: 36px;
    height: 35px;
}
.icon_docs_jpg {
    background-position-y: -110px;
}
.icon_docs_rtf {
    background-position-y: -440px;
}
.icon_office {
    display: block;
    background: url("../img/content/icons_office.svg") no-repeat;
}
.icon_office_share {
    background-position: 0 -92px;
    width: 17px;
    height: 18px;
}
.icon_office_true {
    background-position: 0 0;
    width: 11px;
    height: 8px;
}
.icon_office_plus {
    width: 12px;
    height: 10px;
    background-position: 1px -23px;
}
.icon_office_minus {
    width: 12px;
    height: 10px;
    background-position: -16px -23px;
}
.icon_office_info {
    width: 17px;
    height: 17px;
    background-position: 0 -134px;
}
.counter-b {
    background: #f3f3f5;
    width: 100px;
    height: 34px;
    position: relative;
    padding: 0 30px;
    border-radius: 3px;
}
.counter-b__input {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 12px/24px 'Roboto', Arial, sans-serif;
    width: 100%;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    height: 34px;
    border: 0;
    background: none;
    color: #555;
    font-weight: 500;
    outline: none;
}
.counter-b__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 34px;
    top: 0;
    position: absolute;
    cursor: pointer;
}
.counter-b__control i {
    opacity: 0.6;
}
.counter-b__control:hover i {
    opacity: 1;
}
.counter-b__control_minus {
    left: 0;
}
.counter-b__control_plus {
    right: 0;
}
.checkbox {
    display: none;
}
.checkbox + label {
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    padding-top: 1px;
    font-size: 13px;
}
.checkbox + label a {
    color: #08c;
}
.checkbox + label a:hover {
    color: #222;
}
.checkbox + label:before {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.checkbox + label:after {
    background: url("../img/content/icons.svg") no-repeat -162px -186px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 2px;
    content: '';
    z-index: 2;
    opacity: 0;
}
.checkbox + label:hover:before {
    background: #f2f2f2;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.checkbox:checked + label:before {
    background: #08c;
    border-color: #08c;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.checkbox:checked + label:after {
    opacity: 1;
}
@media (max-width: 750px) {
    .hide-on-mobile {
        display: none;
    }
}
.arrow-b {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    outline: none;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.arrow-b.swiper-button-disabled {
    cursor: default;
    opacity: 0.1 !important;
}
.arrow-b svg {
    fill: #222;
}
.arrow-b:hover {
    background: #08c;
}
.arrow-b:hover svg {
    fill: #fff;
}
.arrow-b_small {
    width: 33px;
    height: 33px;
}
.arrow-b_blue {
    background: #08c;
}
.arrow-b_blue svg {
    fill: #fff;
}
.arrow-b_blue:hover {
    opacity: 0.8;
}
.swiper-pagination {
    position: initial !important;
    padding: 15px 0 0 !important;
}
.swiper-pagination-bullet-active {
    background: #08c !important;
}
html,
body {
    height: 100%;
}
body {
    font: 15px/1.5 'Roboto', Arial, sans-serif;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: #f3f3f3;
}
@media (max-width: 1200px) {
    body {
        background: #fff;
    }
}
body.bg-white {
    background: #fff;
}
.olympic{
    width: 100%;
    background-image: url("../images/olympic.png");
    background-repeat: no-repeat;
}
.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.content {
    position: relative;
    margin: 0 0 auto;
    padding: 0 0 60px;
}
@media (max-width: 980px) {
    .content {
        padding: 62px 0 40px;
    }
}
@media (max-width: 750px) {
    .content {
        overflow: hidden;
    }
}
.headline-b .max-width h1{
    color:#fff;
}
.max-width {
    max-width: 1342px;
    margin: 0 auto;
    padding: 0 15px;
}
.headline-b {
    background: #08c;
    color: #fff;
    margin: 0 0 42px;
    padding: 35px 0 55px;
    position: relative;
}
.headline-b_bg {
    padding: 40px 0 30px;
    color: #222;
}
.headline-b_nomargin {
    margin-bottom: 0;
}
@media (max-width: 980px) {
    .headline-b {
        padding: 26px 0 28px;
    }
}
@media (max-width: 750px) {
    .headline-b {
        padding-top: 20px;
    }
}
.headline-b_main {
    margin: 0;
    background: #fff;
    padding: 0;
    overflow: hidden;
}
.headline-b_main .swiper-pagination {
    position: absolute !important;
    padding: 0 !important;
    bottom: 25px !important;
}
@media (max-width: 980px) {
    .headline-b_main .swiper-pagination {
        display: none;
    }
}
.headline-b_main .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    -webkit-box-shadow: 0 0 0 2px #333 inset;
    box-shadow: 0 0 0 2px #333 inset;
    opacity: 1 !important;
}
.headline-b_main .swiper-pagination-bullet-active {
    background: #333 !important;
}
.headline-b_main .swiper-pagination_white .swiper-pagination-bullet {
    -webkit-box-shadow: 0 0 0 2px #fff inset !important;
    box-shadow: 0 0 0 2px #fff inset !important;
}
.headline-b_main .swiper-pagination_white .swiper-pagination-bullet-active {
    background: #fff !important;
}
.headline-b__arrows {
    position: absolute;
    height: 100%;
    width: 100%;
}
@media (max-width: 980px) {
    .headline-b__arrows {
        display: none;
    }
}
.headline-b__arrows .max-width {
    position: relative;
    height: 100%;
}
.headline-b__arrows .arrow-b {
    position: absolute;
    top: 60%;
    z-index: 96;
    opacity: 0;
    pointer-events: none;
}
.headline-b__arrows .arrow-b_next {
    right: -50px;
}
.headline-b__arrows .arrow-b_prev {
    left: -50px;
}
.headline-b_main:hover .arrow-b {
    opacity: 1;
    pointer-events: auto;
}
.headline-b_main:hover .arrow-b_next {
    right: 10px;
}
.headline-b_main:hover .arrow-b_prev {
    left: 10px;
}
.headline-b__title {
    margin: 0 0 25px;
}
.headline-b_main .headline-b__title {
    font-weight: 500;
    font-size: 36px;
    margin: 0 0 15px;
}
@media (max-width: 980px) {
    .headline-b_main .headline-b__title {
        text-align: center;
        line-height: 1.4;
        font-size: 24px;
    }
}
@media (max-width: 750px) {
    .headline-b_main .headline-b__title {
        font-size: 18px;
    }
}
.headline-b__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headline-b_main .headline-b__grid {
    height: 660px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 980px) {
    .headline-b_main .headline-b__grid {
        height: initial;
        padding: 40px 15px 30px;
    }
}
@media (max-width: 750px) {
    .headline-b_main .headline-b__grid {
        padding: 40px 0 30px;
    }
}
.headline-b__about {
    width: 50%;
}
@media (max-width: 980px) {
    .headline-b__about {
        width: 100%;
    }
}
.headline-b__about_white {
    color: #fff;
}
.headline-b_main .headline-b__about {
    padding-bottom: 150px;
    padding-left: 70px;
}
@media (max-width: 980px) {
    .headline-b_main .headline-b__about {
        padding: 0;
    }
}
.headline-b__text {
    font-size: 15px;
    margin: 0 0 20px;
    max-width: 600px;
}
@media (max-width: 750px) {
    .headline-b__text br {
        display: none;
    }
}
.headline-b_main .headline-b__text {
    font-size: 16px;
}
@media (max-width: 980px) {
    .headline-b_main .headline-b__text {
        text-align: center;
    }
}
@media (max-width: 750px) {
    .headline-b_main .headline-b__text {
        font-size: 13px;
    }
}
.headline-b__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 750px) {
    .headline-b__actions {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.headline-b__actions .button {
    font-weight: normal;
    margin: 0 15px 0 0;
}
@media (max-width: 750px) {
    .headline-b__actions .button {
        font-size: 14px;
        width: calc(50% - 10px);
        margin: 0;
    }
}
@media (max-width: 980px) {
    .headline-b_main .headline-b__actions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -5px;
    }
    .headline-b_main .headline-b__actions .button {
        margin: 0 5px;
        padding: 0 15px;
    }
}
.headline-b__pic {
    width: 45%;
}
@media (max-width: 980px) {
    .headline-b__pic {
        display: none;
    }
}
.headline-b__pic img {
    max-width: 100%;
    height: auto;
    display: block;
}
.welcome-page {
    font-size: 18px;
    color: #222;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: 2px solid #08c;
}
.grid-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-b_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.grid-b__sidebar {
    width: 280px;
}
@media (max-width: 980px) {
    .grid-b__sidebar {
        display: none;
    }
}
.grid-b__content {
    width: calc(100% - 328px);
    margin: -80px 0 80px;
    padding: 30px;
    -webkit-box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
    background: #fff;
    position: relative;
}
.grid-b__content_full {
    width: 100%;
}
@media (max-width: 1200px) {
    .grid-b__content {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        background: initial;
    }
}
@media (max-width: 980px) {
    .grid-b__content {
        width: 100%;
    }
}
.map-b {
    margin: 0 0 25px;
}
.section-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-b__main {
    width: calc(100% - 330px);
}
@media (max-width: 980px) {
    .section-b__main {
        width: 100%;
    }
}
.section-b__float {
    width: 270px;
}
.section-b__float .sticky {
    top: 100px;
}
@media (max-width: 980px) {
    .section-b__float {
        display: none;
    }
}
.up-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #08c;
    position: fixed;
    right: 70px;
    bottom: 30px;
    z-index: 99;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media (max-width: 980px) {
    .up-b {
        display: none;
    }
}
.up-b_show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.up-b:hover {
    background: #009ceb;
}
.up-b svg {
    fill: #fff;
    height: 20px;
    width: auto;
}
.sub-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    font-size: 12px;
}
.sub-b__item {
    position: relative;
    padding: 0 20px 0 0;
}
.sub-b__item svg {
    fill: #fff;
    opacity: 0.5;
    height: 6px;
    width: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 8px;
    top: 6px;
}
.sub-b__item:last-child svg {
    display: none;
}
.sub-b__links {
    color: #fff;
    opacity: 0.5;
}
.sub-b__links:hover {
    opacity: 1;
}
/* Tabs
--------------------
 */
.tabs-b {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabs-b__item {
    margin: 0 25px 0 0;
}
@media (max-width: 980px) {
    .tabs-b__item {
        margin: 0 12px 10px 0;
    }
}
.tabs-b__links {
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #222;
    font-weight: 500;
}
@media (max-width: 980px) {
    .tabs-b__links {
        height: auto;
        padding: 0 0 3px;
    }
}
.tabs-b__links:hover {
    color: #08c;
}
.tabs-b__links_active {
    border-color: #08c;
    color: #08c;
}
/* Partners
---------------------
 */
.partners-b__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 45px;
}
.partners-b__item {
    width: 33.3%;
    margin: 0 -1px -1px 0;
}
@media (max-width: 980px) {
    .partners-b__item {
        width: 50%;
    }
}
@media (max-width: 750px) {
    .partners-b__item {
        width: 100%;
        margin: 0 0 -1px;
    }
}
.partners-b__block {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    height: 100%;
    padding: 24px;
    border: 1px solid #f2f2f2;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.partners-b__block:hover {
    -webkit-box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
}
.partners-b__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    margin: -24px -24px 0;
    padding: 0 24px;
}
.partners-b__logo img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.partners-b__title {
    font-weight: bold;
    margin: 0 0 10px;
}
.partners-b__title a {
    color: #222;
}
.partners-b__title a:hover {
    color: #08c;
}
.partners-b__contacts {
    border-top: 1px solid #f2f2f2;
    padding: 15px 0 0;
    margin: 25px 0 0;
    font-size: 14px;
}
.partners-b__contacts-item {
    position: relative;
    padding-left: 25px;
    margin: 0 0 10px;
    color: #555;
}
.partners-b__contacts-item a {
    color: #08c;
}
.partners-b__contacts-item a:hover {
    color: #222;
}
.partners-b__contacts-item .icon {
    position: absolute;
    left: 0;
    top: 2px;
}
.partners-b__contacts-item .icon_link {
    top: 1px;
    left: 2px;
}
.partners-b__contacts-item:last-child {
    margin: 0;
}
/* News
-----------------------
 */
.news-b__list {
    margin: 0 -32px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 980px) {
    .news-b__list {
        margin: 0 -20px 0 0;
    }
}
@media (max-width: 750px) {
    .news-b__list {
        margin: 0;
    }
}
.news-b__list_articles-main {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}
@media (max-width: 980px) {
    .news-b__list_articles-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 0 -15px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        grid-gap: 0;
    }
    .news-b__list_articles-main::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 750px) {
    .news-b__list_main {
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 0 -15px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .news-b__list_main::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 980px) {
    .news-b__list_grid {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 32px;
    }
}
.news-b__item {
    width: 33.3%;
    padding: 0 32px 32px 0;
}
@media (max-width: 980px) {
    .news-b__item {
        width: 50%;
        padding: 0 20px 20px 0;
    }
}
@media (max-width: 750px) {
    .news-b__item {
        width: 100%;
        padding: 0 0 20px;
    }
}
.news-b__list_main .news-b__item {
    width: 25%;
}
@media (max-width: 1200px) {
    .news-b__list_main .news-b__item {
        width: 33.3%;
    }
}
@media (max-width: 980px) {
    .news-b__list_main .news-b__item {
        width: 50%;
    }
}
@media (max-width: 750px) {
    .news-b__list_main .news-b__item {
        width: auto;
        padding: 0 0 0 15px;
        min-width: 280px;
        white-space: initial;
    }
    .news-b__list_main .news-b__item:last-child {
        padding-right: 15px;
    }
}
@media (max-width: 980px) {
    .news-b__list_articles-main .news-b__item {
        width: auto;
        padding: 0 0 0 15px;
        min-width: 280px;
        white-space: initial;
    }
    .news-b__list_articles-main .news-b__item:last-child {
        padding-right: 15px;
    }
}
@media (min-width: 980px) {
    .news-b__list_grid .news-b__item {
        width: 100%;
        padding: 0;
    }
    .news-b__list_grid .news-b__item_double {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }
    .news-b__list_articles-main .news-b__item {
        width: 100%;
        padding: 0;
    }
    .news-b__list_articles-main .news-b__item_double {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }
}
.news-b__block {
    display: block;
    height: 100%;
    border: 1px solid #f2f2f2;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
@media (min-width: 980px) {
    .news-b__block:hover {
        -webkit-box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
        box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
    }
}
.news-b__block img {
    height: 192px;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.news-b__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    height: calc(100% - 192px);
}
.news-b__tag {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    color: #08c;
    margin: 0 0 2px;
}
.news-b__title {
    display: block;
    font-weight: bold;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    margin: 0 0 5px;
    color: #222;
}
.news-b__text {
    color: #555;
    padding: 15px 0 5px;
    display: none;
}
@media (min-width: 980px) {
    .news-b__list_grid .news-b__item_double .news-b__block img {
        height: 400px;
    }
    .news-b__list_grid .news-b__item_double .news-b__about {
        height: calc(100% - 400px);
    }
    .news-b__list_grid .news-b__item_double .news-b__title {
        font-size: 19px;
    }
    .news-b__list_grid .news-b__item_double .news-b__text {
        display: block;
    }
    .news-b__list_articles-main .news-b__item_double .news-b__block img {
        height: 400px;
    }
    .news-b__list_articles-main .news-b__item_double .news-b__about {
        height: calc(100% - 400px);
    }
    .news-b__list_articles-main .news-b__item_double .news-b__title {
        font-size: 19px;
    }
    .news-b__list_articles-main .news-b__item_double .news-b__text {
        display: block;
    }
}
.news-b__date {
    color: #888;
    font-size: 12px;
    display: block;
    margin: auto 0 0;
}
.news-b__block:hover .news-b__title {
    color: #08c;
}
.news-b__block:hover img {
    opacity: 0.8;
}
/* Projects
----------------------
 */
.projects-b__list {
    margin: 0 -32px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 980px) {
    .projects-b__list {
        margin: 0 -20px 0 0;
    }
}
@media (max-width: 750px) {
    .projects-b__list {
        margin: 0;
    }
}
.projects-b__item {
    width: 33.3%;
    padding: 0 32px 32px 0;
}
@media (max-width: 980px) {
    .projects-b__item {
        width: 50%;
        padding: 0 20px 20px 0;
    }
}
@media (max-width: 750px) {
    .projects-b__item {
        width: 100%;
        padding: 0 0 20px;
    }
}
.projects-b__block {
    display: block;
    height: 100%;
    border: 1px solid #f2f2f2;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.projects-b__block:hover {
    -webkit-box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
}
.projects-b__pic {
    display: block;
    position: relative;
}
.projects-b__pic-hover {
    background: rgba(46,47,47,0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    color: #fff;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.projects-b__pic-text {
    opacity: 0;
    display: block;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.projects-b__pic img {
    height: 260px;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
@media (max-width: 750px) {
    .projects-b__pic img {
        height: 320px;
    }
}
.projects-b__about {
    display: block;
    padding: 24px;
}
.projects-b__title {
    display: block;
    font-weight: bold;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    margin: 0 0 5px;
    color: #222;
}
.projects-b__block:hover .projects-b__pic-hover {
    opacity: 1;
}
.projects-b__block:hover .projects-b__pic-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.projects-b__block:hover .projects-b__title {
    color: #08c;
}
/* Catalog
----------------------
 */
.catalog-b {
    padding: 20px 0 0;
}
.catalog-b__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 980px) {
    .catalog-b__list {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
}
@media (max-width: 750px) {
    .catalog-b__list {
        margin: 0 0 25px;
    }
}
.catalog-b__item {
    width: calc(50% - 20px);
    margin: 0 0 40px;
    position: relative;
    padding-left: 150px;
}
@media (max-width: 980px) {
    .catalog-b__item {
        margin: 0 -1px -1px 0;
        border: 1px solid #f2f2f2;
        width: 50%;
        padding: 30px;
    }
}
@media (max-width: 750px) {
    .catalog-b__item {
        width: 100%;
        margin: 0 0 -1px;
    }
}
.catalog-b__pic {
    width: 140px;
    position: absolute;
    left: 0;
    top: 0;
}
.catalog-b__pic img {
    max-width: 90px;
    height: auto;
    display: table;
    margin: 0 auto;
}
@media (max-width: 980px) {
    .catalog-b__pic {
        position: initial;
        width: initial;
    }
    .catalog-b__pic img {
        max-width: 240px;
    }
}
.catalog-b__title {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 18px;
}
@media (max-width: 980px) {
    .catalog-b__title {
        font-size: 20px;
        text-align: center;
        margin: 0 0 10px;
    }
}
.catalog-b__title a {
    color: #222;
}
.catalog-b__title a:hover {
    color: #08c;
}
.catalog-b__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    margin: 0 0 5px;
}
@media (max-width: 980px) {
    .catalog-b__tags {
        font-size: 14px;
    }
}
.catalog-b__tags-links {
    margin: 0 7px 2px 0;
    color: #08c;
}
.catalog-b__tags-links:hover {
    color: #222;
}
.catalog-b__text {
    color: #666;
    font-size: 13px;
}
@media (max-width: 980px) {
    .catalog-b__text {
        font-size: 14px;
    }
}
.catalog-b__list_services .catalog-b__item {
    width: 100%;
    margin: 0 0 -1px 0;
    border: 1px solid #f2f2f2;
    padding: 50px;
    min-height: 340px;
    padding-left: 340px;
}
.item-nophoto {
    min-height: 0px !important;
    padding-left: 50px !important;
}
@media (max-width: 980px) {
    .catalog-b__list_services .catalog-b__item {
        padding-left: 50px;
    }
}
.catalog-b__list_services .catalog-b__pic {
    left: 50px;
    top: 80px;
    width: 240px;
}
@media (max-width: 980px) {
    .catalog-b__list_services .catalog-b__pic {
        position: initial;
        margin: 0 0 25px;
    }
}
.catalog-b__list_services .catalog-b__pic img {
    max-width: 100%;
}
/* Client
---------------------
 */
.client-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 750px) {
    .client-b {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.client-b__logo {
    width: 190px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #f2f2f2;
}
@media (max-width: 750px) {
    .client-b__logo {
        margin: 0 0 15px;
    }
}
.client-b__logo img {
    max-width: 100%;
    display: block;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.client-b__about {
    width: calc(100% - 225px);
}
@media (max-width: 750px) {
    .client-b__about {
        width: 100%;
    }
}
.client-b__title {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 18px;
}
.client-b__text {
    font-size: 15px;
    color: #555;
    margin: 0 0 20px;
}
.client-b__text p {
    margin: 0 0 15px;
}
.client-b__url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.client-b__url i {
    margin: 0 6px 0 0;
}
.client-b__url a {
    color: #08c;
}
.client-b__url a:hover {
    color: #222;
}
/* Cases
---------------------
 */
.cases-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cases-b__item {
    width: 50%;
    margin: 0 -1px -1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px;
    border: 1px solid #f2f2f2;
}
@media (max-width: 750px) {
    .cases-b__item {
        width: 100%;
    }
}
.cases-b__pic {
    width: 165px;
}
@media (max-width: 750px) {
    .cases-b__pic {
        width: 105px;
    }
}
.cases-b__pic img {
    max-width: 100%;
    height: auto;
    display: block;
}
.cases-b__about {
    width: calc(100% - 190px);
}
@media (max-width: 750px) {
    .cases-b__about {
        width: calc(100% - 125px);
    }
}
.cases-b__title {
    font-weight: 500;
    color: #222;
    font-size: 15px;
    margin: 0 0 4px;
}
.cases-b__title a {
    color: #222;
}
.cases-b__title a:hover {
    color: #08c;
}
.cases-b__text {
    font-size: 13px;
    line-height: 1.3;
    color: #666;
    position: relative;
    max-height: 90px;
    overflow: hidden;
}
.cases-b__text:after {
    content: '';
    height: 30px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
/* Project
---------------------
 */
.project-b {
    margin: 0 0 35px;
}
.project-b__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.project-b__column {
    width: calc(50% - 20px);
}
@media (max-width: 750px) {
    .project-b__column {
        width: 100%;
        margin: 0 0 25px;
    }
}
.project-b__column .button {
    width: 100%;
    margin: 0 0 15px;
}
.project-b__gallery {
    width: 58%;
}
@media (max-width: 750px) {
    .project-b__gallery {
        width: 100%;
        margin: 0 0 35px;
    }
}
.project-b__about {
    width: 38%;
}
@media (max-width: 750px) {
    .project-b__about {
        width: 100%;
    }
}
.project-b__field {
    margin: 0 0 20px;
    color: #222;
    font-size: 15px;
}
.project-b__field a {
    color: #08c;
}
.project-b__field a:hover {
    color: #222;
}
.project-b__label {
    font-size: 13px;
    color: #999;
    margin: 0 0 2px;
}
.project-b__note {
    font-size: 13px;
    color: #999;
}
/* Services
---------------------
 */
.services-b__item {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 24px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 980px) {
    .services-b__item {
        border: 1px solid #f2f2f2;
        margin: 0 0 -1px;
        padding: 24px;
    }
}
.services-b__pic {
    width: 260px;
}
@media (max-width: 750px) {
    .services-b__pic {
        margin: 0 auto 25px;
    }
}
.services-b__pic img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.services-b__pic a:hover img {
    opacity: 0.8;
}
.services-b__about {
    width: calc(100% - 300px);
}
@media (max-width: 750px) {
    .services-b__about {
        width: 100%;
    }
}
.services-b__title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
.services-b__title a {
    color: #222;
}
.services-b__title a:hover {
    color: #08c;
}
.services-b__text {
    font-size: 15px;
    color: #555;
    margin: 0 0 15px;
}
.services-b__price {
    margin: 0 0 15px;
}
.services-b__price strong {
    font-size: 18px;
    font-weight: bold;
}
.services-b__price s {
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #777;
}
.services-b__button .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
    height: 36px;
}
/* Price
---------------------
 */
.price-b__label {
    margin: 0 0 15px;
    color: #555;
    text-align: right;
}
.price-b__section {
    margin: 0 0 20px;
}
/* Sale
---------------------
 */
.sale-b {
    position: relative;
    padding: 30px 15px 30px 90px;
    margin: 0 0 1px;
    font-size: 13px;
    background: #f7f7f7;
}
.sale-b img {
    position: absolute;
    left: 25px;
    top: 30px;
}
.sale-b__title {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 2px;
}
.sale-b__title a {
    color: #222;
}
.sale-b__title a:hover {
    color: #08c;
}
.sale-b__text {
    font-size: 13px;
    color: #555;
    margin: 0 0 5px;
}
.sale-b__date {
    font-size: 12px;
    color: #888;
}
/* Gallery
---------------------
 */
.gallery-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 35px;
}
.gallery-b__item img {
    height: 154px;
    width: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
@media (max-width: 750px) {
    .gallery-b__item {
        width: 50%;
    }
    .gallery-b__item img {
        width: 100%;
    }
}
.gallery-b__item a:hover img {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}
/* Reviews
---------------------
 */
.reviews-b__list_row {
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reviews-b__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px;
}
@media (max-width: 750px) {
    .reviews-b__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px;
        border: 1px solid #f2f2f2;
        margin: 0 0 -1px;
    }
}
.reviews-b__item_person {
    padding: 25px;
    border-bottom: 1px solid #f2f2f2;
}
.reviews-b__item_person:last-child {
    border: 0;
}
@media (max-width: 750px) {
    .reviews-b__item_person {
        padding: 25px;
        border: 1px solid #f2f2f2 !important;
        margin: 0 0 -1px;
    }
}
.reviews-b__item_border {
    padding: 25px;
    border: 1px solid #f2f2f2;
    margin: 0 0 -1px;
}
.reviews-b__list_row .reviews-b__item {
    width: 33.3%;
    margin: 0 -1px -1px 0;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 35px 24px;
}
@media (max-width: 980px) {
    .reviews-b__list_row .reviews-b__item {
        width: 50%;
    }
}
@media (max-width: 750px) {
    .reviews-b__list_row .reviews-b__item {
        width: 100%;
    }
}
.reviews-b__list_row .reviews-b__item:hover {
    -webkit-box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
}
.reviews-b__photo {
    width: 200px;
}
@media (max-width: 750px) {
    .reviews-b__photo {
        margin: 0 0 15px;
    }
}
.reviews-b__photo img {
    display: block;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center top;
}
.reviews-b__about {
    padding-left: 25px;
    width: calc(100% - 156px);
}
@media (max-width: 750px) {
    .reviews-b__about {
        width: 100%;
    }
}
.reviews-b__list_row .reviews-b__photo {
    width: 190px;
    margin: 0 auto 25px;
}
.reviews-b__list_row .reviews-b__photo img {
    width: 190px;
    height: 190px;
}
.reviews-b__list_row .reviews-b__about {
    width: 100%;
    text-align: center;
}
.reviews-b__item_person .reviews-b__photo {
    width: 150px;
}
.reviews-b__item_person .reviews-b__photo img {
    width: 150px;
    height: 150px;
}
.reviews-b__item_person .reviews-b__about {
    width: calc(100% - 186px);
}
@media (max-width: 750px) {
    .reviews-b__item_person .reviews-b__about {
        width: 100%;
    }
}
.reviews-b__name {
    font-weight: bold;
    margin: 0 0 2px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews-b__list_row .reviews-b__name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    margin: 0;
}
.reviews-b__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 15px;
}
.reviews-b__social a {
    background: #08c;
    border-radius: 100%;
    margin: 0 10px 0 0;
}
.reviews-b__social a:hover {
    opacity: 0.8;
}
.reviews-b__list_row .reviews-b__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}
.reviews-b__list_row .reviews-b__social .icon_contacts {
    width: 38px;
    height: 38px;
}
.reviews-b__list_row .reviews-b__social .icon_contacts_vk {
    background-position: -27px 0;
}
.reviews-b__list_row .reviews-b__social .icon_contacts_tw {
    background-position: -84px 0;
}
.reviews-b__list_row .reviews-b__social .icon_contacts_ig {
    background-position: -111px 0;
}
.reviews-b__list_row .reviews-b__social .icon_contacts_skype {
    background-position: -168px 0px;
}
.reviews-b__who {
    color: #999;
    margin: 0 0 15px;
    font-size: 14px;
}
.reviews-b__text {
    color: #555;
}
.reviews-b__text p {
    margin: 0 0 20px;
}
.reviews-b__list_row .reviews-b__text p {
    margin: 0 0 15px;
}
.reviews-b__urls {
    margin: 0 0 20px;
    text-align: center;
}
.reviews-b__urls a {
    color: #08c;
    display: block;
}
.reviews-b__urls a:hover {
    color: #222;
}
.reviews-b__download {
    margin: 25px 0 0;
}
.reviews-b__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reviews-b__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px 15px 0;
}
.reviews-b__contacts-item svg,
.reviews-b__contacts-item i {
    margin: 0 8px 0 0;
}
.reviews-b__contacts-item a {
    color: #08c;
}
.reviews-b__contacts-item a:hover {
    color: #222;
}
/* Qa
-------------------------------
 */
.qa-b__section {
    margin: 0 0 35px;
}
.qa-b__item {
    border: 1px solid #f2f2f2;
}
.qa-b__item_active {
    background: #f2f2f2;
}
.qa-b__head {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    height: 70px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.qa-b__head svg {
    height: 15px;
    width: auto;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.qa-b__item_active .qa-b__head svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.qa-b__content {
    padding: 0 25px 25px;
    font-size: 15px;
    color: #555;
    display: none;
}
.qa-b__content p {
    margin: 0 0 15px;
}
.qa-b__content .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
/* Docs
-------------------------------
 */
.docs-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.docs-b__item {
    width:50%;
    margin:0 0 30px;
    display: block;
    position: relative;
    padding: 0 35px 0 50px;
    max-width: 400px;
}
@media (max-width: 750px) {
    .docs-b__item {
        width:100%;
        padding-right: 0;
        margin: 0 0 20px;
    }
}
.docs-b__item .icon_docs {
    position: absolute;
    left: 0;
    top: 2px;
}
.docs-b__name {
    word-break: break-word;
    display: block;
    color: #222;
    font-size: 15px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    line-height: 21px;
    margin: 0 0 2px;
}
.docs-b__size {
    display: block;
    font-size: 12px;
    color: #9a9a9a;
}
.docs-b__item:hover .docs-b__name {
    color: #08c;
}
/* Contacts
-------------------------------
 */
.contacts-b__top {
    margin: 0 0 40px;
    border-bottom: 1px solid #f2f2f2;
}
.contacts-b__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 20px;
}
@media (max-width: 980px) {
    .contacts-b__grid {
        padding-top: 0;
    }
}
@media (max-width: 750px) {
    .contacts-b__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.contacts-b__column {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 64px;
    margin: 20px 0;
}
.contacts-b__column_nopadding {
    padding-left: 0;
}
@media (max-width: 750px) {
    .contacts-b__column {
        width: 100%;
        margin: 0 0 30px;
    }
}
.contacts-b__column strong {
    color: #333;
    font-size: 15px;
    display: block;
}
.contacts-b__column a {
    color: #08c;
}
.contacts-b__column a:hover {
    color: #222;
}
.contacts-b__column .button {
    min-width: 180px;
    font-weight: normal;
}
@media (max-width: 750px) {
    .contacts-b__column .button {
        width: 100%;
    }
}
.contacts-b__column .button:hover {
    color: #fff;
}
.contacts-b__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background: #08c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}
.contacts-b__icon svg {
    fill: #fff;
}
.contacts-b__list {
    margin: 0 0 45px;
}
.contacts-b__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f2f2f2;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    padding: 32px;
    margin: 0 0 -1px;
}
@media (max-width: 750px) {
    .contacts-b__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.contacts-b__item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
.contacts-b__pic {
    width: 15%;
}
@media (max-width: 750px) {
    .contacts-b__pic {
        display: none;
    }
}
.contacts-b__pic img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.contacts-b__about {
    padding: 0 0 0 40px;
    width: 40%;
}
@media (max-width: 750px) {
    .contacts-b__about {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
    }
}
.contacts-b__address {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #333;
}
.contacts-b__field {
    padding-left: 25px;
    position: relative;
    font-size: 13px;
    color: #666;
    margin: 0 0 4px;
}
.contacts-b__field a {
    color: #08c;
}
.contacts-b__field a:hover {
    color: #222;
}
.contacts-b__field svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #08c;
}
.contacts-b__phone {
    width: 15%;
}
@media (max-width: 750px) {
    .contacts-b__phone {
        width: 100%;
    }
}
.contacts-b__phone p {
    margin: 0 0 2px;
}
.contacts-b__phone p a {
    color: #222;
}
.contacts-b__phone p a:hover {
    color: #08c;
}
.contacts-b__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 30%;
}
@media (max-width: 750px) {
    .contacts-b__pay {
        display: none;
    }
}
.contacts-b__pay-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #222;
    background: #efefef;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px 1px;
    font-size: 13px;
    border-radius: 35px;
    margin: 0 8px 8px 0;
}
.contacts-b__pay-tag svg {
    margin: 1px 6px 0 0;
    height: 18px;
    width: auto;
    fill: #08c;
}
/* Char
----------------------
 */
.char-b {
    max-width: 600px;
}
.char-b__field {
    border-bottom: 1px dotted #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666;
    margin: 0 0 10px;
}
@media (max-width: 750px) {
    .char-b__field {
        border: 0;
    }
}
.char-b__label {
    display: block;
    background: #fff;
    padding: 0 10px 0 0;
    position: relative;
    top: 5px;
}
@media (max-width: 750px) {
    .char-b__label {
        font-weight: 500;
        width: 100%;
        padding: 0 0 4px;
        top: 0;
    }
}
.char-b__value {
    background: #fff;
    padding: 0 0 0 10px;
    display: block;
    color: #333;
    position: relative;
    top: 5px;
}
@media (max-width: 750px) {
    .char-b__value {
        width: 100%;
        top: 0;
        padding: 0;
    }
}
/* Article
----------------------
 */
.article-b {
    margin: -30px;
    padding: 30px;
}
@media (max-width: 980px) {
    .article-b {
        margin: 0;
        padding: 0;
    }
}
.article-b .block-b__tag {
    background: #f2f2f2;
    color: #999;
}
.article-b .block-b__tag:hover {
    background: #08c;
    color: #fff;
}
.article-b__content {
    margin: 0 0 40px;
    display: none;
}
.article-b__content_show {
    display: block;
}
.article-b__preview {
    margin: -30px -30px 0;
}
@media (max-width: 980px) {
    .article-b__preview {
        margin: 0;
    }
}
.article-b__preview img {
    width: 100%;
    height: 580px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    display: block;
}
@media (max-width: 980px) {
    .article-b__preview img {
        height: auto;
    }
}
.article-b__info {
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -30px -30px 30px;
}
@media (max-width: 980px) {
    .article-b__info {
        margin: 0;
        padding: 0 0 20px;
    }
}
.article-b__cat {
    font-size: 15px;
    color: #555;
}
.article-b__head {
    padding: 30px;
    background: #fbfbfb;
    margin: 0 -30px 30px;
}
.article-b__head_border {
    margin: 0 0 30px;
    border: 1px solid #f2f2f2;
}
@media (max-width: 980px) {
    .article-b__head {
        margin: 0 0 30px;
        border: 1px solid #f2f2f2;
        padding: 15px;
    }
}
.article-b__head-text {
    font-size: 18px;
    color: #222;
}
.article-b__title {
    font-size: 18px;
    color: #222;
    padding: 0 0 20px;
    margin: 0 0 40px;
    border-bottom: 2px solid #08c;
}
.article-b__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article-b__order-icon {
    width: 50px;
    padding-top: 5px;
}
@media (max-width: 750px) {
    .article-b__order-icon {
        display: none;
    }
}
.article-b__order-icon svg {
    fill: #08c;
}
.article-b__order-text {
    width: calc(100% - 220px);
    font-size: 15px;
    color: #555;
    padding: 0 30px 0 25px;
}
@media (max-width: 750px) {
    .article-b__order-text {
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }
}
.article-b__order-button {
    min-width: 170px;
}
.article-b__date {
    font-size: 14px;
    color: #888;
    margin: 0 0 5px;
}
.article-b__info .article-b__date {
    margin: 0 5px 0 0;
}
.article-b__text {
    margin: 0 0 25px;
    border-bottom: 1px solid #f2f2f2;
}
.article-b__section {
    margin: 0 0 45px;
    padding: 0 0 35px;
    border-bottom: 1px solid #f2f2f2;
}
.article-b__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 750px) {
    .article-b__end {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.article-b__end-back,
.article-b__end-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f2f2f2;
}
@media (max-width: 750px) {
    .article-b__end-back,
    .article-b__end-next {
        width: 100%;
        margin: 0 0 15px;
    }
}
.article-b__end-back:hover,
.article-b__end-next:hover {
    background: #f2f2f2;
}
@media (max-width: 750px) {
    .article-b__end-next {
        margin: 0;
    }
}
.article-b__end-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f2f2f2;
}
@media (max-width: 750px) {
    .article-b__end-share {
        width: 100%;
    }
}
.article-b__end-share:hover {
    background: #f2f2f2;
}
.article-b__end-icon {
    height: 47px;
    width: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #222;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    line-height: 1;
    padding: 0 0 4px;
}
.article-b__end-text {
    border-left: 1px solid #f2f2f2;
    margin: 0 -1px;
    height: 47px;
    padding: 0 25px;
    font-size: 15px;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 750px) {
    .article-b__end-text {
        width: calc(100% - 47px);
    }
}
.article-b__end-back:hover .article-b__end-text {
    border-color: #fff;
}
.article-b__end-social {
    border-right: 1px solid #fff;
    margin: 0 -1px;
    height: 47px;
    padding: 0 20px;
    font-size: 15px;
    color: #222;
    display: none;
}
@media (max-width: 750px) {
    .article-b__end-social {
        width: calc(100% - 47px);
    }
}
.article-b__end-select {
    display: block;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background: #666;
}
.article-b__end-share .article-b__end-text {
    border-right: 1px solid #f2f2f2;
}
.article-b__end-next .article-b__end-text {
    border-right: 1px solid #f2f2f2;
}
.article-b__end-next:hover .article-b__end-text {
    border-right: 1px solid #fff;
}
.article-b__end-share .article-b__end-icon {
    padding: 4px 0 0;
}
.article-b__end-share:hover .article-b__end-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.article-b__end-share:hover .article-b__end-text {
    display: none;
}
/* Order
-------------------
 */
.order-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #f2f2f2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.order-b__form {
    width: 70%;
    border-right: 1px solid #f2f2f2;
    padding: 30px;
}
@media (max-width: 750px) {
    .order-b__form {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #f2f2f2;
        padding: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.order-b__info {
    width: 30%;
}
@media (max-width: 750px) {
    .order-b__info {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
.order-b__note {
    margin: 0 0 25px;
    font-size: 14px;
    color: #555;
    padding-left: 20px;
    border-left: 2px solid #08c;
    max-width: 600px;
}
.order-b__field {
    margin: 0 0 30px;
    max-width: 600px;
    position: relative;
}
@media (max-width: 750px) {
    .order-b__field {
        margin: 0 0 15px;
    }
}
.order-b__agree {
    margin: 0 0 25px;
    font-size: 13px;
    color: #555;
}
.order-b__agree a {
    color: #08c;
}
.order-b__agree a:hover {
    color: #222;
}
.order-b__button .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.order-b__head {
    background: #fcfcfd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
.order-b__head .button {
    background: none;
    border: 0;
    font-size: 11px;
    color: #333;
    height: 32px;
    padding: 0 16px;
}
.order-b__head .button:hover {
    border-color: #08c;
    background: #08c;
    color: #fff;
}
.order-b__list {
    padding: 20px;
}
.order-b__item {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 15px;
    margin: 0 0 15px;
    color: #666;
    font-size: 14px;
}
.order-b__item a {
    color: #08c;
}
.order-b__item a:hover {
    color: #222;
}
.order-b__item:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.order-b__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-b__results {
    border-top: 1px solid #f2f2f2;
    background: #fcfcfd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
}
.order-b__results-value {
    font-size: 16px;
    font-weight: 500;
}
.order-b__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 25px;
}
.order-b__forget {
    font-size: 13px;
}
.order-b__forget a {
    color: #08c;
}
.order-b__forget a:hover {
    color: #222;
}
/* Card
------------------
 */
.card-b {
    padding: 35px;
    border: 1px solid #f2f2f2;
    margin: 0 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 750px) {
    .card-b {
        padding: 0;
        border: 0;
    }
}
.card-b__label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e52929;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    color: #fff;
    padding: 2px 5px 1px;
    text-transform: uppercase;
}
.card-b__label_hit {
    background: #08c;
}
.card-b__label_recommend {
    background: #893ca9;
}
.card-b__label_new {
    background: #4fad00;
}
.card-b__gallery {
    width: 55%;
}
@media (max-width: 980px) {
    .card-b__gallery {
        width: 100%;
        margin: 0 0 30px;
    }
}
.card-b__about {
    width: 40%;
}
@media (max-width: 750px) {
    .card-b__about {
        width: 100%;
    }
}
.card-b__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #f2f2f2;
}
.card-b__avail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 13px;
    margin: 0 15px 0 0;
}
@media (max-width: 750px) {
    .card-b__avail {
        width: 100%;
        margin: 0 0 5px;
    }
}
.card-b__avail i {
    margin: 0 6px 0 0;
}
.card-b__article {
    color: #777;
    font-size: 12px;
}
.card-b__price {
    margin: 0 0 15px;
    font-size: 12px;
    color: #777;
}
.card-b__price strong {
    font-size: 24px;
    margin: 0 10px 0 0;
    font-weight: bold;
    color: #222;
}
.card-b__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
    max-width: 254px;
}
.card-b__actions .counter-b {
    width: 122px;
    height: 40px;
    margin: 0 11px 0 0;
}
.card-b__actions .counter-b__control {
    height: 40px;
    width: 40px;
}
.card-b__actions .counter-b__input {
    font-size: 15px;
    height: 40px;
}
.card-b__actions .button {
    height: 40px;
}
.card-b__ask {
    max-width: 254px;
    margin: 0 0 15px;
}
.card-b__garantee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #555;
}
.card-b__garantee i {
    margin: 0 10px 0 0;
}
/* Cart
------------------
 */
.cart-b__empty {
    padding: 44px 44px 44px 178px;
    min-height: 178px;
    border: 1px solid #ebeef1;
    position: relative;
}
@media (max-width: 750px) {
    .cart-b__empty {
        text-align: center;
        padding: 25px 35px;
    }
}
.cart-b__empty-icon {
    position: absolute;
    top: 44px;
    left: 44px;
}
@media (max-width: 750px) {
    .cart-b__empty-icon {
        position: initial;
        margin: 0 auto 20px;
        display: table;
    }
}
.cart-b__empty-title {
    font-size: 20px;
    color: #222;
    margin: 0 0 10px;
}
.cart-b__empty-text {
    font-size: 14px;
    color: #555;
    margin: 0 0 20px;
}
.cart-b__empty-button .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.cart-b__table {
    border: 1px solid #f2f2f2;
}
.cart-b__head {
    background: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 15px;
    color: #95979a;
    font-size: 12px;
}
@media (max-width: 980px) {
    .cart-b__head {
        display: none;
    }
}
.cart-b__row {
    position: relative;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f2f2f2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart-b__remove {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 17px;
    cursor: pointer;
}
.cart-b__column_about {
    width: 55%;
}
.cart-b__column_price {
    width: 15%;
}
.cart-b__column_count {
    width: 15%;
}
@media (max-width: 750px) {
    .cart-b__column_count .counter-b {
        margin: 0 auto;
    }
}
.cart-b__column_summ {
    width: 15%;
}
@media (max-width: 980px) {
    .cart-b__column {
        width: 33.3%;
        text-align: center;
    }
    .cart-b__column_about {
        width: 100%;
        margin: 0 0 15px;
        text-align: left;
    }
}
.cart-b__column strong {
    font-size: 16px;
    color: #333;
}
.cart-b__column s {
    color: #777;
    font-size: 14px;
    display: block;
}
.cart-b__row .cart-b__column_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-b__pic {
    width: 110px;
}
.cart-b__pic img {
    max-width: 100%;
    height: auto;
    display: block;
}
.cart-b__about {
    width: calc(100% - 130px);
}
.cart-b__title {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px;
}
.cart-b__title a {
    color: #222;
}
.cart-b__title a:hover {
    color: #08c;
}
.cart-b__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart-b__avail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 13px;
    margin: 0 15px 0 0;
}
@media (max-width: 750px) {
    .cart-b__avail {
        width: 100%;
        margin: 0 0 5px;
    }
}
.cart-b__avail i {
    margin: 0 6px 0 0;
}
.cart-b__article {
    color: #777;
    font-size: 12px;
}
.cart-b__results {
    border-bottom: 1px solid #f2f2f2;
    padding: 30px 0;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-b__results-clear .button {
    background: none;
    border: 0;
    font-size: 11px;
    color: #333;
    height: 32px;
    padding: 0 16px;
}
.cart-b__results-clear .button span {
    margin: -2px 0 0 4px;
    font-size: 15px;
}
.cart-b__results-clear .button:hover {
    border-color: #08c;
    background: #08c;
    color: #fff;
}
.cart-b__results-price {
    color: #333;
    font-size: 20px;
}
.cart-b__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-b__actions .button_white {
    margin: 0 20px 0 auto;
}
@media (max-width: 750px) {
    .cart-b__actions .button {
        width: 100%;
        margin: 0 0 15px;
    }
}
/* Stuff
-------------------
 */
.stuff-b {
    border: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px;
}
@media (max-width: 750px) {
    .stuff-b {
        border: 0;
        padding: 0;
    }
}
.stuff-b__item {
    width: 30%;
    font-size: 14px;
    color: #666;
}
@media (max-width: 750px) {
    .stuff-b__item {
        width: 100%;
        margin: 0 0 25px;
    }
}
.stuff-b__item strong {
    color: #222;
    font-size: 15px;
    display: block;
    margin: 0 0 1px;
}
.stuff-b__icon {
    margin: 0 0 10px;
}
/* Services ------------------ */
.main-page-services {
    padding: 60px 0;
    border-bottom: 1px solid #f2f2f2;
    background: #f9f9fa;
    overflow: hidden;
}
.main-page-services__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-page-services__left {
    width: 330px;
    padding: 35px 0 0;
    position: relative;
}
@media (max-width: 980px) {
    .main-page-services__left {
        width: 100%;
        margin: 0 0 30px;
    }
}
.main-page-services__left:before {
    content: '';
    background: #08c;
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-page-services__title {
    color: #222;
    position: relative;
    font-size: 18px;
    margin: 0 0 15px;
}
.main-page-services__text {
    font-size: 15px;
    color: #777;
    margin: 0 0 20px;
}
.main-page-services .button {
    background: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.main-page-services .button:hover {
    background: #08c;
}
.main-page-services__right {
    width: calc(100% - 360px);
}
@media (max-width: 980px) {
    .main-page-services__right {
        width: 100%;
    }
}
.main-page-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0;
}
@media (max-width: 750px) {
    .main-page-services__list {
        margin: 0 0 -20px 0;
    }
}
.main-page-services__item {
    width: 25%;
    padding: 0 20px 20px 0;
}
.main-page-services__item_double {
    width: 50%;
}
@media (max-width: 980px) {
    .main-page-services__item {
        width: 50%;
    }
}
@media (max-width: 750px) {
    .main-page-services__item {
        width: 100%;
        padding: 0 0 20px;
    }
}
.main-page-services__block {
    height: 220px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.main-page-services__block img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center top;
    display: block;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.main-page-services__block:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
.main-page-services__toggle {
    position: absolute;
    top: calc(100% - 65px);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    z-index: 9;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
@media (max-width: 750px) {
    .main-page-services__toggle {
        top: 0;
        height: 100%;
    }
}
.main-page-services__label {
    display: inline-block;
    padding: 3px 12px;
    background: #08c;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}
.main-page-services__note {
    margin: 10px 0 0;
    color: #fff;
    font-size: 13px;
}
@media (max-width: 750px) {
    .main-page-services__note {
        display: none;
    }
}
.main-page-services__block:hover .main-page-services__toggle {
    bottom: 0;
}
/* Catalog ------------------ */
.main-page-catalog {
    padding: 60px 0;
    border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 750px) {
    .main-page-catalog {
        padding: 30px 0;
    }
}
.main-page-catalog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-page-catalog__item {
    border: 1px solid #f5f5f5;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    width: 50%;
    margin: 0 -1px -1px 0;
}
@media (max-width: 750px) {
    .main-page-catalog__item {
        width: 100%;
        margin: 0 0 -1px;
        padding: 20px;
    }
}
.main-page-catalog__item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
.main-page-catalog__pic {
    width: 120px;
}
@media (max-width: 750px) {
    .main-page-catalog__pic {
        width: 90px;
    }
}
.main-page-catalog__pic img {
    max-width: 100%;
    height: auto;
    display: block;
}
.main-page-catalog__about {
    width: calc(100% - 150px);
}
@media (max-width: 750px) {
    .main-page-catalog__about {
        width: calc(100% - 120px);
    }
}
.main-page-catalog__title {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 3px;
}
.main-page-catalog__title a {
    color: #222;
}
.main-page-catalog__title a:hover {
    color: #08c;
}
.main-page-catalog__text {
    color: #666;
    font-size: 14px;
}
/* Products ------------------ */
.main-page-products {
    padding: 60px 0 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
/* Fiches ------------------ */
.main-page-fiches__grid {
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 980px) {
    .main-page-fiches__grid {
        padding: 30px 0 0;
    }
}
.main-page-fiches__column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    font-size: 14px;
    color: #666;
    min-height: 60px;
    line-height: 1.4;
    padding: 10px 0 0 80px;
}
@media (max-width: 980px) {
    .main-page-fiches__column {
        width: 50%;
        margin: 0 0 30px;
    }
}
@media (max-width: 750px) {
    .main-page-fiches__column {
        width: 100%;
    }
}
.main-page-fiches__column img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-page-fiches__column strong {
    display: block;
    font-size: 15px;
    color: #222;
    font-weight: bold;
    margin: 0 0 1px;
}
/* News ------------------ */
.main-page-news {
    padding: 60px 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
/* Articles ------------------ */
.main-page-articles {
    padding: 60px 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
.main-page-articles__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-page-articles__column {
    width: calc(50% - 16px);
}
.main-page-articles__column iframe {
    min-height: 350px;
}
@media (max-width: 750px) {
    .main-page-articles__column {
        width: 100%;
        margin: 0 0 32px;
    }
    .main-page-articles__column:last-child {
        margin: 0;
    }
}
.main-page-articles__column .news-b__list_articles-main {
    grid-template-columns: repeat(2, 1fr);
}
/* Reviews ------------------ */
.main-page-reviews {
    padding: 60px 0;
    border-bottom: 1px solid #f2f2f2;
}
.main-page-reviews__item {
    border: 1px solid #f5f5f5;
    padding: 30px;
}
.main-page-reviews__head {
    position: relative;
    padding: 2px 0 0 70px;
    min-height: 50px;
    margin: 0 0 20px 40px;
    font-size: 13px;
    color: #777;
}
@media (max-width: 750px) {
    .main-page-reviews__head {
        margin-left: 0;
    }
}
.main-page-reviews__head img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}
.main-page-reviews__head strong {
    display: block;
    color: #222;
    font-size: 16px;
}
.main-page-reviews__quote {
    padding: 0 0 0 40px;
    position: relative;
}
.main-page-reviews__quote svg {
    position: absolute;
    left: 0;
    top: 3px;
    fill: #08c;
}
.main-page-reviews__quote p {
    color: #555;
    font-size: 16px;
    margin: 0 0 20px;
}
.main-page-reviews__quote .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
/* Last ------------------ */
.main-page-last {
    padding: 60px 0;
    border-bottom: 1px solid #f2f2f2;
}
.main-page-last__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-page-last__column {
    width: calc(50% - 20px);
}
@media (max-width: 750px) {
    .main-page-last__column {
        width: 100%;
        margin: 0 0 50px;
    }
}
.main-page-last__button {
    display: table;
    padding: 20px 0 0;
}
.main-page-last .swiper-container {
    position: relative;
}
.main-page-last .arrow-b {
    top: 50%;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    z-index: 99;
    position: absolute;
}
@media (max-width: 750px) {
    .main-page-last .arrow-b {
        display: none;
    }
}
.main-page-last .arrow-b_prev {
    left: 20px;
}
.main-page-last .arrow-b_next {
    right: 20px;
}
.main-page-last__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-page-last__item {
    width: 100%;
    height: 328px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 980px) {
    .main-page-last__item {
        height: auto;
    }
}
.main-page-last__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
@media (max-width: 980px) {
    .main-page-last__item img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 14;
    }
}
.main-page-last__list .main-page-last__item {
    width: 50%;
}
@media (max-width: 750px) {
    .main-page-last__list .main-page-last__item {
        width: 100%;
    }
}
.main-page-last__toggle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    height: 100%;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    display: block;
    z-index: 15;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
@media (max-width: 980px) {
    .main-page-last__toggle {
        padding: 20px;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.main-page-last__toggle .is-scrollbar {
    height: 328px;
}
@media (max-width: 980px) {
    .main-page-last__toggle .is-scrollbar {
        height: auto;
    }
}
.main-page-last__toggle .mCSB_inside>.mCSB_container {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 980px) {
    .main-page-last__toggle .mCSB_inside>.mCSB_container {
        padding: 0;
    }
}
.main-page-last__toggle .mCSB_scrollTools .mCSB_draggerContainer {
    top: 20px;
    height: calc(100% - 40px);
}
.main-page-last__click {
    display: block;
    color: #fff;
}
.main-page-last__item:hover .main-page-last__toggle {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.main-page-last__date {
    margin: 0 0 10px;
    font-weight: 500;
    display: block;
}
.main-page-last__text {
    display: block;
}
/* About ------------------ */
.main-page-region {
    padding: 60px 0;
    border-bottom: 1px solid #f2f2f2;
}
.main-page-region h2 {
    text-align: center;
}
.main-page-region__map {
    margin: 0 0 40px;
}
.main-page-region__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-page-region__buttons .button {
    margin: 0 10px;
}
@media (max-width: 750px) {
    .main-page-region__buttons .button {
        margin: 0 0 10px;
    }
}
/* About ------------------ */
.main-page-about {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0 0;
}
@media (max-width: 750px) {
    .main-page-about {
        padding: 25px 0;
    }
}
.main-page-about__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-page-about__content {
    padding: 0 0 70px;
    width: 62%;
}
@media (max-width: 750px) {
    .main-page-about__content {
        padding: 0;
        width: 100%;
    }
}
.main-page-about__content p {
    color: #555;
    font-size: 15px;
    margin: 0 0 20px;
}
.main-page-about__pic {
    width: 30%;
}
@media (max-width: 750px) {
    .main-page-about__pic {
        display: none;
    }
}
.main-page-about__pic img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* Logos ------------------ */
.main-page-logo {
    padding: 45px 0 0;
}
.main-page-logo__float {
    max-width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: rgba(0, 156, 235, 0.1);
}
.main-page-logo__float:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, #fff 0, rgba(255,255,255,0));
    background: linear-gradient(90deg, #fff 0, rgba(255,255,255,0));
    content: '';
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 2;
    left: 0;
    top: 0;
}
.main-page-logo__float:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #fff), to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(right, #fff 0, rgba(255,255,255,0));
    background: linear-gradient(-90deg, #fff 0, rgba(255,255,255,0));
    content: '';
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 2;
    right: 0;
    top: 0;
}
.main-page-logo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-page-logo__item {
    min-width: 120px;
    text-align: center;
    margin: 0 10px;
}
@media (max-width: 750px) {
    .main-page-logo__item {
        min-width: 90px;
    }
}
.main-page-logo__item img {
    max-height: 100px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 0.5;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.main-page-logo__item a:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.main-block-b {
    border-top: 1px solid #f2f2f2;
    padding: 30px 0;
}
@media (max-width: 750px) {
    .main-block-b {
        padding: 0;
        margin: 0 -15px;
    }
}
.main-block-b__event {
    padding: 20px 25px;
    margin: 0 0 15px;
    border: 3px solid #08c;
    height: 270px;
}
@media (max-width: 750px) {
    .main-block-b__event {
        border: 0;
        width: 100%;
    }
}
.main-block-b__event:last-child {
    margin: 0;
}
.main-block-b__event_blue {
    background: #08c;
}
.main-block-b__event-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 12px;
}
.main-block-b__event-title a {
    color: #08c;
}
.main-block-b__event-title a:hover {
    color: #333;
}
.main-block-b__event_blue .main-block-b__event-title a {
    color: #fff;
}
.main-block-b__event_blue .main-block-b__event-title a:hover {
    color: #333;
}
.main-block-b__event-item {
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-block-b__event-item:last-child {
    margin: 0;
}
.main-block-b__event-date {
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 1px 0 0;
    font-size: 11px;
    background: #08c;
    width: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-block-b__event-label {
    padding: 0 10px;
    width: calc(100% - 135px);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-block-b__event-label a {
    color: #08c;
}
.main-block-b__event-label a:hover {
    color: #333;
}
.main-block-b__event_blue .main-block-b__event-date {
    background: #fff;
    color: #08c;
}
.main-block-b__event_blue .main-block-b__event-label a {
    color: #fff;
}
.main-block-b__event_blue .main-block-b__event-label a:hover {
    color: #333;
}
.main-block-b__event-actions {
    padding: 3px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70px;
}
.main-block-b__event-actions svg {
    fill: #08c;
    width: 16px;
    height: auto;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.main-block-b__event-actions a:hover svg {
    fill: #333;
}
.main-block-b__event_blue .main-block-b__event-actions svg {
    fill: #fff;
}
.main-block-b__event_blue .main-block-b__event-actions a:hover svg {
    fill: #333;
}
.main-block-b__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-block-b__slider {
    width: calc(100% - 390px);
    position: relative;
}
@media (max-width: 980px) {
    .main-block-b__slider {
        width: 100%;
        margin: 0 0 20px;
    }
}
.main-block-b__slider .swiper-container {
    height: 100%;
}
.main-block-b__slider .swiper-pagination-bullet {
    background: none;
    border: 2px solid #333;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.main-block-b__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #333 !important;
}
.main-block-b__slider .headline-b__grid {
    height: 100%;
}
.main-block-b__slider .headline-b__pic {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(28%);
    transform: translateX(28%);
}
.main-block-b__slider .headline-b__about {
    height: 100%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 90px;
    max-width: 450px;
    position: relative;
    z-index: 3;
}
@media (max-width: 980px) {
    .main-block-b__slider .headline-b__about {
        padding: 40px 90px;
        max-width: 100%;
    }
}
@media (max-width: 750px) {
    .main-block-b__slider .headline-b__about {
        text-align: center;
        padding: 20px 0 50px;
    }
    .main-block-b__slider .headline-b__about .headline-b__title {
        font-size: 18px;
        margin: 0 0 5px;
        font-weight: 500;
    }
    .main-block-b__slider .headline-b__about .headline-b__text {
        font-size: 13px;
    }
    .main-block-b__slider .headline-b__about .headline-b__text br {
        display: none;
    }
    .main-block-b__slider .headline-b__about .headline-b__actions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-block-b__slider .headline-b__about .headline-b__actions .button {
        margin: 0 5px;
        padding: 0 15px;
    }
}
.main-block-b__slider .max-width {
    height: 100%;
}
.main-block-b__slider .swiper-pagination {
    position: absolute !important;
}
.main-block-b__slider .arrow-b {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
@media (max-width: 750px) {
    .main-block-b__slider .arrow-b {
        display: none;
    }
}
.main-block-b__slider .arrow-b_prev {
    left: 20px;
}
.main-block-b__slider .arrow-b_next {
    right: 20px;
}
.main-block-b__list {
    width: 370px;
}
@media (max-width: 980px) {
    .main-block-b__list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 750px) {
    .main-block-b__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.main-block-b__list .main-page-services__item {
    width: 100%;
    padding: 0 0 20px;
}
@media (max-width: 980px) {
    .main-block-b__list .main-page-services__item {
        width: calc(50% - 10px);
        padding: 0;
    }
}
@media (max-width: 750px) {
    .main-block-b__list .main-page-services__item {
        padding: 0 0 20px;
        width: 100%;
    }
}
.main-block-b__list .main-page-services__item:last-child {
    padding: 0;
}
.main-block-b__list .main-page-services__toggle {
    height: 100%;
    top: 0;
}
.main-block-b__list .main-page-services__toggle:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 1;
    content: '';
    position: absolute;
}
.main-block-b__list .main-page-services__label {
    font-size: 11px;
    position: relative;
    z-index: 2;
}
.main-block-b__list .main-page-services__note {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    z-index: 2;
    display: block;
}
.goods-b__section {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.goods-b__section_show {
    height: auto;
    overflow: visible;
    visibility: visible;
}
.goods-b .swiper-container {
    margin: 0 -20px;
}
.goods-b__item {
    padding: 20px;
    min-height: 440px;
}
.goods-b__block {
    border: 1px solid #f2f2f2;
    padding: 25px 40px;
    -webkit-transition: -webkit-box-shadow 0.15s linear;
    transition: -webkit-box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
    min-height: 310px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 980px) {
    .goods-b__block:hover {
        border-color: transparent;
        -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,0.07);
        box-shadow: 0 0 18px 0 rgba(0,0,0,0.07);
    }
}
.goods-b__pic {
    display: table;
    margin: 0 auto;
    height: 200px;
}
.goods-b__pic img {
    width: 100%;
    display: block;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}
.goods-b__title {
    text-align: center;
    font-weight: 500;
    margin: 15px 0 5px;
    font-size: 16px;
    line-height: 1.4;
}
.goods-b__title a {
    color: #222;
}
.goods-b__title a:hover {
    color: #08c;
}
.goods-b__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    margin: 0 0 10px;
    color: #777;
}
.goods-b .card-b__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 10px;
    border: 0;
}
@media (max-width: 750px) {
    .goods-b .card-b__avail {
        width: auto;
        margin: 0 15px 0 0;
    }
}
.goods-b__price {
    color: #555;
    font-size: 15px;
    text-align: center;
}
.goods-b__price strong {
    font-size: 18px;
    color: #222;
}
.goods-b__price_row strong {
    display: block;
}
.goods-b__actions {
    display: none;
    padding: 15px 0 0;
    margin: auto -15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.goods-b__actions .counter-b {
    margin: 0 10px 0 0;
}
.goods-b__actions .button {
    height: 34px;
    padding: 0 15px;
    font-weight: normal;
}
.goods-b__desc {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    margin: 0 -15px;
}
.goods-b__desc-field {
    margin: 0 0 8px;
    font-size: 13px;
    color: #333;
}
.goods-b__desc-field:last-child {
    margin: 0;
}
.goods-b__desc-field strong {
    display: block;
    color: #999;
    font-weight: normal;
}
@media (min-width: 980px) {
    .goods-b__block:hover .card-b__info {
        margin: 0 0 20px;
    }
    .goods-b__block:hover .card-b__label {
        display: none;
    }
    .goods-b__block:hover .goods-b__pic {
        display: none;
    }
    .goods-b__block:hover .goods-b__title {
        min-height: auto;
    }
    .goods-b__block:hover .goods-b__cat {
        display: none;
    }
    .goods-b__block:hover .goods-b__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .goods-b__block:hover .goods-b__desc {
        height: 219px;
        visibility: visible;
        overflow: visible;
        margin-bottom: 25px;
    }
}
.history-b__row {
    background: #f6f7f8;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.history-b__year {
    color: #08c;
    font-size: 30px;
    text-align: center;
    width: 120px;
    padding: 16px;
    font-weight: 500;
}
@media (max-width: 750px) {
    .history-b__year {
        width: 100%;
    }
}
.history-b__about {
    padding: 24px 36px 10px;
    background: #eceff1;
    width: calc(100% - 120px);
}
@media (max-width: 750px) {
    .history-b__about {
        padding: 24px;
        width: 100%;
    }
}
.history-b__about_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.history-b__about p {
    color: #555;
    font-size: 15px;
    margin: 0 0 25px;
}
.history-b__about-text {
    width: calc(100% - 250px);
}
@media (max-width: 750px) {
    .history-b__about-text {
        width: 100%;
    }
}
.history-b__about-pic {
    width: 220px;
}
@media (max-width: 750px) {
    .history-b__about-pic {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }
}
.history-b__about-pic img {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.history-b__about-pic a:hover img {
    opacity: 0.7;
}
.shadow-b {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}
.person-b {
    border: 1px solid #f2f2f2;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 35px;
}
@media (max-width: 750px) {
    .person-b {
        padding: 20px;
    }
}
.person-b__photo {
    width: 190px;
}
.broshure-b__photo {
    width: 190px;
}
@media (max-width: 750px) {
    .person-b__photo {
        margin: 0 auto 35px;
    }
}
.person-b__photo img {
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}
.broshure-b__photo img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 750px) {
    .person-b__photo img {
        height: 190px;
        border-radius: 100%;
    }
}
@media (max-width: 750px) {
    .broshure-b__photo img {
        height: 190px;
    }
}
.person-b__about {
    width: calc(100% - 230px);
}
@media (max-width: 750px) {
    .person-b__about {
        width: 100%;
    }
}
.person-b__about .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: normal;
}
.person-b__social {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #f2f2f2;
}
.person-b__social .reviews-b__social {
    margin: 0;
}
.person-b__social .icon_contacts_vk {
    background-position: -31px -5px;
}
.person-b__social .icon_contacts_tw {
    background-position: -89px -4px;
}
.person-b__social .icon_contacts_ig {
    background-position: -117px -5px;
}
.person-b__social .icon_contacts_skype {
    background-position: -168px 0px;
}
.person-b__whois {
    margin: 0 0 15px;
}
.person-b__whois span {
    color: #666;
}
.person-b__text {
    color: #555;
}
.person-b__text p {
    margin: 0 0 25px;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-timing-function:cubic-bezier(0.1,0,.25,1);-webkit-transition-duration:0ms;transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{-webkit-box-sizing:content-box;box-sizing:content-box}.fotorama__caption__wrap{-webkit-box-sizing:border-box;box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../img/content/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../img/content/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#08c;background-image:-webkit-gradient(linear,left top, right bottom,from(rgba(255,255,255,.25)),to(rgba(64,64,64,.1)));background-image:-webkit-linear-gradient(top left,rgba(255,255,255,.25),rgba(64,64,64,.1));background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:-webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(25%, rgba(0,0,0,.2)),color-stop(75%, rgba(0,0,0,.3)),to(transparent)),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(0 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:-webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(25%, rgba(0,0,0,.2)),color-stop(75%, rgba(0,0,0,.3)),to(transparent)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-gradient(linear,
    left bottom, left top,
    from(rgba(0, 0, 0, .85)),
    color-stop(50%, rgba(0, 0, 0, .3)),
    color-stop(65%, rgba(0, 0, 0, .15)),
    color-stop(75.5%, rgba(0, 0, 0, .075)),
    color-stop(82.85%, rgba(0, 0, 0, .037)),
    color-stop(88%, rgba(0, 0, 0, .019)),
    to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,.5)),to(rgba(255,255,255,0)));background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,.5)),to(rgba(255,255,255,0)));background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);-webkit-box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2);box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-box-shadow:inset 1px 0 1px rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{-webkit-box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5);box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{border-radius:5px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.4);box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.4);box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);-webkit-box-shadow:inset 1px 1px 16px rgba(0,0,0,.1);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{-webkit-box-shadow:inset 0 0 14px rgba(0,0,0,.2);box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2);box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2);box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);-webkit-box-shadow:inset 1px 1px 16px rgba(0,0,0,.1);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/**
 * Swiper 5.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 20, 2020
 */

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Comments
---------------------------
 */
.comments-b {
    margin: 0 0 45px;
    padding: 0 0 25px;
    border-bottom: 1px solid #f2f2f2;
}
.comments-b__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 25px;
}
@media (max-width: 980px) {
    .comments-b__tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 0 -15px 40px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .comments-b__tabs::-webkit-scrollbar {
        display: none;
    }
}
.comments-b__tabs_gray {
    background: #f9f9fa;
}
.comments-b__tabs-item {
    margin: 0 0 -1px;
    position: relative;
}
.comments-b__tabs_gray .comments-b__tabs-item {
    border-right: 1px solid #f2f2f2;
    margin: 0 -1px -1px 0;
}
.comments-b__tabs-links {
    padding: 0 25px;
    height: 58px;
    font-weight: 500;
    color: #222;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 2px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comments-b__tabs-links:hover {
    color: #08c;
}
.comments-b__tabs-links_active {
    color: #08c;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-top: 2px solid #08c;
    background: #fff;
}
.comments-b__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.comments-b__add-form {
    width: 100%;
    margin: 35px 0 0;
    display: none;
}
.comments-b__add-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comments-b__add-field {
    width: calc(50% - 10px);
    margin: 0 0 20px;
}
.comments-b__add-field .order-b__field {
    max-width: 100%;
    margin: 0;
}
@media (max-width: 750px) {
    .comments-b__add-field {
        width: 100%;
    }
}
.comments-b__add-field_full {
    width: 100%;
}
.comments-b__content {
    padding: 35px 0 0;
    border-top: 1px solid #f2f2f2;
}
.comments-b__item {
    margin: 0 0 30px;
}
.comments-b__item-about {
    margin: 0 0 10px;
    font-size: 13px;
    color: #777;
}
.comments-b__item-about strong {
    color: #222;
    margin: 0 15px 0 0;
    font-size: 15px;
}
.comments-b__item-text {
    margin: 0 0 15px;
    font-size: 14px;
}
.comments-b__item-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}
.comments-b__item-action {
    margin: 0 20px 0 0;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comments-b__item-action i {
    opacity: 0.6;
    margin: 0 5px 0 0;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.comments-b__item-action:hover {
    color: #222;
}
.comments-b__item-action:hover i {
    opacity: 1;
}
.footer-b {
    background: #373d44;
    color: #969ba5;
    font-size: 14px;
}
.footer-b__sub {
    background: rgba(255,255,255,0.05);
    padding: 25px 0 27px;
}
@media (max-width: 980px) {
    .footer-b__sub {
        padding: 15px 0 25px;
    }
}
.footer-b__sub-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-b__sub-label {
    margin: 0 30px 0 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-b__sub-label svg {
    margin: -10px 25px -10px 0;
    fill: #fff;
    opacity: 0.5;
}
@media (max-width: 980px) {
    .footer-b__sub-label {
        margin: 0 0 10px;
        width: 100%;
    }
    .footer-b__sub-label svg,
    .footer-b__sub-label br {
        display: none;
    }
}
.footer-b__sub-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.footer-b__sub-row .input-text {
    width: calc(100% - 162px);
    border: 0;
    background: #fff;
    height: 42px;
}
.footer-b__sub-row .button {
    width: 162px;
}
.footer-b__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 0 0;
}
@media (max-width: 980px) {
    .footer-b__grid {
        padding: 15px 0 0;
    }
}
.footer-b__column {
    width: 25%;
    margin: 0 0 40px;
}
.footer-b__title {
    font-weight: bold;
    margin: 0 0 14px;
    color: #fff;
    font-size: 15px;
    position: relative;
}
.footer-b__title a {
    color: #fff;
}
.footer-b__title svg {
    display: none;
    fill: #fff;
    height: 8px;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
@media (max-width: 980px) {
    .footer-b__title svg {
        display: block;
    }
}
.footer-b__title_active svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.footer-b__links {
    color: #a7a7a7;
    display: block;
    margin: 0 0 10px;
}
.footer-b__links:hover {
    color: #fff;
}
.footer-b__links_active {
    color: #fff;
}
@media (max-width: 980px) {
    .footer-b__menu {
        display: none;
        margin: 0 0 15px;
    }
    .footer-b__column {
        width: 100%;
        margin: 0 0 15px;
        border-bottom: 1px solid #41474e;
    }
    .footer-b__column:last-child {
        margin: 0;
        border: 0;
    }
}
.footer-b__contacts-item {
    margin: 0 0 14px;
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: 15px;
}
.footer-b__contacts-item_phone {
    font-weight: 500;
    margin: 0 0 25px;
}
.footer-b__contacts-item svg {
    fill: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    opacity: 0.5;
}
.footer-b__contacts-item svg.icon__map {
    left: 1px;
}
.footer-b__contacts-links {
    color: #fff;
}
.footer-b__bottom {
    padding: 18px 0 20px;
    border-top: 1px solid #41474e;
    margin: 20px 0 0;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
}
@media (max-width: 750px) {
    .footer-b__copy {
        margin: 0 0 15px;
    }
}
.footer-b__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-b__social-links {
    margin: 4px 0 4px 8px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url("../img/content/contacts.png") -4px -4px/548px 148px no-repeat;
}
.footer-b__social-links:hover {
    opacity: 0.8;
}
.footer-b__social-links_vk {
    background-position: -4px -4px;
}
.footer-b__social-links_fb {
    background-position: -54px -4px;
}
.footer-b__social-links_tw {
    background-position: -104px -4px;
}
.footer-b__social-links_insta {
    background-position: -154px -4px;
}
.footer-b__social-links_tg {
    background-position: -4px -104px;
}
.footer-b__social-links_yt {
    background-position: -204px -4px;
}
.footer-b__social-links_ok {
    background-position: -254px -4px;
}
.footer-b__social-links_mru {
    background-position: -4px -54px;
}
@media (max-width: 980px) {
    .footer-b__social-links {
        margin: 4px 8px 4px 0;
    }
}
/* Goods
---------------------------
 */
.header-nav-b {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    background: #fff;
    width: 300px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    display: none;
    z-index: 101;
    overflow-y: scroll;
    overflow-x: hidden;
}
@media (max-width: 980px) {
    .header-nav-b {
        display: block;
    }
}
.header-nav-b_show {
    -webkit-box-shadow: 3px 0 10px 0 rgba(0,0,0,0.45);
    box-shadow: 3px 0 10px 0 rgba(0,0,0,0.45);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header-nav-b__level {
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.header-nav-b__level_first {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header-nav-b__level_first-hide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header-nav-b__level_second-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header-nav-b__level_second-hide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header-nav-b__level_third-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header-nav-b__level_third-hide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header-nav-b__level_fourth-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header-nav-b__level_fourth-hide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header-nav-b__level_fifth-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header-nav-b__level_fifth-hide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header-nav-b__item {
    border-bottom: 1px solid #f2f2f2;
}
.header-nav-b__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 12px 46px 13px 19px;
    font-weight: bold;
    color: #222;
    font-size: 15px;
}
.header-nav-b__links svg {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}
.header-nav-b__links svg.icon__phone {
    left: 23px;
}
.header-nav-b__links_gray {
    background: #fbfbfb;
    padding-left: 52px;
}
.header-nav-b__links_arrow {
    background-image: url("../img/content/triangle.svg");
    background-position: 280px 50%;
    background-repeat: no-repeat;
}
.header-nav-b__level_second .header-nav-b__links {
    font-weight: normal;
}
.header-nav-b__level_third .header-nav-b__links {
    font-weight: normal;
}
.header-nav-b__level_fourth .header-nav-b__links {
    font-weight: normal;
}
.header-nav-b__level_fifth .header-nav-b__links {
    font-weight: normal;
}
.header-nav-b__section {
    display: none;
}
.header-nav-b__section_show {
    display: block;
}
.header-nav-b__back {
    font-size: 15px;
    color: #222;
    padding: 15px 20px 14px;
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav-b__back strong {
    display: block;
    font-size: 19px;
    margin: -2px 6px 0 0;
}
.header-nav-b__label {
    background: #fbfbfb;
    padding: 14px 23px 15px 19px;
    font-weight: bold;
    color: #08c;
    border-bottom: 1px solid #f2f2f2;
}
.header-nav-b__count {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 0 6px 0 7px;
    background: #b0b0b0;
    border-radius: 35px;
    color: #fff;
    margin: 0 0 0 7px;
}
.header-nav-b__contacts {
    padding: 25px 19px;
}
.header-nav-b__contacts-field {
    margin: 0 0 20px;
    position: relative;
    padding-left: 28px;
    font-size: 13px;
    color: #333;
}
.header-nav-b__contacts-field svg {
    position: absolute;
    left: 0;
    top: 3px;
}
.header-nav-b__contacts-field a {
    color: #222;
}
.header-nav-b__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-nav-b__social-links {
    margin: 0 8px 8px 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url("../img/content/contacts.png") -4px -4px/548px 148px no-repeat;
}
.header-nav-b__social-links:hover {
    opacity: 0.8;
}
.header-nav-b__social-links_vk {
    background-position: -4px -4px;
}
.header-nav-b__social-links_fb {
    background-position: -54px -4px;
}
.header-nav-b__social-links_tw {
    background-position: -104px -4px;
}
.header-nav-b__social-links_insta {
    background-position: -154px -4px;
}
.header-nav-b__social-links_tg {
    background-position: -4px -104px;
}
.header-nav-b__social-links_yt {
    background-position: -204px -4px;
}
.header-nav-b__social-links_ok {
    background-position: -254px -4px;
}
.header-nav-b__social-links_mru {
    background-position: -4px -54px;
}
.shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 100;
}
@media (min-width: 980px) {
    .shadow {
        display: none !important;
    }
}
.header-mobile-b {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.136);
    box-shadow: 0 1px 5px rgba(0,0,0,0.136);
}
@media (max-width: 980px) {
    .header-mobile-b {
        display: block;
    }
}
.header-mobile-b__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 62px;
}
.header-mobile-b__burger {
    position: relative;
    top: 3px;
}
.header-mobile-b__logo {
    margin: 0 auto 0 20px;
    position: relative;
}
.header-mobile-b__logo img {
    max-height: 48px;
    display: block;
}
.header-mobile-b__logo svg {
    width: 108px;
    height: auto;
    fill: #08c;
}
.header-mobile-b__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-mobile-b__actions-links {
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 10px;
}
.header-mobile-b__actions-count {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 6px 0px 7px;
    background: #b0b0b0;
    border-radius: 35px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 12px;
    right: -2px;
}
.header-b {
    /*background: #fff;*/
}
.header-b_main {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
@media (max-width: 980px) {
    .header-b {
        display: none;
    }
}
.header-b .button {
    background: none;
}
.header-b .button:hover {
    background: #08c;
}
.header-b__top {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 140px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.header-b_main .header-b__top {
    border: 0;
}
.header-b__logo svg {
    fill: #08c;
}

.header-b__address {
    position: relative;
    color: #222;
    padding-left: 22px;
    max-width: 260px;
}
.header-b__address svg {
    position: absolute;
    left: 0;
    top: 2px;
    fill: #08c;
}
.header-b__city {
    margin-left: 3%;
}
.header-b__city-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    white-space: nowrap;
}
.header-b__city-select svg {
    margin: 0 0 0 5px;
    height: 3px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.header-b__city-select:hover {
    color: #08c;
}
.header-b__city-select:hover svg {
    fill: #08c;
}

.header-b__phone {
    margin-left: 3%;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    padding-left: 25px;
}
.header-b__phone svg {
    fill: #08c;
    position: absolute;
    left: 0;
    top: 4px;
}
.header-b__note {
    color: #000;
    max-width: 300px;
    margin: 0 auto 0 2%;
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    padding-left: 15px;
}
.logo-header {
    height: 90px;
}
@media (max-width: 1200px) {
    .header-b__note {
        display: none;
    }
}
.header-b__phone a {
    color: #222;
}
.header-b__callback {
    margin-left: 40px;
}

@media (max-width: 980px) {
    .header-b__callback {
        margin-left: 5px;
    }
}

.header-b__fixed {
    -webkit-transition: -webkit-box-shadow 0.15s linear;
    transition: -webkit-box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
    z-index: 999 !important;
}
.header-b__fixed .max-width {
    position: relative;
}
.header-b__fixed-grid {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.is-sticky .header-b__fixed {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.136);
    box-shadow: 0 1px 5px rgba(0,0,0,0.136);
}
.header-b_main .header-b__fixed-grid {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.header-b__fixed .header-b__logo {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    position: absolute;
    left: 0;
    top: -100%;
}
.header-b__fixed .header-b__logo svg {
    width: 144px;
    height: auto;
}
.is-sticky .header-b__fixed .header-b__logo {
    top: 5px;
    opacity: 1;
    pointer-events: auto;
}
.is-sticky .header-b__fixed .header-b__logo img {
    max-height: 48px;
}
.header-b__menu {
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.is-sticky .header-b__menu {
    padding-left: 70px;
}
.header-b__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
.header-b__item_catalog {
    position: initial;
}
.header-b__drop {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background: #fff;
    border-top: 2px solid #08c;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 21;
    width: 100%;
    min-width: 280px;
    display: none;
}
.header-b__drop-item {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.header-b__drop-item:last-child {
    border-bottom: 0;
}
.header-b__drop-links {
    padding: 14px 50px 14px 20px;
    display: block;
    color: #222;
}
.header-b__drop-links svg {
    fill: #666;
    height: 10px;
    width: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 20px;
    top: 20px;
}
.header-b__drop-links:hover {
    color: #08c;
}
.header-b__drop-links:hover svg {
    fill: #08c;
}
.header-b__second {
    position: absolute;
    left: 100%;
    top: -2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background: #fff;
    border-top: 2px solid #08c;
    z-index: 9;
    white-space: normal;
    max-width: 350px;
    width: 100%;
    display: none;
}
.header-b__third {
    position: absolute;
    left: 100%;
    top: -2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background: #fff;
    border-top: 2px solid #08c;
    z-index: 9;
    white-space: normal;
    max-width: 350px;
    width: 100%;
    display: none;
}
.header-b__fourth {
    position: absolute;
    left: 100%;
    top: -2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background: #fff;
    border-top: 2px solid #08c;
    z-index: 9;
    white-space: normal;
    max-width: 350px;
    width: 100%;
    display: none;
}
.header-b__fifth {
    position: absolute;
    left: 100%;
    top: -2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background: #fff;
    border-top: 2px solid #08c;
    z-index: 9;
    white-space: normal;
    max-width: 350px;
    width: 100%;
    display: none;
}
.header-b__links {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-b__links svg {
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    color: #222;
    margin: 0 0 0 8px;
    height: 7px;
    width: auto;
}
.header-b__links:hover {
    color: #08c;
}
.header-b__links:hover svg {
    fill: #08c;
}
.header-b__second .header-b__drop-links {
    font-size: 13px;
    padding: 10px 40px 10px 15px;
}
.header-b__second .header-b__drop-links svg {
    top: 15px;
}
.header-b__actions {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-b__actions-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 60px;
}
.header-b__actions-links svg {
    fill: #222;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.header-b__actions-links:hover svg {
    fill: #08c;
}
.header-b__actions-count {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 6px 0px 7px;
    background: #b0b0b0;
    border-radius: 35px;
    color: #fff;
    margin: 0 0 0 7px;
}
.header-b_white .header-b__fixed-grid {
    border-color: rgba(255,255,255,0.2);
}
.header-b_white .header-b__note {
    color: #fff;
}
.header-b_white .header-b__address {
    color: #fff;
}
.header-b_white .header-b__city-select {
    color: #fff;
}
.header-b_white .header-b__city-select:hover {
    color: #08c;
}
.header-b_white .header-b__phone a {
    color: #fff;
}
.header-b_white .header-b__links {
    color: #fff;
}
.header-b_white svg {
    fill: #fff;
}
.header-b_white .button {
    border-color: #fff;
    color: #fff;
}
.header-b_white .button:hover {
    background: #08c;
    color: #fff;
}
.catalog-drop {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 20;
    padding: 30px 40px 15px;
    width: 100%;
    right: 0;
    display: none;
}
.catalog-drop__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.catalog-drop__column {
    width: 25%;
    margin: 0 0 30px;
    position: relative;
    padding-left: 80px;
}
.catalog-drop__column img {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: auto;
    display: block;
}
.catalog-drop__title {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px;
}
.catalog-drop__title a {
    color: #222;
}
.catalog-drop__title a:hover {
    color: #08c;
}
.catalog-drop__item {
    font-size: 13px;
    margin: 0 0 2px;
}
.catalog-drop__item a {
    color: #08c;
}
.catalog-drop__item a:hover {
    color: #222;
}
.contact-us {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 91;
    background: #edf0f3;
}
@media (max-width: 980px) {
    .contact-us {
        display: none;
    }
}
.contact-us__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 76px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.contact-us__links svg {
    opacity: 0.3;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.contact-us__links:hover svg {
    opacity: 0.8;
}
.contact-us__links:last-child {
    border: 0;
}
/* Modals
---------------------------
 */
body.scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.modal-b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    color: #000;
    background: rgba(0,0,0,0.5);
    text-align: left;
}
.modal-b::-webkit-scrollbar {
    display: none;
}
.modal-b__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
}
.modal-b__block {
    padding: 50px;
    background: #fff;
    width: 100%;
    max-width: 600px;
    position: relative;
}
.modal-b__close {
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
    font-size: 30px;
    opacity: 0.7;
}
.modal-b__close:hover {
    opacity: 1;
}
.modal-b__title {
    font-size: 25px;
    color: #222;
    font-weight: 500;
    margin: 0 0 30px;
}
.modal-b__text {
    font-size: 13px;
    color: #777;
    margin: -10px 0 40px;
}
.modal-b__reg {
    padding: 40px 50px;
    margin: 50px -50px -50px;
    background: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #999;
}
.modal-b__reg .button {
    margin: 0 15px 0 0;
}
.table-hidden{
    display: none;
}
.event-title{
    font-size: 20px;
}
/* Paging
---------------------------
 */
.paging-b {
    padding: 40px 0 0;
}
.paging-b__more {
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    margin: 0 0 25px;
    color: #222;
    font-size: 15px;
}
.paging-b__more svg {
    margin: -2px 12px 0 0;
    fill: #08c;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
.paging-b__more:hover svg {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.paging-b__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.paging-b__item {
    margin: 0 4px;
}
.paging-b__links {
    border: 1px solid #ddd;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
}
.paging-b__links:hover {
    border-color: #08c;
    color: #08c;
}
.paging-b__links_active {
    color: #fff !important;
    border-color: #08c;
    background: #08c;
}
.paging-b__links_hide {
    display: none;
}
.paging-b__links_arrow {
    font-size: 30px;
    background: none !important;
    border: 0 !important;
    padding: 0 7px 4px;
}
/* Sidebar & Blocks
---------------------------
 */
.block-b {
    margin: 0 0 30px;
}
.block-b_bg {
    border: 1px solid #f2f2f2;
    background: #fbfbfb;
    text-align: center;
    padding: 50px 24px 35px;
}
.block-b_row {
    border: 1px solid #f2f2f2;
    background: #fbfbfb;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 750px) {
    .block-b_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }
}
.block-b__icon {
    margin: 0 0 10px;
}
.block-b__icon svg {
    fill: #08c;
}
.block-b__text {
    color: #222;
    margin: 0 0 20px;
}
.block-b__about {
    margin: 0 auto 0 30px;
}
.block-b_row .block-b__icon {
    margin: 0;
}
@media (max-width: 750px) {
    .block-b_row .block-b__icon {
        display: none;
    }
}
@media (max-width: 750px) {
    .block-b_row .block-b__about {
        margin: 0 0 15px;
    }
}
.block-b_row .block-b__text {
    margin: 0;
    font-size: 15px;
    color: #555;
}
@media (max-width: 750px) {
    .block-b_row .block-b__text {
        width: 100%;
        padding: 0;
    }
}
.block-b__title {
    font-size: 18px;
    color: #333;
}
.block-b__title_border {
    padding: 0 0 15px;
    border-bottom: 1px solid #f2f2f2;
}
.block-b__title_small {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 16px;
}
.block-b__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block-b__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-b__tag {
    display: block;
    color: #999;
    font-size: 12px;
    border-radius: 3px;
    background: #fff;
    padding: 3px 11px 4px;
    margin: 0 8px 8px 0;
}
.block-b__tag:hover {
    background: #08c;
    color: #fff;
}
.block-b .news-b__item {
    margin: 0;
    width: 100%;
    padding: 0;
}
.sidebar-b {
    margin: 0 0 40px;
}
.sidebar-b__category {
    background: #fff;
    padding: 25px;
}
.sidebar-b__category-item {
    margin: 0 0 10px;
}
.sidebar-b__category-item:last-child {
    margin: 0;
}
.sidebar-b__category-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #222;
}
.sidebar-b__category-links:hover {
    color: #08c;
}
.sidebar-b__category-links_active {
    color: #08c;
}
.sidebar-b__category-links span {
    color: #999;
    font-size: 13px;
}
@media (max-width: 1200px) {
    .sidebar-b__menu {
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }
}
.sidebar-b__item {
    border-top: 1px solid #e8e8e8;
}
.sidebar-b__item:last-child {
    border-bottom: 1px solid #e8e8e8;
}
.sidebar-b__links {
    padding: 14px 47px 14px 19px;
    color: #222;
    display: block;
    position: relative;
}
.sidebar-b__links svg {
    fill: #666;
    height: 10px;
    width: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 20px;
    top: 20px;
}
.sidebar-b__links:hover {
    color: #009ceb;
}
.sidebar-b__links:hover svg {
    fill: #08c;
}
.sidebar-b__links_active {
    color: #fff !important;
    background: #08c;
}
.sidebar-b__links_active svg {
    fill: #fff !important;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sidebar-b__drop {
    padding: 15px 20px;
    background: #fff;
}
.sidebar-b__drop-links {
    display: block;
    padding: 5px 0;
    color: #555;
    font-size: 13px;
}
.sidebar-b__drop-links:hover {
    color: #08c;
}
.sidebar-b__drop-links_active {
    color: #08c;
}
.fiches-b__item {
    display: block;
    position: relative;
    min-height: 60px;
    margin: 0 0 30px;
    color: #666;
    padding: 0 0 0 80px;
}
.fiches-b__item img {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
}
.fiches-b__item strong {
    display: block;
    margin: 0 0 2px;
    color: #222;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.fiches-b__item:hover strong {
    color: #08c;
}
.fiches-b__note {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    padding: 15px 0 0;
}
.calendar_tab {
    display: inline-block;
}
.person-b__nophoto{
    width: 100%;
}

.search-popup-b {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.search-popup-b_show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.search-popup-b__grid {
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-popup-b__value {
    width: calc(100% - 200px);
}
.search-popup-b__value input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 28px/24px 'Roboto', Arial, sans-serif;
    width: 100%;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    border: 0;
    height: 42px;
    background: #fff;
    color: #222;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
@media (max-width: 750px) {
    .search-popup-b__value input {
        font-size: 16px;
    }
}
.search-popup-b__value input::-webkit-input-placeholder {
    color: #555;
}
.search-popup-b__value input::-moz-placeholder {
    color: #555;
}
.search-popup-b__value input:-ms-input-placeholder {
    color: #555;
}
.search-popup-b__value input::-ms-input-placeholder {
    color: #555;
}
.search-popup-b__value input::placeholder {
    color: #555;
}
.search-popup-b__button {
    width: 180px;
    padding: 0 30px 0 50px;
}
.search-popup-b__button .button {
    width: 100%;
}
.search-popup-b__close {
    width: 30px;
    font-size: 33px;
    cursor: pointer;
}
.search-popup-b__close:hover {
    color: #08c;
}
.shadow-b {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}

.catalog-b__pic{
    max-height: 200px;
    overflow: hidden;
}


/* Search
-----------------------
 */
.search-b__form {
    margin: 0 0 40px;
    position: relative;
}
.search-b__form-submit {
    right: 10px;
    top: 16px;
    position: absolute;
    z-index: 2;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    border: 0;
    background: none;
    outline: none;
    cursor: pointer;
}
.search-b__form-submit:hover {
    opacity: 0.7;
}
.search-b__results {
    margin: 0 0 30px;
}
.search-b__item {
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
}
.search-b__title {
    margin: 0 0 5px;
}
.search-b__title a {
    color: #08c;
}
.search-b__title a b,
.search-b__title a strong {
    color: #222;
}
.search-b__title a:hover {
    color: #222;
}
.search-b__cat {
    font-size: 11px;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-b__cat-item {
    position: relative;
    padding: 0 18px 0 0;
}
.search-b__cat-item svg {
    fill: #222;
    height: 7px;
    width: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 5px;
    top: 4px;
}
.search-b__cat-item:last-child svg {
    display: none;
}
.search-b__cat-links {
    color: #08c;
}
.search-b__cat-links:hover {
    color: #222;
}
.search-b__filter-links {
    color: #08c;
}
.search-b__filter-links_active {
    color: #222;
    font-weight: bold;
}
.search-b__filter-links:hover {
    color: #222;
}
/* Slider
--------------------
 */
.slider-b__pic img {
    height: 380px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}
.slider-b__about {
    border: 2px solid #08c;
}
.slider-b__title {
    color: #fff;
    padding: 15px 20px;
    background: #08c;
    font-size: 17px;
}
.slider-b__desc {
    padding: 15px 20px 0;
}
.slider-b__actions {
    padding: 15px 20px 20px;
}
.main-page-services__block {
    height: 100%;
}
.main-block-b__list .main-page-services__item {
    height: calc(50% - 40px);
}
.main-block-b__slider .arrow-b {
    top: 45%;
}
.doc-table td {
    padding:10px;
    border:1px solid #ddd;
}
.doc-table th {
    padding:10px;
}
a:hover {
    text-decoration:none !important

}

.header-b__callback-links {

    display:flex;

    align-items:center;

    margin:14px 0 0

}

.header-b__callback-links svg {

    width:20px;

    height:auto;

    margin:-2px 8px 0 0;

    fill:#08c;

    transition:.15s linear

}

.header-b__callback-links:hover svg {

    fill:#216a94

}

/* Prezidium page styles */
.content-presidium__title {
    font-size: 1.6em;
    line-height: 112.5%;
    text-transform: uppercase;
    font-weight: 500;
}

.content-presidium__item {
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}

.content-presidium__name {
    font-size: 1.1333333333em;
    line-height: 158.8235294118%;
    font-weight: bold;
    color: #3097d1;
    max-width: 200px;
    margin-bottom: 0;
}

.content-presidium__name_president {
    font-size: 1.6em;
    line-height: 112.5%;
    max-width: unset;
}

.content-presidium__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.cont-president {
    margin-bottom: 40px;
}

.cont-president__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}

.cont-president__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cont-president__img img {
    width: 95%;
    max-width: 400px;
    height: auto;
    max-height: 600px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.cont-president__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cont-presidium__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}

.cont-presidium__img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.cont-presidium__position {
    margin: 12px 0;
}

@media (min-width: 576px) {
    .cont-president__row {
        padding: 26px;
    }

    .cont-president__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cont-president__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cont-presidium__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        padding: 26px;
        margin: 0 10px 10px 0;
    }

    .cont-presidium__item:nth-child(3n) {
        margin-right: 0;
    }
}
/* Prezidium page styles END */
.dopping-report{
    margin: 2px 0 0 !important;
    border: 1px solid #c91414 !important;
    background: #c91414 !important;
    color: white !important;
}
.dopping-report svg{
    fill: white !important;
}
.check-medicine{
    margin: 2px 0 0 !important;
    border: 1px solid 166c1a !important;
    background: #166c1a !important;
    color: white !important;
}
.header-3row{
    height: 32px !important;
}
