.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #25D366;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23FFF' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3e%3c/svg%3e");    
    background-size: 50%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.whatsapp-button:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}





.title-page {
    /* tooltip */
    /* tooltip for horizontal */
}

html.title-page {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.title-page body {
    margin: 0;
    background: #fff;
}

.title-page body::before {
    content: "";
    height: 1px;
    display: block;
    margin-top: -1px;
}

.title-page article,
.title-page aside,
.title-page details,
.title-page figcaption,
.title-page figure,
.title-page footer,
.title-page header,
.title-page hgroup,
.title-page main,
.title-page menu,
.title-page nav,
.title-page section,
.title-page summary {
    display: block;
}

.title-page audio,
.title-page canvas,
.title-page progress,
.title-page video {
    display: inline-block;
    vertical-align: baseline;
}

.title-page audio:not([controls]) {
    display: none;
    height: 0;
}

.title-page [hidden],
.title-page template {
    display: none;
}

.title-page a {
    background-color: transparent;
    color: inherit;
}

.title-page a:active,
.title-page a:hover {
    outline: 0;
}

.title-page abbr[title] {
    border-bottom: 1px dotted;
}

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

.title-page dfn {
    font-style: italic;
}

.title-page h1 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.title-page mark {
    background: #ff0;
    color: #000;
}

.title-page small {
    font-size: 80%;
}

.title-page sub,
.title-page sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.title-page sup {
    top: -0.5em;
}

.title-page sub {
    bottom: -0.25em;
}

.title-page img {
    border: 0;
}

.title-page svg:not(:root) {
    overflow: hidden;
}

.title-page figure {
    margin: 1em 40px;
}

.title-page hr {
    box-sizing: content-box;
    height: 0;
}

.title-page pre {
    overflow: auto;
}

.title-page code,
.title-page kbd,
.title-page pre,
.title-page samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.title-page button,
.title-page input,
.title-page optgroup,
.title-page select,
.title-page textarea {
    color: #000;
    font: inherit;
    margin: 0;
}

.title-page button {
    overflow: visible;
}

.title-page button,
.title-page select {
    text-transform: none;
}

.title-page button,
html.title-pageinput[type="button"],
.title-page input[type="reset"],
.title-page input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.title-page button[disabled],
html.title-pageinput[disabled] {
    cursor: default;
}

.title-page button::-moz-focus-inner,
.title-page input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.title-page input {
    line-height: normal;
}

.title-page input[type="checkbox"],
.title-page input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.title-page input[type="number"]::-webkit-inner-spin-button,
.title-page input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.title-page input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

.title-page input[type="search"]::-webkit-search-cancel-button,
.title-page input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.title-page fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.title-page legend {
    border: 0;
    padding: 0;
}

.title-page textarea {
    overflow: auto;
}

.title-page optgroup {
    font-weight: bold;
}

.title-page table {
    border-collapse: collapse;
    border-spacing: 0;
}

.title-page body.noscroll {
    overflow: hidden !important;
}

.title-page .removed,
.title-page .hidden {
    display: none !important;
}

.title-page .editorElement,
.title-page .layout {
    box-sizing: border-box;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
}

.title-page .editorElement {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.title-page .vertical-middle {
    white-space: nowrap;
}

.title-page .vertical-middle>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}

.title-page .vertical-middle::after {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
}

.title-page .wrapper {
    margin: 0 auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    overflow: hidden;
    max-width: 100%;
}

.title-page .wrapper>* {
    max-width: 100%;
}

.title-page .editorElement .removed+.delimiter,
.title-page .editorElement .delimiter:first-child {
    display: none;
}

.title-page .wm-input-default {
    border: none;
    background: none;
    padding: 0;
}

@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;
    }
}

@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;
    }
}

.title-page .wm-tooltip {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    background: #fbfddd;
    color: #ca3841;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
    white-space: normal;
    box-sizing: border-box;
}

.title-page .wm-tooltip::after {
    content: "";
    font-size: 0;
    background: inherit;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    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);
}

.title-page .error .wm-tooltip {
    display: block;
    padding: 0;
    font-size: 0;
    animation: horizontal_show_hide 4s;
}

.title-page .error .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);
    width: 0;
    height: 0;
    animation: show_hide_after 4s;
}

.title-page .horizontal_mode .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
}

.title-page .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);
}

.title-page .error .horizontal_mode .wm-tooltip,
.title-page .horizontal_mode .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
}

@media all and (max-width: 960px) {
    .title-page .wm-tooltip {
        top: 100%;
        left: 0;
        width: 100%;
        white-space: normal;
        margin: 5px 0 0;
        text-align: center;
    }
    .title-page .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);
    }
    .title-page .error .wm-tooltip {
        animation: horizontal_show_hide 4s;
    }
}

.title-page table.table0 td,
.title-page table.table1 td,
.title-page table.table2 td,
.title-page table.table2 th {
    padding: 5px;
    border: 1px solid #dedede;
    vertical-align: top;
}

.title-page table.table0 td {
    border: none;
}

.title-page table.table2 th {
    padding: 8px 5px;
    background: #eb3c3c;
    border: 1px solid #dedede;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

.title-page .for-mobile-view {
    overflow: auto;
}

.title-page .side-panel,
.title-page .side-panel-button,
.title-page .side-panel-mask,
.title-page .side-panel-content {
    display: none;
}

.title-page .align-elem {
    flex-grow: 1;
    max-width: 100%;
}

.title-page html.mobile div {
    background-attachment: scroll;
}

.title-page .ui-datepicker {
    font-size: 14px !important;
    z-index: 999999 !important;
}

.title-page body {
    border: none;
    background: #f0f0f0;
}

.title-page .wrapper {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 12px;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-3 .layout_46 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-3 .layout_11_id_7 {
    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;
    left: 0;
    top: 0;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: auto;
}

.title-page .block-3 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: #fff;
    z-index: 8;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    text-decoration: none;
    max-width: 100%;
    right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
}

.title-page .block-20 .layout_9 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-20 .layout_10 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-20 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 514px;
    min-height: 0;
    z-index: 3;
    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;
    text-decoration: none;
}

.title-page .widget-7 {
    margin: 20px 25px auto 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: undefined;
    box-sizing: border-box;
    width: 270px;
    min-height: 24px;
}

.title-page .phones-9 p:first-child {
    margin-top: 0;
}

.title-page .phones-9 p:last-child {
    margin-bottom: 0;
}

.title-page .phones-9 .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;
}

.title-page .phones-9 .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;
}

.title-page .phones-9 .icon {
    border: none;
    box-sizing: border-box;
    height: 16px;
    width: 32px;
    background: url("../images/phone.png?1506316433225") left 50% top 50% / contain no-repeat;
    margin-right: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    min-height: 32px;
}

.title-page .phones-9 .block-body-drop {
    box-sizing: border-box;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    left: auto;
    top: auto;
    right: 100%;
    bottom: auto;
}

.title-page .phones-9 .cell-text {
    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;
    margin-right: 15px;
}

.title-page .phones-9 .title {
    box-sizing: border-box;
    display: none;
}

.title-page .phones-9 .text_body {
    border: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: right;
    font-family: Roboto, sans-serif;
    color: #000;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-transform: none;
    text-decoration: none;
    font-size: 25px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    font-weight: normal;
    margin-left: 0;
    width: auto;
    margin-right: 0;
    padding-right: 18px;
    -webkit-box-shadow: inset -4px 0px 0px 0px #aa1d21;
    -moz-box-shadow: inset -4px 0px 0px 0px #aa1d21;
    box-shadow: inset -4px 0px 0px 0px #aa1d21;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-top: 2px;
}

.title-page .phones-9 input.tgl-but {
    box-sizing: border-box;
    display: none;
}

.title-page .phones-9 .text_body a {
    text-decoration: none;
    color: inherit;
}

.title-page .phones-9 input.tgl-but:checked+.block-body-drop {
    display: block;
}

.title-page .widget-8 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 218px;
    min-height: 70px;
    z-index: 1;
    font-family: Podkova, sans-serif;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background: #aa1d21;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-10 .popover-body {
    padding: 20px 40px 32px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -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: 350px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}

.title-page .popover-wrap-10 .popover-body .form_text input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-10 .popover-body .form_calendar input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-10 .popover-body .form_calendar_interval input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-10 .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;
    -webkit-appearance: none;
}

.title-page .popover-wrap-10 .popover-body .s3_button_large {
    border: none;
    background: #aa1d21;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    min-width: 25px;
    min-height: 25px;
    font-family: Podkova, sans-serif;
    color: #0f0f0f;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
}

.title-page .popover-wrap-10 .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);
    text-align: left;
}

.title-page .popover-wrap-10 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../images/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .button-10>* {
    box-sizing: border-box;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title-page .popover-container-10 {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    direction: ltr;
    position: fixed;
}

.title-page .popover-container-10 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}

.title-page .popover-wrap-10 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-10 .popover-body .s3_form {
    margin-top: 0;
}

.title-page .popover-wrap-10 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-10 .popover-body .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .popover-wrap-10 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
    margin-top: 25px;
}

.title-page .popover-wrap-10 .popover-body .s3_form_field_type_text {
    width: 100%;
}

.title-page .popover-wrap-10 .popover-body .s3_form_item.form_div {
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .popover-body .form_div h2 {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 9px;
    font-family: Podkova, sans-serif;
    color: #000;
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: none;
}

.title-page .popover-wrap-10 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .popover-body .form_html_block .s3_form_field_content {
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .popover-body .form_html_block .s3_form_field {
    box-sizing: border-box;
    width: 100%;
    font-family: Roboto, sans-serif;
    color: #000;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.title-page .popover-wrap-10 .popover-body .form_html_block p:first-of-type {
    margin-top: 0;
}

.title-page .popover-wrap-10 .popover-body .form_html_block p:last-of-type {
    margin-bottom: 0;
}

.title-page .popover-wrap-10 .popover-body .s3_form_item.form_checkbox {
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_title {
    margin-top: 20px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 7px;
}

.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_name {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: none;
}

.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

.title-page .popover-wrap-10 .popover-body .form_checkbox label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-10 .popover-body .form_checkbox input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-size: 13px;
}

.title-page .popover-wrap-10 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_title {
    margin-top: 23px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_name {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    color: #000;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-10 .popover-body .form_radio label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-10 .popover-body .form_radio input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-10 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 20px;
}

.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_title {
    margin-top: 1px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 15px;
}

.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_name {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: none;
}

.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 12px;
}

.title-page .popover-wrap-10 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

.title-page .popover-wrap-10 .popover-body .form_select option {
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .popover-body .s3_form_item.form_calendar {
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .popover-body .form_calendar .s3_form_field_title {
    margin-top: 1px;
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .popover-body .form_calendar .s3_form_field_name {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.title-page .popover-wrap-10 .popover-body .s3_form_item.form_calendar_interval {
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_title {
    margin-top: 1px;
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_name {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.title-page .popover-wrap-10 .popover-body .form_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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-10 .popover-body .form_calendar_interval label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_subitem_title {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.title-page .popover-wrap-10 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .anketa-flash-upload {
    box-sizing: border-box;
    max-width: 100%;
}

.title-page .popover-wrap-10 .popover-body .form_upload .no-more {
    box-sizing: border-box;
}

.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-10 .popover-body .s3_required {
    color: red;
}

.title-page .popover-wrap-10 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}

.title-page .popover-wrap-10 .popover-body .s3_form_field_name {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
}

.title-page .popover-wrap-10 ::-webkit-input-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-10 ::-moz-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-10 :-ms-input-placeholder {
    color: #ababab;
}

.title-page .widget-5 {
    margin: 15px 0 0 128px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    min-height: 0;
    font-size: 25px;
    right: 0;
}

.title-page .site-name-7 .sn-wrap {
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
}

.title-page .site-name-7 .sn-logo {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 100%;
}

.title-page .site-name-7 img {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    border: none;
    text-align: left;
}

.title-page .site-name-7 .sn-text {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    font-family: Podkova, sans-serif;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 33px;
    font-weight: bold;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .site-name-7 a {
    text-decoration: none;
    outline: none;
}

.title-page .widget-3 {
    margin: -46px 0 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding-right: 2px;
    padding-left: 2px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    width: 590px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .menu-5 .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: #000;
}

.title-page .menu-5 .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;
}

.title-page .menu-5 .menu-scroll {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}

.title-page .menu-5 .menu-scroll>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .menu-5 .menu-scroll>ul>li.home-button>a {
    padding: 5px 15px;
    margin: 2px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    background: url("../images/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;
}

.title-page .menu-5 .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;
}

.title-page .menu-5 .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;
}

.title-page .menu-5 .menu-scroll>ul ul {
    padding: 5px;
    margin: 5px 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #eee;
    list-style: none;
    width: 200px;
    display: none;
    z-index: 10;
    box-sizing: border-box;
}

.title-page .menu-5 .menu-scroll>ul ul>li {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

.title-page .menu-5 .menu-scroll>ul ul>li>a {
    padding: 5px 10px;
    cursor: pointer;
    display: block;
    background: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}

.title-page .menu-5 .menu-scroll>ul ul>li.delimiter {
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 3px;
    min-height: 2px;
    height: auto;
    width: auto;
    background: #999;
}

.title-page .menu-5 .menu-scroll>ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.title-page .menu-5 .menu-scroll>ul>li.menu-item>a {
    padding: 5px 10px;
    margin: 2px;
    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: #000;
    font-size: 14px;
    line-height: 1.4;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    position: relative;
    font-style: normal;
    letter-spacing: 0;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-transform: none;
}

.title-page .menu-5 .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: #000;
}

.title-page .menu-5 .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;
}

.title-page .menu-5 .menu-scroll>ul>li.menu-item>a .img-convert {
    margin: auto;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    overflow: hidden;
}

.title-page .menu-5 .menu-scroll>ul>li.menu-item>a img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    border: none;
    display: -webkit-flex;
    display: flex;
}

.title-page .menu-5 .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;
}

.title-page .menu-5 .menu-scroll>ul>li.home-button {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}

.title-page .menu-5 .menu-scroll>ul>li.more-button {
    display: none;
    margin-left: auto;
    position: relative;
}

.title-page .menu-5 .menu-scroll>ul>li.more-button>a {
    padding: 5px 10px;
    margin: 2px 0 2px 2px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    background: #333;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .menu-5 .menu-scroll>ul>li.more-button>ul {
    left: auto;
    right: 0;
}

.title-page .menu-5 .menu-scroll>ul>li.more-button.disabled {
    display: none;
}

.title-page .menu-5 .menu-scroll>ul>li.more-button .menu-item-image {
    display: none;
}

.title-page .block-4 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    max-width: 100%;
    background: transparent;
    z-index: 7;
    text-align: center;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-5 .layout_13 {
    -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;
}

.title-page .block-5 .layout_14 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-5 {
    padding: 45px;
    margin: -70px auto 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: 1440px;
    min-height: 0;
    background: #fff;
    z-index: 1;
    text-align: left;
    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;
    max-width: 100%;
}

.title-page .widget-10 {
    margin: 13px 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    min-height: 0;
    width: 333px;
    right: auto;
    padding-top: 0.02px;
}

.title-page .popover-wrap-14 .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%;
}

.title-page .popover-wrap-14 .popover-body .form_text input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-14 .popover-body .form_calendar input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-14 .popover-body .form_calendar_interval input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-14 .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;
    -webkit-appearance: none;
}

.title-page .popover-wrap-14 .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;
    -webkit-appearance: none;
    min-width: 25px;
    min-height: 25px;
}

.title-page .popover-wrap-14 .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;
}

.title-page .popover-wrap-14 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../images/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .editable_block-14 p:first-child {
    margin-top: 0;
}

.title-page .editable_block-14 p:last-child {
    margin-bottom: 0;
}

.title-page .editable_block-14 .header {
    box-sizing: border-box;
    font-size: 35px;
    margin-bottom: 12px;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    font-family: Podkova, sans-serif;
    color: #212121;
    line-height: 1;
    letter-spacing: 0.8px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: bold;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .editable_block-14 .body {
    box-sizing: border-box;
    display: block;
    position: relative;
    min-width: 0;
    min-height: 0;
}

.title-page .editable_block-14 .title {
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    pointer-events: auto;
    font-family: Roboto, sans-serif;
    line-height: 1.1;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 300;
}

.title-page .editable_block-14 .image {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
}

.title-page .editable_block-14 .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;
}

.title-page .editable_block-14 .image-inner {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .editable_block-14 .img-convert {
    box-sizing: border-box;
    width: 180px;
    height: 100px;
    -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;
}

.title-page .editable_block-14 .image img {
    box-sizing: border-box;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
}

.title-page .editable_block-14 .text {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    pointer-events: auto;
}

.title-page .editable_block-14 .price {
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
}

.title-page .editable_block-14 .price-inner {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .editable_block-14 .price-note {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .editable_block-14 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .editable_block-14 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .editable_block-14 .more {
    box-sizing: border-box;
    margin-top: 5px;
    pointer-events: auto;
}

.title-page .editable_block-14 .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;
    height: 0;
    min-height: 14px;
}

.title-page .editable_block-14 .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;
}

.title-page .editable_block-14 .clear {
    clear: both;
}

.title-page .popover-container-14 {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    direction: ltr;
    position: fixed;
}

.title-page .popover-container-14 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}

.title-page .popover-wrap-14 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-14 .popover-body .s3_form {
    margin-top: 0;
}

.title-page .popover-wrap-14 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-14 .popover-body .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .popover-wrap-14 .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;
}

.title-page .popover-wrap-14 .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;
}

.title-page .popover-wrap-14 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

.title-page .popover-wrap-14 .popover-body .s3_form_field_type_text {
    width: 100%;
}

.title-page .popover-wrap-14 .popover-body .s3_form_item.form_div {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_div h2 {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.title-page .popover-wrap-14 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field_content {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-14 .popover-body .form_html_block p:first-of-type {
    margin-top: 0;
}

.title-page .popover-wrap-14 .popover-body .form_html_block p:last-of-type {
    margin-bottom: 0;
}

.title-page .popover-wrap-14 .popover-body .s3_form_item.form_checkbox {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-14 .popover-body .form_checkbox label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-14 .popover-body .form_checkbox input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-14 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-14 .popover-body .form_radio label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-14 .popover-body .form_radio input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-14 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-14 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

.title-page .popover-wrap-14 .popover-body .form_select option {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar_interval {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .form_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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-14 .popover-body .form_calendar_interval label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem_title {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.title-page .popover-wrap-14 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .anketa-flash-upload {
    box-sizing: border-box;
    max-width: 100%;
}

.title-page .popover-wrap-14 .popover-body .form_upload .no-more {
    box-sizing: border-box;
}

.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-14 .popover-body .s3_required {
    color: red;
}

.title-page .popover-wrap-14 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}

.title-page .popover-wrap-14 ::-webkit-input-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-14 ::-moz-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-14 :-ms-input-placeholder {
    color: #ababab;
}

.title-page .widget-9 {
    padding: 0.02px 0;
    margin: 0 0 auto 24px;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    background: transparent;
    right: 0;
}

.title-page .popover-wrap-13 .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%;
}

.title-page .popover-wrap-13 .popover-body .form_text input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-13 .popover-body .form_calendar input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-13 .popover-body .form_calendar_interval input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-13 .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;
    -webkit-appearance: none;
}

.title-page .popover-wrap-13 .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;
    -webkit-appearance: none;
    min-width: 25px;
    min-height: 25px;
}

.title-page .popover-wrap-13 .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;
}

.title-page .popover-wrap-13 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../images/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .blocklist-13 p:first-child {
    margin-top: 0;
}

.title-page .blocklist-13 p:last-child {
    margin-bottom: 0;
}

.title-page .blocklist-13 .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;
    padding-right: 0;
    margin-right: 0;
    width: 500px;
}

.title-page .blocklist-13 .header_text {
    font-size: 46px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Podkova, sans-serif;
    color: #292929;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-decoration: none;
    font-weight: bold;
}

.title-page .blocklist-13 .all-in_header {
    display: none;
    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;
}

.title-page .blocklist-13 .description {
    border: none;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    line-height: 1.5;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-decoration: none;
    font-size: 14px;
    width: 500px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    -webkit-box-shadow: inset 5px 0px 0px 0px #aa1d21;
    -moz-box-shadow: inset 5px 0px 0px 0px #aa1d21;
    box-shadow: inset 5px 0px 0px 0px #aa1d21;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .blocklist-13 .body-outer {
    box-sizing: border-box;
    position: relative;
    margin-left: 0;
    margin-top: 0;
}

.title-page .blocklist-13 .body {
    margin: 0;
    box-sizing: border-box;
}

.title-page .blocklist-13 .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%);
}

.title-page .blocklist-13 .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%);
}

.title-page .blocklist-13 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
    box-sizing: border-box;
}

.title-page .blocklist-13 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 25%;
}

.title-page .blocklist-13 .item {
    padding: 15px 3px;
    margin: 10px 0;
    border: none;
    position: relative;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    left: 0;
    right: 0;
    flex-basis: 100%;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: url("../images/line.png") left 0px top 50% / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .blocklist-13 .item:hover,
.title-page .blocklist-13 .item.hover,
.title-page .blocklist-13 .item.active {
    background: none;
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.09);
}

.title-page .blocklist-13 .text {
    margin-bottom: 5px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-family: Roboto, sans-serif;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

.title-page .blocklist-13 .text .align-elem {
    flex-basis: 100%;
}

.title-page .blocklist-13 .image {
    border: none;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 14px;
    display: -webkit-flex;
    display: flex;
    -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;
    margin-left: auto;
    margin-right: auto;
    background: #81bf54;
}

.title-page .blocklist-13 .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;
}

.title-page .blocklist-13 .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;
}

.title-page .blocklist-13 .img-convert {
    border: none;
    box-sizing: border-box;
    width: 90px;
    height: 90px;
    text-align: center;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .blocklist-13 .image img {
    max-width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    width: auto;
    height: auto;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-13 .image-inner {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .blocklist-13 .title {
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-family: Roboto, sans-serif;
    line-height: 1.3;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
}

.title-page .blocklist-13 .price {
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
}

.title-page .blocklist-13 .price-inner {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .blocklist-13 .price-note {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .blocklist-13 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .blocklist-13 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .blocklist-13 .more {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
}

.title-page .blocklist-13 .more>a {
    display: -webkit-inline-flex;
    display: inline-flex;
    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;
    text-align: center;
    cursor: pointer;
}

.title-page .blocklist-13 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}

.title-page .blocklist-13 .title a {
    color: inherit;
    text-decoration: inherit;
}

.title-page .blocklist-13 .footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}

.title-page .blocklist-13 .all {
    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;
}

.title-page .blocklist-13 .controlz {
    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;
}

.title-page .blocklist-13 .prev {
    position: relative;
    z-index: 105;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}

.title-page .blocklist-13 .next {
    position: relative;
    z-index: 105;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}

.title-page .blocklist-13 .prev>a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.title-page .blocklist-13 .next>a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.title-page .blocklist-13 .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;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .blocklist-13 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-13 .auto_controls {
    box-sizing: border-box;
    display: none;
}

.title-page .blocklist-13 .bx-controls-auto {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-13 .bx-controls-auto-item {
    box-sizing: border-box;
}

.title-page .blocklist-13 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}

.title-page .blocklist-13 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}

.title-page .blocklist-13 .pager-wrap {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .blocklist-13 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
}

.title-page .blocklist-13 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}

.title-page .blocklist-13 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    min-height: 10px;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}

.title-page .popover-container-13 {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    direction: ltr;
    position: fixed;
}

.title-page .popover-container-13 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}

.title-page .popover-wrap-13 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-13 .popover-body .s3_form {
    margin-top: 0;
}

.title-page .popover-wrap-13 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-13 .popover-body .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .popover-wrap-13 .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;
}

.title-page .popover-wrap-13 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

.title-page .popover-wrap-13 .popover-body .s3_form_field_type_text {
    width: 100%;
}

.title-page .popover-wrap-13 .popover-body .s3_form_item.form_div {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_div h2 {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.title-page .popover-wrap-13 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field_content {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-13 .popover-body .form_html_block p:first-of-type {
    margin-top: 0;
}

.title-page .popover-wrap-13 .popover-body .form_html_block p:last-of-type {
    margin-bottom: 0;
}

.title-page .popover-wrap-13 .popover-body .s3_form_item.form_checkbox {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-13 .popover-body .form_checkbox label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-13 .popover-body .form_checkbox input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-13 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-13 .popover-body .form_radio label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-13 .popover-body .form_radio input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-13 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-13 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

.title-page .popover-wrap-13 .popover-body .form_select option {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar_interval {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .form_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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-13 .popover-body .form_calendar_interval label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_subitem_title {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.title-page .popover-wrap-13 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .anketa-flash-upload {
    box-sizing: border-box;
    max-width: 100%;
}

.title-page .popover-wrap-13 .popover-body .form_upload .no-more {
    box-sizing: border-box;
}

.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-13 .popover-body .s3_required {
    color: red;
}

.title-page .popover-wrap-13 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}

.title-page .popover-wrap-13 ::-webkit-input-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-13 ::-moz-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-13 :-ms-input-placeholder {
    color: #ababab;
}

.title-page .widget-2 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 6;
    text-align: left;
    width: auto;
    height: 0;
    min-height: 505px;
    box-sizing: border-box;
    background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat rgba(36, 27, 0, 0.41);
    right: 0;
    max-width: 100%;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .popover-wrap-4 .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%;
}

.title-page .popover-wrap-4 .popover-body .form_text input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}

.title-page .popover-wrap-4 .popover-body .form_calendar input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-4 .popover-body .form_calendar_interval input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-4 .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;
}

.title-page .popover-wrap-4 .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;
    min-width: 25px;
    min-height: 25px;
}

.title-page .popover-wrap-4 .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;
}

.title-page .popover-wrap-4 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../images/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

.title-page .popover-wrap-4 .popover-body .s3_form_field_content .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-4 .popover-body .s3_form_field_content .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-4 .popover-body .s3_form_field_content .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-4 .popover-body .s3_form_field_content .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .slider-4 .bx-wrapper {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    box-sizing: border-box;
    height: 100%;
    background-size: inherit;
    background-position: inherit;
}

.title-page .slider-4 .bx-viewport {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    box-sizing: border-box;
    height: 100%;
    background-size: inherit;
    background-position: inherit;
    position: absolute !important;
}

.title-page .slider-4 .text_wrapper .bx-viewport {
    position: relative !important;
}

.title-page .slider-4 .slider-inner {
    box-sizing: border-box;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    position: relative;
    height: 100%;
    background-size: inherit;
    background-position: inherit;
    overflow: hidden;
}

.title-page .slider-4 .slider-item {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    max-height: 504px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.title-page .slider-4 .text-slider {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 6;
    text-align: center;
    width: auto;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    bottom: auto;
    margin-top: -135px;
}

.title-page .slider-4 .text-slider-wp {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    text-align: left;
    max-width: 100%;
}

.title-page .slider-4 .block-body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-family: Roboto, sans-serif;
    color: rgba(255, 255, 255, 0.79);
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-size: 21px;
    margin-bottom: 23px;
    font-weight: 300;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.title-page .slider-4 .block-more {
    box-sizing: border-box;
    text-align: center;
}

.title-page .slider-4 .block-more>a {
    border: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    box-sizing: border-box;
    font-family: Podkova, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 194px;
    min-height: 55px;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    -moz-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    box-shadow: inset 0px 0px 0px 3px #aa1d21;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    font-weight: bold;
}

.title-page .slider-4 .block-more>a:hover,
.title-page .slider-4 .block-more>a.hover,
.title-page .slider-4 .block-more>a.active {
    color: #0f0f0f;
    background: #aa1d21;
}

.title-page .slider-4 .block-title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-family: Podkova, sans-serif;
    color: #fff;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 11px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .slider-4 .slider-item>a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}

.title-page .slider-4 .slider-controls {
    box-sizing: border-box;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    margin-top: -10px;
}

.title-page .slider-4 .slider-prev {
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../images/wm_slider_slider-left.png") left 50% top 50% / auto auto no-repeat;
}

.title-page .slider-4 .slider-next {
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../images/wm_slider_slider-right.png") left 50% top 50% / auto auto no-repeat;
}

.title-page .slider-4 .slider-prev>a {
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.title-page .slider-4 .slider-next>a {
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.title-page .slider-4 .slider-pager-wrap {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    text-align: center;
    visibility: hidden;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    top: auto;
    margin-top: -13px;
    margin-bottom: 85px;
}

.title-page .slider-4 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    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;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 75px;
    padding-right: 75px;
}

.title-page .slider-4 .slider-pager {
    box-sizing: border-box;
    text-align: left;
}

.title-page .slider-4 .slider-pager>a {
    padding: 48px 1px 1px;
    margin: 2px;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    min-height: 71px;
    background: url("../images/pagination_normal.png") left 50% bottom 25px / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    font-size: 18px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.77);
    text-align: center;
    font-family: Podkova, sans-serif;
    cursor: pointer;
}

.title-page .slider-4 .slider-pager>a:hover,
.title-page .slider-4 .slider-pager>a.hover,
.title-page .slider-4 .slider-pager>a.active {
    background: url("../images/pagination_hower.png") left 50% bottom 25px / auto auto no-repeat;
    color: #fff;
}

.title-page .slider-4 .auto_controls {
    box-sizing: border-box;
    display: none;
}

.title-page .slider-4 .bx-controls-auto {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}

.title-page .slider-4 .bx-controls-auto-item {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .slider-4 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}

.title-page .slider-4 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}

.title-page .slider-4 .overfill {
    position: absolute;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background: inherit;
    top: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.title-page .slider-4 .text-slider p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}

.title-page .slider-4 .text-slider p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}

.title-page .slider-4 .text_wrapper {
    box-sizing: border-box;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100px;
    z-index: 100;
}

.title-page .slider-4 .text_wrapper .text_inner {
    box-sizing: border-box;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.title-page .slider-4 .text_wrapper .text_slider {
    box-sizing: border-box;
    position: static;
    text-align: inherit;
}

.title-page .slider-4 .text_wrapper .text_slider p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}

.title-page .slider-4 .text_wrapper .text_slider p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}

.title-page .slider-4 .block-title a {
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
}

.title-page .popover-container-4 {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    direction: ltr;
    position: fixed;
}

.title-page .popover-container-4 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}

.title-page .popover-wrap-4 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-4 .popover-body .s3_form {
    margin-top: 0;
}

.title-page .popover-wrap-4 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-4 .popover-body .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .popover-wrap-4 .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;
}

.title-page .popover-wrap-4 .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;
}

.title-page .popover-wrap-4 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

.title-page .popover-wrap-4 .popover-body .s3_form_field_type_text {
    width: 100%;
}

.title-page .popover-wrap-4 .popover-body .s3_form_item.form_div {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_div h2 {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.title-page .popover-wrap-4 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_html_block .s3_form_field_content {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_html_block .s3_form_field {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-4 .popover-body .form_html_block p:first-of-type {
    margin-top: 0;
}

.title-page .popover-wrap-4 .popover-body .form_html_block p:last-of-type {
    margin-bottom: 0;
}

.title-page .popover-wrap-4 .popover-body .s3_form_item.form_checkbox {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_checkbox .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_checkbox .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_checkbox .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-4 .popover-body .form_checkbox .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-4 .popover-body .form_checkbox label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-4 .popover-body .form_checkbox input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-4 .popover-body .form_checkbox .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-4 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_radio .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_radio .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_radio .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-4 .popover-body .form_radio .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-4 .popover-body .form_radio label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-4 .popover-body .form_radio input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-4 .popover-body .form_radio .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-4 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_select .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_select .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_select .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-4 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

.title-page .popover-wrap-4 .popover-body .form_select option {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .s3_form_item.form_calendar {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_calendar .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_calendar .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .s3_form_item.form_calendar_interval {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_calendar_interval .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_calendar_interval .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .form_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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-4 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-4 .popover-body .form_calendar_interval label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-4 .popover-body .form_calendar_interval .s3_form_subitem_title {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.title-page .popover-wrap-4 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .anketa-flash-upload {
    box-sizing: border-box;
    max-width: 100%;
}

.title-page .popover-wrap-4 .popover-body .form_upload .no-more {
    box-sizing: border-box;
}

.title-page .popover-wrap-4 .popover-body .s3_form_field_content .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-4 .popover-body .s3_required {
    color: red;
}

.title-page .popover-wrap-4 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}

.title-page .popover-wrap-4 ::-webkit-input-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-4 ::-moz-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-4 :-ms-input-placeholder {
    color: #ababab;
}

.title-page .block-7 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    max-width: 100%;
    z-index: 5;
    text-align: center;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.title-page .block-6 .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;
}

.title-page .block-6 .layout_19 {
    -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;
}

.title-page .block-6 .layout_20 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-6 {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 1440px;
    min-height: 304px;
    max-width: 100%;
    z-index: 1;
    text-align: left;
    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;
    padding-top: 100px;
    padding-bottom: 100px;
}

.title-page .widget-13 {
    padding: 45px;
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    box-sizing: border-box;
    width: 300px;
    background: linear-gradient(rgba(129, 191, 84, 0.85), rgba(129, 191, 84, 0.85));
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .form-20 .form__header {
    box-sizing: border-box;
    font-size: 21px;
    margin-bottom: 8px;
    display: -webkit-flex;
    display: flex;
    font-family: Podkova, sans-serif;
    color: #0f0f0f;
    line-height: 1;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-decoration: none;
    font-weight: bold;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .form-20 .form__text {
    box-sizing: border-box;
    margin-bottom: 19px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    color: #0f0f0f;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-decoration: none;
}

.title-page .form-20 .form__text p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}

.title-page .form-20 .form__text p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}

.title-page .form-20 .form__body {
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: -12px;
    width: auto;
    margin-top: 0;
}

.title-page .form-20 .form-table {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .form-20 .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;
}

.title-page .form-20 .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;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .form-20 .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;
}

.title-page .form-20 .form-text {
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
}

.title-page .form-20 .form-item__title {
    box-sizing: border-box;
    display: inline-block;
    min-width: 15px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #0f0f0f;
}

.title-page .form-20 .form-item__required {
    box-sizing: border-box;
    color: #f00;
}

.title-page .form-20 .form-item__error {
    box-sizing: border-box;
    color: #f00;
}

.title-page .form-20 .form-item__note {
    box-sizing: border-box;
    font-size: 11px;
    color: #999;
    display: none;
}

.title-page .form-20 .form-item__body {
    box-sizing: border-box;
    display: block;
}

.title-page .form-20 .form-text input {
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-width: 100px;
    min-height: 44px;
    outline: none;
    -webkit-appearance: none;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    height: 44px;
    resize: vertical;
    display: block;
}

.title-page .form-20 .form-textarea textarea {
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-width: 100px;
    resize: vertical;
    min-height: 53px;
    outline: none;
    display: block;
    -webkit-appearance: none;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    height: 53px;
}

.title-page .form-20 .form-submit button {
    padding: 2px 4px;
    box-sizing: border-box;
    text-align: center;
    background: #0f0f0f;
    outline: none;
    -webkit-appearance: none;
    font-family: Podkova, sans-serif;
    color: #81bf54;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    min-height: 41px;
    width: 141px;
}

.title-page .form-20 .form-submit button span {
    box-sizing: border-box;
    display: inline-block;
    min-width: 20px;
}

.title-page .form-20 .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("./widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .form-20 .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("./widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .form-20 .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("./widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .form-20 .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("./widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .form-20 .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .form-20 .form-select select {
    border: none;
    box-sizing: border-box;
    width: 100%;
    min-width: 100px;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 44px;
}

.title-page .form-20 .form-upload .form-item__body .no-more {
    box-sizing: border-box;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    color: #0f0f0f;
    text-decoration: none;
    margin-left: 9px;
}

.title-page .form-20 .form-text .form-item__body {
    box-sizing: border-box;
}

.title-page .form-20 .form-textarea {
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
}

.title-page .form-20 .form-textarea .form-item__body {
    box-sizing: border-box;
}

.title-page .form-20 .form-submit {
    box-sizing: border-box;
    padding-top: 8px;
}

.title-page .form-20 .form-submit .form-item__header {
    box-sizing: border-box;
    display: none;
}

.title-page .form-20 .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;
    margin-top: 4px;
    margin-bottom: 12px;
}

.title-page .form-20 .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;
}

.title-page .form-20 .form-captcha input {
    padding: 2px 4px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-width: 50px;
    min-height: 22px;
    outline: none;
    text-align: start;
    -webkit-appearance: none;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    resize: vertical;
    display: block;
}

.title-page .form-20 .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;
}

.title-page .form-20 .form-captcha .form-submit-container {
    box-sizing: border-box;
}

.title-page .form-20 .form-captcha button {
    padding: 2px 4px;
    box-sizing: border-box;
    text-align: center;
    background: #0f0f0f;
    outline: none;
    -webkit-appearance: none;
    font-family: Podkova, sans-serif;
    color: #aa1d21;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    min-height: 41px;
    width: 141px;
}

.title-page .form-20 .form-captcha button span {
    box-sizing: border-box;
    display: inline-block;
    min-width: 20px;
}

.title-page .form-20 .form-captcha .mgCaptcha-block {
    box-sizing: border-box;
    line-height: 0;
    font-size: 0;
    min-width: 112px;
}

.title-page .form-20 .form-captcha .mgCaptcha-block img {
    box-sizing: border-box;
    vertical-align: middle;
    border: none;
    margin-right: 5px;
}

.title-page .form-20 .form-captcha .mgCaptcha-input {
    box-sizing: border-box;
}

.title-page .form-20 .form-checkbox {
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .form-20 .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;
}

.title-page .form-20 .form-checkbox .form-item__title {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 5px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #0f0f0f;
}

.title-page .form-20 .form-checkbox .form-item__body label.form-item__title {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #0f0f0f;
    text-decoration: none;
}

.title-page .form-20 .form-checkbox input {
    margin: 5px 5px 0 0;
}

.title-page .form-20 .form-radio {
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
}

.title-page .form-20 .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;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .form-20 .form-radio .form-item__body label.form-item__title {
    font-size: 13px;
    font-family: Roboto, sans-serif;
    color: #0f0f0f;
    text-decoration: none;
}

.title-page .form-20 .form-radio input {
    margin: 5px 5px 0 0;
}

.title-page .form-20 .form-radio .form-item__title {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 5px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #0f0f0f;
}

.title-page .form-20 .form-select {
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
}

.title-page .form-20 .form-div {
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
}

.title-page .form-20 .form-html {
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
}

.title-page .form-20 .form-html .form-item__body {
    font-size: 17px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 500;
}

.title-page .form-20 .form-html .form-item__body:hover,
.title-page .form-20 .form-html .form-item__body.hover,
.title-page .form-20 .form-html .form-item__body.active {
    color: #fff;
}

.title-page .form-20 .form-upload {
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
}

.title-page .form-20 .form-calendar {
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
}

.title-page .form-20 .form-calendar .form-item__body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .form-20 .form-calendar input {
    padding: 2px 4px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-height: 44px;
    outline: none;
    -webkit-appearance: none;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    height: 44px;
}

.title-page .form-20 .form-calendar_interval {
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
}

.title-page .form-20 .form-calendar_interval input {
    padding: 2px 4px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-height: 31px;
    outline: none;
    -webkit-appearance: none;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    height: 31px;
}

.title-page .form-20 .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;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .form-20 .form-calendar_interval .label_from {
    box-sizing: border-box;
    margin-right: 5px;
    font-family: Roboto, sans-serif;
    color: #0f0f0f;
    text-decoration: none;
    font-size: 13px;
}

.title-page .form-20 .form-calendar_interval .label_to {
    box-sizing: border-box;
    margin-right: 5px;
    font-family: Roboto, sans-serif;
    color: #0f0f0f;
    text-decoration: none;
    font-size: 13px;
}

.title-page .form-20 .form-calendar_interval .field_from {
    box-sizing: border-box;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: 10px;
}

.title-page .form-20 .form-calendar_interval .field_to {
    box-sizing: border-box;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .form-20 .group-text {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}

.title-page .form-20 .group-textarea {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}

.title-page .form-20 .form-tfoot {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .form-20 .group-button {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}

.title-page .form-20 .form-success {
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Podkova, sans-serif;
    color: #0f0f0f;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
}

.title-page .form-20 ::-webkit-input-placeholder {
    color: #ababab;
}

.title-page .form-20 ::-moz-placeholder {
    color: #ababab;
}

.title-page .form-20 :-ms-input-placeholder {
    color: #ababab;
}

.title-page .widget-12 {
    padding: 0.02px 0;
    margin: 0 0 auto 55px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    width: auto;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    right: 0;
}

.title-page .popover-wrap-19 .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%;
}

.title-page .popover-wrap-19 .popover-body .form_text input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-19 .popover-body .form_calendar input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-19 .popover-body .form_calendar_interval input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-19 .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;
    -webkit-appearance: none;
}

.title-page .popover-wrap-19 .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;
    -webkit-appearance: none;
    min-width: 25px;
    min-height: 25px;
}

.title-page .popover-wrap-19 .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;
}

.title-page .popover-wrap-19 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../images/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .blocklist-19 p:first-child {
    margin-top: 0;
}

.title-page .blocklist-19 p:last-child {
    margin-bottom: 0;
}

.title-page .blocklist-19 .header {
    display: -webkit-flex;
    display: flex;
    -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;
    margin-bottom: 27px;
    box-sizing: border-box;
}

.title-page .blocklist-19 .header_text {
    font-size: 33px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Podkova, sans-serif;
    color: #1c1c1c;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-decoration: none;
    font-weight: bold;
}

.title-page .blocklist-19 .all-in_header {
    display: none;
    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;
}

.title-page .blocklist-19 .description {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-19 .body-outer {
    box-sizing: border-box;
    position: relative;
}

.title-page .blocklist-19 .body {
    margin: 0;
    box-sizing: border-box;
}

.title-page .blocklist-19 .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%);
}

.title-page .blocklist-19 .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%);
}

.title-page .blocklist-19 .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;
}

.title-page .blocklist-19 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
}

.title-page .blocklist-19 .item {
    margin: 0 0 35px 68px;
    position: relative;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    left: 0;
    right: 0;
    flex-basis: 100%;
    align-self: auto;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .blocklist-19 .item-label {
    padding: 0.02px 0;
    border: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #aa1d21;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    font-family: Podkova, sans-serif;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-size: 43px;
    margin-left: -70px;
    right: auto;
    font-weight: bold;
    width: 51px;
    bottom: auto;
    margin-top: 0;
    -webkit-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .blocklist-19 .text {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    color: #4a4a4a;
    line-height: 1.3;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 14px;
}

.title-page .blocklist-19 .text .align-elem {
    flex-basis: 100%;
}

.title-page .blocklist-19 .image {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
    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;
}

.title-page .blocklist-19 .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;
}

.title-page .blocklist-19 .img-convert {
    box-sizing: border-box;
    width: 180px;
    height: 100px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .blocklist-19 .image img {
    max-width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    width: auto;
    height: auto;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-19 .image-inner {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .blocklist-19 .title {
    font-weight: bold;
    margin-bottom: 14px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-family: Podkova, sans-serif;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-decoration: none;
    font-size: 24px;
}

.title-page .blocklist-19 .price {
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
}

.title-page .blocklist-19 .price-inner {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .blocklist-19 .price-note {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .blocklist-19 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .blocklist-19 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .blocklist-19 .more {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
}

.title-page .blocklist-19 .more>a {
    display: -webkit-inline-flex;
    display: inline-flex;
    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;
    text-align: center;
    cursor: pointer;
}

.title-page .blocklist-19 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}

.title-page .blocklist-19 .title a {
    color: inherit;
    text-decoration: inherit;
}

.title-page .blocklist-19 .footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}

.title-page .blocklist-19 .all {
    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;
}

.title-page .blocklist-19 .controlz {
    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;
}

.title-page .blocklist-19 .prev {
    position: relative;
    z-index: 105;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}

.title-page .blocklist-19 .next {
    position: relative;
    z-index: 105;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
}

.title-page .blocklist-19 .prev>a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.title-page .blocklist-19 .next>a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.title-page .blocklist-19 .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;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .blocklist-19 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-19 .auto_controls {
    box-sizing: border-box;
    display: none;
}

.title-page .blocklist-19 .bx-controls-auto {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-19 .bx-controls-auto-item {
    box-sizing: border-box;
}

.title-page .blocklist-19 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}

.title-page .blocklist-19 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}

.title-page .blocklist-19 .pager-wrap {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .blocklist-19 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
}

.title-page .blocklist-19 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}

.title-page .blocklist-19 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    min-height: 10px;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}

.title-page .popover-container-19 {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    direction: ltr;
    position: fixed;
}

.title-page .popover-container-19 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}

.title-page .popover-wrap-19 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-19 .popover-body .s3_form {
    margin-top: 0;
}

.title-page .popover-wrap-19 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-19 .popover-body .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .popover-wrap-19 .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;
}

.title-page .popover-wrap-19 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

.title-page .popover-wrap-19 .popover-body .s3_form_field_type_text {
    width: 100%;
}

.title-page .popover-wrap-19 .popover-body .s3_form_item.form_div {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_div h2 {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.title-page .popover-wrap-19 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field_content {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-19 .popover-body .form_html_block p:first-of-type {
    margin-top: 0;
}

.title-page .popover-wrap-19 .popover-body .form_html_block p:last-of-type {
    margin-bottom: 0;
}

.title-page .popover-wrap-19 .popover-body .s3_form_item.form_checkbox {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-19 .popover-body .form_checkbox label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-19 .popover-body .form_checkbox input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-19 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-19 .popover-body .form_radio label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-19 .popover-body .form_radio input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-19 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-19 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

.title-page .popover-wrap-19 .popover-body .form_select option {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar_interval {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .form_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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-19 .popover-body .form_calendar_interval label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_subitem_title {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.title-page .popover-wrap-19 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .anketa-flash-upload {
    box-sizing: border-box;
    max-width: 100%;
}

.title-page .popover-wrap-19 .popover-body .form_upload .no-more {
    box-sizing: border-box;
}

.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-19 .popover-body .s3_required {
    color: red;
}

.title-page .popover-wrap-19 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}

.title-page .popover-wrap-19 ::-webkit-input-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-19 ::-moz-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-19 :-ms-input-placeholder {
    color: #ababab;
}

.title-page .widget-11 {
    margin: 0 0 auto 55px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    min-height: 0;
    width: auto;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
    right: 0;
}

.title-page .popover-wrap-18 .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%;
}

.title-page .popover-wrap-18 .popover-body .form_text input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-18 .popover-body .form_calendar input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-18 .popover-body .form_calendar_interval input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-18 .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;
    -webkit-appearance: none;
}

.title-page .popover-wrap-18 .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;
    -webkit-appearance: none;
    min-width: 25px;
    min-height: 25px;
}

.title-page .popover-wrap-18 .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;
}

.title-page .popover-wrap-18 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../images/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .editable_block-18 p:first-child {
    margin-top: 0;
}

.title-page .editable_block-18 p:last-child {
    margin-bottom: 0;
}

.title-page .editable_block-18 .header {
    box-sizing: border-box;
    font-size: 27px;
    margin-bottom: 36px;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    font-family: Podkova, sans-serif;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: bold;
}

.title-page .editable_block-18 .body {
    box-sizing: border-box;
    display: block;
    position: relative;
    min-width: 0;
    min-height: 0;
}

.title-page .editable_block-18 .title {
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    pointer-events: auto;
}

.title-page .editable_block-18 .image {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    float: left;
    margin-right: 37px;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.title-page .editable_block-18 .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;
}

.title-page .editable_block-18 .image-inner {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .editable_block-18 .img-convert {
    box-sizing: border-box;
    width: 230px;
    height: 350px;
    -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;
    overflow: hidden;
}

.title-page .editable_block-18 .image img {
    box-sizing: border-box;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
}

.title-page .editable_block-18 .text {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    pointer-events: auto;
    line-height: 1.5;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 15px;
}

.title-page .editable_block-18 .price {
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
}

.title-page .editable_block-18 .price-inner {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .editable_block-18 .price-note {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .editable_block-18 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .editable_block-18 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .editable_block-18 .more {
    box-sizing: border-box;
    margin-top: 5px;
    pointer-events: auto;
}

.title-page .editable_block-18 .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;
    height: 0;
    min-height: 14px;
}

.title-page .editable_block-18 .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;
}

.title-page .editable_block-18 .clear {
    clear: both;
}

.title-page .popover-container-18 {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    direction: ltr;
    position: fixed;
}

.title-page .popover-container-18 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}

.title-page .popover-wrap-18 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-18 .popover-body .s3_form {
    margin-top: 0;
}

.title-page .popover-wrap-18 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-18 .popover-body .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .popover-wrap-18 .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;
}

.title-page .popover-wrap-18 .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;
}

.title-page .popover-wrap-18 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

.title-page .popover-wrap-18 .popover-body .s3_form_field_type_text {
    width: 100%;
}

.title-page .popover-wrap-18 .popover-body .s3_form_item.form_div {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_div h2 {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.title-page .popover-wrap-18 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_html_block .s3_form_field_content {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_html_block .s3_form_field {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-18 .popover-body .form_html_block p:first-of-type {
    margin-top: 0;
}

.title-page .popover-wrap-18 .popover-body .form_html_block p:last-of-type {
    margin-bottom: 0;
}

.title-page .popover-wrap-18 .popover-body .s3_form_item.form_checkbox {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-18 .popover-body .form_checkbox label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-18 .popover-body .form_checkbox input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-18 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-18 .popover-body .form_radio label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-18 .popover-body .form_radio input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-18 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-18 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

.title-page .popover-wrap-18 .popover-body .form_select option {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .s3_form_item.form_calendar {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_calendar .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_calendar .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .s3_form_item.form_calendar_interval {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .form_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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-18 .popover-body .form_calendar_interval label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_subitem_title {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.title-page .popover-wrap-18 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .anketa-flash-upload {
    box-sizing: border-box;
    max-width: 100%;
}

.title-page .popover-wrap-18 .popover-body .form_upload .no-more {
    box-sizing: border-box;
}

.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-18 .popover-body .s3_required {
    color: red;
}

.title-page .popover-wrap-18 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}

.title-page .popover-wrap-18 ::-webkit-input-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-18 ::-moz-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-18 :-ms-input-placeholder {
    color: #ababab;
}

.title-page .block-8 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    max-width: 100%;
    background: linear-gradient(
        rgba(0, 0, 0, 0.5), 
        rgba(0, 0, 0, 0.5)
      ),url("../../../../thumb/sugarplate.jpg") left 50% top 35% / cover no-repeat rgba(36, 27, 0, 0.4);
    z-index: 4;
    text-align: center;
    right: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}

.title-page .block-9 {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 1440px;
    min-height: 0;
    z-index: 1;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .widget-14 {
    padding: 45px;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: left;
    box-sizing: border-box;
    min-height: 0;
    width: 632px;
    right: auto;
    -webkit-box-shadow: inset 0px 0px 0px 5px #aa1d21;
    -moz-box-shadow: inset 0px 0px 0px 5px #aa1d21;
    box-shadow: inset 0px 0px 0px 5px #aa1d21;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .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%;
}

.title-page .popover-wrap-22 .popover-body .form_text input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-22 .popover-body .form_calendar input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-22 .popover-body .form_calendar_interval input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .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;
    -webkit-appearance: none;
}

.title-page .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;
    -webkit-appearance: none;
    min-width: 25px;
    min-height: 25px;
}

.title-page .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;
    -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;
}

.title-page .popover-wrap-22 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../images/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .editable_block-22 p:first-child {
    margin-top: 0;
}

.title-page .editable_block-22 p:last-child {
    margin-bottom: 0;
}

.title-page .editable_block-22 .header {
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    font-family: Roboto, sans-serif;
    color: #fff;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-decoration: none;
    font-weight: 300;
}

.title-page .editable_block-22 .body {
    box-sizing: border-box;
    display: block;
    position: relative;
    min-width: 0;
    min-height: 0;
}

.title-page .editable_block-22 .title {
    box-sizing: border-box;
    font-size: 32px;
    margin-bottom: 21px;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
    font-family: Podkova, sans-serif;
    color: #fff;
    line-height: 1;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-decoration: none;
    font-weight: bold;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .editable_block-22 .image {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
}

.title-page .editable_block-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;
}

.title-page .editable_block-22 .image-inner {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .editable_block-22 .img-convert {
    box-sizing: border-box;
    width: 180px;
    height: 100px;
    -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;
    overflow: hidden;
}

.title-page .editable_block-22 .image img {
    box-sizing: border-box;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
}

.title-page .editable_block-22 .text {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
    font-family: Roboto, sans-serif;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-decoration: none;
    font-size: 17px;
}

.title-page .editable_block-22 .price {
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
}

.title-page .editable_block-22 .price-inner {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .editable_block-22 .price-note {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .editable_block-22 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .editable_block-22 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .editable_block-22 .more {
    box-sizing: border-box;
    margin-top: 29px;
    pointer-events: auto;
}

.title-page .editable_block-22 .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: 50px;
    font-family: Podkova, sans-serif;
    color: #0f0f0f;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    width: 170px;
    background: #81bf54;
    font-weight: bold;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .editable_block-22 .more>a:hover,
.title-page .editable_block-22 .more>a.hover,
.title-page .editable_block-22 .more>a.active {
    color: #aa1d21;
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    -moz-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    box-shadow: inset 0px 0px 0px 3px #aa1d21;
}

.title-page .editable_block-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;
}

.title-page .editable_block-22 .clear {
    clear: both;
}

.title-page .popover-container-22 {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    direction: ltr;
    position: fixed;
}

.title-page .popover-container-22 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}

.title-page .popover-wrap-22 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-22 .popover-body .s3_form {
    margin-top: 0;
}

.title-page .popover-wrap-22 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-22 .popover-body .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .popover-wrap-22 .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;
}

.title-page .popover-wrap-22 .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;
}

.title-page .popover-wrap-22 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

.title-page .popover-wrap-22 .popover-body .s3_form_field_type_text {
    width: 100%;
}

.title-page .popover-wrap-22 .popover-body .s3_form_item.form_div {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_div h2 {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.title-page .popover-wrap-22 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_html_block .s3_form_field_content {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_html_block .s3_form_field {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-22 .popover-body .form_html_block p:first-of-type {
    margin-top: 0;
}

.title-page .popover-wrap-22 .popover-body .form_html_block p:last-of-type {
    margin-bottom: 0;
}

.title-page .popover-wrap-22 .popover-body .s3_form_item.form_checkbox {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-22 .popover-body .form_checkbox label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-22 .popover-body .form_checkbox input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-22 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-22 .popover-body .form_radio label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-22 .popover-body .form_radio input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-22 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-22 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

.title-page .popover-wrap-22 .popover-body .form_select option {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .s3_form_item.form_calendar {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_calendar .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_calendar .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .s3_form_item.form_calendar_interval {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .form_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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-22 .popover-body .form_calendar_interval label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_subitem_title {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.title-page .popover-wrap-22 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .anketa-flash-upload {
    box-sizing: border-box;
    max-width: 100%;
}

.title-page .popover-wrap-22 .popover-body .form_upload .no-more {
    box-sizing: border-box;
}

.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-22 .popover-body .s3_required {
    color: red;
}

.title-page .popover-wrap-22 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}

.title-page .popover-wrap-22 ::-webkit-input-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-22 ::-moz-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-22 :-ms-input-placeholder {
    color: #ababab;
}

.title-page .block-10 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 433px;
    max-width: 100%;
    background: transparent;
    z-index: 3;
    text-align: center;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-11 {
    margin: 0 auto;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: 1440px;
    min-height: 0;
    max-width: 100%;
    z-index: 1;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .widget-16 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    right: 0;
}

.title-page .popover-wrap-26 .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%;
}

.title-page .popover-wrap-26 .popover-body .form_text input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-26 .popover-body .form_calendar input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-26 .popover-body .form_calendar_interval input {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-26 .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;
    -webkit-appearance: none;
}

.title-page .popover-wrap-26 .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;
    -webkit-appearance: none;
    min-width: 25px;
    min-height: 25px;
}

.title-page .popover-wrap-26 .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;
}

.title-page .popover-wrap-26 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("../images/wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

.title-page .popover-wrap-26 .popover-body .s3_form_field_content .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-26 .popover-body .s3_form_field_content .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-26 .popover-body .s3_form_field_content .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .popover-wrap-26 .popover-body .s3_form_field_content .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .blocklist-26 p:first-child {
    margin-top: 0;
}

.title-page .blocklist-26 p:last-child {
    margin-bottom: 0;
}

.title-page .blocklist-26 .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: 42px;
    box-sizing: border-box;
}

.title-page .blocklist-26 .header_text {
    font-size: 37px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Podkova, sans-serif;
    color: #1c1c1c;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-decoration: none;
    font-weight: bold;
}

.title-page .blocklist-26 .all-in_header {
    display: none;
    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;
}

.title-page .blocklist-26 .description {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-26 .body-outer {
    box-sizing: border-box;
    position: relative;
}

.title-page .blocklist-26 .body {
    margin: 0 -1px;
    box-sizing: border-box;
}

.title-page .blocklist-26 .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%);
}

.title-page .blocklist-26 .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%);
}

.title-page .blocklist-26 .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;
}

.title-page .blocklist-26 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 25%;

}

.title-page .blocklist-26 .item {
    padding: 15px;
    margin: 1px;
    border: none;
    position: relative;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    left: 0;
    right: 0;
    flex-basis: 100%;
    background: #fff;
    align-self: auto;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .blocklist-26 .text {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.title-page .blocklist-26 .text .align-elem {
    flex-basis: 100%;
}

.title-page .blocklist-26 .image {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
    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;
}

.title-page .blocklist-26 .item-label {
    padding: 2px 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #e83131;
    color: #fff;
    text-align: left;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-26 .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;
}

.title-page .blocklist-26 .img-convert {
    box-sizing: border-box;
    width: 180px;
    height: 132px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .blocklist-26 .image img {
    max-width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    width: auto;
    height: auto;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-26 .image-inner {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .blocklist-26 .title {
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-family: Roboto, sans-serif;
    color: #5e5e5e;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
}

.title-page .blocklist-26 .price {
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
}

.title-page .blocklist-26 .price-inner {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .blocklist-26 .price-note {
    box-sizing: border-box;
    display: inline-block;
}

.title-page .blocklist-26 .price-value {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .blocklist-26 .price-currency {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.title-page .blocklist-26 .more {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
}

.title-page .blocklist-26 .more>a {
    display: -webkit-inline-flex;
    display: inline-flex;
    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;
    text-align: center;
    cursor: pointer;
}

.title-page .blocklist-26 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}

.title-page .blocklist-26 .title a {
    color: inherit;
    text-decoration: inherit;
}

.title-page .blocklist-26 .footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}

.title-page .blocklist-26 .all {
    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;
}

.title-page .blocklist-26 .controlz {
    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;
}

.title-page .blocklist-26 .prev {
    position: relative;
    z-index: 105;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
    text-align: justify;
}

.title-page .blocklist-26 .next {
    position: relative;
    z-index: 105;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
    text-align: left;
}

.title-page .blocklist-26 .prev>a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.title-page .blocklist-26 .next>a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.title-page .blocklist-26 .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;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .blocklist-26 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-26 .auto_controls {
    box-sizing: border-box;
    display: none;
}

.title-page .blocklist-26 .bx-controls-auto {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-26 .bx-controls-auto-item {
    box-sizing: border-box;
}

.title-page .blocklist-26 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}

.title-page .blocklist-26 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}

.title-page .blocklist-26 .pager-wrap {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .blocklist-26 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
}

.title-page .blocklist-26 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}

.title-page .blocklist-26 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    min-height: 10px;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}

.title-page .popover-container-26 {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    direction: ltr;
    position: fixed;
}

.title-page .popover-container-26 .popover-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}

.title-page .popover-wrap-26 .popover-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-26 .popover-body .s3_form {
    margin-top: 0;
}

.title-page .popover-wrap-26 .popover-body .s3_form_item {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
}

.title-page .popover-wrap-26 .popover-body .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .popover-wrap-26 .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;
}

.title-page .popover-wrap-26 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

.title-page .popover-wrap-26 .popover-body .s3_form_field_type_text {
    width: 100%;
}

.title-page .popover-wrap-26 .popover-body .s3_form_item.form_div {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_div h2 {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.title-page .popover-wrap-26 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_html_block .s3_form_field_content {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_html_block .s3_form_field {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-26 .popover-body .form_html_block p:first-of-type {
    margin-top: 0;
}

.title-page .popover-wrap-26 .popover-body .form_html_block p:last-of-type {
    margin-bottom: 0;
}

.title-page .popover-wrap-26 .popover-body .s3_form_item.form_checkbox {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-26 .popover-body .form_checkbox label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-26 .popover-body .form_checkbox input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-26 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_subitem {
    box-sizing: border-box;
    width: 100%;
}

.title-page .popover-wrap-26 .popover-body .form_radio label {
    box-sizing: border-box;
    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;
    width: 100%;
}

.title-page .popover-wrap-26 .popover-body .form_radio input {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_subitem_title {
    margin: 5px 5px 0 0;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .popover-wrap-26 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .popover-wrap-26 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

.title-page .popover-wrap-26 .popover-body .form_select option {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .s3_form_item.form_calendar {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_calendar .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_calendar .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .s3_form_item.form_calendar_interval {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_field_title {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_field_name {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .form_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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-26 .popover-body .form_calendar_interval label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_subitem_title {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.title-page .popover-wrap-26 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .anketa-flash-upload {
    box-sizing: border-box;
    max-width: 100%;
}

.title-page .popover-wrap-26 .popover-body .form_upload .no-more {
    box-sizing: border-box;
}

.title-page .popover-wrap-26 .popover-body .s3_form_field_content .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .popover-wrap-26 .popover-body .s3_required {
    color: red;
}

.title-page .popover-wrap-26 .s3_form_field_title .s3_form_error {
    color: red;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}

.title-page .popover-wrap-26 ::-webkit-input-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-26 ::-moz-placeholder {
    color: #ababab;
}

.title-page .popover-wrap-26 :-ms-input-placeholder {
    color: #ababab;
}

.title-page .block-12 {
    padding: 100px 30px 0.02px;
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 448px;
    max-width: 100%;
    background: transparent;
    z-index: 2;
    text-align: center;
    right: 0;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-13 {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 1440px;
    min-height: 0;
    z-index: 1;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .widget-18 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    min-height: 0;
    right: 0;
}

.title-page .reviews-31 p:first-child {
    margin-top: 0;
}

.title-page .reviews-31 p:last-child {
    margin-bottom: 0;
}

.title-page .reviews-31 .header {
    box-sizing: border-box;
    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-right: 0;
    margin-bottom: 20px;
    text-align: justify;
}

.title-page .reviews-31 .header_text {
    box-sizing: border-box;
    font-size: 37px;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    font-family: Podkova, sans-serif;
    color: #1c1c1c;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: bold;
}

.title-page .reviews-31 .description {
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
}

.title-page .reviews-31 .list-wr {
    box-sizing: border-box;
    position: relative;
    text-align: left;
}

.title-page .reviews-31 .body {
    margin: 0 -1px;
    box-sizing: border-box;
}

.title-page .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%);
}

.title-page .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%);
}

.title-page .reviews-31 .bx-wrapper {
    max-width: 1222px;
}

.title-page .reviews-31 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}

.title-page .reviews-31 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
    width: 1222px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.title-page .reviews-31 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .reviews-31 .item {
    padding: 40px;
    margin: 10px 1px 0;
    border: none;
    width: auto;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    min-width: 0;
    min-height: 0;
    text-align: center;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAiIGhlaWdodD0iMTA4IiB2aWV3Qm94PSIwIDAgMTQwIDEwOCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNTM5LjksODY2aDAuMjYydjcuOTA2YTMwLjQ2OCwzMC40NjgsMCwwLDAtNy4zMjksMy4yMTVjLTEyLjE3Nyw3LjA0Ni0yMC42MzEsMTQuNzc5LTI2LDI4LjU4NC0xLjQsMy41OTItMy4yNCwxMC4xMTYtMi42MTgsMTUuMDMxLDAuMywyLjM0NC4xMTgsNC40MzksMS45Miw1LjIxMywxLjY1NCwwLjQ0NywzLjAxMS0xLjIsNC4wMTMtMS44MjVhMjMuNTcxLDIzLjU3MSwwLDAsMSw3LjkzOS0yLjY5M2MxMy4zNzktMi42LDIzLjU4Myw4LjEsMjYuNDM2LDE3LjAyOSw1LjMsMTYuNTc2LTYuNTM5LDMwLjU0NS0xOC4zMjIsMzQuMjMxYTMxLjc3NCwzMS43NzQsMCwwLDEtMTUuMjY4LjUyMiwzMy41MDcsMzMuNTA3LDAsMCwxLTEzLjA4Ny02LjY5Yy01LjEtNC4wNDEtOC43MDktOS45MjItMTEuMDgtMTYuNjgyQTY3LjI2Myw2Ny4yNjMsMCwwLDEsNDg0LjUsOTM5LjVjLTEuMy03LjMzOS4xNTYtMTcuMDgzLDEuNzQ1LTIyLjc2Myw1LjM2Ni0xOS4xODksMTYuOTA4LTMxLjY1NiwzMi4yODEtNDAuODM0YTExNS4zLDExNS4zLDAsMCwxLDE0LjA0Ni03LjAzOFptNzguMDg1LDBoMC4yNjJ2Ny45MDZjLTMuNzI1Ljc0MS03LjQzMywzLjEwNi0xMC4zODIsNC44NjZhNTIuOTMyLDUyLjkzMiwwLDAsMC0yMi45NDYsMjYuODQ2LDQ3Ljc0LDQ3Ljc0LDAsMCwwLTIuNzA1LDEzLjI5M2MtMC4yNDYsMi44MzcuMTA3LDYuMywyLjAwNyw3LjAzOCwxLjM0MywwLjUzOSwyLjgxNi0xLjA2NSwzLjU3Ny0xLjU2NGEyMi43NTcsMjIuNzU3LDAsMCwxLDguMzc2LTIuOTU0YzEzLjE2MS0yLjQ4NSwyMi42ODcsNy41MTcsMjYsMTUuOSw2LjcxNSwxNi45OTQtNi4zNjUsMzEuODI4LTE4LjUsMzUuNTM1YTI4LjYyMiwyOC42MjIsMCwwLDEtMTIuMy43ODJjLTcuOC0xLjQ3NS0xMi4xOC00LjY2Ni0xNy4xODctOC42ODgtMTAuMTUyLTguMTU1LTE0LjgwOC0yOS4zNzgtMTAuMy00N0E2NC42Myw2NC42MywwLDAsMSw1ODcuMDQyLDg4Mi4zYTcwLjY4NSw3MC42ODUsMCwwLDEsNS45MDctNC4xNCwxMjAuMzM0LDEyMC4zMzQsMCwwLDEsMTUuODc4LTguNTE1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4NCAtODY2KSIgaWQ9InBhdGgtNCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjODFiZjU0Ii8+Cjwvc3ZnPg==") right 25px top 25px / 56px no-repeat #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .reviews-31 .image {
    border: none;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 0;
    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;
}

.title-page .reviews-31 .img-convert {
    border: none;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    -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-inline-flex;
    display: inline-flex;
    overflow: hidden;
    -webkit-box-shadow: 12px 12px 0px 0px #aa1d21;
    -moz-box-shadow: 12px 12px 0px 0px #aa1d21;
    box-shadow: 12px 12px 0px 0px #aa1d21;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .reviews-31 .image img {
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
}

.title-page .reviews-31 .text {
    padding: 0.02px 0;
    border: none;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    line-height: 1.6;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 16px;
    margin-left: 115px;
    margin-top: 0;
    min-height: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .reviews-31 .text .align-elem {
    flex-basis: 100%;
}

.title-page .reviews-31 .author {
    text-align: left;
    box-sizing: border-box;
    color: #4095bf;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    margin-top: -80px;
    top: 0;
}

.title-page .reviews-31 .name {
    display: -webkit-inline-flex;
    display: inline-flex;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    font-family: Podkova, sans-serif;
    color: #000;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    margin-left: 115px;
}

.title-page .reviews-31 .date {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: 5px;
    text-transform: lowercase;
    font-size: 11px;
    color: #808080;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
}

.title-page .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;
}

.title-page .reviews-31 .footer {
    text-align: left;
    box-sizing: border-box;
}

.title-page .reviews-31 .all {
    padding: 15px;
    border: none;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -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;
    color: #000;
    text-decoration: none;
    background: #aa1d21;
    -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .reviews-31 .controlz {
    z-index: 1;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    margin-top: 5px;
    text-align: justify;
    margin-right: 0;
    bottom: auto;
}

.title-page .reviews-31 .prev {
    position: relative;
    z-index: 105;
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 20px;
    background: url("../images/wm_reviews_slider-left.png") center center / auto auto no-repeat;
    box-sizing: border-box;
    text-align: left;
    min-height: 35px;
    cursor: pointer;
}

.title-page .reviews-31 .next {
    position: relative;
    z-index: 105;
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 20px;
    background: url("../images/wm_reviews_slider-right.png") center center / auto auto no-repeat;
    box-sizing: border-box;
    text-align: left;
    min-height: 35px;
    cursor: pointer;
}

.title-page .reviews-31 .prev>a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.title-page .reviews-31 .next>a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.title-page .reviews-31 .bx-pager-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .reviews-31 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}

.title-page .reviews-31 .auto_controls {
    box-sizing: border-box;
    display: none;
}

.title-page .reviews-31 .bx-controls-auto {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}

.title-page .reviews-31 .bx-controls-auto-item {
    box-sizing: border-box;
}

.title-page .reviews-31 .bx-controls-auto-item .bx-stop {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}

.title-page .reviews-31 .bx-controls-auto-item .bx-start {
    margin: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    min-height: 10px;
    background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}

.title-page .reviews-31 .pager-wrap {
    box-sizing: border-box;
    display: none;
}

.title-page .reviews-31 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
}

.title-page .reviews-31 .bx-pager-item {
    display: inline-block;
    box-sizing: border-box;
}

.title-page .reviews-31 .bx-pager a {
    margin: 2px;
    display: inline-block;
    width: 10px;
    min-height: 10px;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

.title-page .reviews-31 .bx-pager a:active,
.title-page .reviews-31 .bx-pager a.active {
    background: #bbb;
}

.title-page .block-14 {
    margin: 23px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 1;
    text-align: left;
    display: block;
    text-indent: 0;
    text-decoration: none;
    right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
}

.title-page .block-15 {
    padding: 80px 30px;
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: #303030;
    z-index: 2;
    right: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: block;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-19 .layout_34 {
    -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;
}

.title-page .block-19 .layout_44_id_38 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 0;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: auto;
}

.title-page .block-19 {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 1440px;
    min-height: 0;
    z-index: 1;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    max-width: 100%;
}

.title-page .widget-19 {
    padding: 40px 70px;
    margin: 0 0 auto 50px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: left;
    box-sizing: border-box;
    width: auto;
    background: rgba(255, 255, 255, 0.04);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    right: 0;
}

.title-page .form-34 .form__header {
    box-sizing: border-box;
    font-size: 30px;
    margin-bottom: 12px;
    font-family: Podkova, sans-serif;
    color: #fff;
    text-decoration: none;
    z-index: 5;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 18px;
    -webkit-box-shadow: inset 5px 0px 0px 0px #aa1d21;
    -moz-box-shadow: inset 5px 0px 0px 0px #aa1d21;
    box-shadow: inset 5px 0px 0px 0px #aa1d21;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .form-34 .form__text {
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden;
    font-family: Open Sans, sans-serif;
    color: #fff;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.title-page .form-34 .form__text p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}

.title-page .form-34 .form__text p:last-child {
    box-sizing: border-box;
    margin-bottom: 0;
}

.title-page .form-34 .form__body {
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: -10px;
    width: auto;
    margin-top: 0;
}

.title-page .form-34 .form-table {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .form-34 .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;
}

.title-page .form-34 .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;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .form-34 .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;
}

.title-page .form-34 .form-text {
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 15px;
}

.title-page .form-34 .form-item__error {
    box-sizing: border-box;
    color: #f00;
}

.title-page .form-34 .form-item__note {
    box-sizing: border-box;
    font-size: 11px;
    color: #999;
    display: none;
}

.title-page .form-34 .form-item__body {
    box-sizing: border-box;
    display: block;
}

.title-page .form-34 .form-text input {
    padding: 2px 4px 2px 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.13);
    width: 100%;
    min-width: 100px;
    min-height: 40px;
    outline: none;
    font-family: Open Sans, sans-serif;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 13px;
    height: 40px;
    resize: vertical;
    display: block;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-appearance: none;
}

.title-page .form-34 .form-textarea textarea {
    padding: 10px 4px 2px 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.13);
    width: 100%;
    min-width: 100px;
    resize: vertical;
    min-height: 80px;
    outline: none;
    display: block;
    font-family: Open Sans, sans-serif;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 13px;
    height: 80px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-appearance: none;
}

.title-page .form-34 .form-submit button {
    padding: 14px 30px;
    box-sizing: border-box;
    text-align: center;
    background: #aa1d21;
    outline: none;
    font-family: Podkova, sans-serif;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    font-weight: bold;
    -webkit-appearance: none;
}

.title-page .form-34 .form-submit button:hover,
.title-page .form-34 .form-submit button.hover,
.title-page .form-34 .form-submit button.active {
    background: transparent;
    color: #aa1d21;
    -webkit-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    -moz-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    box-shadow: inset 0px 0px 0px 3px #aa1d21;
}

.title-page .form-34 .form-submit button span {
    box-sizing: border-box;
    display: inline-block;
    min-width: 20px;
}

.title-page .form-34 .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("./widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .form-34 .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("./widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .form-34 .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("./widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .form-34 .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("./widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .form-34 .icon {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .form-34 .form-select select {
    padding: 10px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    min-width: 100px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    background: rgba(0, 0, 0, 0.13);
    min-height: 40px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .form-34 .form-upload .form-item__body .no-more {
    box-sizing: border-box;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-decoration: none;
    margin-left: 11px;
}

.title-page .form-34 .form-text .form-item__body {
    box-sizing: border-box;
}

.title-page .form-34 .form-item__header {
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    margin-bottom: 11px;
}

.title-page .form-34 .form-item__title {
    box-sizing: border-box;
    display: inline-block;
    min-width: 15px;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.title-page .form-34 .form-item__required {
    box-sizing: border-box;
    color: #f00;
}

.title-page .form-34 .form-radio .form-item__title {
    font-weight: 500;
    font-size: 17px;
    font-family: Roboto, sans-serif;
    color: #fff;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 5px;
    text-decoration: none;
}

.title-page .form-34 .form-textarea {
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 15px;
}

.title-page .form-34 .form-textarea .form-item__body {
    box-sizing: border-box;
}

.title-page .form-34 .form-submit {
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 30px;
}

.title-page .form-34 .form-submit .form-item__header {
    box-sizing: border-box;
    display: none;
}

.title-page .form-34 .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;
    margin-bottom: 10px;
    margin-top: 15px;
}

.title-page .form-34 .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;
}

.title-page .form-34 .form-captcha input {
    padding: 2px 4px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.13);
    width: 100%;
    min-width: 50px;
    min-height: 22px;
    outline: none;
    text-align: left;
    font-family: Open Sans, sans-serif;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 13px;
    resize: vertical;
    display: block;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-appearance: none;
}

.title-page .form-34 .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;
}

.title-page .form-34 .form-captcha .form-submit-container {
    box-sizing: border-box;
}

.title-page .form-34 .form-captcha button {
    padding: 14px 30px;
    box-sizing: border-box;
    text-align: center;
    background: #aa1d21;
    outline: none;
    font-family: Podkova, sans-serif;
    color: #0f0f0f;
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-appearance: none;
}

.title-page .form-34 .form-captcha button:hover,
.title-page .form-34 .form-captcha button.hover,
.title-page .form-34 .form-captcha button.active {
    background: transparent;
    color: #aa1d21;
    -webkit-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    -moz-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    box-shadow: inset 0px 0px 0px 3px #aa1d21;
}

.title-page .form-34 .form-captcha button span {
    box-sizing: border-box;
    display: inline-block;
    min-width: 20px;
}

.title-page .form-34 .form-captcha .mgCaptcha-block {
    box-sizing: border-box;
    line-height: 0;
    font-size: 0;
    min-width: 112px;
}

.title-page .form-34 .form-captcha .mgCaptcha-block img {
    box-sizing: border-box;
    vertical-align: middle;
    border: none;
    margin-right: 5px;
}

.title-page .form-34 .form-captcha .mgCaptcha-input {
    box-sizing: border-box;
}

.title-page .form-34 .form-checkbox {
    box-sizing: border-box;
    margin-top: 15px;
}

.title-page .form-34 .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;
}

.title-page .form-34 .form-checkbox .form-item__title {
    font-weight: 500;
    font-size: 17px;
    font-family: Roboto, sans-serif;
    color: #fff;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 5px;
    text-decoration: none;
}

.title-page .form-34 .form-checkbox input {
    margin: 5px 5px 0 0;
}

.title-page .form-34 .form-checkbox .form-item__body label.form-item__title {
    font-weight: 500;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-decoration: none;
}

.title-page .form-34 .form-radio {
    box-sizing: border-box;
    margin-top: 15px;
}

.title-page .form-34 .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;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    padding-bottom: 5px;
}

.title-page .form-34 .form-radio input {
    margin: 5px 5px 0 0;
}

.title-page .form-34 .form-radio .form-item__body label.form-item__title {
    font-weight: 500;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-decoration: none;
}

.title-page .form-34 .form-select {
    box-sizing: border-box;
    margin-top: 15px;
}

.title-page .form-34 .form-div {
    box-sizing: border-box;
    margin-top: 15px;
}

.title-page .form-34 .form-html {
    box-sizing: border-box;
    margin-top: 15px;
}

.title-page .form-34 .form-html .form-item__body {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-decoration: none;
}

.title-page .form-34 .form-upload {
    box-sizing: border-box;
    margin-top: 15px;
}

.title-page .form-34 .form-calendar {
    box-sizing: border-box;
    margin-top: 15px;
}

.title-page .form-34 .form-calendar input {
    padding: 2px 4px;
    border: none;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.13);
    width: 100%;
    min-height: 40px;
    outline: none;
    -webkit-appearance: none;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    height: 40px;
}

.title-page .form-34 .form-calendar_interval {
    box-sizing: border-box;
    margin-top: 15px;
}

.title-page .form-34 .form-calendar_interval input {
    padding: 2px 4px;
    border: none;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.13);
    width: 100%;
    min-height: 40px;
    outline: none;
    -webkit-appearance: none;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;
    height: 40px;
}

.title-page .form-34 .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;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .form-34 .form-calendar_interval .label_from {
    box-sizing: border-box;
    margin-right: 5px;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.title-page .form-34 .form-calendar_interval .label_to {
    box-sizing: border-box;
    margin-right: 5px;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-decoration: none;
}

.title-page .form-34 .form-calendar_interval .field_from {
    box-sizing: border-box;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    margin-right: 10px;
}

.title-page .form-34 .form-calendar_interval .field_to {
    box-sizing: border-box;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.title-page .form-34 .group-text {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}

.title-page .form-34 .group-textarea {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}

.title-page .form-34 .form-tfoot {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .form-34 .group-button {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}

.title-page .form-34 .form-success {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

.title-page .form-34 ::-webkit-input-placeholder {
    color: #ababab;
}

.title-page .form-34 ::-moz-placeholder {
    color: #ababab;
}

.title-page .form-34 :-ms-input-placeholder {
    color: #ababab;
}

.title-page .block-16 {
    margin: 36px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    min-height: 0;
    z-index: 2;
    text-align: left;
    display: block;
    text-decoration: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    right: auto;
}

.title-page .widget-26 {
    margin: 23px 0 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    box-sizing: border-box;
    width: auto;
    right: 0;
}

.title-page .widget-20 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: undefined;
    box-sizing: border-box;
    width: auto;
    right: 0;
}

.title-page .schedule-36 p:first-child {
    margin-top: 0;
}

.title-page .schedule-36 p:last-child {
    margin-bottom: 0;
}

.title-page .schedule-36 .header {
    box-sizing: border-box;
}

.title-page .schedule-36 .inner {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
}

.title-page .schedule-36 .cell-icon {
    box-sizing: border-box;
    display: none;
    position: relative;
    z-index: 5;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .schedule-36 .icon {
    box-sizing: border-box;
    height: 16px;
    width: 16px;
    background: #ccc;
    margin-right: 5px;
}

.title-page .schedule-36 .block-body-drop {
    box-sizing: border-box;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
}

.title-page .schedule-36 .cell-text {
    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;
}

.title-page .schedule-36 .title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Roboto, sans-serif;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    margin-bottom: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.title-page .schedule-36 .text_body {
    font-family: Roboto, sans-serif;
    color: #fff;
    line-height: 1.6;
    text-decoration: none;
    font-size: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .schedule-36 input.tgl-but {
    box-sizing: border-box;
    display: none;
}

.title-page .schedule-36 input.tgl-but:checked+.block-body-drop {
    display: block;
}

.title-page .widget-21 {
    margin: 19px 0 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: Roboto, sans-serif;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    width: 166px;
    font-weight: normal;
    min-height: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    right: auto;
}

.title-page .block-17 {
    margin: 15px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    min-height: 0;
    z-index: 1;
    text-align: left;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    right: auto;
}

.title-page .widget-22 {
    margin: 29px 0 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: undefined;
    box-sizing: border-box;
    width: 159px;
    right: auto;
}

.title-page .address-39 p:first-child {
    margin-top: 0;
}

.title-page .address-39 p:last-child {
    margin-bottom: 0;
}

.title-page .address-39 .inner {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
}

.title-page .address-39 .cell-icon {
    box-sizing: border-box;
    display: none;
    position: relative;
    z-index: 5;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .address-39 .icon {
    border: none;
    box-sizing: border-box;
    height: 16px;
    width: 30px;
    background: url("../images/lib_431301_untitled-1-recovered_06 (1).png") left 50% top 50% / auto auto no-repeat;
    margin-right: 10px;
    min-height: 30px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .address-39 .block-body-drop {
    box-sizing: border-box;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
}

.title-page .address-39 .cell-text {
    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;
}

.title-page .address-39 .title {
    box-sizing: border-box;
    display: none;
}

.title-page .address-39 .text_body {
    font-family: Roboto, sans-serif;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    font-size: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .address-39 input.tgl-but {
    box-sizing: border-box;
    display: none;
}

.title-page .address-39 input.tgl-but:checked+.block-body-drop {
    display: block;
}

.title-page .widget-23 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: undefined;
    box-sizing: border-box;
    width: auto;
    min-height: 0;
    right: 0;
}

.title-page .phones-40 p:first-child {
    margin-top: 0;
}

.title-page .phones-40 p:last-child {
    margin-bottom: 0;
}

.title-page .phones-40 .inner {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
}

.title-page .phones-40 .cell-icon {
    box-sizing: border-box;
    display: none;
    position: relative;
    z-index: 5;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.title-page .phones-40 .icon {
    border: none;
    box-sizing: border-box;
    height: 16px;
    width: 30px;
    background: url("../images/phone.png?1506056469693") left 50% top 50% / cover no-repeat;
    margin-right: 10px;
    min-height: 30px;
    margin-top: 0;
    align-self: auto;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .phones-40 .block-body-drop {
    box-sizing: border-box;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
}

.title-page .phones-40 .cell-text {
    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;
}

.title-page .phones-40 .title {
    box-sizing: border-box;
    display: block;
    font-family: Roboto, sans-serif;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    margin-bottom: 7px;
}

.title-page .phones-40 .text_body {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    font-size: 17px;
    font-weight: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .phones-40 input.tgl-but {
    box-sizing: border-box;
    display: none;
}

.title-page .phones-40 .text_body a {
    text-decoration: none;
    color: inherit;
}

.title-page .phones-40 input.tgl-but:checked+.block-body-drop {
    display: block;
}

.title-page .block-18 .layout_42_id_43 {
    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;
}

.title-page .block-18 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: #242424;
    z-index: 1;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .widget-25 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    color: #8f8f8f;
    text-align: center;
    text-decoration: none;
    width: auto;
    right: 0;
}

.title-page .widget-4 {
    padding: 25px;
    border: none;
    top: 0;
    left: 0;
    position: fixed;
    width: auto;
    text-align: left;
    right: 0;
    z-index: 9999;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .side-panel-6 .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);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    pointer-events: auto;
}

.title-page .side-panel-6 .side-panel-content {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 350px;
    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);
    pointer-events: auto;
    right: auto;
}

.title-page .side-panel-6 .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("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
    cursor: pointer;
    right: auto;
}

.title-page .side-panel-6 .side-panel-content-inner {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 0;
}

.title-page .side-panel-6 .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;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 12px;
}

.title-page .side-panel-6 .side-panel-button {
    padding: 20px;
    border: none;
    box-sizing: border-box;
    font-size: 0;
    width: 70px;
    min-height: 70px;
    background: #fff;
    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;
    pointer-events: auto;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    -moz-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    box-shadow: inset 0px 0px 0px 3px #aa1d21;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .side-panel-6 .side-panel-button:hover,
.title-page .side-panel-6 .side-panel-button.hover,
.title-page .side-panel-6 .side-panel-button.active {
    background: #aa1d21;
}

.title-page .side-panel-6 .side-panel-button-icon {
    display: block;
}

.title-page .side-panel-6 .side-panel-button-icon-line {
    box-sizing: border-box;
    display: block;
    min-height: 3px;
    margin-top: 6px;
    background: #000;
}

.title-page .side-panel-6 .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) {
    .title-page .editorElement {
        max-width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .title-page .layout {
        max-width: 100%;
    }
    .title-page .layout.layout_center {
        box-sizing: border-box;
    }
    .title-page .block-3 .layout_46 {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: none;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-3 .layout_11_id_7 {
        margin: 15px 0 0;
        flex-basis: auto;
        width: auto;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-3 {
        background: transparent;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
    }
    .title-page .block-3:active,
    .title-page .block-3.active {
        background: none;
    }
    .title-page .block-20 .layout_9 {
        margin-top: 0;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-right: 0;
        display: none;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-20 .layout_10 {
        margin-top: 0;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-left: 0;
        margin-left: auto;
        display: none;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-20 {
        display: none;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .title-page .widget-5 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .title-page .site-name-7 .sn-text {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .title-page .block-4 {
        -webkit-order: 5;
        -moz-order: 5;
        order: 5;
    }
    .title-page .block-5 .layout_13 {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-5 .layout_14 {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-5 {
        width: auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 15px;
    }
    .title-page .widget-10 {
        margin-top: 0;
        margin-bottom: 23px;
        width: auto;
        right: 0;
    }
    .title-page .editable_block-14 .body {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .title-page .editable_block-14 .title {
        font-size: 17px;
    }
    .title-page .editable_block-14 .more {
        clear: none;
    }
    .title-page .widget-9 {
        margin-left: 0;
        margin-bottom: 0;
    }
    .title-page .blocklist-13 .description {
        background: none;
    }
    .title-page .blocklist-13 .body-outer {
        width: auto;
    }
    .title-page .blocklist-13 .body {
        width: auto;
    }
    .title-page .blocklist-13 .item {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .title-page .blocklist-13 .text {
        font-size: 18px;
    }
    .title-page .blocklist-13 .image {
        margin-bottom: 10px;
        float: none;
    }
    .title-page .blocklist-13 .img-convert {
        background: none;
    }
    .title-page .blocklist-13 .title {
        font-size: 16px;
    }
    .title-page .widget-2 {
        min-height: 409px;
        margin-top: 20px;
        -webkit-order: 4;
        -moz-order: 4;
        order: 4;
        display: block;
    }
    .title-page .slider-4 .text-slider {
        margin-top: -158px;
    }
    .title-page .slider-4 .block-body {
        font-size: 18px;
    }
    .title-page .slider-4 .block-title {
        font-size: 36px;
    }
    .title-page .slider-4 .slider-prev {
        padding: 0;
        margin: 0 2px;
    }
    .title-page .slider-4 .slider-next {
        padding: 0;
        margin: 0 2px;
    }
    .title-page .slider-4 .slider-pager>a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .title-page .block-7 {
        -webkit-order: 6;
        -moz-order: 6;
        order: 6;
    }
    .title-page .block-6 .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;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-6 .layout_19 {
        margin-top: 0;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        width: 100%;
        display: -webkit-flex;
        display: flex;
    }
    .title-page .block-6 .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;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-6 {
        width: auto;
        background: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .title-page .widget-13 {
        width: auto;
        right: 0;
    }
    .title-page .form-20 .form__header {
        font-size: 25px;
    }
    .title-page .form-20 .form__text {
        font-size: 15px;
    }
    .title-page .form-20 .form-checkbox {
        background: none;
    }
    .title-page .widget-12 {
        margin-top: 15px;
        margin-left: 0;
        margin-bottom: 0;
        background: none;
    }
    .title-page .blocklist-19 .body-outer {
        width: auto;
    }
    .title-page .blocklist-19 .body {
        width: auto;
    }
    .title-page .blocklist-19 .item {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .title-page .blocklist-19 .text {
        font-size: 16px;
    }
    .title-page .blocklist-19 .image {
        margin-right: 0;
        margin-bottom: 0;
        float: none;
    }
    .title-page .widget-11 {
        margin-top: 30px;
        margin-left: auto;
        margin-bottom: 30px;
    }
    .title-page .editable_block-18 .body {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .title-page .editable_block-18 .text {
        font-size: 17px;
    }
    .title-page .editable_block-18 .more {
        clear: none;
    }
    .title-page .block-8 {
        background:         linear-gradient(
            rgba(0, 0, 0, 0.5), 
            rgba(0, 0, 0, 0.5)
          ),url("../../../../thumb/sugarplate.jpg") left 50% top 50% / cover no-repeat rgba(36, 27, 0, 0.7);
        -webkit-order: 7;
        -moz-order: 7;
        order: 7;
    }
    .title-page .block-9 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .title-page .widget-14 {
        width: auto;
        background: none;
        display: block;
    }
    .title-page .editable_block-22 .body {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .title-page .editable_block-22 .text {
        font-size: 18px;
    }
    .title-page .editable_block-22 .more {
        clear: none;
    }
    .title-page .block-10 {
        -webkit-order: 9;
        -moz-order: 9;
        order: 9;
    }
    .title-page .block-11 {
        width: auto;
        background: none;
        margin-left: 0;
        margin-right: 0;
    }
    .title-page .widget-16 {
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
    }
    .title-page .blocklist-26 .body-outer {
        width: auto;
    }
    .title-page .blocklist-26 .body {
        width: auto;
    }
    .title-page .blocklist-26 .item {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .title-page .blocklist-26 .image {
        margin-right: 0;
        margin-bottom: 0;
        float: none;
    }
    .title-page .block-12 {
        padding-top: 30px;
        -webkit-order: 8;
        -moz-order: 8;
        order: 8;
    }
    .title-page .block-13 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .title-page .widget-18 {
        height: auto;
        display: block;
    }
    .title-page .reviews-31 .list-wr {
        width: auto;
        overflow: visible;
    }
    .title-page .reviews-31 .body {
        width: auto;
        margin-left: - 10px;
    }
    .title-page .reviews-31 .bx-wrapper {
        max-width: 710px;
    }
    .title-page .reviews-31 .list {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: inherit;
        -moz-justify-content: inherit;
        justify-content: inherit;
        overflow-x: visible;
        overflow-y: visible;
    }
    .title-page .reviews-31 .item-outer {
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        flex-shrink: 1;
    }
    .title-page .reviews-31 .item {
        margin-right: 10px;
        margin-left: 10px;
    }
    .title-page .reviews-31 .image {
        background: none;
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }
    .title-page .reviews-31 .img-convert {
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .title-page .reviews-31 .text {
        margin-left: 0;
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
        background: none;
    }
    .title-page .reviews-31 .author {
        margin-top: 20px;
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }
    .title-page .reviews-31 .name {
        margin-left: 0;
    }
    .title-page .block-14 {
        margin-top: 0;
        -webkit-order: 10;
        -moz-order: 10;
        order: 10;
    }
    .title-page .block-15 {
        padding-top: 30px;
        padding-bottom: 0.02px;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-19 .layout_34 {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-19 .layout_44_id_38 {
        margin: 15px 0 0;
        flex-basis: auto;
        width: auto;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-19 {
        width: auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .title-page .widget-19 {
        padding: 30px;
        margin-left: 0;
    }
    .title-page .form-34 .form__header {
        background: none;
    }
    .title-page .form-34 .form__text {
        font-size: 15px;
    }
    .title-page .form-34 .form-submit button {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .title-page .form-34 .form-captcha button {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .title-page .block-16 {
        width: auto;
        margin-top: 10px;
        margin-bottom: 40px;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .widget-26 {
        margin-left: auto;
        margin-right: auto;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: block;
    }
    .title-page .widget-20 {
        margin-left: auto;
        margin-right: auto;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: block;
    }
    .title-page .schedule-36 .inner {
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .title-page .schedule-36 .block-body-drop {
        width: 100%;
        margin-left: 0;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .title-page .schedule-36 .title {
        display: block;
    }
    .title-page .widget-21 {
        width: auto;
        right: 0;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
    }
    .title-page .widget-21:hover,
    .title-page .widget-21.hover,
    .title-page .widget-21.active {
        font-weight: 600;
    }
    .title-page .block-17 {
        width: auto;
        margin-top: 0;
        margin-bottom: 5px;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .widget-22 {
        width: auto;
        right: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: block;
    }
    .title-page .address-39 .inner {
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .title-page .address-39 .block-body-drop {
        width: 100%;
        margin-left: 0;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .title-page .widget-23 {
        margin-left: auto;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: block;
    }
    .title-page .phones-40 .inner {
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .title-page .phones-40 .block-body-drop {
        width: 100%;
        margin-left: 0;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .title-page .block-18 .layout_42_id_43 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .title-page .block-18 {
        background: #303030;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        display: block;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .widget-25 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .title-page .widget-4 {
        padding: 7px;
        background: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        box-sizing: border-box;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: block;
    }
    .title-page .side-panel-6 .side-panel-top {
        width: auto;
    }
    .title-page .side-panel-6 .side-panel-button {
        padding: 13px;
        width: 50px;
        min-height: 50px;
    }
    .title-page .side-panel-6 .side-panel-button-icon-line {
        margin-top: 4px;
    }
}

@media all and (max-width: 768px) {
    .title-page .block-3 .layout_46 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-3 .layout_11_id_7 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-3 {
        background: none;
    }
    .title-page .block-20 .layout_9 {
        margin-top: 0;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-right: 0;
        display: none;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-20 .layout_10 {
        margin-top: 0;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        display: none;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-20 {
        display: -webkit-flex;
        display: flex;
    }
    .title-page .site-name-7 .sn-text {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
    .title-page .block-5 .layout_13 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-5 .layout_14 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-5 {
        padding-bottom: 29px;
    }
    .title-page .widget-10 {
        margin-bottom: 8px;
    }
    .title-page .blocklist-13 .item-outer {
        width: 50%;
    }
    .title-page .blocklist-13 .item {
        width: 163px;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
    }
    .title-page .slider-4 .text-slider {
        top: 0;
        margin-top: 60px;
        margin-bottom: 0;
        overflow: hidden;
    }
    .title-page .block-6 .layout_18 {
        margin-top: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-6 .layout_19 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
    }
    .title-page .block-6 .layout_20 {
        margin-top: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .widget-13 {
        margin-bottom: 0;
    }
    .title-page .widget-12 {
        margin-top: 43px;
    }
    .title-page .blocklist-19 .item {
        margin-left: 71px;
    }
    .title-page .widget-11 {
        margin-left: 0;
        margin-bottom: 0;
    }
    .title-page .blocklist-26 .body {
        margin-right: 0;
        margin-left: 0;
    }
    .title-page .blocklist-26 .item-outer {
        width: 33.33%;
    }
    .title-page .blocklist-26 .item {
        margin-right: 0;
        margin-left: 0;
    }
    .title-page .reviews-31 .bx-wrapper {
        max-width: 582px;
    }
    .title-page .reviews-31 .image {
        max-width: 100%;
        float: none;
    }
    .title-page .reviews-31 .item__image__title {
        box-sizing: border-box;
        position: absolute;
    }
    .title-page .block-19 .layout_34 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-19 .layout_44_id_38 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .widget-19 {
        margin-top: 30px;
    }
    .title-page .block-16 {
        margin-bottom: 0;
    }
    .title-page .schedule-36 .title {
        margin-bottom: 7px;
    }
    .title-page .widget-21 {
        margin-top: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .title-page .block-17 {
        margin-bottom: 10px;
    }
    .title-page .widget-22 {
        margin-top: 9px;
        margin-left: auto;
        margin-right: auto;
    }
    .title-page .widget-23 {
        margin-right: auto;
    }
    .title-page .block-18 .layout_42_id_43 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
}

@media all and (max-width: 640px) {
    .title-page .block-3 .layout_46 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-3 .layout_11_id_7 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-3 {
        padding-right: 25px;
        padding-left: 25px;
    }
    .title-page .block-20 .layout_9 {
        margin-top: 0;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        display: none;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-20 .layout_10 {
        margin-top: 0;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        display: none;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-20 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .title-page .site-name-7 .sn-text {
        font-size: 30px;
    }
    .title-page .block-5 .layout_13 {
        margin: 0;
        width: auto;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-5 .layout_14 {
        margin: 0;
        width: auto;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-5 {
        padding-left: 30px;
        padding-top: 30px;
        padding-right: 30px;
    }
    .title-page .widget-10 {
        margin-bottom: 0;
    }
    .title-page .editable_block-14 .header {
        font-size: 29px;
    }
    .title-page .widget-9 {
        margin-top: 15px;
    }
    .title-page .blocklist-13 .item {
        width: auto;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
    }
    .title-page .widget-2 {
        min-height: 363px;
        margin-top: 3px;
    }
    .title-page .slider-4 .text-slider {
        bottom: 0;
        margin-top: 38px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .title-page .slider-4 .block-body {
        font-size: 16px;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .title-page .slider-4 .block-title {
        font-size: 32px;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .title-page .slider-4 .slider-pager>a {
        min-height: 54px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        padding-top: 33px;
    }
    .title-page .block-6 .layout_18 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-6 .layout_19 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
    }
    .title-page .block-6 .layout_20 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .widget-13 {
        padding: 30px;
    }
    .title-page .form-20 .form-submit button {
        width: 100%;
    }
    .title-page .form-20 .form-captcha .form-submit-container {
        width: 100%;
    }
    .title-page .form-20 .form-captcha button {
        width: 100%;
    }
    .title-page .widget-12 {
        margin-top: 40px;
    }
    .title-page .blocklist-19 .text {
        font-size: 17px;
    }
    .title-page .editable_block-18 .header {
        margin-bottom: 11px;
    }
    .title-page .widget-14 {
        padding: 30px;
    }
    .title-page .editable_block-22 .title {
        font-size: 28px;
    }
    .title-page .block-10 {
        min-height: 0;
        padding-bottom: 26px;
    }
    .title-page .widget-16 {
        padding-bottom: 53px;
    }
    .title-page .blocklist-26 .header_text {
        font-size: 29px;
    }
    .title-page .blocklist-26 .body {
        margin-right: -1px;
        margin-left: -1px;
    }
    .title-page .blocklist-26 .item-outer {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
    }
    .title-page .blocklist-26 .item {
        margin-right: 1px;
        margin-left: 1px;
    }
    .title-page .blocklist-26 .bx-wrapper {
        max-width: 423px;
    }
    .title-page .blocklist-26 .controlz {
        text-align: justify;
        bottom: 0;
        top: auto;
        margin-bottom: 0;
        right: auto;
        left: 50%;
        margin-left: -35px;
        margin-top: 0;
    }
    .title-page .blocklist-26 .prev {
        text-align: left;
        width: 35px;
        min-height: 35px;
    }
    .title-page .blocklist-26 .next {
        width: 35px;
        min-height: 35px;
    }
    .title-page .blocklist-26 .pager-wrap {
        display: none;
    }
    .title-page .reviews-31 .header_text {
        font-size: 29px;
    }
    .title-page .reviews-31 .body {
        margin-left: 0;
        margin-right: 0;
    }
    .title-page .reviews-31 .bx-wrapper {
        max-width: 420px;
    }
    .title-page .reviews-31 .item-outer {
        width: 100%;
    }
    .title-page .reviews-31 .item {
        margin-right: 0;
        margin-left: 0;
    }
    .title-page .block-15 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .title-page .block-19 .layout_34 {
        margin: 0;
        width: auto;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-19 .layout_44_id_38 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .widget-19 {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .title-page .form-34 .form__header {
        font-size: 26px;
        line-height: 1.1;
    }
    .title-page .form-34 .form-submit button {
        width: 100%;
    }
    .title-page .form-34 .form-submit {
        padding-top: 12px;
    }
    .title-page .form-34 .form-captcha .form-submit-container {
        width: 100%;
    }
    .title-page .form-34 .form-captcha button {
        width: 100%;
    }
    .title-page .block-16 {
        margin-bottom: 30px;
    }
    .title-page .widget-21 {
        margin-top: 15px;
    }
    .title-page .block-17 {
        margin-bottom: 15px;
    }
    .title-page .widget-22 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .title-page .widget-23 {
        margin-bottom: 3px;
        margin-right: 0;
    }
    .title-page .block-18 .layout_42_id_43 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
}

@media all and (max-width: 480px) {
    .title-page .block-3 .layout_46 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-3 .layout_11_id_7 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-20 .layout_9 {
        margin: 0;
        width: auto;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-left: 0;
        padding-right: 0;
        display: none;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-20 .layout_10 {
        margin: 0;
        width: auto;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-left: 0;
        padding-right: 0;
        display: none;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-4 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .title-page .block-5 .layout_13 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-5 .layout_14 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-5 {
        padding: 20px;
    }
    .title-page .widget-10 {
        margin-top: 15px;
    }
    .title-page .editable_block-14 .header {
        font-size: 23px;
    }
    .title-page .editable_block-14 .title {
        font-size: 15px;
        line-height: 1.2;
    }
    .title-page .editable_block-14 .image {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .title-page .blocklist-13 .text {
        font-size: 15px;
    }
    .title-page .blocklist-13 .image {
        margin-bottom: 14px;
        width: 72px;
        min-height: 52px;
    }
    .title-page .blocklist-13 .img-convert {
        width: 89px;
        height: 72px;
    }
    .title-page .blocklist-13 .title {
        font-size: 14px;
    }
    .title-page .widget-2 {
        min-height: 200px;
    }
    .title-page .slider-4 .block-title {
        font-size: 28px;
        line-height: 1;
    }
    .title-page .slider-4 .bx-auto_controls {
        margin-bottom: -15px;
        align-self: flex-end;
    }
    .title-page .block-7 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .title-page .block-6 .layout_18 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-6 .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: -webkit-flex;
        display: flex;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
    }
    .title-page .block-6 .layout_20 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .block-6 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .title-page .form-20 .form__header {
        font-size: 21px;
    }
    .title-page .widget-12 {
        margin-top: 31px;
    }
    .title-page .blocklist-19 .item {
        margin-left: 0;
    }
    .title-page .blocklist-19 .item-label {
        margin-left: 0;
    }
    .title-page .blocklist-19 .image {
        margin-bottom: 5px;
    }
    .title-page .blocklist-19 .title {
        font-size: 22px;
        margin-left: 70px;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
    .title-page .editable_block-18 .image {
        float: none;
        margin-right: 0;
    }
    .title-page .block-8 {
        padding-left: 25px;
        padding-right: 5px;
    }
    .title-page .editable_block-22 .title {
        font-size: 23px;
    }
    .title-page .editable_block-22 .image {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .title-page .editable_block-22 .text {
        font-size: 17px;
    }
    .title-page .blocklist-26 .header {
        margin-bottom: 18px;
    }
    .title-page .blocklist-26 .header_text {
        font-size: 24px;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
    .title-page .blocklist-26 .body {
        margin-right: 0;
        margin-left: 0;
    }
    .title-page .blocklist-26 .item-outer {
        width: 50%;
    }
    .title-page .blocklist-26 .image {
        margin-bottom: 5px;
    }
    .title-page .blocklist-26 .img-convert {
        height: 100px;
    }
    .title-page .blocklist-26 .title {
        font-size: 14px;
    }
    .title-page .blocklist-26 .bx-wrapper {
        max-width: 260px;
    }
    .title-page .reviews-31 .bx-wrapper {
        max-width: 260px;
    }
    .title-page .reviews-31 .item {
        padding: 25px;
        margin-right: 1px;
        margin-left: 1px;
    }
    .title-page .reviews-31 .text {
        line-height: 1.5;
    }
    .title-page .block-19 .layout_34 {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .title-page .block-19 .layout_44_id_38 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .title-page .widget-19 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .title-page .form-34 .form__header {
        font-size: 23px;
        line-height: 1;
    }
    .title-page .form-34 .form-submit {
        padding-top: 0.02px;
    }
    .title-page .block-16 {
        margin-bottom: 0;
    }
    .title-page .widget-20 {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    .title-page .schedule-36 .text_body {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        line-height: 1.5;
    }
    .title-page .widget-21 {
        margin-top: 12px;
        margin-bottom: 15px;
    }
    .title-page .widget-22 {
        text-align: left;
        margin-right: auto;
    }
    .title-page .address-39 .inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .title-page .address-39 .icon {
        margin-right: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        margin-left: auto;
        margin-bottom: 10px;
    }
    .title-page .address-39 .block-body-drop {
        left: auto;
        top: 100%;
        right: auto;
        bottom: auto;
    }
    .title-page .widget-23 {
        text-align: left;
        margin-left: 0;
        margin-bottom: 14px;
        margin-right: auto;
    }
    .title-page .phones-40 .inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .title-page .phones-40 .icon {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }
    .title-page .phones-40 .block-body-drop {
        left: auto;
        top: 100%;
        right: auto;
        bottom: auto;
    }
    .title-page .phones-40 .text_body {
        line-height: 1.3;
    }
    .title-page .block-18 .layout_42_id_43 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}

.title-page .side-panel .widget-7 {
    padding: 12px 13px 0.02px;
    margin: 0 5px auto 0;
    border: none;
    z-index: 2;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    pointer-events: auto;
    left: 0;
    top: 0;
    position: relative;
    text-align: right;
    box-sizing: border-box;
    width: 50px;
    min-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    font-family: Arial, Helvetica, sans-serif;
}

.title-page .side-panel .phones-9 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.title-page .side-panel .phones-9 .icon {
    padding: 0.02px 0;
    width: 25px;
    background: url("../images/phone.png") left 50% top 50% / contain no-repeat;
    min-height: 25px;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    align-self: center;
}

.title-page .side-panel .phones-9 .block-body-drop {
    width: 100%;
    margin-left: 0;
    display: none;
    position: absolute;
}

.title-page .side-panel .phones-9 .cell-text {
    width: 150px;
    margin-left: 0;
    margin-right: 0;
}

.title-page .side-panel .phones-9 .text_body {
    text-align: left;
    -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;
    font-size: 20px;
    margin-top: 45px;
    padding-right: 12px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    width: 205px;
    margin-left: 19px;
    margin-right: auto;
    min-height: 49px;
    padding-left: 12px;
}

.title-page .side-panel .widget-8 {
    margin: 0 0 auto;
    z-index: 1;
    pointer-events: auto;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    left: 0;
    top: 0;
    position: relative;
    font-size: 14px;
    background: #aa1d21;
    width: 158px;
    font-family: Podkova, sans-serif;
    font-style: normal;
    min-height: 50px;
    color: #0f0f0f;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    -moz-box-shadow: inset 0px 0px 0px 3px #aa1d21;
    box-shadow: inset 0px 0px 0px 3px #aa1d21;
}

.title-page .side-panel .widget-3 {
    padding: 50px;
    margin: 0 0 20px;
    z-index: 1;
    -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;
    text-align: center;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    display: -webkit-flex;
    display: flex;
}

.title-page .side-panel .menu-5 .menu-scroll>ul {
    display: block;
}

.title-page .side-panel .menu-5 .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;
}

.title-page .side-panel .menu-5 .menu-scroll>ul>li.menu-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .side-panel .menu-5 .menu-scroll>ul ul {
    padding: 15px;
    position: static;
    width: auto;
    margin-top: 0;
    text-align: left;
}

.title-page .side-panel .menu-5 .menu-scroll>ul ul>li>a {
    padding: 8px 15px;
    border: none;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #212121;
    font-family: Podkova, sans-serif;
}

.title-page .side-panel .menu-5 .menu-scroll>ul ul>li>a:hover,
.title-page .side-panel .menu-5 .menu-scroll>ul ul>li>a.hover,
.title-page .side-panel .menu-5 .menu-scroll>ul ul>li>a.active {
    background: #fff;
    color: #1c1c1c;
}

.title-page .side-panel .menu-5 .menu-scroll>ul ul ul {
    position: static;
    width: auto;
}

.title-page .side-panel .menu-5 .menu-scroll>ul>li.menu-item>a {
    padding: 15px 20px;
    border: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    color: #212121;
    font-size: 15px;
    font-family: Podkova, sans-serif;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-weight: bold;
    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
    background: transparent;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .side-panel .menu-5 .menu-scroll>ul>li.menu-item>a:hover,
.title-page .side-panel .menu-5 .menu-scroll>ul>li.menu-item>a.hover,
.title-page .side-panel .menu-5 .menu-scroll>ul>li.menu-item>a.active {
    background: #aa1d21;
    color: #0f0f0f;
}

