@import "fonts.css";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background: #fff;
}
body::before {
    content: "";
    height: 1px;
    display: block;
    margin-top: -1px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent;
    color: inherit;
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: #000;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body.noscroll {
    overflow: hidden !important;
}

.removed,
.hidden {
    display: none !important;
}
.editorElement,
.layout {
    box-sizing: border-box;
    padding-top: .02px;
    padding-bottom: .02px;
}
.editorElement {
    word-wrap: break-word;
}
.vertical-middle {
    white-space: nowrap;
}
.vertical-middle>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}
.vertical-middle::after {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
}
.wrapper {
    margin: 0 auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    overflow: hidden;
    max-width: 100%;
}
.editorElement .removed+.delimiter,
.editorElement .delimiter:first-child {
    display: none;
}
.wm-input-default {
    border: none;
    background: none;
    padding: 0;
}
.background-none {
    background: none !important;
}

.header_text {
    font-size: 26px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    color: #fff;
    margin-top: -10px;
}
/* tooltip */

@keyframes show_hide {
    0% {
        left: 85%;
        opacity: 0;
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
    20% {
        left: 100%;
        opacity: 1;
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
    100% {
        left: 100%;
        opacity: 1;
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
}
@keyframes show_hide_after {
    0% {
        width: 5px;
        height: 5px;
    }
    100% {
        width: 5px;
        height: 5px;
    }
}
/* tooltip for horizontal */

@keyframes horizontal_show_hide {
    0% {
        top: 95%;
        opacity: 0;
        width: 100%;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
    20% {
        top: 100%;
        opacity: 1;
        width: 100%;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
    100% {
        top: 100%;
        opacity: 1;
        width: 100%;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
}
.wm-tooltip {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 100%;
    background: #FBFDDD;
    color: #CA3841;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
    white-space: nowrap;
    box-sizing: border-box;
}
.wm-tooltip::after {
    content: "";
    font-size: 0;
    background: inherit;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: -3px;
    margin: -2px 0 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
    transform: rotate(45deg);
}
.error .wm-tooltip {
    display: block;
    padding: 0;
    font-size: 0;
    animation: show_hide 4s;
}
.error .wm-tooltip::after {
    width: 0;
    height: 0;
    animation: show_hide_after 4s;
}
.horizontal_mode .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
}
.horizontal_mode .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.error .horizontal_mode .wm-tooltip,
.horizontal_mode .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
}
.container {
    margin-left: -170px;
    margin-top: 20px;
}

.container::before {
    display: table;
    content: " ";
}
.news-list {
    display: flex;
}
.news-list .reviews-31 .item-outer {
    width: 100%;
}
@media all and (max-width: 960px) {
    .widget-11 {
        display: none;
    }
    .container {
        margin-top: -7px;
        margin-left: -650px;
    }

    .wm-tooltip {
        top: 100%;
        left: 0;
        width: 100%;
        white-space: normal;
        margin: 5px 0 0;
        text-align: center;
    }

    .wm-tooltip::after {
        left: 50%;
        top: 0;
        margin: -2px 0 0;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
    }
    .error .wm-tooltip {
        animation: horizontal_show_hide 4s;
    }
}
table.table0 td,
table.table1 td,
table.table2 td,
table.table2 th {
    padding: 5px;
    border: 1px solid #dedede;
    vertical-align: top;
}
table.table0 td {
    border: none;
}

table.table2 th {
    padding: 8px 5px;
    background: #eb3c3c;
    border: 1px solid #dedede;
    font-weight: normal;
    text-align: left;
    color: #fff;
}
.for-mobile-view {
    overflow: auto;
}
.side-panel,
.side-panel-mask,
.side-panel-content {
    display: none;
}
.align-elem {
    flex-grow: 1;
}
body {
    background: #ffffff;
}
.wrapper .layout_center_2_id_15_1 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.wrapper {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    font-size: 12px;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.widget-27 {
    margin: -215px 0 0 360px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 587px;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
}
.horizontal_blocklist-43 p:first-child {
    margin-top: 0;
}
.horizontal_blocklist-43 p:last-child {
    margin-bottom: 0;
}
.horizontal_blocklist-43 .header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .header_text {
    font-size: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-43 .description {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-43 .description p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}
.horizontal_blocklist-43 .description p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}
.horizontal_blocklist-43 .body-outer {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-43 .body {
    margin: 0 -15px;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .swipe-shadow-left {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.horizontal_blocklist-43 .swipe-shadow-right {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.horizontal_blocklist-43 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 50%;
}
.horizontal_blocklist-43 .item {
    margin: 0 15px 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: auto;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    left: 0;
    right: 0;
    align-self: auto;
    min-width: 0;
    min-height: 0;
}
.horizontal_blocklist-43 .item_header {
    box-sizing: border-box;
}
.horizontal_blocklist-43 .item_body {
    box-sizing: border-box;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.horizontal_blocklist-43 .item_figure {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}
.horizontal_blocklist-43 .image {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-43 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-43 .item__image__title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.horizontal_blocklist-43 .img-convert {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}
.horizontal_blocklist-43 .img-convert:hover,
.horizontal_blocklist-43 .img-convert.hover,
.horizontal_blocklist-43 .img-convert.active {
    text-align: center;
}
.horizontal_blocklist-43 .image img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    box-sizing: content-box;
}
.horizontal_blocklist-43 .item_detail {
    box-sizing: border-box;
    margin-left: 20px;
    position: relative;
    z-index: 2;
}
.horizontal_blocklist-43 .text {
    box-sizing: border-box;
    position: relative;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    color: #8c8c8c;
    line-height: 1.5;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-43 .title {
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-size: 14px;
    color: #3488f5;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-43 .price-wrap {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-43 .price {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
}
.horizontal_blocklist-43 .price-note {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-43 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-43 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-43 .more {
    box-sizing: border-box;
    position: relative;
    margin-top: 5px;
}
.horizontal_blocklist-43 .more > a {
    box-sizing: border-box;
    text-decoration: underline;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.horizontal_blocklist-43 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}
.horizontal_blocklist-43 .title a {
    color: inherit;
    text-decoration: inherit;
}
.horizontal_blocklist-43 .footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .all {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.horizontal_blocklist-43 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    z-index: 1;
}
.horizontal_blocklist-43 .prev {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .next {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .prev > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .next > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.popover-container-43 {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-43 .popover-scrolling {
    padding: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1;
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
}
.popover-container-43 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-43 {
    margin: auto;
    position: relative;
    max-width: 100%;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
}
.popover-wrap-43 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-43 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-43 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.popover-wrap-43 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.popover-wrap-43 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    color: #000;
    box-sizing: border-box;
}
.popover-wrap-43 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-43 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-43 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-43 .popover-body .s3_required {
    color: red;
}
.popover-wrap-43 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.popover-wrap-43 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.popover-wrap-43 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
}
.horizontal_blocklist-43 .image a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}
.horizontal_blocklist-43 .bx-pager-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .bx-auto_controls {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    visibility: visible;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .pager-wrap {
    box-sizing: border-box;
}
.horizontal_blocklist-43 .bx-pager {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: inline-block;
    visibility: visible;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .bx-pager a:active,
.horizontal_blocklist-43 .bx-pager a.active {
    background: #bbbbbb;
}
.horizontal_blocklist-43 .auto_controls {
    box-sizing: border-box;
    display: none;
}
.horizontal_blocklist-43 .bx-controls-auto-item {
    box-sizing: border-box;
}

.horizontal_blocklist-43 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.horizontal_blocklist-43 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.popover-wrap-43::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-43::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-43:-ms-input-placeholder {
    color: #ababab;
}
.widget-28 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    min-height: 0;
    width: auto;
    right: 0;
    padding-right: 0;
}
.horizontal_block-44 p:first-child {
    margin-top: 0;
}
.horizontal_block-44 p:last-child {
    margin-bottom: 0;
}
.horizontal_block-44 .body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.horizontal_block-44 .figure {
    display: block;
}
.horizontal_block-44 .image {
    box-sizing: border-box;
    position: relative;
}
.horizontal_block-44 .image img {
    border: none;
    vertical-align: middle;
    box-sizing: content-box;
    width: 300px;
    height: 365px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: none;
    margin-top: 40px;
}
.horizontal_block-44 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    text-align: left;
}
.horizontal_block-44 .item__image__title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
}
.horizontal_block-44 .detail {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-left: 50px;
}
.horizontal_block-44 .title {
    box-sizing: border-box;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    color: #302e2e;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_block-44 .text {
    box-sizing: border-box;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-size: 14px;
    color: #636363;
    line-height: 1.7;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_block-44 .more {
    box-sizing: border-box;
    margin-top: 5px;
}
.horizontal_block-44 .more > a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    box-sizing: border-box;
}
.popover-container-44 {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-44 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-44 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-44 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-44 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.popover-wrap-44 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.popover-wrap-44 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    color: #000;
    box-sizing: border-box;
}
.popover-wrap-44 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-44 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-44 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-44 .popover-body .s3_required {
    color: red;
}
.popover-wrap-44 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.popover-wrap-44 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.popover-wrap-44 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
}
.popover-wrap-44::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-44::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-44:-ms-input-placeholder {
    color: #ababab;
}
.widget-26 {
    margin: 15px auto 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 7;
    box-sizing: border-box;
    width: 186px;
}

.block-13 .layout_33_id_34 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.block-13 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: #424242;
    z-index: 2;
    text-align: left;
    right: 0;
    -moz-border-radius: none;
    padding-top: 0.02px;
    padding-bottom: 40px;
    display: block;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
}
.widget-21 {
    margin: -30px auto 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    width: 60px;
    min-height: 60px;
    background: linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
}

.widget-21:hover:after {
    transition: 1s linear;
    background-position: 300% 0%;
}

.widget-21:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,.0), rgba(255,255,255,.8), rgba(255,255,255,.0)) no-repeat -3em 0%;
    background-size: 2em 100%;
    transform: skewX(0deg);
}

.up-34 .icon {
    border: none;
    box-sizing: border-box;
    margin-top: 14px;
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url("../img/lib_499701_shape.svg") left 50% top 50% / auto auto no-repeat;
    -moz-border-radius: none;
}
.up-34 .title {
    box-sizing: border-box;
    color: #000;
    margin-top: 14px;
    margin-bottom: 5px;
}
.block-14 {
    margin: 50px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 1;
    display: block;
    text-indent: 0;
    text-decoration: none;
    right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.widget-22 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    width: auto;
    font-weight: bold;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.widget-23 {
    margin: 20px 0 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    color: #8f8f8f;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    right: 0;
}
.widget-24 {
    margin: 20px 0 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    min-height: 0;
}

.widgetsocial-38 .wg-soc-icon {
    box-sizing: border-box;
    min-width: 20px;
}
.widgetsocial-38 .wg-soc-title {
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.47);
    font-size: 14px;
    line-height: 1;
    font-family: Open Sans, sans-serif;
    text-decoration: none;
    margin-left: 5px;
}
.widgetsocial-38 .vk .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_vk.png") left 50% top 50% / auto auto no-repeat;
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.widgetsocial-38 .fb .wg-soc-icon:hover,
.widgetsocial-38 .fb .wg-soc-icon.hover,
.widgetsocial-38 .fb .wg-soc-icon.active {
    background: url("../img/lib_499701_face.svg") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .tw .wg-soc-icon {
    border: none;
    background: url("../img/lib_499701_tweet.svg") left 40% top 50% / 65% auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: left;
}
.widgetsocial-38 .tw .wg-soc-icon:hover,
.widgetsocial-38 .tw .wg-soc-icon.hover,
.widgetsocial-38 .tw .wg-soc-icon.active {
    background: url("../img/lib_499701_tweet.svg") left 40% top 50% / 65% auto no-repeat #ff5100;
}
.widgetsocial-38 .google .wg-soc-icon {
    border: none;
    background: url("../img/lib_499701_gog.svg") left 50% top 50% / 50% auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: left;
}
.widgetsocial-38 .google .wg-soc-icon:hover,
.widgetsocial-38 .google .wg-soc-icon.hover,
.widgetsocial-38 .google .wg-soc-icon.active {
    background: url("../img/lib_499701_gog.svg") left 50% top 50% / 50% auto no-repeat #ff5100;
}
.widgetsocial-38 .ins .wg-soc-icon {
    border: none;
    background: url("../img/lib_499701_ins.svg") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: left;
}
.widgetsocial-38 .ins .wg-soc-icon:hover,
.widgetsocial-38 .ins .wg-soc-icon.hover,
.widgetsocial-38 .ins .wg-soc-icon.active {
    background: url("../img/lib_499701_ins.svg") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .ok .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_ok.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .ok .wg-soc-icon:hover,
.widgetsocial-38 .ok .wg-soc-icon.hover,
.widgetsocial-38 .ok .wg-soc-icon.active {
    background: url("../img/wm_social_links_ok.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .mail .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_mail.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .mail .wg-soc-icon:hover,
.widgetsocial-38 .mail .wg-soc-icon.hover,
.widgetsocial-38 .mail .wg-soc-icon.active {
    background: url("../img/wm_social_links_mail.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .pin .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_pin.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .pin .wg-soc-icon:hover,
.widgetsocial-38 .pin .wg-soc-icon.hover,
.widgetsocial-38 .pin .wg-soc-icon.active {
    background: url("../img/wm_social_links_pin.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .lj .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_lj.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .lj .wg-soc-icon:hover,
.widgetsocial-38 .lj .wg-soc-icon.hover,
.widgetsocial-38 .lj .wg-soc-icon.active {
    background: url("../img/wm_social_links_lj.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .my .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_my.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .my .wg-soc-icon:hover,
.widgetsocial-38 .my .wg-soc-icon.hover,
.widgetsocial-38 .my .wg-soc-icon.active {
    background: url("../img/wm_social_links_my.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .youtube .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_youtube.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .youtube .wg-soc-icon:hover,
.widgetsocial-38 .youtube .wg-soc-icon.hover,
.widgetsocial-38 .youtube .wg-soc-icon.active {
    background: url("../img/wm_social_links_youtube.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widget-25 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: left;
    width: auto;
    min-height: 400px;
    display: -webkit-flex;
    display: flex;
    background: #ccc;
    overflow: hidden;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    right: 0;
}
.block-11 .layout_30_id_31 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.block-11 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 160px;
    background: url("../img/151418.jpg") left 50% top 50% / auto auto repeat #f5f2f5;
    z-index: 5;
    text-align: left;
    right: 0;
    -moz-border-radius: none;
    padding-top: 20px;
    padding-bottom: 50px;
}
.widget-20 {
    margin: 0;
    position: relative;
    top: 0;
    left: 10px;
    z-index: 2;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    min-height: 0;
    right: 0;
    width: 100%;
}
.reviews-31 p:first-child {
    margin-top: 0;
}
.reviews-31 p:last-child {
    margin-bottom: 0;
}
.reviews-31 .header {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}
.reviews-31 .header_text {
    box-sizing: border-box;
    font-size: 30px;
    font-family: Open Sans, sans-serif;
    text-align: left;
    text-indent: 0;
    color: #302e2e;
    text-decoration: none;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.reviews-31 .list-wr {
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
}
.reviews-31 .body {
    margin: 0;
    box-sizing: border-box;
}

.reviews-31 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: auto;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    float: left;
    width: 47%;
    margin: 10px;
}

.reviews-31 .item {
    padding: 32px 36px 32px;
    margin: 18px 0 10px;
    border: none;
    width: auto;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0px 7px 11px rgba(93, 93, 94, 0.14);
    -moz-box-shadow: 0px 7px 11px rgba(93, 93, 94, 0.14);
    box-shadow: 0px 7px 11px rgba(93, 93, 94, 0.14);
    background: #ffffff;
    -moz-border-radius: none;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}
.reviews-31 .image {
    width: auto;
    /* float: left; */
    padding-right: 55px;
}
.reviews-31 .image_author {
    box-sizing: border-box;
    color: hsl(200, 50%, 50%);
    margin-bottom: 5px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
}
.reviews-31 .image_author .image_name {
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.reviews-31 .image_author .image_date {
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    text-transform: lowercase;
    font-size: 11px;
    color: hsl(0, 0%, 50%);
}
.reviews-31 .img-convert {
    :
    height: 50%
    -webkit-justify-content: center;
    :
    : inherit
    : t
    overflow: hidden;
    :
    -moz-border-radius: 250px;
}
.reviews-31 .img-convert:hover,
.reviews-31 .img-convert.hover,
.reviews-31 .img-convert.active {
    text-align: center;
}
.reviews-31 .image img {
    box-sizing: border-box;
    width: 73%;
}

.reviews-31 .text>div {
    width: 100%;    
}
.reviews-31 .author {
    box-sizing: border-box;
    color: hsl(200, 50%, 50%);
    margin-bottom: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.reviews-31 .name {
    border: none;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-size: 16px;
    color: #1f3254;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px;
    -webkit-box-shadow: inset -1px 0px 0px #ededed;
    -moz-box-shadow: inset -1px 0px 0px #ededed;
    box-shadow: inset -1px 0px 0px #ededed;
    -moz-border-radius: none;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.reviews-31 .date {
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 19px;
    text-transform: lowercase;
    color: #fa5141;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-style: italic;
    text-decoration: none;
}
.reviews-31 .swipe-shadow-left {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.reviews-31 .swipe-shadow-right {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.reviews-31 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}
.reviews-31 .footer {
    text-align: center;
    box-sizing: border-box;
    margin-top: 22px;
}
.reviews-31 .all {
    padding: 13px 30px;
    border: none;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.2px;
    text-decoration: none;
    font-weight: 600;
    -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    background: #ff9200;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    min-height: 14px;
    height: 0;
}
.reviews-31 .all:hover,
.reviews-31 .all.hover,
.reviews-31 .all.active {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-shadow: 0 0 0 transparent, 0px 8px 16px 0px rgba(255, 146, 0, 0.25);
    -moz-box-shadow: 0 0 0 transparent, 0px 8px 16px 0px rgba(255, 146, 0, 0.25);
    box-shadow: 0 0 0 transparent, 0px 8px 16px 0px rgba(255, 146, 0, 0.25);
}
.reviews-31 .all:active,
.reviews-31 .all.active {
    color: #000000;
    -webkit-box-shadow: inset 0px 0px 0px 2px #ff9200, 0 0 0 transparent;
    -moz-box-shadow: inset 0px 0px 0px 2px #ff9200, 0 0 0 transparent;
    box-shadow: inset 0px 0px 0px 2px #ff9200, 0 0 0 transparent;
    background: transparent;
}
.reviews-31 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    margin-top: -10px;
    z-index: 1;
}
.reviews-31 .prev {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_reviews_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.reviews-31 .next {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_reviews_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.reviews-31 .prev > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.reviews-31 .next > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.reviews-31 .description {
    display: -webkit-flex;
    display: flex;
}
.reviews-31 .item__image a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}
.reviews-31 .bx-pager-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    box-sizing: border-box;
}
.reviews-31 .bx-auto_controls {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    visibility: visible;
    box-sizing: border-box;
}
.reviews-31 .pager-wrap {
    box-sizing: border-box;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.reviews-31 .bx-pager {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: inline-block;
    visibility: visible;
    box-sizing: border-box;
}
.reviews-31 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}
.reviews-31 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    min-height: 10px;
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 10px;
}
.reviews-31 .auto_controls {
    box-sizing: border-box;
    display: none;
}
.reviews-31 .bx-controls-auto-item {
    box-sizing: border-box;
}
.reviews-31 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_reviews_pause.png") center center / auto no-repeat;
}
.reviews-31 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_reviews_play.png") center center / auto no-repeat;
}
.reviews-31 .image a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}

.widget-18 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    width: 520px;
    right: auto;
    min-height: 256px;
}
.form-28 .form__header {
    border: none;
    box-sizing: border-box;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 10px;
    background: url("../img/lib_430801_untitled-1-recovered_18.jpg") left 0px bottom 0px / auto auto no-repeat;
    -moz-border-radius: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.form-28 .form__text {
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 30px;
    overflow: hidden;
    font-family: Open Sans, sans-serif;
    color: #8a8a8a;
    text-indent: 0;
    text-decoration: none;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.form-28 .form__text p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}
.form-28 .form__text p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}
.form-28 .form__body {
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: -5px;
    width: auto;
}
.form-28 .form-table {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.form-28 .form-tbody {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
}
.form-28 .form-item-group {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    width: auto;
}
.form-28 .form-item {
    box-sizing: border-box;
    position: relative;
    margin-right: 0;
    margin-bottom: 5px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    width: auto;
}
.form-28 .form-text {
    box-sizing: border-box;
}
.form-28 .form-item__title {
    box-sizing: border-box;
    display: inline-block;
    min-width: 15px;
}
.form-28 .form-item__required {
    box-sizing: border-box;
    color: #ff0000;
}
.form-28 .form-item__error {
    box-sizing: border-box;
    color: #ff0000;
}
.form-28 .form-item__note {
    box-sizing: border-box;
    font-size: 11px;
    color: #999999;
    display: none;
}
.form-28 .form-item__body {
    box-sizing: border-box;
    display: block;
}
.form-28 .form-text input {
    padding: 2px 4px 2px 15px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    width: 100%;
    min-width: 100px;
    min-height: 50px;
    outline: none;
    font-family: Open Sans, sans-serif;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    height: 50px;
    resize: vertical;
    display: block;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 12px;
}
.form-28 .form-textarea textarea {
    padding: 10px 4px 2px 15px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    width: 100%;
    min-width: 100px;
    resize: vertical;
    min-height: 100px;
    outline: none;
    display: block;
    font-family: Open Sans, sans-serif;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    height: 100px;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}
.form-28 .form-submit button {
    padding: 15px 20px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    outline: none;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.form-28 .form-submit button span {
    box-sizing: border-box;
    display: inline-block;
    min-width: 20px;
}
.form-28 .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.form-28 .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.form-28 .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.form-28 .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.form-28 .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}
.form-28 .form-text .form-item__body {
    box-sizing: border-box;
}
.form-28 .form-textarea {
    box-sizing: border-box;
}
.form-28 .form-textarea .form-item__body {
    box-sizing: border-box;
}
.form-28 .form-submit {
    box-sizing: border-box;
}
.form-28 .form-submit .form-item__header {
    box-sizing: border-box;
    display: none;
}
.form-28 .form-captcha {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.form-28 .form-captcha .form-item__body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.form-28 .form-captcha input {
    padding: 2px 4px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    width: 100%;
    min-width: 50px;
    min-height: 22px;
    outline: none;
    text-align: left;
    font-family: Open Sans, sans-serif;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    resize: vertical;
    display: block;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.form-28 .form-captcha input:hover,
.form-28 .form-captcha input.hover,
.form-28 .form-captcha input.active {
    text-align: center;
}
.form-28 .form-captcha .form-captcha-container {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-right: 0;
    padding-bottom: 5px;
}
.form-28 .form-captcha .form-submit-container {
    box-sizing: border-box;
}
.form-28 .form-captcha button {
    padding: 15px 20px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    outline: none;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.form-28 .form-captcha button span {
    box-sizing: border-box;
    display: inline-block;
    min-width: 20px;
}
.form-28 .form-captcha .mgCaptcha-block {
    box-sizing: border-box;
    line-height: 0;
    font-size: 0;
    min-width: 112px;
}
.form-28 .form-captcha .mgCaptcha-block img {
    box-sizing: border-box;
    vertical-align: middle;
    border: none;
    margin-right: 5px;
}
.form-28 .form-captcha .mgCaptcha-input {
    box-sizing: border-box;
}
.form-28 .group-text {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}
.form-28 .group-textarea {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}
.form-28 .form-tfoot {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.form-28 .group-button {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}
.form-28 .form-success {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-28 .form-checkbox {
    box-sizing: border-box;
}
.form-28 .form-checkbox .form-item__body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.form-28 .form-checkbox .form-item__title {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 5px;
}
.form-28 .form-checkbox input {
    margin: 5px 5px 0 0;
}
.form-28 .form-radio {
    box-sizing: border-box;
}
.form-28 .form-radio .form-item__body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.form-28 .form-radio .form-item__title {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 5px;
}
.form-28 .form-radio input {
    margin: 5px 5px 0 0;
}
.form-28 .form-select {
    box-sizing: border-box;
}
.form-28 .form-select select {
    box-sizing: border-box;
    width: 100%;
    min-width: 100px;
}
.form-28 .form-div {
    box-sizing: border-box;
}
.form-28 .form-html {
    box-sizing: border-box;
}
.form-28 .form-upload {
    box-sizing: border-box;
}
.form-28 .form-calendar {
    box-sizing: border-box;
}
.form-28 .form-calendar input {
    padding: 2px 4px;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    min-height: 22px;
    outline: none;
}
.form-28 .form-calendar_interval {
    box-sizing: border-box;
}
.form-28 .form-calendar_interval input {
    padding: 2px 4px;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    min-height: 22px;
    outline: none;
}
.form-28 .form-calendar_interval .form-item__body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.form-28 .form-calendar_interval .label_from {
    box-sizing: border-box;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
    margin-right: 5px;
}
.form-28 .form-calendar_interval .label_to {
    box-sizing: border-box;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
    margin-right: 5px;
}
.form-28 .form-calendar_interval .field_from {
    box-sizing: border-box;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    margin-right: 10px;
}
.form-28 .form-calendar_interval .field_to {
    box-sizing: border-box;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.form-28::-webkit-input-placeholder {
    color: #878787;
}
.form-28::-moz-placeholder {
    color: #878787;
}
.form-28:-ms-input-placeholder {
    color: #878787;
}
.widget-19 {
    margin: 120px 0 auto 65px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 374px;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    right: auto;
}
.popover-wrap-29 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-29 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-29 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-29 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-29 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    text-align: left;
}
.popover-wrap-29 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.horizontal_blocklist-29 p:first-child {
    margin-top: 0;
}
.horizontal_blocklist-29 p:last-child {
    margin-bottom: 0;
}
.horizontal_blocklist-29 .header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .header_text {
    font-size: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-29 .description {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-29 .description p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}
.horizontal_blocklist-29 .description p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}
.horizontal_blocklist-29 .body-outer {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-29 .body {
    margin: 0;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .swipe-shadow-left {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.horizontal_blocklist-29 .swipe-shadow-right {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.horizontal_blocklist-29 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
}
.horizontal_blocklist-29 .item {
    margin: 10px 0 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 410px;
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    min-width: 0;
    min-height: 0;
}
.horizontal_blocklist-29 .item_header {
    box-sizing: border-box;
}
.horizontal_blocklist-29 .item_body {
    box-sizing: border-box;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.horizontal_blocklist-29 .item_figure {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    width: auto;
}
.horizontal_blocklist-29 .image {
    box-sizing: border-box;
    position: relative;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-29 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}
.horizontal_blocklist-29 .item__image__title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.horizontal_blocklist-29 .img-convert {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}
.horizontal_blocklist-29 .img-convert:hover,
.horizontal_blocklist-29 .img-convert.hover,
.horizontal_blocklist-29 .img-convert.active {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}
.horizontal_blocklist-29 .image img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    box-sizing: content-box;
}
.horizontal_blocklist-29 .item_detail {
    box-sizing: border-box;
    margin-left: 20px;
    position: relative;
    z-index: 2;
}
.horizontal_blocklist-29 .text {
    box-sizing: border-box;
    position: relative;
    font-family: Open Sans, sans-serif;
    color: #5e5e5e;
    line-height: 1.5;
    text-indent: 0;
    text-decoration: none;
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-29 .title {
    border: none;
    font-weight: bold;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 10px;
    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.09);
    -moz-border-radius: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-29 .price-wrap {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-29 .price {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
}
.horizontal_blocklist-29 .price-note {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-29 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-29 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-29 .more {
    box-sizing: border-box;
    position: relative;
    margin-top: 5px;
}
.horizontal_blocklist-29 .more > a {
    box-sizing: border-box;
    text-decoration: underline;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.horizontal_blocklist-29 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}
.horizontal_blocklist-29 .title a {
    color: inherit;
    text-decoration: inherit;
}
.horizontal_blocklist-29 .footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .all {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.horizontal_blocklist-29 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    z-index: 1;
}
.horizontal_blocklist-29 .prev {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .next {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .prev > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .next > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-pager-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-29 .auto_controls {
    box-sizing: border-box;
    display: none;
}
.horizontal_blocklist-29 .bx-controls-auto-item {
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.horizontal_blocklist-29 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.horizontal_blocklist-29 .pager-wrap {
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-pager a:active,
.horizontal_blocklist-29 .bx-pager a.active {
    background: #bbbbbb;
}
.popover-container-29 {
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-29 .popover-scrolling {
    padding: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1;
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    box-sizing: border-box;
}
.popover-container-29 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-29 {
    margin: auto;
    position: relative;
    max-width: 100%;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
}
.popover-wrap-29 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}
.popover-wrap-29 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-29 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}
.popover-wrap-29 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}
.popover-wrap-29 .popover-body .s3_required {
    color: red;
}
.popover-wrap-29 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}
.horizontal_blocklist-29 .image a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}
.popover-wrap-29::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-29::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-29:-ms-input-placeholder {
    color: #ababab;
}
.block-8 .layout_22 {
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-8 .layout_23 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-8 .layout_21_id_23 {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.widget-14 {
    margin: 0 0 auto 30px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    right: 0;
}
.horizontal_blocklist-22 p:first-child {
    margin-top: 0;
}
.horizontal_blocklist-22 p:last-child {
    margin-bottom: 0;
}
.horizontal_blocklist-22 .header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .header_text {
    font-size: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-22 .description {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-22 .description p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}
.horizontal_blocklist-22 .description p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}
.horizontal_blocklist-22 .body-outer {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-22 .body {
    margin: 0 -15px;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .swipe-shadow-left {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.horizontal_blocklist-22 .swipe-shadow-right {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.horizontal_blocklist-22 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 50%;
}
.horizontal_blocklist-22 .item {
    padding: 30px 20px 30px 30px;
    margin: 0 15px 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 500px;
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    -moz-border-radius: none;
    align-self: auto;
    min-width: 0;
    min-height: 0;
}
.horizontal_blocklist-22 .item_header {
    box-sizing: border-box;
}
.horizontal_blocklist-22 .item_body {
    box-sizing: border-box;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.horizontal_blocklist-22 .item_figure {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}
.horizontal_blocklist-22 .image {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-22 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-22 .item__image__title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.horizontal_blocklist-22 .img-convert {
    border: none;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -moz-border-radius: none;
}
.horizontal_blocklist-22 .img-convert:hover,
.horizontal_blocklist-22 .img-convert.hover,
.horizontal_blocklist-22 .img-convert.active {
    text-align: center;
}
.horizontal_blocklist-22 .image img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    box-sizing: content-box;
}
.horizontal_blocklist-22 .item_detail {
    box-sizing: border-box;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}
.horizontal_blocklist-22 .text {
    box-sizing: border-box;
    position: relative;
    font-family: Open Sans, sans-serif;
    color: #878787;
    line-height: 1.7;
    text-indent: 0;
    text-decoration: none;
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-22 .title {
    font-weight: bold;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: Open Sans, sans-serif;
    color: #302e2e;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-22 .title:hover,
.horizontal_blocklist-22 .title.hover,
.horizontal_blocklist-22 .title.active {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.horizontal_blocklist-22 .price-wrap {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-22 .price {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
}
.horizontal_blocklist-22 .price-note {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-22 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-22 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-22 .more {
    box-sizing: border-box;
    position: relative;
    margin-top: 5px;
}
.horizontal_blocklist-22 .more > a {
    box-sizing: border-box;
    text-decoration: underline;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.horizontal_blocklist-22 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}
.horizontal_blocklist-22 .title a {
    color: inherit;
    text-decoration: inherit;
}
.horizontal_blocklist-22 .footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .all {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.horizontal_blocklist-22 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    z-index: 1;
}
.horizontal_blocklist-22 .prev {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .next {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .prev > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .next > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.popover-container-22 {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-22 .popover-scrolling {
    padding: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1;
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
}
.popover-container-22 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-22 {
    margin: auto;
    position: relative;
    max-width: 100%;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
}
.popover-wrap-22 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-22 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-22 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.popover-wrap-22 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.popover-wrap-22 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    color: #000;
    box-sizing: border-box;
}
.popover-wrap-22 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-22 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-22 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-22 .popover-body .s3_required {
    color: red;
}
.popover-wrap-22 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.popover-wrap-22 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.popover-wrap-22 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
}
.horizontal_blocklist-22 .image a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}
.horizontal_blocklist-22 .bx-pager-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-auto_controls {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    visibility: visible;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .pager-wrap {
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-pager {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: inline-block;
    visibility: visible;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-pager a:active,
.horizontal_blocklist-22 .bx-pager a.active {
    background: #bbbbbb;
}
.horizontal_blocklist-22 .auto_controls {
    box-sizing: border-box;
    display: none;
}
.horizontal_blocklist-22 .bx-controls-auto-item {
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.horizontal_blocklist-22 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.popover-wrap-22::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-22::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-22:-ms-input-placeholder {
    color: #ababab;
}
.widget-15 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    min-height: 365px;
    width: 300px;
}
.editable_block-23 p:first-child {
    margin-top: 0;
}
.editable_block-23 p:last-child {
    margin-bottom: 0;
}
.editable_block-23 .header {
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
}
.editable_block-23 .body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.editable_block-23 .title {
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    display: -webkit-flex;
    display: flex;
}
.editable_block-23 .image {
    box-sizing: border-box;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    position: relative;
}
.editable_block-23 .image img {
    border: none;
    box-sizing: border-box;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    -moz-border-radius: none;
}
.editable_block-23 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
}
.editable_block-23 .item__image__title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.editable_block-23 .text {
    box-sizing: border-box;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
    display: -webkit-flex;
    display: flex;
}
.editable_block-23 .more {
    box-sizing: border-box;
    margin-top: 5px;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
}
.editable_block-23 .more > a {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 14px;
    height: 0;
}
.editable_block-23 .clear {
    clear: both;
}
.popover-container-23 {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-23 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-23 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-23 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-23 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.popover-wrap-23 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.popover-wrap-23 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    color: #000;
    box-sizing: border-box;
}
.popover-wrap-23 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-23 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-23 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-23 .popover-body .s3_required {
    color: red;
}
.popover-wrap-23 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.popover-wrap-23 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.popover-wrap-23 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
}
.popover-wrap-23::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-23::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-23:-ms-input-placeholder {
    color: #ababab;
}
.block-6 .layout_center_15_id_17_1 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.block-6 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 100px;
    background: url("../img/gbgbgbg.jpg") left 50% top 50% / auto auto no-repeat;
    z-index: 2;
    right: 0;
    -moz-border-radius: none;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.02px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.block-6::before {
    background-color: rgba(0,0,0,.1);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.widget-10 {
    margin: 195px auto 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    min-height: 0;
    width: 608px;
}
.popover-wrap-16 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-16 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}
.popover-wrap-16 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-16 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-16 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    text-align: left;
}
.popover-wrap-16 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.editable_block-16 p:first-child {
    margin-top: 0;
}
.editable_block-16 p:last-child {
    margin-bottom: 0;
}
.editable_block-16 .header {
    box-sizing: border-box;
    font-size: 22px;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
    font-family: Lora, serif;
    color: #ffffff;
    font-style: italic;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    font-weight: normal;
}
.editable_block-16 .body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
}
.editable_block-16 .title {
    border: none;
    box-sizing: border-box;
    font-size: 52px;
    margin-bottom: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    -webkit-text-shadow: 0px 11px 34px rgba(0, 0, 0, 0.23);
    -moz-text-shadow: 0px 11px 34px rgba(0, 0, 0, 0.23);
    text-shadow: 0px 11px 34px rgba(0, 0, 0, 0.23);
    -moz-border-radius: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.editable_block-16 .image {
    box-sizing: border-box;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    position: relative;
}
.editable_block-16 .item__image__title {
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.editable_block-16 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
}
.editable_block-16 .image img {
    box-sizing: border-box;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
}
.editable_block-16 .text {
    box-sizing: border-box;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-family: Open Sans, sans-serif;
    color: rgba(255, 255, 255, 0.82);
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}
.editable_block-16 .more {
    box-sizing: border-box;
    margin-top: 5px;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
}
.editable_block-16 .more > a {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    height: 0;
    min-height: 14px;
}
.editable_block-16 .clear {
    clear: both;
}
.popover-container-16 {
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-16 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-16 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}
.popover-wrap-16 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-16 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}
.popover-wrap-16 .popover-body .s3_form_item_type_calendar .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.popover-wrap-16 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.popover-wrap-16 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.popover-wrap-16 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}
.popover-wrap-16 .popover-body .s3_form_field_type_text {
    width: 100%;
}
.popover-wrap-16 .popover-body .s3_required {
    color: red;
}
.popover-wrap-16 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}
.popover-wrap-16::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-16::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-16:-ms-input-placeholder {
    color: #ababab;
}
.block-7 .layout_18 {
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-7 .layout_19 {
    -webkit-flex: 1.5 0 0px;
    -moz-flex: 1.5 0 0px;
    flex: 1.5 0 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-7 .layout_20 {
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-7 {
    margin: 32px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    right: 0;
    padding-left: 50px;
    padding-right: 50px;
}
.widget-11 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    width: auto;
    min-height: 36px;
    right: 0;
}
.phones-18 p:first-child {
    margin-top: 0;
}
.phones-18 p:last-child {
    margin-bottom: 0;
}
.phones-18 .inner {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.phones-18 .cell-icon {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 5;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}
.phones-18 .icon {
    border: none;
    box-sizing: border-box;
    height: 16px;
    width: 36px;
    background: url("../img/lib_535301_tele.svg") left calc(50% - 1px) top calc(50% - 1px) / 15px no-repeat, linear-gradient(75deg, #ff5636 0%, #e53a75 100%);
    margin-right: 0;
    min-height: 36px;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 15px;
}
.phones-18 .icon:hover,
.phones-18 .icon.hover,
.phones-18 .icon.active {
    background: url("../img/lib_535301_tele.svg") left calc(50% - 1px) top calc(50% - 1px) / 15px no-repeat, linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
}
.phones-18 .block-body-drop {
    box-sizing: border-box;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    display: block;
    position: static;
    left: auto;
    top: auto;
    right: 100%;
    bottom: auto;
}
.phones-18 .cell-text {
    border: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: auto;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    padding-bottom: 0.02px;
    -moz-border-radius: none;
}
.phones-18 .title {
    box-sizing: border-box;
    display: none;
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
}
.phones-18 .text_body {
    padding: 0.02px 0;
    border: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    line-height: 1.4;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    text-decoration: none;
    font-size: 15px;
    margin-left: 0;
    font-weight: 600;
    -moz-border-radius: none;
    margin-right: 0;
    width: auto;
}
.phones-18 input.tgl-but {
    box-sizing: border-box;
    display: none;
}
.phones-18 .text_body a {
    text-decoration: none;
    color: inherit;
}
.phones-18 input.tgl-but:checked + .block-body-drop {
    display: block;
}
.widget-12 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 165px;
    z-index: 2;
    padding-right: 2px;
    padding-left: 2px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    display: none;
}


.menu-19 .menu-scroll > ul ul > li > a .has-child-icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    margin-right: 5px;
    width: 12px;
    min-height: 12px;
    background: #000000;
}
.menu-19 .menu-button {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 50px;
    min-height: 50px;
    padding: 10px 15px;
    background: #333;
    color: #fff;
    font-size: 17px;
}
.menu-19 .menu-scroll {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}
.menu-19 .menu-scroll > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.menu-19 .menu-scroll > ul > li.home-button > a {
    padding: 5px 15px;
    margin: 2px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    background: url("../img/wm_menu_home.png") left 50% top 50% no-repeat;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    font-size: 0;
    line-height: 1.4;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.menu-19 .menu-scroll > ul > li.delimiter {
    margin: auto 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 0;
    width: 10px;
    min-height: 10px;
    background: #d6d6d6;
    box-sizing: border-box;
}
.menu-19 .menu-scroll > ul > li.menu-item {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
    position: relative;
}
.menu-19 .menu-scroll > ul ul {
    padding: 5px;
    margin: 5px 0 0;
    border: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    list-style: none;
    width: 200px;
    display: none;
    z-index: 10;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.menu-19 .menu-scroll > ul ul > li {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}
.menu-19 .menu-scroll > ul ul > li > a {
    padding: 10px;
    border: none;
    cursor: pointer;
    display: block;
    -moz-border-radius: none;
    box-sizing: border-box;
    text-decoration: none;
    color: #474747;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}
.menu-19 .menu-scroll > ul ul > li > a:hover,
.menu-19 .menu-scroll > ul ul > li > a.hover,
.menu-19 .menu-scroll > ul ul > li > a.active {
    text-decoration: underline;
}
.menu-19 .menu-scroll > ul ul > li > a:active,
.menu-19 .menu-scroll > ul ul > li > a.active {
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu-19 .menu-scroll > ul ul > li.delimiter {
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 3px;
    min-height: 2px;
    height: auto;
    width: auto;
    background: #999999;
}
.menu-19 .menu-scroll > ul ul ul {
    margin: 0 0 0 8px;
    position: absolute;
    left: 100%;
    top: 0;
}
.menu-19 .menu-scroll > ul > li.menu-item > a {
    padding: 5px 10px;
    margin: 2px;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.4;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    position: relative;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    letter-spacing: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.menu-19 .menu-scroll > ul > li.menu-item > a:hover,
.menu-19 .menu-scroll > ul > li.menu-item > a.hover,
.menu-19 .menu-scroll > ul > li.menu-item > a.active {
    background: rgba(0, 0, 0, 0.27);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.menu-19 .menu-scroll > ul > li.menu-item > a .has-child-icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    margin-right: 5px;
    width: 12px;
    min-height: 12px;
    background: #000000;
}
.menu-19 .menu-scroll > ul > li.menu-item > a .menu-item-image {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 5px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 40px;
    width: 40px;
    overflow: hidden;
}
.menu-19 .menu-scroll > ul > li.menu-item > a img {
    margin: auto;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    width: auto;
}
.menu-19 .menu-scroll > ul > li.menu-item > a .menu-item-text {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.menu-19 .menu-scroll > ul > li.home-button {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}
.menu-19 .menu-scroll > ul > li.more-button {
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    position: relative;
}
.menu-19 .menu-scroll > ul > li.more-button > a {
    padding: 5px 10px;
    margin: 2px 0 2px 2px;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-style: normal;
    letter-spacing: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-transform: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.menu-19 .menu-scroll > ul > li.more-button > ul {
    left: auto;
    right: 0;
}
.menu-19 .menu-scroll > ul > li.more-button.disabled {
    display: none;
}
.menu-19 .menu-scroll > ul > li.more-button .menu-item-image {
    display: none;
}
.widget-13 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: auto;
    min-height: 0;
    font-size: 25px;
    right: 0;
}
.site-name .sn-wrap {
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
}
.site-name .sn-logo {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 100%;
}
.site-name img {
    box-sizing: border-box;
    display: block;
    max-width: 17%;
    border: none;
    margin-top: -15px;
}
.site-name .sn-text {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
}
.site-name a {
    text-decoration: none;
    outline: none;
}
.widget-29 {
    top: 0;
    left: 0;
    position: fixed;
    width: auto;
    text-align: center;
    right: 0;
    z-index: 9999;
    margin-left: 0;
    margin-right: 0;
}
.side-panel-46 .side-panel-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: left;
}
.side-panel-46 .side-panel-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 265px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: left;
}
.side-panel-46 .side-panel-close {
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 0;
    box-sizing: border-box;
    font-size: 0;
    width: 29px;
    min-height: 29px;
    background: url("../img/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eeeeee;
    cursor: pointer;
}
.side-panel-46 .side-panel-content-inner {
    overflow-y: auto;
    max-height: 100%;
    position: relative;
    z-index: 0;
}
.side-panel-46 .side-panel-top {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.side-panel-46 .side-panel-button {
    padding: 4px 5px 7px;
    box-sizing: border-box;
    font-size: 0;
    width: 29px;
    min-height: 0;
    background: #eeeeee;
    cursor: pointer;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    text-align: left;
}
.side-panel-46 .side-panel-button-icon {
    display: block;
}
.side-panel-46 .side-panel-button-icon-line {
    box-sizing: border-box;
    display: block;
    min-height: 3px;
    margin-top: 3px;
    background: #000000;
}
.side-panel-46 .side-panel-top-inner {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}



@media all and (max-width: 960px) {
    .layout {
        max-width: 100%;
    }
    .layout.layout_center {
        box-sizing: border-box;
    }
    .wrapper .layout_center_2_id_15_1 {
        margin-top: 0;
        display: none;
    }
    .wrapper {
        padding-bottom: 0.02px;
    }
    .widget-27 {
        width: auto;
        margin-top: 0;
        margin-left: 0;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    .horizontal_blocklist-43 .body-outer {
        width: auto;
    }
    .horizontal_blocklist-43 .body {
        width: auto;
    }
    .horizontal_blocklist-43 .item_body {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
    }
    .horizontal_blocklist-43 .item_detail {
        margin-right: 0;
        margin-top: 0;
    }
    .widget-28 {
        margin-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
        display: block;
    }
    .horizontal_block-44 .body {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
    }
    .horizontal_block-44 .figure {
        display: none;
    }
    .horizontal_block-44 .image img {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: auto;
    }
    .horizontal_block-44 .detail {
        margin-left: 0;
        margin-right: 0;
        width: auto;
        min-height: auto;
    }
    .horizontal_block-44 .title {
        margin-top: 0;
    }
    .widget-26 {
        margin-top: 0;
        display: none;
    }
    .block-12 {
        margin-top: 50px;
        left: 0;
    }
    .block-13 .layout_33_id_34 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .block-13 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .widget-21 {
        display: block;
    }
    .widget-22 {
        margin-left: auto;
        margin-right: auto;
    }
    .widget-23 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .widget-24 {
        margin-left: auto;
        margin-right: auto;
    }
    .widget-25 {
        display: none;
    }
    .block-11 .layout_30_id_31 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }

    .widget-20 {
        height: auto;
        /* padding-left: 20px; */
        padding-right: 20px;
        display: block;
    }
    .reviews-31 .list-wr {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .reviews-31 .body {
        width: auto;
    }
    .reviews-31 .image {
        max-width: 100%;
    }
    .reviews-31 .all:hover,
    .reviews-31 .all.hover,
    .reviews-31 .all.active {
        text-align: left;
    }

    .widget-18 {
        margin-bottom: 50px;
        width: auto;
        right: 0;
    }
    .widget-19 {
        margin-top: 0;
        margin-left: 0;
        width: auto;
        right: 0;
    }
    .horizontal_blocklist-29 .body-outer {
        width: auto;
    }
    .horizontal_blocklist-29 .body {
        width: auto;
        margin-right: -15px;
    }
    .horizontal_blocklist-29 .item-outer {
        width: 33.33%;
    }
    .horizontal_blocklist-29 .item {
        width: auto;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        margin-right: 15px;
    }
    .horizontal_blocklist-29 .item_body {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
    }
    .horizontal_blocklist-29 .item_detail {
        margin-right: 0;
        margin-top: 0;
    }
    .horizontal_blocklist-29 .text {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .block-8 .layout_22 {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
    }
    .block-8 .layout_23 {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: none;
    }
    .block-8 .layout_21_id_23 {
        margin-top: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    
    .widget-14 {
        margin-left: 0;
    }
    .horizontal_blocklist-22 .body-outer {
        width: auto;
    }
    .horizontal_blocklist-22 .body {
        width: auto;
    }
    .horizontal_blocklist-22 .item {
        width: auto;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
    }
    .horizontal_blocklist-22 .item_body {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
    }

    .horizontal_blocklist-22 .item_detail {
        margin-right: 0;
        margin-top: 0;
    }
    .editable_block-23 .body {
        display: block;
    }
    .editable_block-23 .image {
        float: left;
    }
    .editable_block-23 .more {
        clear: none;
    }
    .block-6 .layout_center_15_id_17_1 {
        margin-top: 0;
    }
    .block-6 {
        padding-left: 30px;
        padding-right: 30px;
        height: 80px;
    }
    .widget-10 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .editable_block-16 .body {
        display: block;
    }
    .editable_block-16 .image {
        float: left;
    }
    .editable_block-16 .more {
        clear: none;
    }
    .block-7 .layout_18 {
        margin-top: 0;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-left: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 .layout_19 {
        margin-top: 0;
        -webkit-order: 4;
        -moz-order: 4;
        order: 4;
        width: 100%;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 .layout_20 {
        margin-top: 0;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-right: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .widget-11 {
        text-align: right;
        width: 250px;
        margin-top: 15px;
        margin-left: 204px;
    }
    .phones-18 .inner {
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .phones-18 .icon {
        background: url("../img/lib_535301_tele.svg") left calc(50% - 1px) top calc(50% - 1px) / 15px no-repeat, linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    }
    .phones-18 .block-body-drop {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        margin-left: 0;
    }
    .widget-13 {
        margin-top: 15px;
        margin-right: auto;
    }
    .widget-29 {
        padding: 10px;
        text-align: left;
        box-sizing: border-box;
        z-index: 10000;
    }
    .side-panel-46 .side-panel-content {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: #3488f5;
        -moz-border-radius: none;
    }
    .side-panel-46 .side-panel-top {
        width: auto;
    }
    .side-panel-46 .side-panel-button {
        border: none;
        width: 40px;
        min-height: 40px;
        padding-top: 7px;
        padding-right: 8px;
        padding-left: 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: #ffffff;
        -moz-border-radius: none;
    
    }
    .side-panel-46 .side-panel-button-icon-line {
        border: none;
        margin-top: 4px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: #3488f5;
        -moz-border-radius: none;
    }

}
@media all and (max-width: 768px) {
    .wrapper .layout_center_2_id_15_1 {
        margin-top: 0;
        display: none;
    }
    .widget-27 {
        margin-left: auto;
        margin-right: auto;
    }
    .horizontal_blocklist-43 .body {
        margin-left: 0;
        margin-right: 0;
    }
    .horizontal_blocklist-43 .item {
        margin-left: 0;
        margin-right: 0;
    }
    .widget-28 {
        margin-right: auto;
    }
    .block-13 .layout_33_id_34 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .block-11 .layout_30_id_31 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .reviews-31 .item {
        overflow: hidden;
        height: auto;
        min-height: auto;
    }
    .reviews-31 .text {
        min-height: auto;
        height: auto;
        margin: 0;
    }
 
    .horizontal_blocklist-29 .body {
        margin-right: 0;
    }
    .horizontal_blocklist-29 .item-outer {
        width: 100%;
    }
    .horizontal_blocklist-29 .item {
        margin-right: 0;
    }
    .block-8 .layout_22 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-8 .layout_23 {
        margin-top: 0;
        display: none;
    }
    .block-8 .layout_21_id_23 {
        margin-top: 0;
    }
    .horizontal_blocklist-22 .body {
        margin-left: 0;
        margin-right: 0;
    }
    .horizontal_blocklist-22 .item-outer {
        width: 100%;
    }
    .horizontal_blocklist-22 .item {
        margin-left: 0;
        margin-right: 0;
    }
    .block-6 .layout_center_15_id_17_1 {
        margin-top: 0;
    }
    .widget-10 {
        margin-top: 70px;
    }
    .editable_block-16 .title {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .editable_block-16 .text {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .block-7 .layout_18 {
        margin-top: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 .layout_19 {
        margin-top: 0;
        display: none;
    }
    .block-7 .layout_20 {
        margin-top: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-flex;
        display: flex;
    }
    .widget-11 {
        text-align: center;
        width: auto;
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .site-name img {
        display: initial;
    }

    .phones-18 .inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .phones-18 .icon {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }
    .phones-18 .block-body-drop {
        top: 100%;
        right: auto;
    }
    .widget-13 {
        margin-bottom: 0;
        margin-right: 0;
    }
    .site-name .sn-text {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .block-12 {
        margin:0;
    }
  }
@media all and (max-width: 640px) {
    .wrapper .layout_center_2_id_15_1 {
        margin-top: 0;
        display: none;
    }
     .site-name img {
        display: initial;
    }
    
    .widget-27 {
        margin-left: 0;
        margin-right: 0;
    }
    .horizontal_blocklist-43 .item-outer {
        width: 100%;
    }
    .horizontal_block-44 .body {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
    .block-13 .layout_33_id_34 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .block-11 .layout_30_id_31 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .reviews-31 .text {
        margin-left: 0;
        margin-top: 40px;
        padding-top: 30px;
    }
    .reviews-31 .author {
        margin-top: -66px;
    }
    .reviews-31 .name {
        padding-right: 90px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: none;
    }
    .reviews-31 .date {
        margin-left: 0;
        margin-top: 8px;
        padding-left: 0;
    }

    .widget-18 {
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .form-28 .form-submit button {
        width: 100%;
    }
    .form-28 .form-captcha .form-submit-container {
        width: 100%;
    }
    .form-28 .form-captcha button {
        width: 100%;
    }
    .widget-19 {
        margin-bottom: 0;
    }
    .block-8 .layout_22 {
        margin: 0;
        width: auto;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
    }
    .block-8 .layout_23 {
        margin: 0;
        width: auto;
        flex-basis: auto;
        display: none;
    }
    .block-8 .layout_21_id_23 {
        margin-top: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .widget-14 {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .widget-15 {
        width: auto;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .block-6 .layout_center_15_id_17_1 {
        margin-top: 0;
    }
    .editable_block-16 .title {
        font-size: 35px;
    }
    .block-7 .layout_18 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 .layout_19 {
        margin-top: 0;
        display: none;
    }
    .block-7 .layout_20 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
    .widget-11 {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .widget-13 {
        margin-left: auto;
        margin-right: auto;
    }
    .site-name .sn-text {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
}
@media (max-width: 480px) {
    .wrapper .layout_center_2_id_15_1 {
        margin-top: 0;
        display: none;
    }
    
     .site-name img {
        display: initial;
    }
    .horizontal_blocklist-43 .item_body {
        display: block;
    }
    .horizontal_blocklist-43 .item_figure {
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 10px;
        width: auto;
    }
    .horizontal_blocklist-43 .img-convert {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .horizontal_blocklist-43 .item_detail {
        margin-left: 0;
        width: auto;
    }
    .horizontal_blocklist-43 .text {
        text-align: center;
    }
    .horizontal_blocklist-43 .title {
        text-align: center;
    }
    .widget-28 {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .horizontal_block-44 .body {
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .horizontal_block-44 .image:hover,
    .horizontal_block-44 .image.hover,
    .horizontal_block-44 .image.active {
        text-align: center;
    }
    .horizontal_block-44 .detail {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .block-13 .layout_33_id_34 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .block-14 {
        margin-bottom: 40px;
    }
    .widget-24 {
        margin-left: 0;
        margin-right: 0;
    }
    .widgetsocial-38 .soc {
        margin-top: 18px;
        align-self: auto;
    }
    .block-11 .layout_30_id_31 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .reviews-31 .header_text {
        font-size: 27px;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .container {
        margin: 0px 16px;
        margin-top: -7px;  
    }
    .reviews-31 .item {
        padding-top: 30px;
        height: auto;
    }
    .reviews-31 .image {
    margin-left: 63px;
    margin-right: 10px;
    }
    .reviews-31 .image_author {
        text-align: center;
    }

    .reviews-31 .text {
        text-align: center;
        margin-top: 16px;
        padding: 10px 0;
        margin: 0;
    }
        padding-top: 0.02px;
        padding-bottom: 0.02px;
        padding-right: 0;
        text-align: center;
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .reviews-31 .date {
        text-align: center;
        width: auto;
        margin-right: 0;
    }
    .form-28 .form__header {
        font-size: 28px;
    }
    .widget-19 {
        margin-top: 15px;
    }
    .horizontal_blocklist-29 .item_body {
        display: block;
    }
    .horizontal_blocklist-29 .item_figure {
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .horizontal_blocklist-29 .image {
        text-align: left;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .horizontal_blocklist-29 .item_detail {
        margin-left: 0;
        width: auto;
    }
    .block-8 .layout_22 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-8 .layout_23 {
        margin-top: 0;
        display: none;
    }
    .block-8 .layout_21_id_23 {
        margin-top: 0;
    }
    .horizontal_blocklist-22 .item_body {
        display: block;
    }
    .horizontal_blocklist-22 .item_figure {
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 10px;
        width: auto;
    }
    .horizontal_blocklist-22 .img-convert {
        margin-left: 0;
        margin-right: auto;
    }
    .horizontal_blocklist-22 .item_detail {
        margin-left: 0;
        width: auto;
    }
    .editable_block-23 .body {
        display: -webkit-flex;
        display: flex;
    }
    .editable_block-23 .image {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .block-6 .layout_center_15_id_17_1 {
        margin-top: 0;
    }
    .widget-10 {
        margin-top: 90px;
    }
    .editable_block-16 .header {
        font-size: 16px;
    }
    .editable_block-16 .body {
        display: -webkit-flex;
        display: flex;
    }
    .editable_block-16 .title {
        font-size: 24px;
    }
    .editable_block-16 .image {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .editable_block-16 .text {
        font-size: 17px;
    }
    .block-7 .layout_18 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 .layout_19 {
        margin-top: 0;
        width: 100%;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        display: none;
    }
    .block-7 .layout_20 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
}
.side-panel .widget-12 {
    margin: 20px 0;
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: auto;
    left: 0;
    top: 0;
    position: relative;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    text-align: center;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    display: -webkit-flex;
    display: flex;
}
.side-panel .menu-19 .menu-scroll > ul {
    display: block;
}
.side-panel .menu-19 .menu-scroll > ul > li.delimiter {
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 1px;
    width: auto;
}
.side-panel .menu-19 .menu-scroll > ul > li.menu-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.side-panel .menu-19 .menu-scroll > ul ul {
    position: static;
    width: auto;
}
.side-panel .menu-19 .menu-scroll > ul ul > li > a:hover,
.side-panel .menu-19 .menu-scroll > ul ul > li > a.hover,
.side-panel .menu-19 .menu-scroll > ul ul > li > a.active {
    text-decoration: underline;
}
.side-panel .menu-19 .menu-scroll > ul ul > li > a:active,
.side-panel .menu-19 .menu-scroll > ul ul > li > a.active {
    padding-top: 10px;
    padding-bottom: 10px;
}
.side-panel .menu-19 .menu-scroll > ul ul ul {
    position: static;
    width: auto;
}
.side-panel .menu-19 .menu-scroll > ul > li.menu-item > a {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.side-panel .menu-19 .menu-scroll > ul > li.menu-item > a:hover,
.side-panel .menu-19 .menu-scroll > ul > li.menu-item > a.hover,
.side-panel .menu-19 .menu-scroll > ul > li.menu-item > a.active {
    background: rgba(0, 0, 0, 0.27);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.side-panel .menu-19 .menu-scroll > ul > li.more-button {
    display: none;
}


@media all and (max-width: 1440px) {
    .site-name img {
        display: initial;
    }
    .widget-12 {
        left: 70px;
    }
    .site-name img {
        max-width: 22%;
        margin-top: -10px;
    }
    
}

@media (max-width: 960px) {
    .reviews-31 .item-outer {
        width: 100%;
        padding: 0;
        margin: 10px;
    }
    .reviews-31 .author {
        height: 80px;
    }
    .block-6::before {
        display: none;
    }
    .site-name img {
     display: none;
    }
    .header_text {
        margin: -28px auto;
    }
   
}

.educationpress-breadcrumb ul li {
    list-style: none;
    display: inline-block;
    margin: 0 6px;
}

li.trail-item.trail-begin a {
    color: #fff;
    text-decoration: none;
}

.educationpress-page-title-area>div {
    z-index: 2;
    position: relative;
}

.educationpress-breadcrumb ul li:last-child:after {
    content: '';
    margin: 0;
}

li.trail-item span {
    font-size: 14px;
    color: #fff;
}

.button_podrobnoe {
    float: right;
    padding: 10px;
    background: linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91)
}
.button_podrobnoe a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

@media all and (max-width: 426px) {
    .reviews-31 .author {
    margin-left: 0;
    margin-top: 18px;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0;
    }
    .reviews-31 .name {
        padding: 0;
        margin: 0;
    }

}
@media all and (max-width: 320px) {
   .container {
    margin: 0px -37px;
    margin-top: -7px;
    }
    .reviews-31 .item {
        height: auto;
        padding: 32px 32px 32px;
    }
    .reviews-31 .author {
    }
    .reviews-31 .image {
        width: auto;
    }
    .reviews-31 .name {
        font-size: 11px;
    }
    .reviews-31 .text>div {
        text-align: initial;
    }
   
    .news-list .reviews-31 .item-outer {
        width: 281px;
    }

}
@import "fonts.css";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background: #fff;
}
body::before {
    content: "";
    height: 1px;
    display: block;
    margin-top: -1px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent;
    color: inherit;
    text-decoration-color: #fff;
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: #000;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body.noscroll {
    overflow: hidden !important;
}
.removed,
.hidden {
    display: none !important;
}
.editorElement,
.layout {
    box-sizing: border-box;
    padding-top: .02px;
    padding-bottom: .02px;
}
.editorElement {
    word-wrap: break-word;
}
.vertical-middle {
    white-space: nowrap;
}
.vertical-middle>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}
.vertical-middle::after {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
}
.wrapper {
    margin: 0 auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    overflow: hidden;
    max-width: 100%;
}
.editorElement .removed+.delimiter,
.editorElement .delimiter:first-child {
    display: none;
}
.wm-input-default {
    border: none;
    background: none;
    padding: 0;
}
.background-none {
    background: none !important;
}

.header_text {
    font-size: 26px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    color: #fff;
    margin-top: -10px;
}
/* tooltip */

@keyframes show_hide {
    0% {
        left: 85%;
        opacity: 0;
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
    20% {
        left: 100%;
        opacity: 1;
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
    100% {
        left: 100%;
        opacity: 1;
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
}
@keyframes show_hide_after {
    0% {
        width: 5px;
        height: 5px;
    }
    100% {
        width: 5px;
        height: 5px;
    }
}
/* tooltip for horizontal */

@keyframes horizontal_show_hide {
    0% {
        top: 95%;
        opacity: 0;
        width: 100%;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
    20% {
        top: 100%;
        opacity: 1;
        width: 100%;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
    100% {
        top: 100%;
        opacity: 1;
        width: 100%;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
}

.wm-tooltip {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 100%;
    background: #FBFDDD;
    color: #CA3841;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
    white-space: nowrap;
    box-sizing: border-box;
}
.wm-tooltip::after {
    content: "";
    font-size: 0;
    background: inherit;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: -3px;
    margin: -2px 0 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
    transform: rotate(45deg);
}
.error .wm-tooltip {
    display: block;
    padding: 0;
    font-size: 0;
    animation: show_hide 4s;
}
.error .wm-tooltip::after {
    width: 0;
    height: 0;
    animation: show_hide_after 4s;
}
.horizontal_mode .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
}
.horizontal_mode .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.error .horizontal_mode .wm-tooltip,
.horizontal_mode .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
}
.container {
    margin-left: -170px;
    margin-top: 20px;
}

.container::before {
    display: table;
    content: " ";
}
.news-list {
    display: flex;
}
.news-list .reviews-31 .item-outer {
    width: 100%;
}
@media all and (max-width: 960px) {
    .widget-11 {
        display: none;
    }
    .container {
        margin-top: -7px;
        margin-left: -650px;
    }

    .wm-tooltip {
        top: 100%;
        left: 0;
        width: 100%;
        white-space: normal;
        margin: 5px 0 0;
        text-align: center;
    }

    .wm-tooltip::after {
        left: 50%;
        top: 0;
        margin: -2px 0 0;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
    }
    .error .wm-tooltip {
        animation: horizontal_show_hide 4s;
    }
}
table.table0 td,
table.table1 td,
table.table2 td,
table.table2 th {
    padding: 5px;
    border: 1px solid #dedede;
    vertical-align: top;
}
table.table0 td {
    border: none;
}

table.table2 th {
    padding: 8px 5px;
    background: #eb3c3c;
    border: 1px solid #dedede;
    font-weight: normal;
    text-align: left;
    color: #fff;
}
.for-mobile-view {
    overflow: auto;
}
.side-panel,
.side-panel-mask,
.side-panel-content {
    display: none;
}
.align-elem {
    flex-grow: 1;
}
body {
    background: #ffffff;
}
.wrapper .layout_center_2_id_15_1 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.wrapper {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    font-size: 12px;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.widget-27 {
    margin: -215px 0 0 360px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 587px;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
}
.horizontal_blocklist-43 p:first-child {
    margin-top: 0;
}
.horizontal_blocklist-43 p:last-child {
    margin-bottom: 0;
}
.horizontal_blocklist-43 .header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .header_text {
    font-size: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-43 .description {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-43 .description p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}
.horizontal_blocklist-43 .description p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}
.horizontal_blocklist-43 .body-outer {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-43 .body {
    margin: 0 -15px;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .swipe-shadow-left {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.horizontal_blocklist-43 .swipe-shadow-right {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.horizontal_blocklist-43 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 50%;
}
.horizontal_blocklist-43 .item {
    margin: 0 15px 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: auto;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    left: 0;
    right: 0;
    align-self: auto;
    min-width: 0;
    min-height: 0;
}
.horizontal_blocklist-43 .item_header {
    box-sizing: border-box;
}
.horizontal_blocklist-43 .item_body {
    box-sizing: border-box;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.horizontal_blocklist-43 .item_figure {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}
.horizontal_blocklist-43 .image {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-43 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-43 .item__image__title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.horizontal_blocklist-43 .img-convert {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}
.horizontal_blocklist-43 .img-convert:hover,
.horizontal_blocklist-43 .img-convert.hover,
.horizontal_blocklist-43 .img-convert.active {
    text-align: center;
}
.horizontal_blocklist-43 .image img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    box-sizing: content-box;
}
.horizontal_blocklist-43 .item_detail {
    box-sizing: border-box;
    margin-left: 20px;
    position: relative;
    z-index: 2;
}
.horizontal_blocklist-43 .text {
    box-sizing: border-box;
    position: relative;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    color: #8c8c8c;
    line-height: 1.5;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-43 .title {
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-size: 14px;
    color: #3488f5;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-43 .price-wrap {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-43 .price {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
}
.horizontal_blocklist-43 .price-note {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-43 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-43 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-43 .more {
    box-sizing: border-box;
    position: relative;
    margin-top: 5px;
}
.horizontal_blocklist-43 .more > a {
    box-sizing: border-box;
    text-decoration: underline;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.horizontal_blocklist-43 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}
.horizontal_blocklist-43 .title a {
    color: inherit;
    text-decoration: inherit;
}
.horizontal_blocklist-43 .footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .all {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.horizontal_blocklist-43 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    z-index: 1;
}
.horizontal_blocklist-43 .prev {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .next {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .prev > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .next > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.popover-container-43 {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-43 .popover-scrolling {
    padding: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1;
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
}
.popover-container-43 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-43 {
    margin: auto;
    position: relative;
    max-width: 100%;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
}
.popover-wrap-43 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-43 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-43 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.popover-wrap-43 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.popover-wrap-43 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    color: #000;
    box-sizing: border-box;
}
.popover-wrap-43 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-43 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-43 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-43 .popover-body .s3_required {
    color: red;
}
.popover-wrap-43 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.popover-wrap-43 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.popover-wrap-43 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
}
.horizontal_blocklist-43 .image a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}
.horizontal_blocklist-43 .bx-pager-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .bx-auto_controls {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    visibility: visible;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .pager-wrap {
    box-sizing: border-box;
}
.horizontal_blocklist-43 .bx-pager {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: inline-block;
    visibility: visible;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.horizontal_blocklist-43 .bx-pager a:active,
.horizontal_blocklist-43 .bx-pager a.active {
    background: #bbbbbb;
}
.horizontal_blocklist-43 .auto_controls {
    box-sizing: border-box;
    display: none;
}
.horizontal_blocklist-43 .bx-controls-auto-item {
    box-sizing: border-box;
}

.horizontal_blocklist-43 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.horizontal_blocklist-43 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.popover-wrap-43::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-43::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-43:-ms-input-placeholder {
    color: #ababab;
}
.widget-28 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    min-height: 0;
    width: auto;
    right: 0;
    padding-right: 0;
}
.horizontal_block-44 p:first-child {
    margin-top: 0;
}
.horizontal_block-44 p:last-child {
    margin-bottom: 0;
}
.horizontal_block-44 .body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.horizontal_block-44 .figure {
    display: block;
}
.horizontal_block-44 .image {
    box-sizing: border-box;
    position: relative;
}
.horizontal_block-44 .image img {
    border: none;
    vertical-align: middle;
    box-sizing: content-box;
    width: 300px;
    height: 365px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: none;
    margin-top: 40px;
}
.horizontal_block-44 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    text-align: left;
}
.horizontal_block-44 .item__image__title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
}
.horizontal_block-44 .detail {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-left: 50px;
}
.horizontal_block-44 .title {
    box-sizing: border-box;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    color: #302e2e;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_block-44 .text {
    box-sizing: border-box;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-size: 14px;
    color: #636363;
    line-height: 1.7;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_block-44 .more {
    box-sizing: border-box;
    margin-top: 5px;
}
.horizontal_block-44 .more > a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    box-sizing: border-box;
}
.popover-container-44 {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-44 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-44 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-44 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-44 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.popover-wrap-44 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.popover-wrap-44 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    color: #000;
    box-sizing: border-box;
}
.popover-wrap-44 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-44 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-44 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-44 .popover-body .s3_required {
    color: red;
}
.popover-wrap-44 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.popover-wrap-44 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.popover-wrap-44 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
}
.popover-wrap-44::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-44::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-44:-ms-input-placeholder {
    color: #ababab;
}
.widget-26 {
    margin: 15px auto 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 7;
    box-sizing: border-box;
    width: 186px;
}
.block-12 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 6;
    display: block;
    text-decoration: none;
    right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-13 .layout_33_id_34 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.block-13 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: #424242;
    z-index: 2;
    text-align: left;
    right: 0;
    -moz-border-radius: none;
    padding-top: 0.02px;
    padding-bottom: 40px;
    display: block;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
}
.widget-21 {
    margin: -30px auto 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    width: 60px;
    min-height: 60px;
    background: linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
}
.up-34 .icon {
    border: none;
    box-sizing: border-box;
    margin-top: 14px;
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url("../img/lib_499701_shape.svg") left 50% top 50% / auto auto no-repeat;
    -moz-border-radius: none;
}
.up-34 .title {
    box-sizing: border-box;
    color: #000;
    margin-top: 14px;
    margin-bottom: 5px;
}
.block-14 {
    margin: 50px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 1;
    display: block;
    text-indent: 0;
    text-decoration: none;
    right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.widget-22 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    width: auto;
    font-weight: bold;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.widget-23 {
    margin: 20px 0 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    color: #8f8f8f;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    right: 0;
}
.widget-24 {
    margin: 20px 0 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    min-height: 0;
}
.widgetsocial-38 .soc {
    margin: 2px 5px 2px 2px;
    border: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    vertical-align: middle;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-decoration: none;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    -moz-border-radius: none;
}
.widgetsocial-38 .wg-soc-icon {
    box-sizing: border-box;
    min-width: 20px;
}
.widgetsocial-38 .wg-soc-title {
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.47);
    font-size: 14px;
    line-height: 1;
    font-family: Open Sans, sans-serif;
    text-decoration: none;
    margin-left: 5px;
}
.widgetsocial-38 .vk .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_vk.png") left 50% top 50% / auto auto no-repeat;
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .fb .wg-soc-icon {
    border: none;
    background: url("../img/lib_499701_face.svg") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    text-align: left;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .fb .wg-soc-icon:hover,
.widgetsocial-38 .fb .wg-soc-icon.hover,
.widgetsocial-38 .fb .wg-soc-icon.active {
    background: url("../img/lib_499701_face.svg") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .tw .wg-soc-icon {
    border: none;
    background: url("../img/lib_499701_tweet.svg") left 40% top 50% / 65% auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: left;
}
.widgetsocial-38 .tw .wg-soc-icon:hover,
.widgetsocial-38 .tw .wg-soc-icon.hover,
.widgetsocial-38 .tw .wg-soc-icon.active {
    background: url("../img/lib_499701_tweet.svg") left 40% top 50% / 65% auto no-repeat #ff5100;
}
.widgetsocial-38 .google .wg-soc-icon {
    border: none;
    background: url("../img/lib_499701_gog.svg") left 50% top 50% / 50% auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: left;
}
.widgetsocial-38 .google .wg-soc-icon:hover,
.widgetsocial-38 .google .wg-soc-icon.hover,
.widgetsocial-38 .google .wg-soc-icon.active {
    background: url("../img/lib_499701_gog.svg") left 50% top 50% / 50% auto no-repeat #ff5100;
}
.widgetsocial-38 .ins .wg-soc-icon {
    border: none;
    background: url("../img/lib_499701_ins.svg") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: left;
}
.widgetsocial-38 .ins .wg-soc-icon:hover,
.widgetsocial-38 .ins .wg-soc-icon.hover,
.widgetsocial-38 .ins .wg-soc-icon.active {
    background: url("../img/lib_499701_ins.svg") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .ok .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_ok.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .ok .wg-soc-icon:hover,
.widgetsocial-38 .ok .wg-soc-icon.hover,
.widgetsocial-38 .ok .wg-soc-icon.active {
    background: url("../img/wm_social_links_ok.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .mail .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_mail.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .mail .wg-soc-icon:hover,
.widgetsocial-38 .mail .wg-soc-icon.hover,
.widgetsocial-38 .mail .wg-soc-icon.active {
    background: url("../img/wm_social_links_mail.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .pin .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_pin.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .pin .wg-soc-icon:hover,
.widgetsocial-38 .pin .wg-soc-icon.hover,
.widgetsocial-38 .pin .wg-soc-icon.active {
    background: url("../img/wm_social_links_pin.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .lj .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_lj.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .lj .wg-soc-icon:hover,
.widgetsocial-38 .lj .wg-soc-icon.hover,
.widgetsocial-38 .lj .wg-soc-icon.active {
    background: url("../img/wm_social_links_lj.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .my .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_my.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .my .wg-soc-icon:hover,
.widgetsocial-38 .my .wg-soc-icon.hover,
.widgetsocial-38 .my .wg-soc-icon.active {
    background: url("../img/wm_social_links_my.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widgetsocial-38 .youtube .wg-soc-icon {
    border: none;
    background: url("../img/wm_social_links_youtube.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
    width: 30px;
    min-height: 30px;
    min-width: 20px;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.widgetsocial-38 .youtube .wg-soc-icon:hover,
.widgetsocial-38 .youtube .wg-soc-icon.hover,
.widgetsocial-38 .youtube .wg-soc-icon.active {
    background: url("../img/wm_social_links_youtube.png") left 50% top 50% / auto auto no-repeat #ff5100;
}
.widget-25 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: left;
    width: auto;
    min-height: 400px;
    display: -webkit-flex;
    display: flex;
    background: #ccc;
    overflow: hidden;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    right: 0;
}
.block-11 .layout_30_id_31 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.block-11 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 650px;
    min-height: 160px;
    background: url("../img/151418.jpg") left 50% top 50% / auto auto repeat #f5f2f5;
    z-index: 5;
    text-align: left;
    right: 0;
    -moz-border-radius: none;
    padding-top: 20px;
    padding-bottom: 50px;
}
.widget-20 {
    margin: 0;
    position: relative;
    top: 0;
    left: 10px;
    z-index: 2;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    min-height: 0;
    right: 0;
    width: 100%;
}
.reviews-31 p:first-child {
    margin-top: 0;
}
.reviews-31 p:last-child {
    margin-bottom: 0;
}
.reviews-31 .header {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}
.reviews-31 .header_text {
    box-sizing: border-box;
    font-size: 30px;
    font-family: Open Sans, sans-serif;
    text-align: left;
    text-indent: 0;
    color: #302e2e;
    text-decoration: none;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.reviews-31 .list-wr {
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
}
.reviews-31 .body {
    margin: 0;
    box-sizing: border-box;
}
.reviews-31 .list {
    display: block;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    overflow: hidden;
    margin-top: 8%;
}
.reviews-31 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: auto;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    float: left;
    width: 47%;
    margin: 10px;
}

.reviews-31 .item {
    padding: 32px 36px 32px;
    margin: 18px 0 10px;
    border: none;
    width: auto;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0px 7px 11px rgba(93, 93, 94, 0.14);
    -moz-box-shadow: 0px 7px 11px rgba(93, 93, 94, 0.14);
    box-shadow: 0px 7px 11px rgba(93, 93, 94, 0.14);
    background: #ffffff;
    -moz-border-radius: none;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}
.reviews-31 .image {
    width: auto;
    /* float: left; */
    padding-right: 55px;
}
.reviews-31 .image_author {
    box-sizing: border-box;
    color: hsl(200, 50%, 50%);
    margin-bottom: 5px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
}
.reviews-31 .image_author .image_name {
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.reviews-31 .image_author .image_date {
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    text-transform: lowercase;
    font-size: 11px;
    color: hsl(0, 0%, 50%);
}
.reviews-31 .img-convert {
    :
    height: 50%
    -webkit-justify-content: center;
    :
    : inherit
    : t
    overflow: hidden;
    :
    -moz-border-radius: 250px;
}
.reviews-31 .img-convert:hover,
.reviews-31 .img-convert.hover,
.reviews-31 .img-convert.active {
    text-align: center;
}
.reviews-31 .image img {
    box-sizing: border-box;
    width: 73%;
}
.reviews-31 .text {
    border: none;
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-size: 14px;
    color: #6e6d6e;
    line-height: 1.2;
    letter-spacing: 0.1px;
    text-decoration: none;
    padding-top: 11px;
    -webkit-box-shadow: inset 0px 1px 0px #ededed;
    -moz-box-shadow: inset 0px 1px 0px #ededed;
    box-shadow: inset 0px 1px 0px #ededed;
    -moz-border-radius: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.reviews-31 .text>div {
    width: 100%;    
}
.reviews-31 .author {
    box-sizing: border-box;
    color: hsl(200, 50%, 50%);
    margin-bottom: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.reviews-31 .name {
    border: none;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-size: 16px;
    color: #1f3254;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px;
    -webkit-box-shadow: inset -1px 0px 0px #ededed;
    -moz-box-shadow: inset -1px 0px 0px #ededed;
    box-shadow: inset -1px 0px 0px #ededed;
    -moz-border-radius: none;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.reviews-31 .date {
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 19px;
    text-transform: lowercase;
    color: #fa5141;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-style: italic;
    text-decoration: none;
}
.reviews-31 .swipe-shadow-left {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.reviews-31 .swipe-shadow-right {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.reviews-31 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}
.reviews-31 .footer {
    text-align: center;
    box-sizing: border-box;
    margin-top: 22px;
}
.reviews-31 .all {
    padding: 13px 30px;
    border: none;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.2px;
    text-decoration: none;
    font-weight: 600;
    -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    background: #ff9200;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    min-height: 14px;
    height: 0;
}
.reviews-31 .all:hover,
.reviews-31 .all.hover,
.reviews-31 .all.active {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-shadow: 0 0 0 transparent, 0px 8px 16px 0px rgba(255, 146, 0, 0.25);
    -moz-box-shadow: 0 0 0 transparent, 0px 8px 16px 0px rgba(255, 146, 0, 0.25);
    box-shadow: 0 0 0 transparent, 0px 8px 16px 0px rgba(255, 146, 0, 0.25);
}
.reviews-31 .all:active,
.reviews-31 .all.active {
    color: #000000;
    -webkit-box-shadow: inset 0px 0px 0px 2px #ff9200, 0 0 0 transparent;
    -moz-box-shadow: inset 0px 0px 0px 2px #ff9200, 0 0 0 transparent;
    box-shadow: inset 0px 0px 0px 2px #ff9200, 0 0 0 transparent;
    background: transparent;
}
.reviews-31 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    margin-top: -10px;
    z-index: 1;
}
.reviews-31 .prev {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_reviews_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.reviews-31 .next {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_reviews_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.reviews-31 .prev > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.reviews-31 .next > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.reviews-31 .description {
    display: -webkit-flex;
    display: flex;
}
.reviews-31 .item__image a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}
.reviews-31 .bx-pager-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    box-sizing: border-box;
}
.reviews-31 .bx-auto_controls {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    visibility: visible;
    box-sizing: border-box;
}
.reviews-31 .pager-wrap {
    box-sizing: border-box;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.reviews-31 .bx-pager {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: inline-block;
    visibility: visible;
    box-sizing: border-box;
}
.reviews-31 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}
.reviews-31 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    min-height: 10px;
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 10px;
}
.reviews-31 .auto_controls {
    box-sizing: border-box;
    display: none;
}
.reviews-31 .bx-controls-auto-item {
    box-sizing: border-box;
}
.reviews-31 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_reviews_pause.png") center center / auto no-repeat;
}
.reviews-31 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_reviews_play.png") center center / auto no-repeat;
}
.reviews-31 .image a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}

.widget-18 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    width: 520px;
    right: auto;
    min-height: 256px;
}
.form-28 .form__header {
    border: none;
    box-sizing: border-box;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 10px;
    background: url("../img/lib_430801_untitled-1-recovered_18.jpg") left 0px bottom 0px / auto auto no-repeat;
    -moz-border-radius: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.form-28 .form__text {
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 30px;
    overflow: hidden;
    font-family: Open Sans, sans-serif;
    color: #8a8a8a;
    text-indent: 0;
    text-decoration: none;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.form-28 .form__text p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}
.form-28 .form__text p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}
.form-28 .form__body {
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: -5px;
    width: auto;
}
.form-28 .form-table {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.form-28 .form-tbody {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
}
.form-28 .form-item-group {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    width: auto;
}
.form-28 .form-item {
    box-sizing: border-box;
    position: relative;
    margin-right: 0;
    margin-bottom: 5px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    width: auto;
}
.form-28 .form-text {
    box-sizing: border-box;
}
.form-28 .form-item__title {
    box-sizing: border-box;
    display: inline-block;
    min-width: 15px;
}
.form-28 .form-item__required {
    box-sizing: border-box;
    color: #ff0000;
}
.form-28 .form-item__error {
    box-sizing: border-box;
    color: #ff0000;
}
.form-28 .form-item__note {
    box-sizing: border-box;
    font-size: 11px;
    color: #999999;
    display: none;
}
.form-28 .form-item__body {
    box-sizing: border-box;
    display: block;
}
.form-28 .form-text input {
    padding: 2px 4px 2px 15px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    width: 100%;
    min-width: 100px;
    min-height: 50px;
    outline: none;
    font-family: Open Sans, sans-serif;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    height: 50px;
    resize: vertical;
    display: block;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 12px;
}
.form-28 .form-textarea textarea {
    padding: 10px 4px 2px 15px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    width: 100%;
    min-width: 100px;
    resize: vertical;
    min-height: 100px;
    outline: none;
    display: block;
    font-family: Open Sans, sans-serif;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    height: 100px;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}
.form-28 .form-submit button {
    padding: 15px 20px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    outline: none;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.form-28 .form-submit button span {
    box-sizing: border-box;
    display: inline-block;
    min-width: 20px;
}
.form-28 .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.form-28 .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.form-28 .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.form-28 .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.form-28 .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}
.form-28 .form-text .form-item__body {
    box-sizing: border-box;
}
.form-28 .form-textarea {
    box-sizing: border-box;
}
.form-28 .form-textarea .form-item__body {
    box-sizing: border-box;
}
.form-28 .form-submit {
    box-sizing: border-box;
}
.form-28 .form-submit .form-item__header {
    box-sizing: border-box;
    display: none;
}
.form-28 .form-captcha {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.form-28 .form-captcha .form-item__body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.form-28 .form-captcha input {
    padding: 2px 4px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    width: 100%;
    min-width: 50px;
    min-height: 22px;
    outline: none;
    text-align: left;
    font-family: Open Sans, sans-serif;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    resize: vertical;
    display: block;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.form-28 .form-captcha input:hover,
.form-28 .form-captcha input.hover,
.form-28 .form-captcha input.active {
    text-align: center;
}
.form-28 .form-captcha .form-captcha-container {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-right: 0;
    padding-bottom: 5px;
}
.form-28 .form-captcha .form-submit-container {
    box-sizing: border-box;
}
.form-28 .form-captcha button {
    padding: 15px 20px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    outline: none;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.43);
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.form-28 .form-captcha button span {
    box-sizing: border-box;
    display: inline-block;
    min-width: 20px;
}
.form-28 .form-captcha .mgCaptcha-block {
    box-sizing: border-box;
    line-height: 0;
    font-size: 0;
    min-width: 112px;
}
.form-28 .form-captcha .mgCaptcha-block img {
    box-sizing: border-box;
    vertical-align: middle;
    border: none;
    margin-right: 5px;
}
.form-28 .form-captcha .mgCaptcha-input {
    box-sizing: border-box;
}
.form-28 .group-text {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}
.form-28 .group-textarea {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}
.form-28 .form-tfoot {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.form-28 .group-button {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}
.form-28 .form-success {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-28 .form-checkbox {
    box-sizing: border-box;
}
.form-28 .form-checkbox .form-item__body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.form-28 .form-checkbox .form-item__title {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 5px;
}
.form-28 .form-checkbox input {
    margin: 5px 5px 0 0;
}
.form-28 .form-radio {
    box-sizing: border-box;
}
.form-28 .form-radio .form-item__body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.form-28 .form-radio .form-item__title {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 5px;
}
.form-28 .form-radio input {
    margin: 5px 5px 0 0;
}
.form-28 .form-select {
    box-sizing: border-box;
}
.form-28 .form-select select {
    box-sizing: border-box;
    width: 100%;
    min-width: 100px;
}
.form-28 .form-div {
    box-sizing: border-box;
}
.form-28 .form-html {
    box-sizing: border-box;
}
.form-28 .form-upload {
    box-sizing: border-box;
}
.form-28 .form-calendar {
    box-sizing: border-box;
}
.form-28 .form-calendar input {
    padding: 2px 4px;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    min-height: 22px;
    outline: none;
}
.form-28 .form-calendar_interval {
    box-sizing: border-box;
}
.form-28 .form-calendar_interval input {
    padding: 2px 4px;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    min-height: 22px;
    outline: none;
}
.form-28 .form-calendar_interval .form-item__body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.form-28 .form-calendar_interval .label_from {
    box-sizing: border-box;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
    margin-right: 5px;
}
.form-28 .form-calendar_interval .label_to {
    box-sizing: border-box;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
    margin-right: 5px;
}
.form-28 .form-calendar_interval .field_from {
    box-sizing: border-box;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    margin-right: 10px;
}
.form-28 .form-calendar_interval .field_to {
    box-sizing: border-box;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.form-28::-webkit-input-placeholder {
    color: #878787;
}
.form-28::-moz-placeholder {
    color: #878787;
}
.form-28:-ms-input-placeholder {
    color: #878787;
}
.widget-19 {
    margin: 120px 0 auto 65px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 374px;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    right: auto;
}
.popover-wrap-29 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-29 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-29 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-29 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-29 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    text-align: left;
}
.popover-wrap-29 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.horizontal_blocklist-29 p:first-child {
    margin-top: 0;
}
.horizontal_blocklist-29 p:last-child {
    margin-bottom: 0;
}
.horizontal_blocklist-29 .header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .header_text {
    font-size: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-29 .description {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-29 .description p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}
.horizontal_blocklist-29 .description p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}
.horizontal_blocklist-29 .body-outer {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-29 .body {
    margin: 0;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .swipe-shadow-left {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.horizontal_blocklist-29 .swipe-shadow-right {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.horizontal_blocklist-29 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
}
.horizontal_blocklist-29 .item {
    margin: 10px 0 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 410px;
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    min-width: 0;
    min-height: 0;
}
.horizontal_blocklist-29 .item_header {
    box-sizing: border-box;
}
.horizontal_blocklist-29 .item_body {
    box-sizing: border-box;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.horizontal_blocklist-29 .item_figure {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    width: auto;
}
.horizontal_blocklist-29 .image {
    box-sizing: border-box;
    position: relative;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-29 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}
.horizontal_blocklist-29 .item__image__title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.horizontal_blocklist-29 .img-convert {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}
.horizontal_blocklist-29 .img-convert:hover,
.horizontal_blocklist-29 .img-convert.hover,
.horizontal_blocklist-29 .img-convert.active {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}
.horizontal_blocklist-29 .image img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    box-sizing: content-box;
}
.horizontal_blocklist-29 .item_detail {
    box-sizing: border-box;
    margin-left: 20px;
    position: relative;
    z-index: 2;
}
.horizontal_blocklist-29 .text {
    box-sizing: border-box;
    position: relative;
    font-family: Open Sans, sans-serif;
    color: #5e5e5e;
    line-height: 1.5;
    text-indent: 0;
    text-decoration: none;
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-29 .title {
    border: none;
    font-weight: bold;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: Open Sans, sans-serif;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 10px;
    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.09);
    -moz-border-radius: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-29 .price-wrap {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-29 .price {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
}
.horizontal_blocklist-29 .price-note {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-29 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-29 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-29 .more {
    box-sizing: border-box;
    position: relative;
    margin-top: 5px;
}
.horizontal_blocklist-29 .more > a {
    box-sizing: border-box;
    text-decoration: underline;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.horizontal_blocklist-29 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}
.horizontal_blocklist-29 .title a {
    color: inherit;
    text-decoration: inherit;
}
.horizontal_blocklist-29 .footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .all {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.horizontal_blocklist-29 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    z-index: 1;
}
.horizontal_blocklist-29 .prev {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .next {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .prev > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .next > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-pager-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-29 .auto_controls {
    box-sizing: border-box;
    display: none;
}
.horizontal_blocklist-29 .bx-controls-auto-item {
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.horizontal_blocklist-29 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.horizontal_blocklist-29 .pager-wrap {
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.horizontal_blocklist-29 .bx-pager a:active,
.horizontal_blocklist-29 .bx-pager a.active {
    background: #bbbbbb;
}
.popover-container-29 {
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-29 .popover-scrolling {
    padding: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1;
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    box-sizing: border-box;
}
.popover-container-29 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-29 {
    margin: auto;
    position: relative;
    max-width: 100%;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
}
.popover-wrap-29 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}
.popover-wrap-29 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-29 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}
.popover-wrap-29 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}
.popover-wrap-29 .popover-body .s3_required {
    color: red;
}
.popover-wrap-29 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}
.horizontal_blocklist-29 .image a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}
.popover-wrap-29::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-29::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-29:-ms-input-placeholder {
    color: #ababab;
}
.block-8 .layout_22 {
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-8 .layout_23 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-8 .layout_21_id_23 {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.widget-14 {
    margin: 0 0 auto 30px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    right: 0;
}
.horizontal_blocklist-22 p:first-child {
    margin-top: 0;
}
.horizontal_blocklist-22 p:last-child {
    margin-bottom: 0;
}
.horizontal_blocklist-22 .header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .header_text {
    font-size: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-22 .description {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-22 .description p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}
.horizontal_blocklist-22 .description p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}
.horizontal_blocklist-22 .body-outer {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-22 .body {
    margin: 0 -15px;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .swipe-shadow-left {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.horizontal_blocklist-22 .swipe-shadow-right {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    display: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.horizontal_blocklist-22 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 50%;
}
.horizontal_blocklist-22 .item {
    padding: 30px 20px 30px 30px;
    margin: 0 15px 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 500px;
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    -moz-border-radius: none;
    align-self: auto;
    min-width: 0;
    min-height: 0;
}
.horizontal_blocklist-22 .item_header {
    box-sizing: border-box;
}
.horizontal_blocklist-22 .item_body {
    box-sizing: border-box;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.horizontal_blocklist-22 .item_figure {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}
.horizontal_blocklist-22 .image {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-22 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
}
.horizontal_blocklist-22 .item__image__title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.horizontal_blocklist-22 .img-convert {
    border: none;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -moz-border-radius: none;
}
.horizontal_blocklist-22 .img-convert:hover,
.horizontal_blocklist-22 .img-convert.hover,
.horizontal_blocklist-22 .img-convert.active {
    text-align: center;
}
.horizontal_blocklist-22 .image img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    box-sizing: content-box;
}
.horizontal_blocklist-22 .item_detail {
    box-sizing: border-box;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}
.horizontal_blocklist-22 .text {
    box-sizing: border-box;
    position: relative;
    font-family: Open Sans, sans-serif;
    color: #878787;
    line-height: 1.7;
    text-indent: 0;
    text-decoration: none;
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-22 .title {
    font-weight: bold;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: Open Sans, sans-serif;
    color: #302e2e;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.horizontal_blocklist-22 .title:hover,
.horizontal_blocklist-22 .title.hover,
.horizontal_blocklist-22 .title.active {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.horizontal_blocklist-22 .price-wrap {
    box-sizing: border-box;
    position: relative;
}
.horizontal_blocklist-22 .price {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
}
.horizontal_blocklist-22 .price-note {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-22 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-22 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal_blocklist-22 .more {
    box-sizing: border-box;
    position: relative;
    margin-top: 5px;
}
.horizontal_blocklist-22 .more > a {
    box-sizing: border-box;
    text-decoration: underline;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.horizontal_blocklist-22 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}
.horizontal_blocklist-22 .title a {
    color: inherit;
    text-decoration: inherit;
}
.horizontal_blocklist-22 .footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .all {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.horizontal_blocklist-22 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    z-index: 1;
}
.horizontal_blocklist-22 .prev {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .next {
    position: relative;
    z-index: 105;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/wm_block_list_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .prev > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .next > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.popover-container-22 {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-22 .popover-scrolling {
    padding: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1;
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
}
.popover-container-22 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-22 {
    margin: auto;
    position: relative;
    max-width: 100%;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
}
.popover-wrap-22 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-22 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-22 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.popover-wrap-22 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.popover-wrap-22 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    color: #000;
    box-sizing: border-box;
}
.popover-wrap-22 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-22 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-22 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-22 .popover-body .s3_required {
    color: red;
}
.popover-wrap-22 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.popover-wrap-22 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.popover-wrap-22 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
}
.horizontal_blocklist-22 .image a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}
.horizontal_blocklist-22 .bx-pager-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-auto_controls {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    visibility: visible;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .pager-wrap {
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-pager {
    margin: auto auto 0;
    position: relative;
    z-index: 100;
    display: inline-block;
    visibility: visible;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-pager a:active,
.horizontal_blocklist-22 .bx-pager a.active {
    background: #bbbbbb;
}
.horizontal_blocklist-22 .auto_controls {
    box-sizing: border-box;
    display: none;
}
.horizontal_blocklist-22 .bx-controls-auto-item {
    box-sizing: border-box;
}
.horizontal_blocklist-22 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.horizontal_blocklist-22 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../img/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.popover-wrap-22::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-22::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-22:-ms-input-placeholder {
    color: #ababab;
}
.widget-15 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    min-height: 365px;
    width: 300px;
}
.editable_block-23 p:first-child {
    margin-top: 0;
}
.editable_block-23 p:last-child {
    margin-bottom: 0;
}
.editable_block-23 .header {
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
}
.editable_block-23 .body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.editable_block-23 .title {
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    display: -webkit-flex;
    display: flex;
}
.editable_block-23 .image {
    box-sizing: border-box;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    position: relative;
}
.editable_block-23 .image img {
    border: none;
    box-sizing: border-box;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    -moz-border-radius: none;
}
.editable_block-23 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
}
.editable_block-23 .item__image__title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.editable_block-23 .text {
    box-sizing: border-box;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
    display: -webkit-flex;
    display: flex;
}
.editable_block-23 .more {
    box-sizing: border-box;
    margin-top: 5px;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
}
.editable_block-23 .more > a {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 14px;
    height: 0;
}
.editable_block-23 .clear {
    clear: both;
}
.popover-container-23 {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-23 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-23 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-23 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-23 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.popover-wrap-23 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.popover-wrap-23 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    color: #000;
    box-sizing: border-box;
}
.popover-wrap-23 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-23 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-23 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-23 .popover-body .s3_required {
    color: red;
}
.popover-wrap-23 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.popover-wrap-23 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.popover-wrap-23 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
}
.popover-wrap-23::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-23::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-23:-ms-input-placeholder {
    color: #ababab;
}
.block-6 .layout_center_15_id_17_1 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.block-6 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 100px;
    background: url("../img/gbgbgbg.jpg") left 50% top 50% / auto auto no-repeat;
    z-index: 2;
    right: 0;
    -moz-border-radius: none;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.02px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.block-6::before {
    background-color: rgba(0,0,0,.1);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.widget-10 {
    margin: 195px auto 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    min-height: 0;
    width: 608px;
}
.popover-wrap-16 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}
.popover-wrap-16 .popover-body input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}
.popover-wrap-16 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.popover-wrap-16 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
}
.popover-wrap-16 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
    text-align: left;
}
.popover-wrap-16 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../img/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}
.editable_block-16 p:first-child {
    margin-top: 0;
}
.editable_block-16 p:last-child {
    margin-bottom: 0;
}
.editable_block-16 .header {
    box-sizing: border-box;
    font-size: 22px;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
    font-family: Lora, serif;
    color: #ffffff;
    font-style: italic;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    font-weight: normal;
}
.editable_block-16 .body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
}
.editable_block-16 .title {
    border: none;
    box-sizing: border-box;
    font-size: 52px;
    margin-bottom: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    -webkit-text-shadow: 0px 11px 34px rgba(0, 0, 0, 0.23);
    -moz-text-shadow: 0px 11px 34px rgba(0, 0, 0, 0.23);
    text-shadow: 0px 11px 34px rgba(0, 0, 0, 0.23);
    -moz-border-radius: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.editable_block-16 .image {
    box-sizing: border-box;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    position: relative;
}
.editable_block-16 .item__image__title {
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.editable_block-16 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    display: -webkit-flex;
    display: flex;
}
.editable_block-16 .image img {
    box-sizing: border-box;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
}
.editable_block-16 .text {
    box-sizing: border-box;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-family: Open Sans, sans-serif;
    color: rgba(255, 255, 255, 0.82);
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}
.editable_block-16 .more {
    box-sizing: border-box;
    margin-top: 5px;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
}
.editable_block-16 .more > a {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    height: 0;
    min-height: 14px;
}
.editable_block-16 .clear {
    clear: both;
}
.popover-container-16 {
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    direction: ltr;
    position: fixed;
}
.popover-container-16 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}
.popover-wrap-16 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}
.popover-wrap-16 .popover-body .s3_form {
    margin-top: 0;
}
.popover-wrap-16 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}
.popover-wrap-16 .popover-body .s3_form_item_type_calendar .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.popover-wrap-16 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.popover-wrap-16 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.popover-wrap-16 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}
.popover-wrap-16 .popover-body .s3_form_field_type_text {
    width: 100%;
}
.popover-wrap-16 .popover-body .s3_required {
    color: red;
}
.popover-wrap-16 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}
.popover-wrap-16::-webkit-input-placeholder {
    color: #ababab;
}
.popover-wrap-16::-moz-placeholder {
    color: #ababab;
}
.popover-wrap-16:-ms-input-placeholder {
    color: #ababab;
}
.block-7 .layout_18 {
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-7 .layout_19 {
    -webkit-flex: 1.5 0 0px;
    -moz-flex: 1.5 0 0px;
    flex: 1.5 0 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-7 .layout_20 {
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.block-7 {
    margin: 32px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    right: 0;
    padding-left: 50px;
    padding-right: 50px;
}
.widget-11 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    width: auto;
    min-height: 36px;
    right: 0;
}
.phones-18 p:first-child {
    margin-top: 0;
}
.phones-18 p:last-child {
    margin-bottom: 0;
}
.phones-18 .inner {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.phones-18 .cell-icon {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 5;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}
.phones-18 .icon {
    border: none;
    box-sizing: border-box;
    height: 16px;
    width: 36px;
    background: url("../img/lib_535301_tele.svg") left calc(50% - 1px) top calc(50% - 1px) / 15px no-repeat, linear-gradient(75deg, #ff5636 0%, #e53a75 100%);
    margin-right: 0;
    min-height: 36px;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 15px;
}
.phones-18 .icon:hover,
.phones-18 .icon.hover,
.phones-18 .icon.active {
    background: url("../img/lib_535301_tele.svg") left calc(50% - 1px) top calc(50% - 1px) / 15px no-repeat, linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
}
.phones-18 .block-body-drop {
    box-sizing: border-box;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    display: block;
    position: static;
    left: auto;
    top: auto;
    right: 100%;
    bottom: auto;
}
.phones-18 .cell-text {
    border: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: auto;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    padding-bottom: 0.02px;
    -moz-border-radius: none;
}
.phones-18 .title {
    box-sizing: border-box;
    display: none;
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
}
.phones-18 .text_body {
    padding: 0.02px 0;
    border: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    line-height: 1.4;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    text-decoration: none;
    font-size: 15px;
    margin-left: 0;
    font-weight: 600;
    -moz-border-radius: none;
    margin-right: 0;
    width: auto;
}
.phones-18 input.tgl-but {
    box-sizing: border-box;
    display: none;
}
.phones-18 .text_body a {
    text-decoration: none;
    color: inherit;
}
.phones-18 input.tgl-but:checked + .block-body-drop {
    display: block;
}
.widget-12 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 165px;
    z-index: 2;
    padding-right: 2px;
    padding-left: 2px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    display: none;
}


.menu-19 .menu-scroll > ul ul > li > a .has-child-icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    margin-right: 5px;
    width: 12px;
    min-height: 12px;
    background: #000000;
}
.menu-19 .menu-button {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 50px;
    min-height: 50px;
    padding: 10px 15px;
    background: #333;
    color: #fff;
    font-size: 17px;
}
.menu-19 .menu-scroll {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}
.menu-19 .menu-scroll > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.menu-19 .menu-scroll > ul > li.home-button > a {
    padding: 5px 15px;
    margin: 2px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    background: url("../img/wm_menu_home.png") left 50% top 50% no-repeat;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    font-size: 0;
    line-height: 1.4;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.menu-19 .menu-scroll > ul > li.delimiter {
    margin: auto 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 0;
    width: 10px;
    min-height: 10px;
    background: #d6d6d6;
    box-sizing: border-box;
}
.menu-19 .menu-scroll > ul > li.menu-item {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
    position: relative;
}
.menu-19 .menu-scroll > ul ul {
    padding: 5px;
    margin: 5px 0 0;
    border: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    list-style: none;
    width: 200px;
    display: none;
    z-index: 10;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.menu-19 .menu-scroll > ul ul > li {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}
.menu-19 .menu-scroll > ul ul > li > a {
    padding: 10px;
    border: none;
    cursor: pointer;
    display: block;
    -moz-border-radius: none;
    box-sizing: border-box;
    text-decoration: none;
    color: #474747;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}
.menu-19 .menu-scroll > ul ul > li > a:hover,
.menu-19 .menu-scroll > ul ul > li > a.hover,
.menu-19 .menu-scroll > ul ul > li > a.active {
    text-decoration: underline;
}
.menu-19 .menu-scroll > ul ul > li > a:active,
.menu-19 .menu-scroll > ul ul > li > a.active {
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu-19 .menu-scroll > ul ul > li.delimiter {
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 3px;
    min-height: 2px;
    height: auto;
    width: auto;
    background: #999999;
}
.menu-19 .menu-scroll > ul ul ul {
    margin: 0 0 0 8px;
    position: absolute;
    left: 100%;
    top: 0;
}
.menu-19 .menu-scroll > ul > li.menu-item > a {
    padding: 5px 10px;
    margin: 2px;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.4;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    position: relative;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    letter-spacing: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.menu-19 .menu-scroll > ul > li.menu-item > a:hover,
.menu-19 .menu-scroll > ul > li.menu-item > a.hover,
.menu-19 .menu-scroll > ul > li.menu-item > a.active {
    background: rgba(0, 0, 0, 0.27);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.menu-19 .menu-scroll > ul > li.menu-item > a .has-child-icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    margin-right: 5px;
    width: 12px;
    min-height: 12px;
    background: #000000;
}
.menu-19 .menu-scroll > ul > li.menu-item > a .menu-item-image {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 5px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 40px;
    width: 40px;
    overflow: hidden;
}
.menu-19 .menu-scroll > ul > li.menu-item > a img {
    margin: auto;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    width: auto;
}
.menu-19 .menu-scroll > ul > li.menu-item > a .menu-item-text {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.menu-19 .menu-scroll > ul > li.home-button {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}
.menu-19 .menu-scroll > ul > li.more-button {
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    position: relative;
}
.menu-19 .menu-scroll > ul > li.more-button > a {
    padding: 5px 10px;
    margin: 2px 0 2px 2px;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-style: normal;
    letter-spacing: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-transform: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.menu-19 .menu-scroll > ul > li.more-button > ul {
    left: auto;
    right: 0;
}
.menu-19 .menu-scroll > ul > li.more-button.disabled {
    display: none;
}
.menu-19 .menu-scroll > ul > li.more-button .menu-item-image {
    display: none;
}
.widget-13 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: auto;
    min-height: 0;
    font-size: 25px;
    right: 0;
}
.site-name .sn-wrap {
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
}
.site-name .sn-logo {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 100%;
}
.site-name img {
    box-sizing: border-box;
    display: block;
    max-width: 17%;
    border: none;
    margin-top: -15px;
}
.site-name .sn-text {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
}
.site-name a {
    text-decoration: none;
    outline: none;
}
.widget-29 {
    top: 0;
    left: 0;
    position: fixed;
    width: auto;
    text-align: center;
    right: 0;
    z-index: 9999;
    margin-left: 0;
    margin-right: 0;
}
.side-panel-46 .side-panel-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: left;
}
.side-panel-46 .side-panel-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 265px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: left;
}
.side-panel-46 .side-panel-close {
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 0;
    box-sizing: border-box;
    font-size: 0;
    width: 29px;
    min-height: 29px;
    background: url("../img/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eeeeee;
    cursor: pointer;
}
.side-panel-46 .side-panel-content-inner {
    overflow-y: auto;
    max-height: 100%;
    position: relative;
    z-index: 0;
}
.side-panel-46 .side-panel-top {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.side-panel-46 .side-panel-button {
    padding: 4px 5px 7px;
    box-sizing: border-box;
    font-size: 0;
    width: 29px;
    min-height: 0;
    background: #eeeeee;
    cursor: pointer;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    text-align: left;
}
.side-panel-46 .side-panel-button-icon {
    display: block;
}
.side-panel-46 .side-panel-button-icon-line {
    box-sizing: border-box;
    display: block;
    min-height: 3px;
    margin-top: 3px;
    background: #000000;
}
.side-panel-46 .side-panel-top-inner {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

@media all and (max-width: 1024px) {
    .site-name img {
    max-width: 30%;
    margin-top: -10px; 
    }
    .sd-title {
        margin-top: 0;
    }
    .reviews-31 .list {
        margin-top: -2%;
    }
   
}

@media all and (max-width: 960px) {
    .layout {
        max-width: 100%;
    }
    .layout.layout_center {
        box-sizing: border-box;
    }
    .wrapper .layout_center_2_id_15_1 {
        margin-top: 0;
        display: none;
    }
    .wrapper {
        padding-bottom: 0.02px;
    }
    .widget-27 {
        width: auto;
        margin-top: 0;
        margin-left: 0;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    .horizontal_blocklist-43 .body-outer {
        width: auto;
    }
    .horizontal_blocklist-43 .body {
        width: auto;
    }
    .horizontal_blocklist-43 .item_body {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
    }
    .horizontal_blocklist-43 .item_detail {
        margin-right: 0;
        margin-top: 0;
    }
    .widget-28 {
        margin-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
        display: block;
    }
    .horizontal_block-44 .body {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
    }
    .horizontal_block-44 .figure {
        display: none;
    }
    .horizontal_block-44 .image img {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: auto;
    }
    .horizontal_block-44 .detail {
        margin-left: 0;
        margin-right: 0;
        width: auto;
        min-height: auto;
    }
    .horizontal_block-44 .title {
        margin-top: 0;
    }
    .widget-26 {
        margin-top: 0;
        display: none;
    }
    .block-12 {
        margin-top: 50px;
        left: 0;
    }
    .block-13 .layout_33_id_34 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .block-13 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .widget-21 {
        display: block;
    }
    .widget-22 {
        margin-left: auto;
        margin-right: auto;
    }
    .widget-23 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .widget-24 {
        margin-left: auto;
        margin-right: auto;
    }
    .widget-25 {
        display: none;
    }
    .block-11 .layout_30_id_31 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .block-11 {
        display: block;
        height: auto;
        min-height: auto;
    }
    .widget-20 {
        height: auto;
        /* padding-left: 20px; */
        padding-right: 20px;
        display: block;
    }
    .reviews-31 .list-wr {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .reviews-31 .body {
        width: auto;
    }
    .reviews-31 .all:hover,
    .reviews-31 .all.hover,
    .reviews-31 .all.active {
        text-align: left;
    }

    .widget-18 {
        margin-bottom: 50px;
        width: auto;
        right: 0;
    }
    .widget-19 {
        margin-top: 0;
        margin-left: 0;
        width: auto;
        right: 0;
    }
    .horizontal_blocklist-29 .body-outer {
        width: auto;
    }
    .horizontal_blocklist-29 .body {
        width: auto;
        margin-right: -15px;
    }
    .horizontal_blocklist-29 .item-outer {
        width: 33.33%;
    }
    .horizontal_blocklist-29 .item {
        width: auto;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        margin-right: 15px;
    }
    .horizontal_blocklist-29 .item_body {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
    }
    .horizontal_blocklist-29 .item_detail {
        margin-right: 0;
        margin-top: 0;
    }
    .horizontal_blocklist-29 .text {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .block-8 .layout_22 {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
    }
    .block-8 .layout_23 {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: none;
    }
    .block-8 .layout_21_id_23 {
        margin-top: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    
    .widget-14 {
        margin-left: 0;
    }
    .horizontal_blocklist-22 .body-outer {
        width: auto;
    }
    .horizontal_blocklist-22 .body {
        width: auto;
    }
    .horizontal_blocklist-22 .item {
        width: auto;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
    }
    .horizontal_blocklist-22 .item_body {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
    }

    .horizontal_blocklist-22 .item_detail {
        margin-right: 0;
        margin-top: 0;
    }
    .editable_block-23 .body {
        display: block;
    }
    .editable_block-23 .image {
        float: left;
    }
    .editable_block-23 .more {
        clear: none;
    }
    .block-6 .layout_center_15_id_17_1 {
        margin-top: 0;
    }
    .block-6 {
        padding-left: 30px;
        padding-right: 30px;
        height: 80px;
    }
    .widget-10 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .editable_block-16 .body {
        display: block;
    }
    .editable_block-16 .image {
        float: left;
    }
    .editable_block-16 .more {
        clear: none;
    }
    .block-7 .layout_18 {
        margin-top: 0;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-left: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 .layout_19 {
        margin-top: 0;
        -webkit-order: 4;
        -moz-order: 4;
        order: 4;
        width: 100%;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 .layout_20 {
        margin-top: 0;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-right: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .widget-11 {
        text-align: right;
        width: 250px;
        margin-top: 15px;
        margin-left: 204px;
    }
    .phones-18 .inner {
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .phones-18 .icon {
        background: url("../img/lib_535301_tele.svg") left calc(50% - 1px) top calc(50% - 1px) / 15px no-repeat, linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    }
    .phones-18 .block-body-drop {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        margin-left: 0;
    }
    .widget-13 {
        margin-top: 15px;
        margin-right: auto;
    }
    .widget-29 {
        padding: 10px;
        text-align: left;
        box-sizing: border-box;
        z-index: 10000;
    }
    .side-panel-46 .side-panel-content {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: #3488f5;
        -moz-border-radius: none;
    }
    .side-panel-46 .side-panel-top {
        width: auto;
    }
    .side-panel-46 .side-panel-button {
        border: none;
        width: 40px;
        min-height: 40px;
        padding-top: 7px;
        padding-right: 8px;
        padding-left: 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: #ffffff;
        -moz-border-radius: none;
    
    }
    .side-panel-46 .side-panel-button-icon-line {
        border: none;
        margin-top: 4px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: #3488f5;
        -moz-border-radius: none;
    }

}
@media (max-width: 768px) {
    .reviews-31 .name {
        padding-top: 24px;
    }
    .reviews-31 .image img {
    }
    .wrapper .layout_center_2_id_15_1 {
        margin-top: 0;
        display: none;
    }
    .widget-27 {
        margin-left: auto;
        margin-right: auto;
    }
    .horizontal_blocklist-43 .body {
        margin-left: 0;
        margin-right: 0;
    }
    .horizontal_blocklist-43 .item {
        margin-left: 0;
        margin-right: 0;
    }
    .widget-28 {
        margin-right: auto;
    }
    .block-13 .layout_33_id_34 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .block-11 .layout_30_id_31 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .reviews-31 .item {
        overflow: hidden;
        height: auto;
        min-height: auto;
        margin-right: 20px;
    }
    .reviews-31 .text {
        min-height: auto;
        height: auto;
        margin: 0;
    }
 
    .horizontal_blocklist-29 .body {
        margin-right: 0;
    }
    .horizontal_blocklist-29 .item-outer {
        width: 100%;
    }
    .horizontal_blocklist-29 .item {
        margin-right: 0;
    }
    .block-8 .layout_22 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-8 .layout_23 {
        margin-top: 0;
        display: none;
    }
    .block-8 .layout_21_id_23 {
        margin-top: 0;
    }
    .horizontal_blocklist-22 .body {
        margin-left: 0;
        margin-right: 0;
    }
    .horizontal_blocklist-22 .item-outer {
        width: 100%;
    }
    .horizontal_blocklist-22 .item {
        margin-left: 0;
        margin-right: 0;
    }
    .block-6 .layout_center_15_id_17_1 {
        margin-top: 0;
    }
    .widget-10 {
        margin-top: 70px;
    }
    .editable_block-16 .title {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .editable_block-16 .text {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .block-7 .layout_18 {
        margin-top: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 .layout_19 {
        margin-top: 0;
        display: none;
    }
    .block-7 .layout_20 {
        margin-top: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-flex;
        display: flex;
    }
    .widget-11 {
        text-align: center;
        width: auto;
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .site-name img {
        display: initial;
    }

    .phones-18 .inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .phones-18 .icon {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }
    .phones-18 .block-body-drop {
        top: 100%;
        right: auto;
    }
    .widget-13 {
        margin-bottom: 0;
        margin-right: 0;
    }
    .site-name .sn-text {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .block-12 {
        margin:0;
    }
  }
@media all and (max-width: 640px) {
    .wrapper .layout_center_2_id_15_1 {
        margin-top: 0;
        display: none;
    }
     .site-name img {
        display: initial;
    }
    
    .widget-27 {
        margin-left: 0;
        margin-right: 0;
    }
    .horizontal_blocklist-43 .item-outer {
        width: 100%;
    }
    .horizontal_block-44 .body {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
    .block-13 .layout_33_id_34 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .block-11 .layout_30_id_31 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .reviews-31 .text {
        margin-left: 0;
        margin-top: 10px;
        padding-top: 30px;
    }
    .reviews-31 .author {
        margin-top: -66px;
    }
    .reviews-31 .name {
        padding-right: 90px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: none;
    }
    .reviews-31 .date {
        margin-left: 0;
        margin-top: 8px;
        padding-left: 0;
    }

    .widget-18 {
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .form-28 .form-submit button {
        width: 100%;
    }
    .form-28 .form-captcha .form-submit-container {
        width: 100%;
    }
    .form-28 .form-captcha button {
        width: 100%;
    }
    .widget-19 {
        margin-bottom: 0;
    }
    .block-8 .layout_22 {
        margin: 0;
        width: auto;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
    }
    .block-8 .layout_23 {
        margin: 0;
        width: auto;
        flex-basis: auto;
        display: none;
    }
    .block-8 .layout_21_id_23 {
        margin-top: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .widget-14 {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .widget-15 {
        width: auto;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .block-6 .layout_center_15_id_17_1 {
        margin-top: 0;
    }
    .editable_block-16 .title {
        font-size: 35px;
    }
    .block-7 .layout_18 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 .layout_19 {
        margin-top: 0;
        display: none;
    }
    .block-7 .layout_20 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
    .widget-11 {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .widget-13 {
        margin-left: auto;
        margin-right: auto;
    }
    .site-name .sn-text {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
}
@media (max-width: 480px) {
    .wrapper .layout_center_2_id_15_1 {
        margin-top: 0;
        display: none;
    }
    
     .site-name img {
        display: initial;
    }
    .horizontal_blocklist-43 .item_body {
        display: block;
    }
    .horizontal_blocklist-43 .item_figure {
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 10px;
        width: auto;
    }
    .horizontal_blocklist-43 .img-convert {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .horizontal_blocklist-43 .item_detail {
        margin-left: 0;
        width: auto;
    }
    .horizontal_blocklist-43 .text {
        text-align: center;
    }
    .horizontal_blocklist-43 .title {
        text-align: center;
    }
    .widget-28 {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .horizontal_block-44 .body {
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .horizontal_block-44 .image:hover,
    .horizontal_block-44 .image.hover,
    .horizontal_block-44 .image.active {
        text-align: center;
    }
    .horizontal_block-44 .detail {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .block-13 .layout_33_id_34 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .block-14 {
        margin-bottom: 40px;
    }
    .widget-24 {
        margin-left: 0;
        margin-right: 0;
    }
    .widgetsocial-38 .soc {
        margin-top: 18px;
        align-self: auto;
    }
    .block-11 .layout_30_id_31 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .reviews-31 .header_text {
        font-size: 27px;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .container {
        margin: 0px 16px;
        margin-top: -7px;  
    }

    .reviews-31 .image {
    margin-left: 63px;
    margin-right: 10px;
    }
    .reviews-31 .image_author {
        text-align: center;
    }

   .reviews-31 .date {
        text-align: center;
        width: auto;
        margin-right: 0;
    }
    .form-28 .form__header {
        font-size: 28px;
    }
    .widget-19 {
        margin-top: 15px;
    }
    .horizontal_blocklist-29 .item_body {
        display: block;
    }
    .horizontal_blocklist-29 .item_figure {
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .horizontal_blocklist-29 .image {
        text-align: left;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .horizontal_blocklist-29 .item_detail {
        margin-left: 0;
        width: auto;
    }
    .block-8 .layout_22 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-8 .layout_23 {
        margin-top: 0;
        display: none;
    }
    .block-8 .layout_21_id_23 {
        margin-top: 0;
    }
    .horizontal_blocklist-22 .item_body {
        display: block;
    }
    .horizontal_blocklist-22 .item_figure {
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 10px;
        width: auto;
    }
    .horizontal_blocklist-22 .img-convert {
        margin-left: 0;
        margin-right: auto;
    }
    .horizontal_blocklist-22 .item_detail {
        margin-left: 0;
        width: auto;
    }
    .editable_block-23 .body {
        display: -webkit-flex;
        display: flex;
    }
    .editable_block-23 .image {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .block-6 .layout_center_15_id_17_1 {
        margin-top: 0;
    }
    .widget-10 {
        margin-top: 90px;
    }
    .editable_block-16 .header {
        font-size: 16px;
    }
    .editable_block-16 .body {
        display: -webkit-flex;
        display: flex;
    }
    .editable_block-16 .title {
        font-size: 24px;
    }
    .editable_block-16 .image {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .editable_block-16 .text {
        font-size: 17px;
    }
    .block-7 .layout_18 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
    .block-7 .layout_19 {
        margin-top: 0;
        width: 100%;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        display: none;
    }
    .block-7 .layout_20 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
    }
}
.side-panel .widget-12 {
    margin: 20px 0;
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: auto;
    left: 0;
    top: 0;
    position: relative;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    text-align: center;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    display: -webkit-flex;
    display: flex;
}
.side-panel .menu-19 .menu-scroll > ul {
    display: block;
}
.side-panel .menu-19 .menu-scroll > ul > li.delimiter {
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 1px;
    width: auto;
}
.side-panel .menu-19 .menu-scroll > ul > li.menu-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.side-panel .menu-19 .menu-scroll > ul ul {
    position: static;
    width: auto;
}
.side-panel .menu-19 .menu-scroll > ul ul > li > a:hover,
.side-panel .menu-19 .menu-scroll > ul ul > li > a.hover,
.side-panel .menu-19 .menu-scroll > ul ul > li > a.active {
    text-decoration: underline;
}
.side-panel .menu-19 .menu-scroll > ul ul > li > a:active,
.side-panel .menu-19 .menu-scroll > ul ul > li > a.active {
    padding-top: 10px;
    padding-bottom: 10px;
}
.side-panel .menu-19 .menu-scroll > ul ul ul {
    position: static;
    width: auto;
}
.side-panel .menu-19 .menu-scroll > ul > li.menu-item > a {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.side-panel .menu-19 .menu-scroll > ul > li.menu-item > a:hover,
.side-panel .menu-19 .menu-scroll > ul > li.menu-item > a.hover,
.side-panel .menu-19 .menu-scroll > ul > li.menu-item > a.active {
    background: rgba(0, 0, 0, 0.27);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.side-panel .menu-19 .menu-scroll > ul > li.more-button {
    display: none;
}


@media all and (max-width: 1440px) {
    .site-name img {
        display: initial;
    }
    .widget-12 {
        left: 70px;
    }
    .site-name img {
        max-width: 22%;
        margin-top: -10px;
    }
    
}

@media all and (max-width: 1024px) {
    .site-name img {
    max-width: 30%;
    margin-top: -10px; 
    }
  
}
@media (max-width: 960px) {
    .reviews-31 .item-outer {
        width: 100%;
        padding: 0;
        margin: 10px;
    }
    .reviews-31 .author {
        height: 80px;
    }
    .block-6::before {
        display: none;
    }
    .site-name img {
     display: none;
    }
    .header_text {
        margin: -28px auto;
    }
   
}

.educationpress-breadcrumb ul li {
    list-style: none;
    display: inline-block;
    margin: 0 6px;
}

li.trail-item.trail-begin a {
    color: #fff;
    text-decoration: none;
}

.educationpress-page-title-area>div {
    z-index: 2;
    position: relative;
}
.educationpress-breadcrumb ul li:after {
    content: "\f0da";
    position: relative;
    font-family: "FontAwesome";
    margin-left: 12px;
    color: #fff;
    font-size: 14px;
}

.educationpress-breadcrumb ul li:last-child:after {
    content: '';
    margin: 0;
}

li.trail-item span {
    font-size: 14px;
    color: #fff;
    text-decoration-color: #fff;
}

.button_podrobnoe {
    float: right;
    padding: 10px;
    background: linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91)
}
.button_podrobnoe a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

@media all and (max-width: 426px) {
    .reviews-31 .author {
    margin-left: 0;
    margin-top: 18px;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0;
    height: auto;
    }
    .reviews-31 .name {
        padding: 0;
        margin: 0;
    }

}
@media all and (min-width: 769px) {
    .reviews-31 .image {
        float: left;
    }
}

ul.ep-user-social {
    list-style-type: none;
    display: inline-flex;
}
ul.ep-user-social li {
    /*padding: 0 14px;*/
    margin-left: 10px;
    background: linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 22px rgba(241, 71, 88, 0.91);
}

.ep-social-icons.ep-social-icons-medium ul li a:after {
  content: "";
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,.0), rgba(255,255,255,.8), rgba(255,255,255,.0)) no-repeat -3em 0%;
  background-size: 2em 100%;
  transform: skewX(0deg);
}
ul.ep-user-social li a:hover:after {
  transition: 0.5s linear;
  background-position: 300% 0%;
}
.ep-social-icons.ep-social-icons-medium ul li a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    position: relative;
}
.ep-social-icons ul li a {
    display: block;
    text-align: center;
}
.ep-social-icons.ep-social-icons-medium ul li a i {
    font-size: 16px
}
.ep-social-icons ul li a i {
    color: #fff;
}

.ep-article .entry-content .sd-content li {
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.ep-social-icons ul li:first-child {
    margin-left: 0;
}

.ep-article .entry-content .sd-content ul {
    margin: 0!important;
    padding: 0;
}

.entry-content div.sharedaddy h3.sd-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: bolder;
    position: relative;
}

.sd-title {
    text-align: right;
    font-size: 16px;
    background: linear-gradient(75deg, #ff5636 0%, #e53a75 100%) #ffbf00;
    -webkit-background-clip: text; 
    color: transparent;
}

.sharedaddy {
    text-align: right;
}

@media all and (max-width: 375px) {
    .container {
    margin: 0px -8px;
    margin-top: -7px;
    }
    .news-list .reviews-31 .item-outer {
    width: 300px;
    }
    .reviews-31 .list-wr {
        padding-left: 16px; 
    }
    .ep-social-icons ul li:first-child {
        margin-left: -40px;
    }
}
@media all and (max-width: 320px) {
    .container {
    margin: 0px -37px;
    margin-top: -7px;
    }
    .reviews-31 .item {
        height: auto;
        padding: 32px 32px 32px;
    }
    .reviews-31 .author {
    }
    .reviews-31 .image {
        width: auto;
    }
    .reviews-31 .name {
        font-size: 11px;
    }
    .reviews-31 .text>div {
        text-align: initial;
    }
   
    .news-list .reviews-31 .item-outer {
        width: 281px;
    }
    .block-11 .news-list .widget-20 {
        /* left: 11px; */
    }
    .reviews-31 .list-wr {
        padding: 0;
    }
    .ep-social-icons.ep-social-icons-medium ul li a {
        width: 34px
    }
}