@import "fonts.css";

.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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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 .wm-video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.title-page .wm-video video {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-page .wm-video.vertical video {
    max-width: none;
    max-height: 100%;
}

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

.title-page .wrapper .layout_center_2_id_9_1 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

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

.title-page .block-4 .layout_5 {
    -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-4 .layout_8 {}

.title-page .block-4 {}

.title-page .block-3 {

    display: block;
    float: right;
    margin: 20px 20px 0px 0px;
}

.logo_block {
    float: left;
    margin: 20px 0px 0px 20px;
}

.logo_block img {
    width: 200px;
}

.title-page .widget-5 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: left;
    box-sizing: border-box;
    width: auto;
    right: 0;
}

.title-page .address-7 p:first-child {
    margin-top: 0;
}

.title-page .address-7 p:last-child {
    margin-bottom: 0;
}

.title-page .address-7 .inner {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
}

.title-page .address-7 .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-7 .icon {
    box-sizing: border-box;
    height: 16px;
    width: 16px;
    background: #ccc;
    margin-right: 5px;
}

.title-page .address-7 .block-body-drop {
    box-sizing: border-box;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
}

.title-page .address-7 .cell-text {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .address-7 .title {
    box-sizing: border-box;
    display: none;
}

.title-page .address-7 .text_body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    color: #41a4bf;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-left: 70px;
}

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

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

.title-page .widget-4 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: undefined;
    box-sizing: border-box;
    width: auto;
    right: 0;
}

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

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

.title-page .phones-6 .inner {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
}

.title-page .phones-6 .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-6 .icon {
    border: none;
    box-sizing: border-box;
    height: 16px;
    width: 45px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWRfMGkzYWlseCIgc3ByZWFkTWV0aG9kPSJwYWQiIHgxPSIwLjAiIHkxPSIwLjAiIHgyPSIxLjAiIHkyPSIwLjAiPjxzdG9wIHN0b3AtY29sb3I9IiM5Y2VhMTUiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIwIiBpZD0ic3RvcC00Ij48L3N0b3A+PHN0b3Agc3RvcC1jb2xvcj0iIzIzY2E4OCIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjEiIGlkPSJzdG9wLTUiPjwvc3RvcD48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iZmlsbF9ncmFkX3BhdGgtMiIgc3ByZWFkTWV0aG9kPSJwYWQiIHgxPSIwLjAiIHkxPSIwLjAiIHgyPSIxLjAiIHkyPSIwLjAiPjxzdG9wIHN0b3AtY29sb3I9IiM5Y2VhMTUiIHN0b3Atb3BhY2l0eT0iMC45OTIxODc1IiBvZmZzZXQ9IjAiIGlkPSJzdG9wLTciPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSIjMjNjYTg4IiBzdG9wLW9wYWNpdHk9IjAuOTkyMTg3NSIgb2Zmc2V0PSIxIiBpZD0ic3RvcC04Ij48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InN0cm9rZV9ncmFkX3BhdGgtMiIgc3ByZWFkTWV0aG9kPSJwYWQiIHgxPSIwLjAiIHkxPSIwLjAiIHgyPSIxLjAiIHkyPSIwLjAiPjxzdG9wIHN0b3AtY29sb3I9IiM5Y2VhMTUiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIwIiBpZD0ic3RvcC0xMCI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9IiMyM2NhODgiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIxIiBpZD0ic3RvcC0xMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxkZWZzIGlkPSJkZWZzLTIiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZF80ZHdkb25zIiBzcHJlYWRNZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iIzljZWExNSIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAiIGlkPSJzdG9wLTEwIj48L3N0b3A+PHN0b3Agc3RvcC1jb2xvcj0iIzIzY2E4OCIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjEiIGlkPSJzdG9wLTExIj48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGRlZnMgaWQ9ImRlZnMtMTIiPjwvZGVmcz48cGF0aCBkPSJNMTUuMDUgNUE1IDUgMCAwIDEgMTkgOC45NU0xNS4wNSAxQTkgOSAwIDAgMSAyMyA4Ljk0bS0xIDcuOTh2M2EyIDIgMCAwIDEtMi4xOCAyIDE5Ljc5IDE5Ljc5LjAgMCAxLTguNjMtMy4wNyAxOS41IDE5LjUuMCAwIDEtNi02IDE5Ljc5IDE5Ljc5LjAgMCAxLTMuMDctOC42N0EyIDIgMCAwIDEgNC4xMSAyaDNhMiAyIDAgMCAxIDIgMS43MiAxMi44NCAxMi44NC4wIDAgMCAuNyAyLjgxIDIgMiAwIDAgMS0uNDUgMi4xMUw4LjA5IDkuOTFhMTYgMTYgMCAwIDAgNiA2bDEuMjctMS4yN2EyIDIgMCAwIDEgMi4xMS0uNDUgMTIuODQgMTIuODQuMCAwIDAgMi44MS43QTIgMiAwIDAgMSAyMiAxNi45MnoiIGlkPSJwYXRoLTIiIHN0cm9rZT0iI2ZmN2YwMCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGRhdGEtY2hhbmdlZD0idHJ1ZSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 23px no-repeat #fff;
    margin-right: 20px;
    min-height: 45px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.title-page .phones-6 .block-body-drop {
    box-sizing: border-box;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
}

.title-page .phones-6 .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: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .phones-6 .title {
    box-sizing: border-box;
    display: none;
    font-family: Fira Sans, sans-serif;
    color: #4a4a4a;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 16px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    font-weight: 500;
}

.title-page .phones-6 .text_body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 25px;
    color: #404040;
    text-decoration: none;
    margin-top: 12px;
    font-weight: 600;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

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

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

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

.title-page .block-2 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 1;
    text-align: center;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    right: 0;
}

.title-page .widget-3 {
    margin: -51px 0 20px 126px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: Fira Sans, sans-serif;
    text-align: left;
    font-size: 22px;
    color: #0e8290;
    text-decoration: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    right: 0;
    font-weight: bold;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

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

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

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

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

.title-page .site-name-3 .sn-text {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    font-family: Fira Sans, sans-serif;
    color: #404040;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    margin-top: 22px;
    align-self: auto;
    margin-left: 22px;
}

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

.title-page .block-26 {
    margin: 65px 0 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 608px;
    max-width: 100%;
    z-index: 9;
    text-align: left;
    right: 0;
    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 .block-6 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 1;
    text-align: center;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    right: 0;
}

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

.title-page .widget-6 {
    padding: 15px 30px;
    margin: -20px 0 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    right: 0;
    background: repeating-linear-gradient(60deg, rgba(19, 131, 194, 0.63) 0%, rgba(78, 251, 208, 0.63) 100%) #00536d;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .menu-10 .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-10 .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-10 .menu-scroll {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}

.title-page .menu-10 .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-10 .menu-scroll>ul>li.home-button>a {
    padding: 5px 15px;
    margin: 2px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    background: url("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-10 .menu-scroll>ul>li.delimiter {
    margin: auto 2px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 0;
    width: 5px;
    min-height: 5px;
    background: rgba(255, 255, 255, 0.68);
    box-sizing: border-box;
}

.title-page .menu-10 .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;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    width: auto;
}

.title-page .menu-10 .menu-scroll>ul ul {
    padding: 20px;
    margin: 20px 0 0;
    border: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    width: 300px;
    display: none;
    z-index: 10;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    align-self: auto;
}

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

.title-page .menu-10 .menu-scroll>ul ul>li>a {
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    display: block;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.4;
    position: relative;
    font-family: Fira Sans, sans-serif;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
}

.title-page .menu-10 .menu-scroll>ul ul>li>a:hover,
.title-page .menu-10 .menu-scroll>ul ul>li>a.hover,
.title-page .menu-10 .menu-scroll>ul ul>li>a.active {
    background: #ff8d4f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
}

.title-page .menu-10 .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-10 .menu-scroll>ul>li.menu-item ul li.delimiter:first-child {
    display: none;
}

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

.title-page .menu-10 .menu-scroll>ul>li.menu-item>a {
    padding: 15px 10px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    position: relative;
    font-family: Fira Sans, sans-serif;
    font-style: normal;
    letter-spacing: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-transform: none;
    align-self: auto;
    font-weight: normal;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    background: transparent;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .menu-10 .menu-scroll>ul>li.menu-item>a:hover,
.title-page .menu-10 .menu-scroll>ul>li.menu-item>a.hover,
.title-page .menu-10 .menu-scroll>ul>li.menu-item>a.active {
    color: #4d4d4d;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.title-page .menu-10 .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-10 .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-10 .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-10 .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-10 .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-10 .menu-scroll>ul>li.home-button {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}

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

.title-page .menu-10 .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-10 .menu-scroll>ul>li.more-button>ul {
    left: auto;
    right: 0;
}

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

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

.title-page .block-44 {
    margin: -630px 0 0 14px;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: 809px;
    min-height: 339px;
    background: url("tour.png") left 50% top 50% / contain no-repeat;
    z-index: 3;
    text-align: left;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .block-27 {
    margin: 350px auto 0;
    position: relative;
    top: 0;
    left: 0;
    width: 1200px;
    min-height: 0;
    z-index: 2;
    text-align: left;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    right: 0;
}

.title-page .widget-16 {
    padding: 30px 40px;
    margin: 0;
    border: 5px solid rgba(171, 171, 171, 0.18);
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: auto;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    right: 0;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .popover-wrap-25 .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-25 .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-25 .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-25 .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-25 .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-25 .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-25 .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-25 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

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

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

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

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

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

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

.title-page .blocklist-25 .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;
    text-align: left;
    box-sizing: border-box;
}

.title-page .blocklist-25 .header_text {
    font-size: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-25 .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-25 .description {
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-25 .body-outer {
    box-sizing: border-box;
    position: relative;
    text-align: left;
}

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

.title-page .blocklist-25 .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-25 .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-25 .bx-wrapper {
    max-width: 1110px;
}

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

.title-page .blocklist-25 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 1110px;
}

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

.title-page .blocklist-25 .item {
    margin: 0;
    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;
    display: block;
    align-self: auto;
    left: 0;
    right: 0;
    flex-basis: 100%;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    padding-right: 20px;
}

.title-page .blocklist-25 .text {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

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

.title-page .blocklist-25 .image {
    border: none;
    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;
    float: left;
    margin-right: 15px;
    margin-left: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .blocklist-25 .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-25 .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-25 .img-convert {
    border: none;
    box-sizing: border-box;
    width: 50px;
    height: 56px;
    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: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.58);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.58);
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.58);
    background: #fff;
}

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

.title-page .blocklist-25 .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-25 .title {
    font-weight: 500;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    background: #4bb2ba;
    border-top: 0px solid #40b9c7;
    border-right: 0px solid #40b9c7;
    border-bottom: 0px solid #40b9c7;
    border-left: 2px solid #40b9c7;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-left: 15px;
    width: 120 еpx;
}

.title-page .blocklist-25 .title:hover,
.title-page .blocklist-25 .title.hover,
.title-page .blocklist-25 .title.active {
    background: #ff9e75;
}

.title-page .blocklist-25 .sub-title {
    font-style: italic;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

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

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

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

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

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

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

.title-page .blocklist-25 .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-25 .columns-table {
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.title-page .blocklist-25 .columns-cell {
    display: table-cell;
    vertical-align: top;
}

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

.title-page .blocklist-25 .footer {
    text-align: left;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}

.title-page .blocklist-25 .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-25 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    margin-top: -10px;
    z-index: 1;
}

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

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

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

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

.title-page .blocklist-25 .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 .blocklist-25 .bx-auto_controls {
    margin: 138px 37px 0 auto;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

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

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

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

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

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

.title-page .blocklist-25 .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-25 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

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

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

.title-page .blocklist-25 .bx-pager a:active,
.title-page .blocklist-25 .bx-pager a.active {
    background: #ff8d4f;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

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

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

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

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

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

.title-page .popover-wrap-25 .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-25 .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-25 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

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

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

.title-page .popover-wrap-25 .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-25 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.title-page .popover-wrap-25 .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-25 .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-25 .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-25 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

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

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

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

.title-page .popover-wrap-25 .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-25 .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-25 .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-25 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

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

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

.title-page .popover-wrap-25 .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-25 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

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

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

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

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

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

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

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

.title-page .popover-wrap-25 .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-25 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-25 .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-25 .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-25 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

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

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

.title-page .popover-wrap-25 .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-25 .popover-body .s3_required {
    color: #f00;
}

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

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

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

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

.title-page .widget-48 {
    margin: -46px 0 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto;
    height: 0;
    min-height: 700px;
    box-sizing: border-box;
    background: url("wm_slider_spacer.gif") left 50% top 50% / cover no-repeat;
    right: 0;
    padding-left: 500px;
    overflow: hidden;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .popover-wrap-77 .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-77 .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-77 .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-77 .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-77 .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-77 .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-77 .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-77 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

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

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

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

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

.title-page .slider-77 .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;
    position: relative;
}

.title-page .slider-77 .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-77 .text_wrapper .bx-viewport {
    position: relative !important;
}

.title-page .slider-77 .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-77 .slider-item {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
}

.title-page .slider-77 .text-slider {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    text-align: left;
}

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

.title-page .slider-77 .block-body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans Condensed, sans-serif;
    color: #ff8700;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 30px;
    padding-left: 0;
    font-weight: bold;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .slider-77 .block-more {
    border: none;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-bottom: 32px;
}

.title-page .slider-77 .block-more>a {
    padding: 13px 25px;
    border: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-align: center;
    box-sizing: border-box;
    font-family: Fira Sans Condensed, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-weight: bold;
    -webkit-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.53) 0%, rgba(239, 77, 158, 0.53) 99.3%) #f6be6d;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 50px;
}

.title-page .slider-77 .block-more>a:hover,
.title-page .slider-77 .block-more>a.hover,
.title-page .slider-77 .block-more>a.active {
    -webkit-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.56) 0%, rgba(239, 77, 158, 0.56) 99.3%) #f6be6d;
}

.title-page .slider-77 .block-title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    color: #363636;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 40px;
    margin-bottom: 20px;
}

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

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

.title-page .slider-77 .slider-prev {
    border: none;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 20px;
    background: url("lib_1697201_strelkal3.svg") left 50% top 50% / 10px no-repeat #10aacc;
    min-height: 55px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .slider-77 .slider-next {
    border: none;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 20px;
    background: url("lib_1697201_strelkar3.svg") left 50% top 50% / 10px no-repeat #10aacc;
    text-align: left;
    min-height: 55px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .slider-77 .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-77 .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-77 .slider-pager-wrap {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    visibility: hidden;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
}

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

.title-page .slider-77 .slider-pager {
    box-sizing: border-box;
}

.title-page .slider-77 .slider-pager>a {
    padding: 1px;
    margin: 2px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    min-height: 10px;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    text-decoration: none;
    color: #999;
}

.title-page .slider-77 .slider-pager>a:active,
.title-page .slider-77 .slider-pager>a.active {
    background: #eee;
}

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

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

.title-page .slider-77 .bx-controls-auto-item {
    box-sizing: border-box;
}

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

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

.title-page .slider-77 .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-77 .text-slider p:first-child {
    box-sizing: border-box;
    margin-top: 0;
}

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

.title-page .slider-77 .text_wrapper {
    border: none;
    box-sizing: border-box;
    width: 460px;
    position: absolute;
    top: auto;
    left: 0;
    min-height: 0;
    z-index: 100;
    text-align: left;
    padding-top: 0.02px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    bottom: 0;
    margin-top: -56px;
    margin-left: 40px;
    padding-right: 50px;
    margin-bottom: 0;
    padding-bottom: 0.02px;
}

.title-page .slider-77 .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-77 .text_wrapper .text_slider {
    box-sizing: border-box;
    position: static;
    text-align: inherit;
}

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

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

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

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

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

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

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

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

.title-page .popover-wrap-77 .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-77 .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-77 .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-77 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

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

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

.title-page .popover-wrap-77 .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-77 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.title-page .popover-wrap-77 .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-77 .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-77 .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-77 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

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

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

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

.title-page .popover-wrap-77 .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-77 .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-77 .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-77 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

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

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

.title-page .popover-wrap-77 .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-77 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

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

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

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

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

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

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

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

.title-page .popover-wrap-77 .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-77 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-77 .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-77 .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-77 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

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

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

.title-page .popover-wrap-77 .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-77 .popover-body .s3_required {
    color: #f00;
}

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

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

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

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

.title-page .block-36 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: url("sea.png") left 50% top calc(50% + 9px) / auto auto repeat, linear-gradient(0deg, #fef3df 69.4%, #fff 89.3%);
    max-width: 100%;
    z-index: 8;
    text-align: center;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    right: 0;
    padding-bottom: 80px;
    padding-top: 30px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

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

.title-page .widget-8 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: auto;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    right: 0;
}

.title-page .popover-wrap-15 .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-15 .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-15 .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-15 .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-15 .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-15 .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-15 .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-15 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("wm_button_close.png") center center / auto no-repeat;
    z-index: 10;
    cursor: pointer;
}

.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_name {
    box-sizing: border-box;
    position: relative;
    background: url("https://tur-05.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_email {
    box-sizing: border-box;
    position: relative;
    background: url("https://tur-05.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_phone {
    box-sizing: border-box;
    position: relative;
    background: url("https://tur-05.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_comments {
    box-sizing: border-box;
    position: relative;
    background: url("https://tur-05.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}

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

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

.title-page .blocklist-15 .header {
    border: none;
    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: 15px;
    text-align: left;
    box-sizing: border-box;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-top: 14px;
    padding-left: 0;
    font-family: Fira Sans, sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.6px;
    text-decoration: none;
    padding-bottom: 2px;
    margin-left: 0;
}

.title-page .blocklist-15 .header_text {
    font-size: 40px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    color: #333;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 600;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .blocklist-15 .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-15 .description {
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-15 .body-outer {
    box-sizing: border-box;
    position: relative;
    margin-top: 40px;
}

.title-page .blocklist-15 .body {
    margin: 0 -10px;
    box-sizing: border-box;
}

.title-page .blocklist-15 .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-15 .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-15 .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-15 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 50%;
}

.title-page .blocklist-15 .item {
    padding: 0.02px 0 35px;
    margin: 0 10px 20px;
    border: none;
    position: relative;
    width: 293px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    text-align: left;
    left: 0;
    right: 0;
    flex-basis: 100%;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    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;
    align-self: auto;
}

.title-page .blocklist-15 .text {
    padding: 20px 0;
    margin: 6px 0 5px 26px;
    border: none;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-family: Fira Sans, sans-serif;
    color: #666;
    line-height: 1.4;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

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

.title-page .blocklist-15 .image {
    margin: 0 0 5px;
    box-sizing: border-box;
    position: relative;
    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;
    float: none;
    max-width: 100%;
}

.title-page .blocklist-15 .item-label {
    padding: 5px 10px;
    border: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: repeating-linear-gradient(154deg, rgba(19, 131, 194, 0.58) 0%, rgba(78, 251, 208, 0.58) 100%) #4bb2ba;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans Condensed, sans-serif;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    width: 70px;
    min-height: 40px;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.title-page .blocklist-15 .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-15 .img-convert {
    box-sizing: border-box;
    width: auto;
    height: 300px;
    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: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

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

.title-page .blocklist-15 .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-15 .title {
    padding: 0.02px 32px;
    margin: 30px 0 0;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    pointer-events: auto;
    font-family: Fira Sans, sans-serif;
    color: #454545;
    line-height: 1;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 20px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    background: #fff;
    border-top: 0px solid #ff8d54;
    border-right: 0px solid #ff8d54;
    border-bottom: 0px solid #ff8d54;
    border-left: 3px solid #40b9c7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    left: 0;
    right: 0;
    min-height: 0;
}

.title-page .blocklist-15 .sub-title {
    font-style: italic;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.title-page .blocklist-15 .price {
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    margin-top: 18px;
}

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

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

.title-page .blocklist-15 .price-value {
    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;
    text-decoration: none;
}

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

.title-page .blocklist-15 .more {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 30px;
}

.title-page .blocklist-15 .more>a {
    padding: 13px 25px;
    border: none;
    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;
    font-family: Fira Sans Condensed, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    -webkit-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.53) 0%, rgba(239, 77, 158, 0.53) 99.3%) #f6be6d;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    font-weight: 500;
}

.title-page .blocklist-15 .more>a:hover,
.title-page .blocklist-15 .more>a.hover,
.title-page .blocklist-15 .more>a.active {
    -webkit-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.56) 0%, rgba(239, 77, 158, 0.56) 99.3%) #f6be6d;
}

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

.title-page .blocklist-15 .columns-table {
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.title-page .blocklist-15 .columns-cell {
    display: table-cell;
    vertical-align: top;
}

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

.title-page .blocklist-15 .footer {
    text-align: left;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}

.title-page .blocklist-15 .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-15 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    margin-top: -10px;
    z-index: 1;
}

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

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

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

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

.title-page .blocklist-15 .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-15 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}

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

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

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

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

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

.title-page .blocklist-15 .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-15 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
}

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

.title-page .blocklist-15 .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-15 {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    direction: ltr;
    position: fixed;
}

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

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

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

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

.title-page .popover-wrap-15 .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-15 .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-15 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

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

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

.title-page .popover-wrap-15 .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-15 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.title-page .popover-wrap-15 .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-15 .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-15 .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-15 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

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

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

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

.title-page .popover-wrap-15 .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-15 .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-15 .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-15 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

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

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

.title-page .popover-wrap-15 .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-15 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

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

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

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

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

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

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

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

.title-page .popover-wrap-15 .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-15 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-15 .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-15 .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-15 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

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

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

.title-page .popover-wrap-15 .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-15 .popover-body .s3_required {
    color: #f00;
}

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

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

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

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

.title-page .block-8 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: url("wave5.png") left 50% bottom 0px / cover no-repeat fixed, url("54739380_2.jpg") left 50% top 50% / auto auto no-repeat #f5f2eb;
    z-index: 7;
    text-align: center;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 90px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    right: 0;
}

.title-page .block-29 {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 1200px;
    min-height: 0;
    z-index: 1;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
}

.title-page .widget-11 {
    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;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.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("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("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("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("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("wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

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

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

.title-page .blocklist-18 .header {
    border: none;
    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: 15px;
    box-sizing: border-box;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-top: 13px;
    padding-left: 0;
    padding-bottom: 10px;
    font-family: Fira Sans, sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #333;
    letter-spacing: 0.4px;
    text-decoration: none;
    margin-left: 0;
}

.title-page .blocklist-18 .header_text {
    font-size: 40px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    color: #3b3b3b;
    letter-spacing: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title-page .blocklist-18 .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-18 .description {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-18 .body-outer {
    box-sizing: border-box;
    position: relative;
    margin-top: 53px;
}

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

.title-page .blocklist-18 .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-18 .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-18 .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-18 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 33.33%;
}

.title-page .blocklist-18 .item {
    margin: 30px 0;
    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%;
    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;
    align-self: auto;
}

.title-page .blocklist-18 .text {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

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

.title-page .blocklist-18 .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;
    float: none;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}

.title-page .blocklist-18 .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-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 .blocklist-18 .img-convert {
    border: none;
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    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: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 0px 11px rgba(255, 255, 255, 0.44);
    -moz-box-shadow: 0px 0px 0px 11px rgba(255, 255, 255, 0.44);
    box-shadow: 0px 0px 0px 11px rgba(255, 255, 255, 0.44);
    background: #fff;
    margin-bottom: 20px;
}

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

.title-page .blocklist-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 .blocklist-18 .title {
    border: none;
    font-weight: 500;
    margin-bottom: auto;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    line-height: 1.5;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-size: 19px;
    margin-top: 12px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-text-shadow: 3px 3px 16px rgba(0, 0, 0, 0.46);
    -moz-text-shadow: 3px 3px 16px rgba(0, 0, 0, 0.46);
    text-shadow: 3px 3px 16px rgba(0, 0, 0, 0.46);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .blocklist-18 .sub-title {
    font-style: italic;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

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

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

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

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

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

.title-page .blocklist-18 .more {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .blocklist-18 .more>a {
    padding: 16px 30px;
    border: 2px solid #ff8d54;
    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;
    cursor: pointer;
    font-family: Fira Sans, sans-serif;
    color: #303030;
    text-decoration: none;
    font-size: 14px;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: transparent;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    font-weight: normal;
    margin-top: 20px;
    align-self: auto;
}

.title-page .blocklist-18 .more>a:hover,
.title-page .blocklist-18 .more>a.hover,
.title-page .blocklist-18 .more>a.active {
    border: 2px solid #f73;
    color: #fff;
    background: #f73;
    -webkit-box-shadow: 6px 9px 27px rgba(255, 141, 84, 0.47);
    -moz-box-shadow: 6px 9px 27px rgba(255, 141, 84, 0.47);
    box-shadow: 6px 9px 27px rgba(255, 141, 84, 0.47);
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

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

.title-page .blocklist-18 .columns-table {
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.title-page .blocklist-18 .columns-cell {
    display: table-cell;
    vertical-align: top;
}

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

.title-page .blocklist-18 .footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.title-page .blocklist-18 .all {
    padding: 13px 25px;
    border: none;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-family: Fira Sans Condensed, sans-serif;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.53) 0%, rgba(239, 77, 158, 0.53) 99.3%) #f6be6d;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    align-self: auto;
}

.title-page .blocklist-18 .all:hover,
.title-page .blocklist-18 .all.hover,
.title-page .blocklist-18 .all.active {
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.56) 0%, rgba(239, 77, 158, 0.56) 99.3%) #f6be6d;
    -webkit-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
}

.title-page .blocklist-18 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    margin-top: -10px;
    z-index: 1;
}

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

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

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

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

.title-page .blocklist-18 .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-18 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}

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

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

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

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

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

.title-page .blocklist-18 .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-18 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
}

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

.title-page .blocklist-18 .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-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 .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: #f00;
}

.title-page .popover-wrap-18 .s3_form_field_title .s3_form_error {
    color: #f00;
    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-37 .layout_70_id_65 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.title-page .block-37 {
    margin: 1px 0 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: url("wave1.png") left 0px bottom 0px / auto auto no-repeat, url("wave4.png") right 24px top 71px / auto auto no-repeat, url("wave5 (1).png") left calc(50% - 273px) top 36px / auto auto no-repeat;
    max-width: 100%;
    z-index: 6;
    text-align: left;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    right: 0;
    padding-top: 0.02px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

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

.title-page .widget-12 {
    margin: 0 auto;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 1064px;
    right: 0;
    min-height: 0;
    padding-top: 0.02px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

.title-page .form-20 .form__header {
    box-sizing: border-box;
    font-size: 40px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    color: #3b3b3b;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .form-20 .form__text {
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 40px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    color: #9c9c9c;
    text-decoration: none;
    font-weight: 300;
}

.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: -5px;
    margin-bottom: -5px;
    width: auto;
    margin-left: 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: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    width: auto;
}

.title-page .form-20 .form-item {
    box-sizing: border-box;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    width: auto;
}

.title-page .form-20 .form-text {
    box-sizing: border-box;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.title-page .form-20 .form-item__title {
    box-sizing: border-box;
    display: inline-block;
    min-width: 15px;
}

.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: 2px 25px 2px 63px;
    border: 1px solid rgba(187, 187, 187, 0.63);
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-width: 100px;
    min-height: 50px;
    outline: none;
    -webkit-appearance: none;
    font-family: Fira Sans, sans-serif;
    color: #424242;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    text-decoration: none;
    font-size: 15px;
    height: 50px;
    font-weight: 300;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.title-page .form-20 .form-textarea textarea {
    padding: 2px 4px 2px 63px;
    border: 1px solid rgba(187, 187, 187, 0.63);
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-width: 100px;
    resize: vertical;
    min-height: 40px;
    outline: none;
    display: block;
    -webkit-appearance: none;
    font-family: Fira Sans, sans-serif;
    color: #424242;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.title-page .form-20 .icon.img_name {
    border: 0px solid #000;
    box-sizing: border-box;
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgaWQ9IkxheWVyXzEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIj48cGF0aCBkPSJNMzEuMTEgMjguMzM2Yy0uMjAxLS4xMzMtMy44NDgtMi41MjUtOS4yNzMtMy42OTkgMS45OS0yLjUyMSAzLjI2OC01LjkxMiAzLjgxMS04LjE2OS43NTQtMy4xMjguNDYxLTkuMjQ4LTIuNTQzLTEzLjA2MkMyMS4zNDkgMS4xNzcgMTguODkyLjAgMTYgMGMtMi44OTIuMC01LjM0OSAxLjE3OC03LjEwNCAzLjQwNkM1Ljg5MiA3LjIxOSA1LjYgMTMuMzM5IDYuMzUzIDE2LjQ2N2MuNTQzIDIuMjU3IDEuODIgNS42NDggMy44MTEgOC4xNjktNS40MjUgMS4xNzQtOS4wNzIgMy41NjYtOS4yNzIgMy42OTktLjczMy40ODgtMS4wNjEgMS40LS44MDUgMi4yNDJDLjM0MSAzMS40MjIgMS4xMiAzMiAyIDMyaDI4Yy44ODEuMCAxLjY1OC0uNTc4IDEuOTE0LTEuNDIyQzMyLjE3MSAyOS43MzYgMzEuODQzIDI4LjgyNCAzMS4xMSAyOC4zMzZ6TTIwLjI2NyAyMy4zOThsLS4zMjYuNDE0Yy0yLjM4NSAyLjc0LTUuNDk1IDIuNzQtNy44NzkuMGwtLjMyNy0uNDE0Yy0yLjc4NS0zLjUyOS00LjE2Ny04LjE5Ny0zLjU3Mi0xMi42NUM4LjcwOCA2LjQ2OSAxMS4xNiAyIDE2IDJjNC44NC4wIDcuMjkzIDQuNDcgNy44MzggOC43NDlDMjQuNDMxIDE1LjIwNCAyMy4wNTQgMTkuODY3IDIwLjI2NyAyMy4zOTh6TTIgMzBjLjEzOC0uMDkyIDMuNTI2LTIuMzE0IDguNTg2LTMuNDA4bDIuNDg0LS41MzdDMTMuOTU3IDI2LjYzNyAxNC45MyAyNyAxNiAyN2MxLjA3MS4wIDIuMDQzLS4zNjMgMi45My0uOTQ1bDIuNDg0LjUzN2M1LjAyIDEuMDg2IDguMzk2IDMuMjgzIDguNTg2IDMuNDA4SDJ6IiBmaWxsPSIjMzMzMzMzIiBpZD0idXNlcmljb24iIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 25px no-repeat;
    width: 38px;
    height: 35px;
    min-height: 35px;
    margin-top: 7px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.title-page .form-20 .icon.img_email {
    border: 0px solid #000;
    box-sizing: border-box;
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgaWQ9IkxheWVyXzEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIj48cGF0aCBmaWxsPSJub25lIiBkPSJNNjQ5IDEzNy45OTloMjZ2MThINjYxIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1vcGFjaXR5PSIxIiBpZD0icGF0aC0yIj48L3BhdGg+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTY1MyAxNTUuOTk5aC00di0xNCIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InBhdGgtMyI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik02NjEgMTU2bC04IDZ2LTYiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiPjwvcGF0aD48cGF0aCBkPSJNMjkgMjdIM2MtLjU1Mi4wLTEtLjQ0Ny0xLTFWMTBjMC0uNTUyLjQ0OC0xIDEtMXMxIC40NDggMSAxdjE1aDI0VjdIM0MyLjQ0OCA3IDIgNi41NTIgMiA2cy40NDgtMSAxLTFoMjZjLjU1My4wIDEgLjQ0OCAxIDF2MjBDMzAgMjYuNTUzIDI5LjU1MyAyNyAyOSAyN3oiIGlkPSJwYXRoLTUiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzMzMzMzMyI+PC9wYXRoPjxwYXRoIGQ9Ik0xNiAxOWMtLjI1Ni4wLS41MTItLjA5OC0uNzA3LS4yOTNsLTgtOGMtLjM5MS0uMzkxLS4zOTEtMS4wMjMuMC0xLjQxNHMxLjAyMy0uMzkxIDEuNDE0LjBMMTYgMTYuNTg2bDcuMjkzLTcuMjkzYy4zOTEtLjM5MSAxLjAyMy0uMzkxIDEuNDE0LjBzLjM5MSAxLjAyMy4wIDEuNDE0bC04IDhDMTYuNTEyIDE4LjkwMiAxNi4yNTYgMTkgMTYgMTl6IiBpZD0icGF0aC02IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMzMzMzMzMiPjwvcGF0aD48cGF0aCBkPSJNMjQuMDAxIDIzYy0uMjU2LjAtLjUxMi0uMDk4LS43MDctLjI5M2wtMy4wMDItMy4wMDJjLS4zOTEtLjM5MS0uMzkxLTEuMDIzLjAtMS40MTRzMS4wMjMtLjM5MSAxLjQxNC4wbDMuMDAyIDMuMDAyYy4zOTEuMzkxLjM5MSAxLjAyMy4wIDEuNDE0QzI0LjUxMyAyMi45MDIgMjQuMjU3IDIzIDI0LjAwMSAyM3oiIGlkPSJwYXRoLTciIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzMzMzMzMyI+PC9wYXRoPjxwYXRoIGQ9Ik04LjAwMSAyM2MtLjI1Ni4wLS41MTItLjA5OC0uNzA3LS4yOTMtLjM5MS0uMzkxLS4zOTEtMS4wMjMuMC0xLjQxNGwyLjk5OS0yLjk5OWMuMzkxLS4zOTEgMS4wMjMtLjM5MSAxLjQxNC4wcy4zOTEgMS4wMjMuMCAxLjQxNGwtMi45OTkgMi45OTlDOC41MTMgMjIuOTAyIDguMjU3IDIzIDguMDAxIDIzeiIgaWQ9InBhdGgtOCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMzMzMzMzIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 27px no-repeat;
    width: 38px;
    height: 35px;
    min-height: 35px;
    margin-top: 7px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.title-page .form-20 .icon.img_phone {
    border: 0px solid #000;
    box-sizing: border-box;
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48cGF0aCBkPSJNMjIgMTYuOTJ2M2EyIDIgMCAwIDEtMi4xOCAyIDE5Ljc5IDE5Ljc5LjAgMCAxLTguNjMtMy4wNyAxOS41IDE5LjUuMCAwIDEtNi02IDE5Ljc5IDE5Ljc5LjAgMCAxLTMuMDctOC42N0EyIDIgMCAwIDEgNC4xMSAyaDNhMiAyIDAgMCAxIDIgMS43MiAxMi44NCAxMi44NC4wIDAgMCAuNyAyLjgxIDIgMiAwIDAgMS0uNDUgMi4xMUw4LjA5IDkuOTFhMTYgMTYgMCAwIDAgNiA2bDEuMjctMS4yN2EyIDIgMCAwIDEgMi4xMS0uNDUgMTIuODQgMTIuODQuMCAwIDAgMi44MS43QTIgMiAwIDAgMSAyMiAxNi45MnoiIGlkPSJwYXRoLTIiIHN0cm9rZS1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBzdHJva2U9IiMzMzMzMzMiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
    width: 38px;
    height: 35px;
    min-height: 35px;
    margin-top: 7px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.title-page .form-20 .icon.img_comments {
    border: 0px solid #000;
    box-sizing: border-box;
    position: absolute;
    background: url("wm_form_adaptive_default.gif") 50% 50% no-repeat;
    width: 38px;
    height: 35px;
    min-height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.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 {
    box-sizing: border-box;
    width: 100%;
    min-width: 100px;
}

.title-page .form-20 .form-upload .form-item__body .no-more {
    box-sizing: border-box;
}

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

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

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

.title-page .form-20 .form-submit {
    box-sizing: border-box;
    margin-right: 0;
    width: auto;
    margin-left: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

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

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

.title-page .form-20 .form-submit button {
    padding: 13px 25px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.53) 0%, rgba(239, 77, 158, 0.53) 99.3%) #f6be6d;
    outline: none;
    -webkit-appearance: none;
    font-family: Fira Sans Condensed, sans-serif;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    margin-top: 30px;
    position: relative;
    width: 213px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    font-weight: 500;
    -webkit-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 50px;
}

.title-page .form-20 .form-submit button:hover,
.title-page .form-20 .form-submit button.hover,
.title-page .form-20 .form-submit button.active {
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.56) 0%, rgba(239, 77, 158, 0.56) 99.3%) #f6be6d;
    -webkit-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
}

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

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

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

.title-page .form-20 .form-captcha input {
    padding: 2px 4px;
    border: 1px solid rgba(187, 187, 187, 0.63);
    box-sizing: border-box;
    background: #fff;
    width: auto;
    min-width: 50px;
    min-height: 22px;
    outline: none;
    text-align: start;
    -webkit-appearance: none;
    font-family: Fira Sans, sans-serif;
    color: #424242;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.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: 13px 25px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.53) 0%, rgba(239, 77, 158, 0.53) 99.3%) #f6be6d;
    outline: none;
    -webkit-appearance: none;
    font-family: Fira Sans Condensed, sans-serif;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    margin-top: 30px;
    position: relative;
    width: 213px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    font-weight: 500;
    -webkit-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 50px;
}

.title-page .form-20 .form-captcha button:hover,
.title-page .form-20 .form-captcha button.hover,
.title-page .form-20 .form-captcha button.active {
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.56) 0%, rgba(239, 77, 158, 0.56) 99.3%) #f6be6d;
    -webkit-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
}

.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;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

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

.title-page .form-20 .form-checkbox .form-item__body label.form-item__title {
    font-size: 13px;
}

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

.title-page .form-20 .form-radio {
    box-sizing: border-box;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

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

.title-page .form-20 .form-radio .form-item__body label.form-item__title {
    font-size: 13px;
}

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

.title-page .form-20 .form-select {
    box-sizing: border-box;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

.title-page .form-20 .form-div {
    box-sizing: border-box;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

.title-page .form-20 .form-html {
    box-sizing: border-box;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

.title-page .form-20 .form-html .form-item__body {
    font-size: 13px;
}

.title-page .form-20 .form-upload {
    box-sizing: border-box;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

.title-page .form-20 .form-calendar {
    box-sizing: border-box;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

.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;
    border: 1px solid #bbb;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-height: 22px;
    outline: none;
    -webkit-appearance: none;
}

.title-page .form-20 .form-calendar_interval {
    box-sizing: border-box;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

.title-page .form-20 .form-calendar_interval input {
    padding: 2px 4px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-height: 22px;
    outline: none;
    -webkit-appearance: none;
}

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

.title-page .form-20 .form-calendar_interval .label_from {
    box-sizing: border-box;
    margin-right: 5px;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}

.title-page .form-20 .form-calendar_interval .label_to {
    box-sizing: border-box;
    margin-right: 5px;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}

.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: -10px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
}

.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: 10px;
    padding-bottom: 10px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 19px;
}

.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 .block-9 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: url("new (1).png") right -2px bottom -38px / 548px no-repeat, url("bg44.png") left calc(50% - 2px) bottom -281px / cover no-repeat, url("53884168_2.jpg") left 50% top -31px / cover no-repeat #41a4bf;
    z-index: 5;
    text-align: left;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    right: 0;
}

.title-page .block-32 {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 1200px;
    min-height: 0;
    max-width: 100%;
    z-index: 1;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

.title-page .widget-15 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: auto;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    right: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .popover-wrap-23 .popover-body {
    padding: 20px 40px 32px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    width: 270px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
}

.title-page .popover-wrap-23 .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-23 .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-23 .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-23 .popover-body textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    -webkit-appearance: none;
}

.title-page .popover-wrap-23 .popover-body .s3_button_large {
    border: none;
    background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    min-width: 25px;
    min-height: 25px;
}

.title-page .popover-wrap-23 .popover-body .s3_message {
    padding: 12px;
    border: 1px solid #e1c893;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f0e4c9;
    color: #333;
    box-sizing: border-box;
    -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-23 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

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

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

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

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

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

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

.title-page .blocklist-23 .header {
    border: none;
    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: 15px;
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 0.02px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-left: 0;
    padding-top: 13px;
    margin-left: 0;
}

.title-page .blocklist-23 .header_text {
    padding: 0.02px 20px;
    font-size: 40px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    letter-spacing: 0.7px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 600;
    -webkit-text-shadow: 3px 1px 16px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 3px 1px 16px rgba(0, 0, 0, 0.25);
    text-shadow: 3px 1px 16px rgba(0, 0, 0, 0.25);
    border-top: 0px solid #000;
    border-right: 0px solid #000;
    border-bottom: 0px solid #000;
    border-left: 3px solid #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    min-height: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .blocklist-23 .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-23 .description {
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-23 .body-outer {
    box-sizing: border-box;
    position: relative;
    margin-top: 33px;
}

.title-page .blocklist-23 .body {
    margin: 0 -10px;
    box-sizing: border-box;
}

.title-page .blocklist-23 .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-23 .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-23 .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-23 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 50%;
}

.title-page .blocklist-23 .item {
    padding: 0.02px 0;
    margin: 10px;
    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;
    text-align: left;
    left: 0;
    right: 0;
    flex-basis: 100%;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .blocklist-23 .text {
    border: none;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    margin-left: 0;
    -webkit-text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.33);
    -moz-text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.33);
    text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.33);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

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

.title-page .blocklist-23 .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;
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.title-page .blocklist-23 .item-label {
    padding: 4px 5px 2px;
    border: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #fff;
    color: #333;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 22px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.26);
    -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.26);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.26);
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    font-weight: 600;
    margin-top: -11px;
    align-self: auto;
    margin-left: -11px;
    min-height: 34px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.title-page .blocklist-23 .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-23 .img-convert {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    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: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 11px;
    align-self: auto;
}

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

.title-page .blocklist-23 .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-23 .title {
    border: none;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 38px;
    margin-top: 9px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-text-shadow: 2px 2px 23px rgba(41, 41, 41, 0.42);
    -moz-text-shadow: 2px 2px 23px rgba(41, 41, 41, 0.42);
    text-shadow: 2px 2px 23px rgba(41, 41, 41, 0.42);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .blocklist-23 .sub-title {
    font-style: italic;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

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

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

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

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

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

.title-page .blocklist-23 .more {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
    margin-left: 0;
}

.title-page .blocklist-23 .more>a {
    padding: 13px 25px;
    border: none;
    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;
    font-family: Fira Sans Condensed, sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.53) 0%, rgba(239, 77, 158, 0.53) 99.3%) #f6be6d;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    font-weight: 500;
}

.title-page .blocklist-23 .more>a:hover,
.title-page .blocklist-23 .more>a.hover,
.title-page .blocklist-23 .more>a.active {
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.56) 0%, rgba(239, 77, 158, 0.56) 99.3%) #f6be6d;
    -webkit-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
}

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

.title-page .blocklist-23 .columns-table {
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.title-page .blocklist-23 .columns-cell {
    display: table-cell;
    vertical-align: top;
}

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

.title-page .blocklist-23 .footer {
    text-align: left;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 25px;
}

.title-page .blocklist-23 .all {
    padding: 15px 35px;
    border: none;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #000;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
}

.title-page .blocklist-23 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    margin-top: -10px;
    z-index: 1;
}

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

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

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

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

.title-page .blocklist-23 .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-23 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}

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

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

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

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

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

.title-page .blocklist-23 .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-23 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
}

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

.title-page .blocklist-23 .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-23 {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    direction: ltr;
    position: fixed;
}

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

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

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

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

.title-page .popover-wrap-23 .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-23 .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-23 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

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

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

.title-page .popover-wrap-23 .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-23 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.title-page .popover-wrap-23 .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-23 .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-23 .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-23 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

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

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

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

.title-page .popover-wrap-23 .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-23 .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-23 .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-23 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

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

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

.title-page .popover-wrap-23 .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-23 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

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

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

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

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

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

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

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

.title-page .popover-wrap-23 .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-23 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-23 .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-23 .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-23 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

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

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

.title-page .popover-wrap-23 .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-23 .popover-body .s3_required {
    color: #f00;
}

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

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

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

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

.title-page .block-46 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: url("wave1.png") left 0px bottom 0px / auto auto no-repeat;
    max-width: 100%;
    z-index: 4;
    text-align: center;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    right: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .block-23 {
    margin: 0 auto;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: 1200px;
    min-height: 0;
    background: url("wave2.png") right 35px top 147px / auto auto no-repeat;
    z-index: 1;
    text-align: left;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    right: 0;
}

.title-page .widget-49 {
    margin: 32px 0 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    min-height: 0;
    right: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .reviews-80 p:first-child {
    margin-top: 0;
}

.title-page .reviews-80 p:last-child {
    margin-bottom: 0;
}

.title-page .reviews-80 .header {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
}

.title-page .reviews-80 .header_text {
    box-sizing: border-box;
    font-size: 40px;
    font-family: Fira Sans, sans-serif;
    color: #333;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    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;
    font-weight: 600;
}

.title-page .reviews-80 .description {
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    font-family: Fira Sans, sans-serif;
    color: #6b6b6b;
    text-indent: 0;
    text-decoration: none;
    font-size: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .reviews-80 .list-wr {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 40px;
}

.title-page .reviews-80 .body {
    margin: 0 -15px;
    box-sizing: border-box;
}

.title-page .reviews-80 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}

.title-page .reviews-80 .item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 33.33%;
}

.title-page .reviews-80 .item {
    padding: 0.02px 0;
    margin: 10px 15px;
    border: none;
    width: auto;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-shadow: 9px 10px 70px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 9px 10px 70px rgba(0, 0, 0, 0.16);
    box-shadow: 9px 10px 70px rgba(0, 0, 0, 0.16);
    background: url("sea.png") right -142px top 19px / 222px no-repeat #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    min-width: 0;
    min-height: 0;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .reviews-80 .image {
    border: none;
    box-sizing: border-box;
    margin-bottom: 15px;
    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;
    width: auto;
    margin-left: 0;
    left: 0;
    right: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    background: url("logo4.svg@1547792593245") left 76px top 14px / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .reviews-80 .img-convert {
    box-sizing: border-box;
    width: 100px;
    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;
    margin-left: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.title-page .reviews-80 .image img {
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-width: 100%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 0;
}

.title-page .reviews-80 .text {
    padding: 30px;
    border: none;
    box-sizing: border-box;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    color: #4d4d4d;
    font-style: italic;
    line-height: 1.8;
    text-indent: 0;
    text-decoration: none;
    font-size: 14px;
    min-height: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 0;
}

.title-page .reviews-80 .text>.align-elem {
    flex-basis: 100%;
}

.title-page .reviews-80 .author {
    margin: 0 0 5px;
    box-sizing: border-box;
    color: #4095bf;
    position: relative;
    z-index: 1;
    top: 0;
    width: auto;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.title-page .reviews-80 .name {
    box-sizing: border-box;
    font-weight: 500;
    font-family: Fira Sans, sans-serif;
    color: #000;
    text-indent: 0;
    text-decoration: none;
    font-size: 18px;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-top: 15px;
}

.title-page .reviews-80 .date {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    text-transform: lowercase;
    font-size: 11px;
    color: #808080;
}

.title-page .reviews-80 .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-80 .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-80 .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}

.title-page .reviews-80 .image_author {
    box-sizing: border-box;
    color: #4095bf;
    margin-bottom: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.title-page .reviews-80 .image_author .image_name {
    box-sizing: border-box;
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-family: Fira Sans, sans-serif;
}

.title-page .reviews-80 .image_author .image_date {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    text-transform: lowercase;
    font-size: 11px;
    color: #808080;
}

.title-page .reviews-80 .footer {
    text-align: center;
    box-sizing: border-box;
}

.title-page .reviews-80 .all {
    padding: 13px 25px;
    border: none;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-family: Fira Sans Condensed, sans-serif;
    color: #fff;
    text-indent: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    -webkit-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.53) 0%, rgba(239, 77, 158, 0.53) 99.3%) #f6be6d;
    min-height: 50px;
    height: 0;
    font-weight: 500;
}

.title-page .reviews-80 .all:hover,
.title-page .reviews-80 .all.hover,
.title-page .reviews-80 .all.active {
    -webkit-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.56) 0%, rgba(239, 77, 158, 0.56) 99.3%) #f6be6d;
}

.title-page .reviews-80 .controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none;
    box-sizing: border-box;
    margin-top: -10px;
    z-index: 1;
}

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

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

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

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

.title-page .reviews-80 .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 .reviews-80 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}

.title-page .reviews-80 .auto_controls {
    box-sizing: border-box;
    display: none;
}

.title-page .reviews-80 .bx-controls-auto-item {
    box-sizing: border-box;
}

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

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

.title-page .reviews-80 .pager-wrap {
    box-sizing: border-box;
}

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

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

.title-page .reviews-80 .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-80 .bx-pager a:active,
.title-page .reviews-80 .bx-pager a.active {
    background: #bbb;
}

.title-page .reviews-80 .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 .block-20 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 3;
    text-align: center;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    right: 0;
    padding-bottom: 55px;
    padding-top: 0.02px;
}

.title-page .block-22 .layout_51 {
    -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-22 .layout_52 {
    -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-22 .layout_54 {
    -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-22 {
    margin: 30px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 2;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    text-decoration: none;
    right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.title-page .widget-35 {
    margin: 2px 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    font-family: Fira Sans, sans-serif;
    color: #8f8f8f;
    text-align: right;
    text-decoration: none;
    font-size: 14px;
    width: auto;
    right: 0;
}

.title-page .widget-32 {
    margin: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    right: 0;
}

.title-page .widget-33 {
    margin: 6px 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    color: #404040;
    text-decoration: none;
    font-size: 15px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    right: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    font-weight: 300;
}

.title-page .widget-34 {
    margin: -38px 0 0 445px;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 70px;
    min-height: 70px;
    background: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.38);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.38);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.38);
}

.title-page .widget-34:hover,
.title-page .widget-34.hover,
.title-page .widget-34.active {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.title-page .up-53 .icon {
    border: none;
    box-sizing: border-box;
    margin-top: 0;
    height: 20px;
    width: 34px;
    display: inline-block;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYyIiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgNjIgMzQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTMxLjAwMCw2LjAxNiBDMzEuMDAwLDYuMDE2IDU4Ljk4MCwzMy45NzggNTguOTgwLDMzLjk3OCBDNTguOTgwLDMzLjk3OCA2MS45OTQsMzAuOTY2IDYxLjk5NCwzMC45NjYgQzYxLjk5NCwzMC45NjYgMzEuMDAwLC0wLjAwOSAzMS4wMDAsLTAuMDA5IEMzMS4wMDAsLTAuMDA5IDAuMDA4LDMwLjk2NiAwLjAwOCwzMC45NjYgQzAuMDA4LDMwLjk2NiAzLjAyMSwzMy45NzggMy4wMjEsMzMuOTc4IEMzLjAyMSwzMy45NzggMzEuMDAwLDYuMDE2IDMxLjAwMCw2LjAxNiBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzYwNWE1YSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 25px no-repeat;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    text-align: left;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    min-height: 46px;
}

.title-page .up-53 .title {
    box-sizing: border-box;
    color: #000;
    margin-top: 14px;
    margin-bottom: 5px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
}

.title-page .block-21 .layout_center_56_id_57_0 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.title-page .block-21 {
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: linear-gradient(rgba(0, 83, 109, 0.78), rgba(0, 83, 109, 0.78)), url("tour.png") left -366px top calc(50% + 6px) / auto auto no-repeat, url("54739380_2.jpg") left 50% bottom 0px / auto auto no-repeat;
    z-index: 2;
    text-align: left;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding-top: 31px;
    padding-bottom: 114px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    right: 0;
}

.title-page .widget-36 {
    padding: 20px 2px;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    border-top: 0px dashed rgba(255, 255, 255, 0.28);
    border-right: 0px dashed rgba(255, 255, 255, 0.28);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.28);
    border-left: 0px dashed rgba(255, 255, 255, 0.28);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .menu-57 .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-57 .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-57 .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-57 .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-57 .menu-scroll {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
}

.title-page .menu-57 .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-57 .menu-scroll>ul>li.home-button>a {
    padding: 5px 15px;
    margin: 2px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    background: url("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-57 .menu-scroll>ul>li.delimiter {
    margin: auto 2px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 0;
    width: 6px;
    min-height: 6px;
    background: rgba(255, 255, 255, 0.46);
    box-sizing: border-box;
    text-align: left;
}

.title-page .menu-57 .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;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    width: auto;
}

.title-page .menu-57 .menu-scroll>ul>li.menu-item>a {
    padding: 15px 10px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: auto;
    position: relative;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    font-family: Fira Sans, sans-serif;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    align-self: auto;
    font-weight: 300;
    background: transparent;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .menu-57 .menu-scroll>ul>li.menu-item>a:hover,
.title-page .menu-57 .menu-scroll>ul>li.menu-item>a.hover,
.title-page .menu-57 .menu-scroll>ul>li.menu-item>a.active {
    color: #383838;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.title-page .menu-57 .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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 40px;
    width: 40px;
    overflow: hidden;
}

.title-page .menu-57 .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-57 .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-57 .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-57 .menu-scroll>ul>li.home-button {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}

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

.title-page .menu-57 .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-57 .menu-scroll>ul ul>li {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

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

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

.title-page .menu-57 .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-57 .menu-scroll>ul>li.more-button>ul {
    left: auto;
    right: 0;
}

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

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

.title-page .menu-57 .menu-scroll>ul>li.menu-item ul li.delimiter:first-child {
    display: none;
}

.title-page .block-19 {
    margin: 24px auto 0;
    position: relative;
    top: 0;
    left: 0;
    width: 1200px;
    min-height: 0;
    z-index: 2;
    text-align: center;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    max-width: 100%;
}

.title-page .block-18 .layout_45 {
    -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-18 .layout_48 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .block-18 {
    margin: 24px 0 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEwMiIgaGVpZ2h0PSIxNDIiIHZpZXdCb3g9IjAgMCAxMDIgMTQyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik05MS4wMDAsNDEuMDU1IEM5MS4wMDAsNDEuMDU1IDkxLjAwMCwyNy4wMDAgOTEuMDAwLDI3LjAwMCBDOTEuMDAwLDI1Ljg5NSA5MC4xMDUsMjUuMDAwIDg5LjAwMCwyNS4wMDAgQzg5LjAwMCwyNS4wMDAgMTguMDAwLDI1LjAwMCAxOC4wMDAsMjUuMDAwIEMxNi44OTYsMjUuMDAwIDE2LjAwMCwyNS44OTUgMTYuMDAwLDI3LjAwMCBDMTYuMDAwLDI3LjAwMCAxNi4wMDAsNDEuMDAwIDE2LjAwMCw0MS4wMDAgQzE2LjAwMCw0MS4wMDAgMTEuOTkwLDQxLjAwMCAxMS45OTAsNDEuMDAwIEM1LjQ5MSw0MS4wMDAgLTAuMDAwLDQ2LjU1MSAtMC4wMDAsNTMuMTIwIEMtMC4wMDAsNTMuMTIwIC0wLjAwMCw5NS43MjMgLTAuMDAwLDk1LjcyMyBDLTAuMDAwLDEwMi4yNjIgNS42MDMsMTA4LjAwMCAxMS45OTAsMTA4LjAwMCBDMTEuOTkwLDEwOC4wMDAgMzYuNzk4LDEwOC4wMDAgMzYuNzk4LDEwOC4wMDAgQzM2Ljc5OCwxMDguMDAwIDM2Ljc5OCwxMTcuNDUwIDM2Ljc5OCwxMTcuNDUwIEMzNi43OTgsMTE3LjQ1MCAyNy4yNjIsMTE3LjQ1MCAyNy4yNjIsMTE3LjQ1MCBDMjYuMjM5LDExNy40NTAgMjUuNDEwLDExOC4yNzkgMjUuNDEwLDExOS4zMDIgQzI1LjQxMCwxMTkuMzAyIDI1LjQxMCwxMjkuMDAwIDI1LjQxMCwxMjkuMDAwIEMyNS40MTAsMTI5LjAwMCA4LjAwMCwxMjkuMDAwIDguMDAwLDEyOS4wMDAgQzYuODk2LDEyOS4wMDAgNi4wMDAsMTI5Ljg5NSA2LjAwMCwxMzEuMDAwIEM2LjAwMCwxMzIuMTA0IDYuODk2LDEzMy4wMDAgOC4wMDAsMTMzLjAwMCBDOC4wMDAsMTMzLjAwMCA5My4wMDAsMTMzLjAwMCA5My4wMDAsMTMzLjAwMCBDOTQuMTA1LDEzMy4wMDAgOTUuMDAwLDEzMi4xMDQgOTUuMDAwLDEzMS4wMDAgQzk1LjAwMCwxMjkuODk1IDk0LjEwNSwxMjkuMDAwIDkzLjAwMCwxMjkuMDAwIEM5My4wMDAsMTI5LjAwMCA3Ni41NDAsMTI5LjAwMCA3Ni41NDAsMTI5LjAwMCBDNzYuNTQwLDEyOS4wMDAgNzYuNTQwLDExOS4zMDIgNzYuNTQwLDExOS4zMDIgQzc2LjU0MCwxMTguMjc5IDc1LjcxMSwxMTcuNDUwIDc0LjY4OCwxMTcuNDUwIEM3NC42ODgsMTE3LjQ1MCA2NS4xNTIsMTE3LjQ1MCA2NS4xNTIsMTE3LjQ1MCBDNjUuMTUyLDExNy40NTAgNjUuMTUyLDEwOC4wMDAgNjUuMTUyLDEwOC4wMDAgQzY1LjE1MiwxMDguMDAwIDg5Ljk2MSwxMDguMDAwIDg5Ljk2MSwxMDguMDAwIEM5Ni4zNzQsMTA4LjAwMCAxMDIuMDAwLDEwMi4yNjIgMTAyLjAwMCw5NS43MjMgQzEwMi4wMDAsOTUuNzIzIDEwMi4wMDAsNTMuMTIwIDEwMi4wMDAsNTMuMTIwIEMxMDIuMDAwLDQ2LjkwMyA5Ny4wNjAsNDEuNjA2IDkxLjAwMCw0MS4wNTUgWk0yMC4wMDAsMjkuMDAwIEMyMC4wMDAsMjkuMDAwIDg3LjAwMCwyOS4wMDAgODcuMDAwLDI5LjAwMCBDODcuMDAwLDI5LjAwMCA4Ny4wMDAsNDMuMDAwIDg3LjAwMCw0My4wMDAgQzg3LjAwMCw0My4wMDAgODcuMDAwLDcwLjAwMCA4Ny4wMDAsNzAuMDAwIEM4Ny4wMDAsNzAuMDAwIDQ3LjgyMSw3MC4wMDAgNDcuODIxLDcwLjAwMCBDNDcuMzI1LDcwLjAwMCA0Ni44NDYsNzAuMTg0IDQ2LjQ3OCw3MC41MTcgQzQ2LjQ3OCw3MC41MTcgMzUuNjQ1LDgwLjMzNiAzNS42NDUsODAuMzM2IEMzNS42NDUsODAuMzM2IDM1LjI4OCw3MS45MTUgMzUuMjg4LDcxLjkxNSBDMzUuMjQyLDcwLjg0NSAzNC4zNjEsNzAuMDAwIDMzLjI5MCw3MC4wMDAgQzMzLjI5MCw3MC4wMDAgMjAuMDAwLDcwLjAwMCAyMC4wMDAsNzAuMDAwIEMyMC4wMDAsNzAuMDAwIDIwLjAwMCw0My4wMDAgMjAuMDAwLDQzLjAwMCBDMjAuMDAwLDQzLjAwMCAyMC4wMDAsMjkuMDAwIDIwLjAwMCwyOS4wMDAgWk0xMS45OTAsNDUuMDAwIEMxMS45OTAsNDUuMDAwIDE2LjAwMCw0NS4wMDAgMTYuMDAwLDQ1LjAwMCBDMTYuMDAwLDQ1LjAwMCAxNi4wMDAsNzIuMDAwIDE2LjAwMCw3Mi4wMDAgQzE2LjAwMCw3My4xMDQgMTYuODk2LDc0LjAwMCAxOC4wMDAsNzQuMDAwIEMxOC4wMDAsNzQuMDAwIDMxLjM3Myw3NC4wMDAgMzEuMzczLDc0LjAwMCBDMzEuMzczLDc0LjAwMCAzMS44MjksODQuNzY3IDMxLjgyOSw4NC43NjcgQzMxLjg2Miw4NS41NDIgMzIuMzM5LDg2LjIyOCAzMy4wNTUsODYuNTI3IEMzMy4yMTQsODYuNTk0IDMzLjM3OSw4Ni42MzEgMzMuNTQ0LDg2LjY1NSBDMzMuNTkyLDg2LjY2MiAzMy42MzksODYuNjY1IDMzLjY4Niw4Ni42NjkgQzMzLjczMyw4Ni42NzIgMzMuNzgwLDg2LjY4MyAzMy44MjYsODYuNjgzIEMzMy45MjQsODYuNjgzIDM0LjAyMSw4Ni42NzAgMzQuMTE4LDg2LjY1NiBDMzQuMTM4LDg2LjY1MyAzNC4xNTksODYuNjU0IDM0LjE3OSw4Ni42NTAgQzM0LjMzNyw4Ni42MjIgMzQuNDkwLDg2LjU2OSAzNC42MzgsODYuNTAzIEMzNC42NzgsODYuNDg1IDM0LjcxNSw4Ni40NjYgMzQuNzUzLDg2LjQ0NiBDMzQuOTAxLDg2LjM2OSAzNS4wNDMsODYuMjgwIDM1LjE3MCw4Ni4xNjUgQzM1LjE3MCw4Ni4xNjUgNDguNTkzLDc0LjAwMCA0OC41OTMsNzQuMDAwIEM0OC41OTMsNzQuMDAwIDg5LjAwMCw3NC4wMDAgODkuMDAwLDc0LjAwMCBDOTAuMTA1LDc0LjAwMCA5MS4wMDAsNzMuMTA0IDkxLjAwMCw3Mi4wMDAgQzkxLjAwMCw3Mi4wMDAgOTEuMDAwLDQ1LjA3NCA5MS4wMDAsNDUuMDc0IEM5NS4wMDAsNDUuNjI1IDk4LjAwMCw0OS4xNDggOTguMDAwLDUzLjEyMCBDOTguMDAwLDUzLjEyMCA5OC4wMDAsOTMuMDAwIDk4LjAwMCw5My4wMDAgQzk4LjAwMCw5My4wMDAgNC4wMDAsOTMuMDAwIDQuMDAwLDkzLjAwMCBDNC4wMDAsOTMuMDAwIDQuMDAwLDUzLjEyMCA0LjAwMCw1My4xMjAgQzQuMDAwLDQ4Ljc5NSA3LjczMyw0NS4wMDAgMTEuOTkwLDQ1LjAwMCBaTTcyLjgzNiwxMjkuMDAwIEM3Mi44MzYsMTI5LjAwMCAyOS4xMTQsMTI5LjAwMCAyOS4xMTQsMTI5LjAwMCBDMjkuMTE0LDEyOS4wMDAgMjkuMTE0LDEyMS4xNTMgMjkuMTE0LDEyMS4xNTMgQzI5LjExNCwxMjEuMTUzIDM4LjY1MCwxMjEuMTUzIDM4LjY1MCwxMjEuMTUzIEMzOC42NTAsMTIxLjE1MyA2My4zMDAsMTIxLjE1MyA2My4zMDAsMTIxLjE1MyBDNjMuMzAwLDEyMS4xNTMgNzIuODM2LDEyMS4xNTMgNzIuODM2LDEyMS4xNTMgQzcyLjgzNiwxMjEuMTUzIDcyLjgzNiwxMjkuMDAwIDcyLjgzNiwxMjkuMDAwIFpNNjEuNDQ4LDExNy40NTAgQzYxLjQ0OCwxMTcuNDUwIDQwLjUwMiwxMTcuNDUwIDQwLjUwMiwxMTcuNDUwIEM0MC41MDIsMTE3LjQ1MCA0MC41MDIsMTA4LjAwMCA0MC41MDIsMTA4LjAwMCBDNDAuNTAyLDEwOC4wMDAgNjEuNDQ4LDEwOC4wMDAgNjEuNDQ4LDEwOC4wMDAgQzYxLjQ0OCwxMDguMDAwIDYxLjQ0OCwxMTcuNDUwIDYxLjQ0OCwxMTcuNDUwIFpNODkuOTYxLDEwNC4wMDAgQzg5Ljk2MSwxMDQuMDAwIDYzLjgxNCwxMDQuMDAwIDYzLjgxNCwxMDQuMDAwIEM2My42NTAsMTAzLjk1MiA2My40ODAsMTAzLjkxOSA2My4zMDAsMTAzLjkxOSBDNjMuMzAwLDEwMy45MTkgMzguNjUwLDEwMy45MTkgMzguNjUwLDEwMy45MTkgQzM4LjQ3MSwxMDMuOTE5IDM4LjMwMSwxMDMuOTUyIDM4LjEzNywxMDQuMDAwIEMzOC4xMzcsMTA0LjAwMCAxMS45OTAsMTA0LjAwMCAxMS45OTAsMTA0LjAwMCBDOC4xNTEsMTA0LjAwMCA0Ljc0OCwxMDAuODUyIDQuMTE1LDk3LjAwMCBDNC4xMTUsOTcuMDAwIDk3Ljg3OSw5Ny4wMDAgOTcuODc5LDk3LjAwMCBDOTcuMjIzLDEwMC43OTkgOTMuNzQ5LDEwNC4wMDAgODkuOTYxLDEwNC4wMDAgWk03Ni4wMDAsMTQwLjAwMCBDNzYuMDAwLDE0MS4xMDQgNzUuMTA1LDE0Mi4wMDAgNzQuMDAwLDE0Mi4wMDAgQzc0LjAwMCwxNDIuMDAwIDE4LjAwMCwxNDIuMDAwIDE4LjAwMCwxNDIuMDAwIEMxNi44OTYsMTQyLjAwMCAxNi4wMDAsMTQxLjEwNCAxNi4wMDAsMTQwLjAwMCBDMTYuMDAwLDEzOC44OTUgMTYuODk2LDEzOC4wMDAgMTguMDAwLDEzOC4wMDAgQzE4LjAwMCwxMzguMDAwIDc0LjAwMCwxMzguMDAwIDc0LjAwMCwxMzguMDAwIEM3NS4xMDUsMTM4LjAwMCA3Ni4wMDAsMTM4Ljg5NSA3Ni4wMDAsMTQwLjAwMCBaTTg2LjAwMCwxNDAuMDAwIEM4Ni4wMDAsMTQxLjEwNCA4NS4xMDUsMTQyLjAwMCA4NC4wMDAsMTQyLjAwMCBDODQuMDAwLDE0Mi4wMDAgODEuMDAwLDE0Mi4wMDAgODEuMDAwLDE0Mi4wMDAgQzc5Ljg5NiwxNDIuMDAwIDc5LjAwMCwxNDEuMTA0IDc5LjAwMCwxNDAuMDAwIEM3OS4wMDAsMTM4Ljg5NSA3OS44OTYsMTM4LjAwMCA4MS4wMDAsMTM4LjAwMCBDODEuMDAwLDEzOC4wMDAgODQuMDAwLDEzOC4wMDAgODQuMDAwLDEzOC4wMDAgQzg1LjEwNSwxMzguMDAwIDg2LjAwMCwxMzguODk1IDg2LjAwMCwxNDAuMDAwIFpNMzAuMDAwLDQyLjAwMCBDMzAuMDAwLDQwLjg5NSAzMC44OTYsNDAuMDAwIDMyLjAwMCw0MC4wMDAgQzMyLjAwMCw0MC4wMDAgNjYuMDAwLDQwLjAwMCA2Ni4wMDAsNDAuMDAwIEM2Ny4xMDUsNDAuMDAwIDY4LjAwMCw0MC44OTUgNjguMDAwLDQyLjAwMCBDNjguMDAwLDQzLjEwNCA2Ny4xMDUsNDQuMDAwIDY2LjAwMCw0NC4wMDAgQzY2LjAwMCw0NC4wMDAgMzIuMDAwLDQ0LjAwMCAzMi4wMDAsNDQuMDAwIEMzMC44OTYsNDQuMDAwIDMwLjAwMCw0My4xMDQgMzAuMDAwLDQyLjAwMCBaTTY5LjAwMCw0Mi4wMDAgQzY5LjAwMCw0MC44OTUgNjkuODk2LDQwLjAwMCA3MS4wMDAsNDAuMDAwIEM3MS4wMDAsNDAuMDAwIDcyLjAwMCw0MC4wMDAgNzIuMDAwLDQwLjAwMCBDNzMuMTA1LDQwLjAwMCA3NC4wMDAsNDAuODk1IDc0LjAwMCw0Mi4wMDAgQzc0LjAwMCw0My4xMDQgNzMuMTA1LDQ0LjAwMCA3Mi4wMDAsNDQuMDAwIEM3Mi4wMDAsNDQuMDAwIDcxLjAwMCw0NC4wMDAgNzEuMDAwLDQ0LjAwMCBDNjkuODk2LDQ0LjAwMCA2OS4wMDAsNDMuMTA0IDY5LjAwMCw0Mi4wMDAgWk02Ny4wMDAsNTQuMDAwIEM2OC4xMDUsNTQuMDAwIDY5LjAwMCw1NC44OTUgNjkuMDAwLDU2LjAwMCBDNjkuMDAwLDU3LjEwNCA2OC4xMDUsNTguMDAwIDY3LjAwMCw1OC4wMDAgQzY3LjAwMCw1OC4wMDAgMzQuMDAwLDU4LjAwMCAzNC4wMDAsNTguMDAwIEMzMi44OTYsNTguMDAwIDMyLjAwMCw1Ny4xMDQgMzIuMDAwLDU2LjAwMCBDMzIuMDAwLDU0Ljg5NSAzMi44OTYsNTQuMDAwIDM0LjAwMCw1NC4wMDAgQzM0LjAwMCw1NC4wMDAgNjcuMDAwLDU0LjAwMCA2Ny4wMDAsNTQuMDAwIFpNNzMuMDAwLDU0LjAwMCBDNzQuMTA1LDU0LjAwMCA3NS4wMDAsNTQuODk1IDc1LjAwMCw1Ni4wMDAgQzc1LjAwMCw1Ny4xMDQgNzQuMTA1LDU4LjAwMCA3My4wMDAsNTguMDAwIEM3My4wMDAsNTguMDAwIDcyLjAwMCw1OC4wMDAgNzIuMDAwLDU4LjAwMCBDNzAuODk2LDU4LjAwMCA3MC4wMDAsNTcuMTA0IDcwLjAwMCw1Ni4wMDAgQzcwLjAwMCw1NC44OTUgNzAuODk2LDU0LjAwMCA3Mi4wMDAsNTQuMDAwIEM3Mi4wMDAsNTQuMDAwIDczLjAwMCw1NC4wMDAgNzMuMDAwLDU0LjAwMCBaTTUyLjAwMCwxMS4wMDAgQzUyLjAwMCwxMS4wMDAgNTIuMDAwLDIuMDAwIDUyLjAwMCwyLjAwMCBDNTIuMDAwLDAuODk1IDUyLjg5NSwtMC4wMDAgNTQuMDAwLC0wLjAwMCBDNTUuMTA0LC0wLjAwMCA1Ni4wMDAsMC44OTUgNTYuMDAwLDIuMDAwIEM1Ni4wMDAsMi4wMDAgNTYuMDAwLDExLjAwMCA1Ni4wMDAsMTEuMDAwIEM1Ni4wMDAsMTIuMTA0IDU1LjEwNCwxMy4wMDAgNTQuMDAwLDEzLjAwMCBDNTIuODk1LDEzLjAwMCA1Mi4wMDAsMTIuMTA0IDUyLjAwMCwxMS4wMDAgWk0zMi4yNjMsNS4zNDcgQzMxLjkyMyw0LjM4NCAzMi40MjksMy4zMjYgMzMuMzk0LDIuOTg2IEMzNC4zNjAsMi42NDUgMzUuNDE3LDMuMTUyIDM1Ljc1Niw0LjExNyBDMzUuNzU2LDQuMTE3IDM4LjYwNywxMi4yMDQgMzguNjA3LDEyLjIwNCBDMzguOTQ2LDEzLjE2OCAzOC40NDAsMTQuMjI1IDM3LjQ3NiwxNC41NjUgQzM3LjI3MiwxNC42MzcgMzcuMDY0LDE0LjY3MiAzNi44NjAsMTQuNjcyIEMzNi4wOTYsMTQuNjcyIDM1LjM4MiwxNC4xOTYgMzUuMTEzLDEzLjQzNCBDMzUuMTEzLDEzLjQzNCAzMi4yNjMsNS4zNDcgMzIuMjYzLDUuMzQ3IFpNMTcuMDQ3LDE0Ljg3OSBDMTYuMjcyLDE0LjIxMCAxNi4xODYsMTMuMDQxIDE2Ljg1NSwxMi4yNjYgQzE3LjUyMywxMS40OTEgMTguNjkyLDExLjQwNSAxOS40NjYsMTIuMDc1IEMxOS40NjYsMTIuMDc1IDI1Ljk1NywxNy42NzggMjUuOTU3LDE3LjY3OCBDMjYuNzMyLDE4LjM0NiAyNi44MTgsMTkuNTE1IDI2LjE0OSwyMC4yODkgQzI1Ljc4MywyMC43MTQgMjUuMjY2LDIwLjkzMSAyNC43NDYsMjAuOTMxIEMyNC4zMTcsMjAuOTMxIDIzLjg4NywyMC43ODMgMjMuNTM3LDIwLjQ4MCBDMjMuNTM3LDIwLjQ4MCAxNy4wNDcsMTQuODc5IDE3LjA0NywxNC44NzkgWk02OC42NzMsMTIuMjAzIEM2OC42NzMsMTIuMjAzIDcxLjUyNCw0LjExNiA3MS41MjQsNC4xMTYgQzcxLjg2NCwzLjE1MSA3Mi45MjEsMi42NDMgNzMuODg2LDIuOTg2IEM3NC44NTAsMy4zMjYgNzUuMzU3LDQuMzg0IDc1LjAxNyw1LjM0OSBDNzUuMDE3LDUuMzQ5IDcyLjE2NiwxMy40MzUgNzIuMTY2LDEzLjQzNSBDNzEuODk3LDE0LjE5NiA3MS4xODIsMTQuNjcyIDcwLjQxOSwxNC42NzIgQzcwLjIxNCwxNC42NzIgNzAuMDA3LDE0LjYzNyA2OS44MDMsMTQuNTY1IEM2OC44MzksMTQuMjI1IDY4LjMzMywxMy4xNjggNjguNjczLDEyLjIwMyBaTTgxLjEzMCwyMC4yODkgQzgwLjQ2MiwxOS41MTUgODAuNTQ4LDE4LjM0NiA4MS4zMjIsMTcuNjc4IEM4MS4zMjIsMTcuNjc4IDg3LjgxMywxMi4wNzUgODcuODEzLDEyLjA3NSBDODguNTg4LDExLjQwNSA4OS43NTgsMTEuNDkyIDkwLjQyNSwxMi4yNjYgQzkxLjA5MywxMy4wNDEgOTEuMDA3LDE0LjIxMCA5MC4yMzMsMTQuODc5IEM5MC4yMzMsMTQuODc5IDgzLjc0MiwyMC40ODAgODMuNzQyLDIwLjQ4MCBDODMuMzkyLDIwLjc4MyA4Mi45NjIsMjAuOTMxIDgyLjUzMywyMC45MzEgQzgyLjAxMywyMC45MzEgODEuNDk3LDIwLjcxNCA4MS4xMzAsMjAuMjg5IFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjAuNiIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left calc(50% + 63px) top calc(50% - 1px) / auto auto no-repeat;
    z-index: 2;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .block-16 {
    margin: 31px 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    z-index: 2;
    text-align: center;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    right: 0;
    padding-right: 0;
}

.title-page .widget-29 {
    margin: 23px 0 0 69px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: undefined;
    box-sizing: border-box;
    width: auto;
    right: 0;
}

.title-page .address-44 p:first-child {
    margin-top: 0;
}

.title-page .address-44 p:last-child {
    margin-bottom: 0;
}

.title-page .address-44 .inner {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
}

.title-page .address-44 .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-44 .icon {
    box-sizing: border-box;
    height: 16px;
    width: 16px;
    background: #ccc;
    margin-right: 5px;
}

.title-page .address-44 .block-body-drop {
    box-sizing: border-box;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
}

.title-page .address-44 .cell-text {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .address-44 .title {
    box-sizing: border-box;
    display: none;
}

.title-page .address-44 .text_body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

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

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

.title-page .widget-28 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: undefined;
    box-sizing: border-box;
    width: auto;
    right: 0;
}

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

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

.title-page .phones-43 .inner {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
}

.title-page .phones-43 .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-43 .icon {
    border: none;
    box-sizing: border-box;
    height: 16px;
    width: 45px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWRfNGR3ZG9ucyIgc3ByZWFkTWV0aG9kPSJwYWQiIHgxPSIwLjAiIHkxPSIwLjAiIHgyPSIxLjAiIHkyPSIwLjAiPjxzdG9wIHN0b3AtY29sb3I9IiM5Y2VhMTUiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIwIiBpZD0ic3RvcC0xMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyM2NhODgiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIxIiBpZD0ic3RvcC0xMSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJmaWxsX2dyYWRfcGF0aC0yIiBzcHJlYWRNZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iIzljZWExNSIgc3RvcC1vcGFjaXR5PSIwLjk5MjE4NzUiIG9mZnNldD0iMCIgaWQ9InN0b3AtMTAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjNjYTg4IiBzdG9wLW9wYWNpdHk9IjAuOTkyMTg3NSIgb2Zmc2V0PSIxIiBpZD0ic3RvcC0xMSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJzdHJva2VfZ3JhZF9wYXRoLTIiIHNwcmVhZE1ldGhvZD0icGFkIiB4MT0iMC4wIiB5MT0iMC4wIiB4Mj0iMS4wIiB5Mj0iMC4wIj48c3RvcCBzdG9wLWNvbG9yPSIjOWNlYTE1IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMCIgaWQ9InN0b3AtMTAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjNjYTg4IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMSIgaWQ9InN0b3AtMTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZGVmcyBpZD0iZGVmcy0xMiIvPjxwYXRoIGQ9Ik0xNS4wNSA1QTUgNSAwIDAgMSAxOSA4Ljk1TTE1LjA1IDFBOSA5IDAgMCAxIDIzIDguOTRtLTEgNy45OHYzYTIgMiAwIDAgMS0yLjE4IDIgMTkuNzkgMTkuNzkuMCAwIDEtOC42My0zLjA3IDE5LjUgMTkuNS4wIDAgMS02LTYgMTkuNzkgMTkuNzkuMCAwIDEtMy4wNy04LjY3QTIgMiAwIDAgMSA0LjExIDJoM2EyIDIgMCAwIDEgMiAxLjcyIDEyLjg0IDEyLjg0LjAgMCAwIC43IDIuODEgMiAyIDAgMCAxLS40NSAyLjExTDguMDkgOS45MWExNiAxNiAwIDAgMCA2IDZsMS4yNy0xLjI3YTIgMiAwIDAgMSAyLjExLS40NSAxMi44NCAxMi44NC4wIDAgMCAyLjgxLjdBMiAyIDAgMCAxIDIyIDE2LjkyeiIgaWQ9InBhdGgtMiIgc3Ryb2tlPSIjZmY4ZDRmIiBzdHJva2Utb3BhY2l0eT0iMSIgZGF0YS1jaGFuZ2VkPSJ0cnVlIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjAiIHR5cGU9InNvbGlkQ29sb3IiLz48L3N2Zz4=") left 50% top 50% / 23px no-repeat #fff;
    margin-right: 20px;
    min-height: 45px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
}

.title-page .phones-43 .block-body-drop {
    box-sizing: border-box;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
}

.title-page .phones-43 .cell-text {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .phones-43 .title {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
    margin-top: 9px;
}

.title-page .phones-43 .text_body {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    line-height: 1.4;
    -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;
    text-decoration: none;
    font-size: 23px;
    margin-top: 10px;
    font-weight: 300;
}

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

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

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

.title-page .widget-31 {
    padding: 50px;
    margin: 0 0 auto 29px;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 513px;
    right: auto;
    background: none #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.title-page .widget-31:active,
.title-page .widget-31.active {
    background: #fff;
}

.title-page .form-48 .form__header {
    border: none;
    box-sizing: border-box;
    font-size: 25px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    color: #383838;
    text-decoration: none;
    font-weight: 600;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .form-48 .form__text {
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    font-family: Fira Sans, sans-serif;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    color: #757575;
    text-decoration: none;
    line-height: 1.4;
    margin-top: 12px;
}

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

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

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

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

.title-page .form-48 .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-48 .form-text {
    box-sizing: border-box;
}

.title-page .form-48 .form-item__title {
    box-sizing: border-box;
    display: inline-block;
    min-width: 15px;
}

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

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

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

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

.title-page .form-48 .form-text input {
    padding: 2px 25px 2px 60px;
    border: none;
    box-sizing: border-box;
    background: #f3f3f3;
    width: 100%;
    min-width: 100px;
    min-height: 55px;
    outline: none;
    -webkit-appearance: none;
    font-family: Fira Sans, sans-serif;
    text-align: start;
    color: #000;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 15px;
    height: 55px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    margin-bottom: 9px;
}

.title-page .form-48 .form-textarea textarea {
    padding: 2px 4px 2px 60px;
    border: none;
    box-sizing: border-box;
    background: #f3f3f3;
    width: 100%;
    min-width: 100px;
    resize: vertical;
    min-height: 40px;
    outline: none;
    display: block;
    -webkit-appearance: none;
    font-family: Fira Sans, sans-serif;
    text-align: start;
    color: #000;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 15px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.title-page .form-48 .icon.img_name {
    border: none;
    box-sizing: border-box;
    position: absolute;
    background: url("wm_form_adaptive_default.gif") 50% 50% no-repeat;
    width: 35px;
    height: 35px;
    min-height: 35px;
    margin-top: 9px;
    margin-left: 14px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .form-48 .icon.img_email {
    border: none;
    box-sizing: border-box;
    position: absolute;
    background: url("wm_form_adaptive_default.gif") 50% 50% no-repeat;
    width: 35px;
    height: 35px;
    min-height: 35px;
    margin-top: 9px;
    margin-left: 14px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .form-48 .icon.img_phone {
    border: none;
    box-sizing: border-box;
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48cGF0aCBkPSJNMjIgMTYuOTJ2M2EyIDIgMCAwIDEtMi4xOCAyIDE5Ljc5IDE5Ljc5LjAgMCAxLTguNjMtMy4wNyAxOS41IDE5LjUuMCAwIDEtNi02IDE5Ljc5IDE5Ljc5LjAgMCAxLTMuMDctOC42N0EyIDIgMCAwIDEgNC4xMSAyaDNhMiAyIDAgMCAxIDIgMS43MiAxMi44NCAxMi44NC4wIDAgMCAuNyAyLjgxIDIgMiAwIDAgMS0uNDUgMi4xMUw4LjA5IDkuOTFhMTYgMTYgMCAwIDAgNiA2bDEuMjctMS4yN2EyIDIgMCAwIDEgMi4xMS0uNDUgMTIuODQgMTIuODQuMCAwIDAgMi44MS43QTIgMiAwIDAgMSAyMiAxNi45MnoiIGlkPSJwYXRoLTIiIHN0cm9rZS1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBzdHJva2U9IiMzMzMzMzMiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
    width: 35px;
    height: 35px;
    min-height: 35px;
    margin-top: 9px;
    margin-left: 14px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.title-page .form-48 .icon.img_comments {
    border: none;
    box-sizing: border-box;
    position: absolute;
    background: url("wm_form_adaptive_default.gif") 50% 50% no-repeat;
    width: 35px;
    height: 35px;
    min-height: 35px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

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

.title-page .form-48 .form-select select {
    box-sizing: border-box;
    width: 100%;
    min-width: 100px;
}

.title-page .form-48 .form-upload .form-item__body .no-more {
    box-sizing: border-box;
}

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

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

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

.title-page .form-48 .form-submit {
    box-sizing: border-box;
}

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

.title-page .form-48 .form-submit .form-item__body {
    box-sizing: border-box;
}

.title-page .form-48 .form-submit button {
    padding: 13px 25px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.53) 0%, rgba(239, 77, 158, 0.53) 99.3%) #f6be6d;
    outline: none;
    -webkit-appearance: none;
    font-family: Fira Sans Condensed, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 14px;
    width: 259px;
    margin-top: 8px;
    position: relative;
    min-height: 59px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    -webkit-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    font-weight: 500;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .form-48 .form-submit button:hover,
.title-page .form-48 .form-submit button.hover,
.title-page .form-48 .form-submit button.active {
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.56) 0%, rgba(239, 77, 158, 0.56) 99.3%) #f6be6d;
    -webkit-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
}

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

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

.title-page .form-48 .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-48 .form-captcha input {
    padding: 2px 4px;
    border: none;
    box-sizing: border-box;
    background: #f3f3f3;
    width: 100%;
    min-width: 50px;
    min-height: 22px;
    outline: none;
    text-align: start;
    -webkit-appearance: none;
    font-family: Fira Sans, sans-serif;
    color: #000;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 15px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.title-page .form-48 .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-48 .form-captcha .form-submit-container {
    box-sizing: border-box;
}

.title-page .form-48 .form-captcha button {
    padding: 13px 25px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.53) 0%, rgba(239, 77, 158, 0.53) 99.3%) #f6be6d;
    outline: none;
    -webkit-appearance: none;
    font-family: Fira Sans Condensed, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 14px;
    width: 259px;
    margin-top: 8px;
    position: relative;
    min-height: 59px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    -webkit-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    font-weight: 500;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.title-page .form-48 .form-captcha button:hover,
.title-page .form-48 .form-captcha button.hover,
.title-page .form-48 .form-captcha button.active {
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.56) 0%, rgba(239, 77, 158, 0.56) 99.3%) #f6be6d;
    -webkit-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
}

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

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

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

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

.title-page .form-48 .form-checkbox {
    box-sizing: border-box;
}

.title-page .form-48 .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-48 .form-checkbox .form-item__title {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 5px;
}

.title-page .form-48 .form-checkbox .form-item__body label.form-item__title {
    font-size: 13px;
}

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

.title-page .form-48 .form-radio {
    box-sizing: border-box;
}

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

.title-page .form-48 .form-radio .form-item__body label.form-item__title {
    font-size: 13px;
}

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

.title-page .form-48 .form-radio .form-item__title {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 5px;
}

.title-page .form-48 .form-select {
    box-sizing: border-box;
}

.title-page .form-48 .form-div {
    box-sizing: border-box;
}

.title-page .form-48 .form-html {
    box-sizing: border-box;
}

.title-page .form-48 .form-html .form-item__body {
    font-size: 13px;
}

.title-page .form-48 .form-upload {
    box-sizing: border-box;
}

.title-page .form-48 .form-calendar {
    box-sizing: border-box;
}

.title-page .form-48 .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-48 .form-calendar input {
    padding: 2px 4px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-height: 22px;
    outline: none;
    -webkit-appearance: none;
}

.title-page .form-48 .form-calendar_interval {
    box-sizing: border-box;
}

.title-page .form-48 .form-calendar_interval input {
    padding: 2px 4px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-height: 22px;
    outline: none;
    -webkit-appearance: none;
}

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

.title-page .form-48 .form-calendar_interval .label_from {
    box-sizing: border-box;
    margin-right: 5px;
}

.title-page .form-48 .form-calendar_interval .label_to {
    box-sizing: border-box;
    margin-right: 5px;
}

.title-page .form-48 .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-48 .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-48 .group-text {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}

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

.title-page .form-48 .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-48 .group-button {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
}

.title-page .form-48 .form-success {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

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

.title-page .block-38 {
    margin: -1px 0 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 0;
    background: url("54587314_2.jpg") left 50% bottom -413px / cover no-repeat, url("bg45.png") left calc(50% + 7px) top -387px / auto auto no-repeat, url("bg44.png") left calc(50% - 15px) bottom -350px / auto auto no-repeat, linear-gradient(204deg, #eee9e6 25.4%, #fff 89.3%);
    max-width: 100%;
    z-index: 1;
    text-align: center;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    right: 0;
    padding-bottom: 90px;
    padding-top: 80px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

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

.title-page .widget-43 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: auto;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    right: 0;
}

.title-page .popover-wrap-73 .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-73 .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-73 .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-73 .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-73 .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-73 .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-73 .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-73 .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: url("wm_button_close.png") 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

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

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

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

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

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

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

.title-page .blocklist-73 .header {
    border: none;
    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: 15px;
    text-align: left;
    box-sizing: border-box;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-top: 14px;
    padding-left: 0;
    font-family: Fira Sans, sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.6px;
    text-decoration: none;
    padding-bottom: 2px;
    margin-left: 0;
}

.title-page .blocklist-73 .header_text {
    font-size: 40px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    color: #333;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 600;
}

.title-page .blocklist-73 .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-73 .description {
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}

.title-page .blocklist-73 .body-outer {
    box-sizing: border-box;
    position: relative;
    margin-top: 40px;
}

.title-page .blocklist-73 .body {
    margin: 0 -10px;
    box-sizing: border-box;
}

.title-page .blocklist-73 .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-73 .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-73 .bx-wrapper {
    max-width: 1220px;
}

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

.title-page .blocklist-73 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 1220px;
}

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

.title-page .blocklist-73 .item {
    padding: 0.02px 0 35px;
    margin: 10px 10px 0;
    border: none;
    position: relative;
    width: 293px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    text-align: left;
    left: 0;
    right: 0;
    flex-basis: 100%;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    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 .blocklist-73 .text {
    padding: 20px 0;
    margin: 6px 0 5px 26px;
    border: none;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-family: Fira Sans, sans-serif;
    color: #666;
    line-height: 1.4;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

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

.title-page .blocklist-73 .image {
    margin: 0 0 5px;
    box-sizing: border-box;
    position: relative;
    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;
    float: none;
    max-width: 100%;
}

.title-page .blocklist-73 .item-label {
    padding: 5px 10px;
    border: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: repeating-linear-gradient(60deg, rgba(19, 131, 194, 0.43) 0%, rgba(78, 251, 208, 0.43) 100%) #40b9c7;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 70px;
    min-height: 40px;
}

.title-page .blocklist-73 .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-73 .img-convert {
    box-sizing: border-box;
    width: auto;
    height: 220px;
    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: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

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

.title-page .blocklist-73 .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-73 .title {
    padding: 0.02px 25px;
    margin: 30px 0 0;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    pointer-events: auto;
    font-family: Fira Sans, sans-serif;
    color: #454545;
    line-height: 1;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 20px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    background: #fff;
    border-top: 0px solid #ff8d54;
    border-right: 0px solid #ff8d54;
    border-bottom: 0px solid #ff8d54;
    border-left: 3px solid #40b9c7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    left: 0;
    right: 0;
    min-height: 0;
}

.title-page .blocklist-73 .sub-title {
    font-style: italic;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.title-page .blocklist-73 .price {
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    margin-top: 18px;
}

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

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

.title-page .blocklist-73 .price-value {
    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;
    text-decoration: none;
}

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

.title-page .blocklist-73 .more {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    pointer-events: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 30px;
}

.title-page .blocklist-73 .more>a {
    padding: 13px 25px;
    border: none;
    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;
    font-family: Fira Sans Condensed, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    -webkit-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    box-shadow: 8px 7px 29px rgba(255, 112, 51, 0.55);
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.53) 0%, rgba(239, 77, 158, 0.53) 99.3%) #f6be6d;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    font-weight: 500;
}

.title-page .blocklist-73 .more>a:hover,
.title-page .blocklist-73 .more>a.hover,
.title-page .blocklist-73 .more>a.active {
    -webkit-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    -moz-box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    box-shadow: 7px 5px 43px 3px rgba(255, 112, 51, 0.55);
    background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.56) 0%, rgba(239, 77, 158, 0.56) 99.3%) #f6be6d;
}

.title-page .blocklist-73 .columns-table {
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.title-page .blocklist-73 .columns-cell {
    display: table-cell;
    vertical-align: top;
}

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

.title-page .blocklist-73 .footer {
    text-align: left;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}

.title-page .blocklist-73 .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-73 .controls {
    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;
    box-sizing: border-box;
    margin-top: -10px;
    z-index: 1;
    text-align: justify;
}

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

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

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

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

.title-page .blocklist-73 .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 .blocklist-73 .bx-auto_controls {
    margin: auto auto 0;
    box-sizing: border-box;
    visibility: visible;
    display: -webkit-flex;
    display: flex;
}

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

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

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

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

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

.title-page .blocklist-73 .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-73 .bx-pager {
    position: relative;
    z-index: 100;
    display: inline-block;
    box-sizing: border-box;
}

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

.title-page .blocklist-73 .bx-pager a {
    margin: 2px 5px;
    border: none;
    display: inline-block;
    width: 10px;
    min-height: 10px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Fira Sans, sans-serif;
    color: #000;
    text-align: left;
}

.title-page .blocklist-73 .bx-pager a:active,
.title-page .blocklist-73 .bx-pager a.active {
    background: #fb0;
}

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

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

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

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

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

.title-page .popover-wrap-73 .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-73 .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-73 .popover-body .s3_form_field_title {
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}

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

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

.title-page .popover-wrap-73 .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-73 .popover-body .s3_form_item.form_html_block {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.title-page .popover-wrap-73 .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-73 .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-73 .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-73 .popover-body .s3_form_item.form_radio {
    box-sizing: border-box;
}

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

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

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

.title-page .popover-wrap-73 .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-73 .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-73 .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-73 .popover-body .s3_form_item.form_select {
    box-sizing: border-box;
}

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

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

.title-page .popover-wrap-73 .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-73 .popover-body .form_select select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1;
}

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

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

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

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

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

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

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

.title-page .popover-wrap-73 .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-73 .popover-body .form_calendar_interval .s3_form_subitem {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.title-page .popover-wrap-73 .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-73 .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-73 .popover-body .s3_form_item.form_upload {
    box-sizing: border-box;
}

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

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

.title-page .popover-wrap-73 .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-73 .popover-body .s3_required {
    color: #f00;
}

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

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

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

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

.title-page .widget-37 {
    top: 0;
    left: 0;
    position: fixed;
    width: auto;
    text-align: center;
    right: 0;
    z-index: 1450;
    margin-left: 0;
    margin-right: 0;
}

.title-page .side-panel-60 .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-60 .side-panel-content {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 265px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

.title-page .side-panel-60 .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("wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
    cursor: pointer;
    text-align: left;
}

.title-page .side-panel-60 .side-panel-content-inner {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 0;
}

.title-page .side-panel-60 .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;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
}

.title-page .side-panel-60 .side-panel-button {
    padding: 4px 5px 7px;
    box-sizing: border-box;
    font-size: 0;
    width: 29px;
    min-height: 0;
    background: #eee;
    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;
}

.title-page .side-panel-60 .side-panel-button-icon {
    display: block;
}

.title-page .side-panel-60 .side-panel-button-icon-line {
    box-sizing: border-box;
    display: block;
    min-height: 3px;
    margin-top: 3px;
    background: #000;
    text-align: left;
}

.title-page .side-panel-60 .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 .wrapper .layout_center_2_id_9_1 {
        margin-top: 0;
        -webkit-order: 11;
        -moz-order: 11;
        order: 11;
    }

    .title-page .wrapper {
        background: url("32.svg@1532428107029") left 50% top 50% / auto auto no-repeat, linear-gradient(#fff, #fff);
    }

    .title-page .block-4 .layout_5 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-4 .layout_8 {}

    .title-page .block-4 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        padding-left: 35px;
        padding-right: 35px;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }

    .title-page .block-3 {
        margin-top: 0;
    }

    .title-page .widget-5 {
        text-align: center;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: block;
    }

    .title-page .address-7 .inner {
        display: -webkit-inline-flex;
        display: inline-flex;
    }

    .title-page .address-7 .block-body-drop {
        width: 100%;
        margin-left: 0;
    }

    .title-page .address-7 .text_body {
        margin-left: auto;
        margin-right: auto;
    }

    .title-page .widget-4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: block;
    }

    .title-page .phones-6 .inner {
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .title-page .phones-6 .icon {
        margin-right: auto;
        margin-left: auto;
    }

    .title-page .phones-6 .block-body-drop {
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 100%;
        margin-left: 0;
        left: auto;
        top: 100%;
        right: auto;
        bottom: auto;
    }

    .title-page .phones-6 .title {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
        margin-top: 10px;
    }

    .title-page .phones-6 .text_body {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .title-page .widget-3 {
        margin: 0 auto;
        text-align: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }

    .title-page .widget-2 {
        margin-left: auto;
        margin-right: auto;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: block;
    }

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

    .title-page .site-name-3 img {
        margin-left: auto;
        margin-right: auto;
    }

    .title-page .site-name-3 .sn-text {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .title-page .block-26 {
        min-height: 0;
        background: none;
        margin-top: 30px;
        -webkit-order: 4;
        -moz-order: 4;
        order: 4;
    }

    .title-page .block-6 {
        background: none;
        padding-bottom: 43px;
    }

    .title-page .block-5 {
        width: auto;
        background: none;
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }

    .title-page .block-44 {
        width: auto;
        min-height: 186px;
        background: url("tour.png") left 50% top 50% / 450px no-repeat;
        margin-top: -520px;
        margin-left: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        display: block;
    }

    .title-page .block-27 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }

    .title-page .widget-16 {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-left: 54px;
        padding-right: 35px;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: block;
    }

    .title-page .blocklist-25 .body-outer {
        width: auto;
    }

    .title-page .blocklist-25 .body {
        width: auto;
    }

    .title-page .blocklist-25 .bx-wrapper {
        max-width: 630px;
    }

    .title-page .blocklist-25 .list {
        width: 629px;
    }

    .title-page .blocklist-25 .item-outer {
        width: 33.33%;
    }

    .title-page .blocklist-25 .item {
        width: 150px;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .title-page .blocklist-25 .image {
        margin-right: 10px;
        margin-bottom: 0;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        background: none;
    }

    .title-page .blocklist-25 .title {
        margin-left: 80px;
    }

    .title-page .blocklist-25 .bx-pager {
        margin-top: 15px;
        align-self: auto;
    }

    .title-page .widget-48 {
        min-height: 450px;
        margin-top: 30px;
        padding-left: 300px;
        -webkit-order: 4;
        -moz-order: 4;
        order: 4;
        display: block;
    }

    .title-page .slider-77 .block-more {
        background: none;
    }

    .title-page .slider-77 .slider-controls {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .title-page .slider-77 .slider-prev {
        padding: 0;
        margin: 0;
    }

    .title-page .slider-77 .slider-next {
        padding: 0;
        margin: 0;
    }

    .title-page .slider-77 .text_wrapper {
        width: 300px;
        margin-top: -92.5px;
        margin-left: 30px;
    }

    .title-page .block-36 {
        padding-bottom: 30px;
        padding-top: 0.02px;
        -webkit-order: 5;
        -moz-order: 5;
        order: 5;
    }

    .title-page .block-28 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding-top: 50px;
    }

    .title-page .widget-8 {
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        padding-left: 35px;
        padding-right: 35px;
        display: block;
    }

    .title-page .blocklist-15 .header {
        background: none;
        margin-bottom: 0;
    }

    .title-page .blocklist-15 .header_text {
        font-size: 32px;
    }

    .title-page .blocklist-15 .body-outer {
        width: auto;
        margin-top: 20px;
    }

    .title-page .blocklist-15 .body {
        width: auto;
    }

    .title-page .blocklist-15 .item {
        width: auto;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        margin-top: 20px;
    }

    .title-page .blocklist-15 .text {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
        background: none;
    }

    .title-page .blocklist-15 .image {
        margin-bottom: 0;
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .blocklist-15 .title {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .blocklist-15 .sub-title {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .blocklist-15 .price {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .blocklist-15 .more {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .block-8 {
        background: url("wave5.png") left 50% bottom 0px / cover no-repeat fixed, url("54739380_2.jpg") left calc(50% - 6px) top calc(50% - 150px) / auto auto no-repeat #f5f2eb;
        padding-top: 60px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        padding-left: 35px;
        padding-right: 35px;
        -webkit-order: 4;
        -moz-order: 4;
        order: 4;
    }

    .title-page .block-29 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .title-page .widget-11 {
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: block;
    }

    .title-page .blocklist-18 .header {
        background: none;
    }

    .title-page .blocklist-18 .header_text {
        font-size: 32px;
    }

    .title-page .blocklist-18 .body-outer {
        width: auto;
    }

    .title-page .blocklist-18 .body {
        width: auto;
    }

    .title-page .blocklist-18 .image {
        margin-bottom: 0;
    }

    .title-page .blocklist-18 .title {
        margin-left: 0;
        background: none;
    }

    .title-page .blocklist-18 .title:hover,
    .title-page .blocklist-18 .title.hover,
    .title-page .blocklist-18 .title.active {
        color: #41a4bf;
    }

    .title-page .blocklist-18 .all:hover,
    .title-page .blocklist-18 .all.hover,
    .title-page .blocklist-18 .all.active {
        font-weight: 800;
    }

    .title-page .block-37 .layout_70_id_65 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }

    .title-page .block-37 {
        -webkit-order: 7;
        -moz-order: 7;
        order: 7;
    }

    .title-page .block-30 {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .title-page .widget-12 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        background: none;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: block;
    }

    .title-page .form-20 .form-text {
        margin-bottom: 20px;
    }

    .title-page .form-20 .form-text input {
        padding-left: 60px;
    }

    .title-page .form-20 .icon.img_phone {
        width: 35px;
    }

    .title-page .form-20 .form-submit button {
        margin-top: 12px;
    }

    .title-page .form-20 .form-submit button:hover,
    .title-page .form-20 .form-submit button.hover,
    .title-page .form-20 .form-submit button.active {
        font-weight: 600;
    }

    .title-page .form-20 .form-captcha button {
        margin-top: 12px;
    }

    .title-page .form-20 .form-captcha button:hover,
    .title-page .form-20 .form-captcha button.hover,
    .title-page .form-20 .form-captcha button.active {
        font-weight: 600;
    }

    .title-page .block-9 {
        padding: 40px 35px 40px 55px;
        -webkit-order: 6;
        -moz-order: 6;
        order: 6;
    }

    .title-page .block-32 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .title-page .widget-15 {
        width: 638px;
        min-width: 638px;
        background: none;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        padding-right: 200px;
        display: block;
    }

    .title-page .blocklist-23 .header {
        background: none;
    }

    .title-page .blocklist-23 .header_text {
        background: none;
    }

    .title-page .blocklist-23 .body-outer {
        width: auto;
    }

    .title-page .blocklist-23 .body {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .title-page .blocklist-23 .item-outer {
        width: 100%;
    }

    .title-page .blocklist-23 .item {
        width: 450px;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        background: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 31px;
    }

    .title-page .blocklist-23 .text {
        background: none;
    }

    .title-page .blocklist-23 .image {
        margin-right: 21px;
        margin-bottom: 0;
        text-align: left;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .title-page .blocklist-23 .title {
        width: auto;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        background: none;
    }

    .title-page .blocklist-23 .more>a:hover,
    .title-page .blocklist-23 .more>a.hover,
    .title-page .blocklist-23 .more>a.active {
        font-weight: 800;
    }

    .title-page .block-46 {
        -webkit-order: 10;
        -moz-order: 10;
        order: 10;
    }

    .title-page .block-23 {
        padding: 54px 35px 44px;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .title-page .widget-49 {
        margin-top: 0;
        height: auto;
        display: block;
    }

    .title-page .reviews-80 .list-wr {
        width: auto;
        overflow: hidden;
    }

    .title-page .reviews-80 .body {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .title-page .reviews-80 .list {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .title-page .reviews-80 .item-outer {
        width: 100%;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
    }

    .title-page .reviews-80 .item {
        margin-right: 0;
        margin-left: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .title-page .reviews-80 .image {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
        margin-bottom: 5px;
        float: none;
    }

    .title-page .reviews-80 .text {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .reviews-80 .author {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .reviews-80 .bx-wrapper {
        max-width: 672px;
    }

    .title-page .reviews-80 .pager-wrap {
        display: none;
    }

    .title-page .block-20 {
        padding-bottom: 30px;
    }

    .title-page .block-22 .layout_51 {
        margin-top: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-left: 0;
        display: none;
    }

    .title-page .block-22 .layout_52 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-right: 0;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-22 .layout_54 {
        margin-top: 0;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        width: 100%;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-22 {
        margin-top: 0;
        padding-left: 35px;
        padding-right: 35px;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .title-page .widget-35 {
        margin-top: 15px;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        flex-shrink: 1;
    }

    .title-page .widget-32 {
        margin-top: 15px;
        margin-left: auto;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: none;
    }

    .title-page .widget-33 {
        margin-top: 15px;
        margin-right: auto;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }

    .title-page .widget-34 {
        margin-top: -30px;
        margin-left: auto;
        margin-right: auto;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }

    .title-page .block-21 .layout_center_56_id_57_0 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: auto;
    }

    .title-page .block-21 {
        padding-top: 40px;
        padding-bottom: 80px;
        -webkit-order: 9;
        -moz-order: 9;
        order: 9;
    }

    .title-page .widget-36 {
        display: none;
        background: none;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }

    .title-page .menu-57 .menu-scroll>ul {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .title-page .menu-57 .menu-scroll>ul>li.menu-item>a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .title-page .menu-57 .menu-scroll>ul>li.more-button {
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-19 {
        margin-top: 0;
        margin-left: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }

    .title-page .block-18 .layout_45 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-18 .layout_48 {
        margin-top: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-18 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        padding-left: 35px;
        padding-right: 35px;
    }

    .title-page .block-16 {
        margin-top: 0;
        padding-left: 0;
    }

    .title-page .widget-29 {
        text-align: left;
        margin-left: 71px;
        margin-right: auto;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: block;
    }

    .title-page .address-44 .inner {
        display: -webkit-inline-flex;
        display: inline-flex;
    }

    .title-page .address-44 .block-body-drop {
        width: 100%;
        margin-left: 0;
    }

    .title-page .widget-28 {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: block;
    }

    .title-page .phones-43 .inner {
        display: -webkit-inline-flex;
        display: inline-flex;
    }

    .title-page .phones-43 .block-body-drop {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        margin-left: 0;
    }

    .title-page .widget-31 {
        margin-top: 33px;
        margin-left: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        width: auto;
        right: 0;
    }

    .title-page .form-48 .form__header {
        background: none;
    }

    .title-page .form-48 .form-text input {
        padding-left: 62px;
    }

    .title-page .block-38 {
        padding-bottom: 0.02px;
        padding-top: 0.02px;
        -webkit-order: 5;
        -moz-order: 5;
        order: 5;
    }

    .title-page .block-39 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding-top: 50px;
    }

    .title-page .widget-43 {
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 50px;
        display: block;
    }

    .title-page .blocklist-73 .header {
        background: none;
    }

    .title-page .blocklist-73 .header_text {
        font-size: 32px;
    }

    .title-page .blocklist-73 .body-outer {
        width: auto;
    }

    .title-page .blocklist-73 .body {
        width: auto;
    }

    .title-page .blocklist-73 .bx-wrapper {
        max-width: 718px;
    }

    .title-page .blocklist-73 .list {
        width: 718px;
    }

    .title-page .blocklist-73 .item-outer {
        width: 50%;
    }

    .title-page .blocklist-73 .item {
        width: auto;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        margin-top: 20px;
        align-self: auto;
    }

    .title-page .blocklist-73 .text {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
        background: none;
    }

    .title-page .blocklist-73 .image {
        margin-bottom: 0;
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .blocklist-73 .title {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .blocklist-73 .sub-title {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .blocklist-73 .price {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .blocklist-73 .more {
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
    }

    .title-page .blocklist-73 .controls {
        display: none;
    }

    .title-page .blocklist-73 .bx-pager {
        margin-bottom: 18px;
    }

    .title-page .widget-37 {
        z-index: 9999;
        margin-left: 10px;
        box-sizing: border-box;
        -webkit-order: 11;
        -moz-order: 11;
        order: 11;
        margin-top: 10px;
        display: block;
    }

    .title-page .side-panel-60 .side-panel-content {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: repeating-linear-gradient(96deg, #3794bf 0%, #16ad99 100%) #fff;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        border-radius: none;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .title-page .side-panel-60 .side-panel-close {
        border: none;
        width: 50px;
        min-height: 50px;
        -webkit-border-radius: 205px;
        -moz-border-radius: 205px;
        border-radius: 205px;
        margin-top: 19px;
        margin-left: -27px;
        -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.46);
        -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.46);
        box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.46);
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: url("icon_1031533.svg") left 50% top 50% / 25px no-repeat #fff;
    }

    .title-page .side-panel-60 .side-panel-close:hover,
    .title-page .side-panel-60 .side-panel-close.hover,
    .title-page .side-panel-60 .side-panel-close.active {
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
    }

    .title-page .side-panel-60 .side-panel-top {
        width: auto;
    }

    .title-page .side-panel-60 .side-panel-button {
        border: none;
        text-align: left;
        width: 60px;
        min-height: 60px;
        padding-top: 14px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: #ff8d54;
    }

    .title-page .side-panel-60 .side-panel-button-icon-line {
        border: none;
        margin-top: 5px;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: #fff;
        min-height: 4px;
    }
}

@media all and (max-width: 768px) {
    .title-page .wrapper .layout_center_2_id_9_1 {
        margin-top: 0;
        -webkit-order: 11;
        -moz-order: 11;
        order: 11;
    }

    .title-page .block-4 .layout_5 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-4 .layout_8 {}

    .title-page .block-3 {
        margin-left: auto;
        margin-right: auto;
    }

    .title-page .widget-4 {
        margin-left: 0;
        margin-right: 0;
    }

    .title-page .phones-6 .title {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .title-page .phones-6 .text_body {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .title-page .widget-3 {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .title-page .site-name-3 .sn-text {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .title-page .widget-16 {
        padding-left: 35px;
    }

    .title-page .blocklist-25 .bx-wrapper {
        max-width: 520px;
    }

    .title-page .blocklist-25 .list {
        width: 520px;
    }

    .title-page .blocklist-25 .item-outer {
        width: 50%;
    }

    .title-page .blocklist-25 .item {
        width: auto;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        margin-bottom: 36px;
    }

    .title-page .blocklist-25 .title {
        margin-top: 17px;
    }

    .title-page .blocklist-25 .bx-auto_controls {
        margin-top: 166px;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .title-page .slider-77 .text-slider {
        margin: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .title-page .slider-77 .text_wrapper {
        margin-top: -56px;
    }

    .title-page .widget-8 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title-page .blocklist-15 .header_text {
        font-size: 31px;
    }

    .title-page .blocklist-15 .body {
        margin-right: 0;
        margin-left: 0;
    }

    .title-page .blocklist-15 .item {
        margin-bottom: 8px;
    }

    .title-page .blocklist-15 .text {
        margin-left: 16px;
    }

    .title-page .blocklist-15 .img-convert {
        height: 200px;
    }

    .title-page .block-8 {
        background: url("wave5.png") left 50% bottom 0px / cover no-repeat fixed, url("54739380_2.jpg") left 50% bottom 0px / auto auto no-repeat #f5f2eb;
    }

    .title-page .blocklist-18 .body-outer {
        margin-top: 34px;
    }

    .title-page .blocklist-18 .item-outer {
        width: 100%;
    }

    .title-page .blocklist-18 .item {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .title-page .block-37 .layout_70_id_65 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }

    .title-page .block-30 {
        margin-bottom: 0;
    }

    .title-page .block-9 {
        background: url("new (1).png") right -2px bottom -38px / 548px no-repeat, url("bg44.png") left calc(50% - 2px) bottom -281px / cover no-repeat, url("53884168_2.jpg") left calc(50% - 84px) top -67px / 1328px no-repeat #41a4bf;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        padding-left: 35px;
    }

    .title-page .widget-15 {
        width: auto;
        min-width: 0;
        padding-right: 0;
    }

    .title-page .blocklist-23 .item {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
    }

    .title-page .blocklist-23 .title {
        margin-top: 0;
    }

    .title-page .reviews-80 .body {
        margin-right: -30px;
    }

    .title-page .reviews-80 .item {
        margin-right: 30px;
    }

    .title-page .reviews-80 .image {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .title-page .reviews-80 .bx-wrapper {
        max-width: 632px;
    }

    .title-page .reviews-80 .item__image__title {
        box-sizing: border-box;
        position: absolute;
    }

    .title-page .block-22 .layout_51 {
        margin-top: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: none;
    }

    .title-page .block-22 .layout_52 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-22 .layout_54 {
        margin-top: 0;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .widget-35 {
        margin-left: auto;
        margin-right: auto;
    }

    .title-page .block-21 .layout_center_56_id_57_0 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: auto;
    }

    .title-page .block-18 .layout_45 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-18 .layout_48 {
        margin-top: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .widget-29 {
        margin-left: auto;
    }

    .title-page .widget-43 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title-page .blocklist-73 .header_text {
        font-size: 31px;
    }

    .title-page .blocklist-73 .body {
        margin-right: 0;
        margin-left: 0;
    }

    .title-page .blocklist-73 .bx-wrapper {
        max-width: 600px;
    }

    .title-page .blocklist-73 .list {
        width: 600px;
    }

    .title-page .blocklist-73 .item {
        margin-bottom: 8px;
    }

    .title-page .blocklist-73 .text {
        margin-left: 16px;
    }

    .title-page .blocklist-73 .img-convert {
        height: 200px;
    }

    .title-page .widget-37 {
        z-index: 1450;
    }

    .title-page .side-panel-60 .side-panel-content {
        text-align: left;
    }

    .title-page .side-panel-60 .side-panel-close {
        margin-top: 0;
        margin-left: 0;
    }
}

@media all and (max-width: 640px) {
    .title-page .wrapper .layout_center_2_id_9_1 {
        margin-top: 0;
        -webkit-order: 11;
        -moz-order: 11;
        order: 11;
    }

    .title-page .block-4 .layout_5 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-4 .layout_8 {
        margin-top: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .widget-4 {
        margin-left: auto;
        margin-right: auto;
    }

    .title-page .widget-16 {
        padding-top: 44px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .title-page .blocklist-25 .bx-wrapper {
        max-width: 380px;
    }

    .title-page .blocklist-25 .list {
        width: 380px;
    }

    .title-page .blocklist-25 .bx-pager {
        margin-top: 20px;
    }

    .title-page .widget-48 {
        padding-left: 0;
    }

    .title-page .slider-77 .block-body {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .title-page .slider-77 .block-more {
        padding-top: 20px;
    }

    .title-page .slider-77 .block-title {
        padding-right: 0;
    }

    .title-page .slider-77 .slider-controls {
        left: 50%;
        right: auto;
        margin-bottom: 0;
        margin-left: -55px;
    }

    .title-page .slider-77 .text_wrapper {
        padding: 40px;
        width: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        background: rgba(255, 255, 255, 0.82);
        margin-top: -114px;
        right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .title-page .block-28 {
        padding-top: 30px;
    }

    .title-page .widget-8 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .title-page .blocklist-15 .header {
        padding-left: 28px;
        margin-left: -26px;
    }

    .title-page .blocklist-15 .item-outer {
        width: 100%;
    }

    .title-page .blocklist-15 .item {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 15px;
    }

    .title-page .blocklist-15 .more {
        margin-left: 0;
    }

    .title-page .block-8 {
        padding-top: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .title-page .blocklist-18 .header {
        margin-left: -12px;
    }

    .title-page .blocklist-18 .header_text {
        font-size: 30px;
    }

    .title-page .block-37 .layout_70_id_65 {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }

    .title-page .block-30 {
        padding-bottom: 60px;
    }

    .title-page .widget-12 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .title-page .form-20 .form__header {
        font-size: 30px;
    }

    .title-page .form-20 .form-item-group {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .title-page .form-20 .form-submit button {
        width: 100%;
    }

    .title-page .form-20 .form-captcha .form-item__body {
        -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 .form-submit-container {
        width: 100%;
    }

    .title-page .form-20 .form-captcha button {
        width: 100%;
    }

    .title-page .block-9 {
        background: url("new (1).png") right -2px bottom -24px / 391px no-repeat, url("bg44.png") left calc(50% - 2px) bottom -281px / cover no-repeat, url("53884168_2.jpg") left calc(50% - 83px) top -22px / 1168px no-repeat #41a4bf;
        padding-top: 35px;
        padding-left: 20px;
        padding-right: 25px;
    }

    .title-page .block-23 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .title-page .reviews-80 .body {
        margin-right: 0;
    }

    .title-page .reviews-80 .item {
        margin-right: 0;
    }

    .title-page .reviews-80 .bx-wrapper {
        max-width: 440px;
    }

    .title-page .block-22 .layout_51 {
        margin-top: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: none;
    }

    .title-page .block-22 .layout_52 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-22 .layout_54 {
        margin-top: 0;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-22 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .title-page .widget-35 {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .title-page .widget-32 {
        margin-bottom: 0;
        margin-right: auto;
    }

    .title-page .widget-33 {
        text-align: center;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .title-page .block-21 .layout_center_56_id_57_0 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: auto;
    }

    .title-page .widget-36 {
        padding-right: 0;
        padding-left: 0;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
    }

    .title-page .menu-57 .menu-scroll>ul>li.delimiter {
        margin-top: 2px;
        margin-bottom: 2px;
        min-height: 1px;
        width: auto;
    }

    .title-page .menu-57 .menu-scroll>ul>li.menu-item {
        -webkit-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .title-page .menu-57 .menu-scroll>ul>li.menu-item>a {
        -webkit-flex: 1;
        -moz-flex: 1;
        flex: 1;
        padding-right: 15px;
        padding-left: 15px;
    }

    .title-page .menu-57 .menu-scroll>ul>li.home-button {
        display: none;
    }

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

    .title-page .menu-57 .menu-scroll>ul ul {
        width: auto;
        right: 0;
    }

    .title-page .menu-57 .menu-scroll>ul ul ul {
        width: 100%;
        right: auto;
    }

    .title-page .block-18 .layout_45 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-18 .layout_48 {
        margin: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        width: auto;
        flex-basis: auto;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-18 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .title-page .widget-29 {
        margin-left: 68px;
    }

    .title-page .widget-31 {
        margin-top: 30px;
        margin-bottom: 0;
        padding-left: 35px;
        padding-right: 35px;
    }

    .title-page .form-48 .form__header {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .title-page .form-48 .form__text {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .title-page .form-48 .form-submit button {
        width: 100%;
    }

    .title-page .form-48 .form-captcha .form-submit-container {
        width: 100%;
    }

    .title-page .form-48 .form-captcha button {
        width: 100%;
    }

    .title-page .block-38 {
        background: url("bg45.png") left calc(50% + 7px) top -387px / auto auto no-repeat, url("bg44.png") left calc(50% - 15px) bottom -350px / auto auto no-repeat, url("54581817_2.jpg") left 50% bottom 0px / auto auto no-repeat fixed, linear-gradient(204deg, #eee9e6 25.4%, #fff 89.3%);
    }

    .title-page .block-39 {
        padding-top: 0.02px;
    }

    .title-page .widget-43 {
        border: none;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
        -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;
    }

    .title-page .blocklist-73 .header {
        padding-left: 28px;
        margin-left: -26px;
        margin-bottom: 0;
    }

    .title-page .blocklist-73 .bx-wrapper {
        max-width: 430px;
    }

    .title-page .blocklist-73 .list {
        width: 430px;
    }

    .title-page .blocklist-73 .item-outer {
        width: 100%;
    }

    .title-page .blocklist-73 .item {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 15px;
    }

    .title-page .blocklist-73 .text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title-page .blocklist-73 .img-convert {
        height: 220px;
    }

    .title-page .blocklist-73 .more {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 480px) {
    .title-page .wrapper .layout_center_2_id_9_1 {
        margin-top: 0;
        -webkit-order: 11;
        -moz-order: 11;
        order: 11;
    }

    .title-page .block-4 .layout_5 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-4 .layout_8 {
        margin-top: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-4 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .title-page .block-6 {
        padding-bottom: 60px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
    }

    .title-page .block-44 {
        min-height: 117px;
        background: url("tour.png") left 50% top 50% / 300px no-repeat;
        margin-top: -372px;
    }

    .title-page .block-27 {
        margin-top: 280px;
    }

    .title-page .widget-16 {
        padding-top: 20px;
        padding-bottom: 0.02px;
    }

    .title-page .blocklist-25 .bx-wrapper {
        max-width: 220px;
    }

    .title-page .blocklist-25 .list {
        width: 220px;
    }

    .title-page .blocklist-25 .item-outer {
        width: 100%;
    }

    .title-page .blocklist-25 .img-convert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
    }

    .title-page .blocklist-25 .title {
        margin-top: 20px;
        margin-left: 0;
        width: auto;
        left: 0;
        right: 0;
        margin-right: 0;
    }

    .title-page .blocklist-25 .bx-auto_controls {
        margin-top: 130px;
        margin-right: 10px;
    }

    .title-page .blocklist-25 .bx-pager {
        margin-top: 3px;
    }

    .title-page .widget-48 {
        min-height: 302px;
    }

    .title-page .slider-77 .block-body {
        text-align: center;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .title-page .slider-77 .block-more {
        text-align: center;
    }

    .title-page .slider-77 .block-title {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .title-page .slider-77 .text_wrapper {
        margin-top: 0;
        padding-right: 20px;
        padding-left: 20px;
    }

    .title-page .blocklist-15 .header_text {
        font-size: 27px;
    }

    .title-page .blocklist-15 .text {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 0.02px;
    }

    .title-page .blocklist-15 .image {
        margin-bottom: 5px;
    }

    .title-page .blocklist-15 .img-convert {
        height: 300px;
    }

    .title-page .blocklist-15 .title {
        padding: 19px 25px 20px 31px;
    }

    .title-page .block-8 {
        padding-bottom: 40px;
    }

    .title-page .blocklist-18 .header {
        margin-bottom: 0;
    }

    .title-page .blocklist-18 .header_text {
        font-size: 26px;
    }

    .title-page .blocklist-18 .image {
        margin-bottom: 5px;
    }

    .title-page .blocklist-18 .title {
        font-size: 17px;
        margin-top: 1px;
    }

    .title-page .blocklist-18 .all {
        margin-top: 0;
    }

    .title-page .block-37 .layout_70_id_65 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

    .title-page .block-30 {
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-page .widget-12 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title-page .form-20 .form__header {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .title-page .block-9 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-page .blocklist-23 .header {
        margin-bottom: 0;
    }

    .title-page .blocklist-23 .header_text {
        font-size: 29px;
    }

    .title-page .blocklist-23 .item {
        display: -webkit-flex;
        display: flex;
        margin-top: 0;
        align-self: auto;
    }

    .title-page .blocklist-23 .text {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        width: auto;
        left: 0;
        right: 0;
        margin-right: 0;
        text-align: center;
    }

    .title-page .blocklist-23 .image {
        margin-right: auto;
        margin-bottom: 5px;
        float: none;
        margin-left: auto;
    }

    .title-page .blocklist-23 .title {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        font-size: 25px;
        text-align: center;
    }

    .title-page .blocklist-23 .more {
        width: auto;
        left: 0;
        right: 0;
        margin-right: 0;
    }

    .title-page .blocklist-23 .more>a {
        margin-left: 0;
        margin-right: 0;
        width: auto;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
    }

    .title-page .block-23 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-page .reviews-80 .bx-wrapper {
        max-width: 280px;
    }

    .title-page .block-22 .layout_51 {
        margin-top: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: none;
    }

    .title-page .block-22 .layout_52 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-22 .layout_54 {
        margin-top: 0;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        width: auto;
        -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;
    }

    .title-page .widget-35 {
        margin-left: auto;
        margin-right: auto;
    }

    .title-page .widget-33 {
        margin-left: auto;
        margin-right: auto;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .title-page .block-21 .layout_center_56_id_57_0 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

    .title-page .widget-36 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .title-page .menu-57 .menu-button {
        display: -webkit-flex;
        display: flex;
        position: static;
        width: 100%;
        min-height: 0;
    }

    .title-page .menu-57 .menu-scroll>ul {
        display: block;
    }

    .title-page .menu-57 .menu-scroll>ul>li.delimiter {
        width: 6px;
        min-height: 6px;
    }

    .title-page .menu-57 .menu-scroll>ul>li.menu-item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .title-page .menu-57 .menu-scroll>ul ul {
        position: static;
    }

    .title-page .menu-57 .menu-scroll>ul ul ul {
        position: static;
        width: auto;
    }

    .title-page .block-19 {
        margin-left: auto;
    }

    .title-page .block-18 .layout_45 {
        margin-top: 0;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-18 .layout_48 {
        margin-top: 0;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        display: -webkit-flex;
        display: flex;
    }

    .title-page .block-18 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-page .widget-29 {
        margin-left: 70px;
    }

    .title-page .widget-31 {
        padding: 36px 20px 41px;
        margin-top: 25px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
    }

    .title-page .form-48 .form__header {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .title-page .blocklist-73 .header_text {
        font-size: 27px;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .title-page .blocklist-73 .body-outer {
        margin-top: 20px;
    }

    .title-page .blocklist-73 .bx-wrapper {
        max-width: 270px;
    }

    .title-page .blocklist-73 .list {
        width: 270px;
    }

    .title-page .blocklist-73 .text {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 0.02px;
    }

    .title-page .blocklist-73 .image {
        margin-bottom: 5px;
    }

    .title-page .blocklist-73 .title {
        margin-top: 10px;
        padding-bottom: 20px;
        padding-left: 31px;
        padding-top: 19px;
    }
}

.title-page .side-panel .widget-6 {
    padding: 15px 0;
    margin: -20px 0 20px;
    border: none;
    z-index: 2;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: auto;
    left: 0;
    top: 0;
    position: relative;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    right: 0;
    text-align: left;
    -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;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    display: -webkit-flex;
    display: flex;
}

.title-page .side-panel .menu-10 .menu-scroll>ul {
    display: block;
}

.title-page .side-panel .menu-10 .menu-scroll>ul>li.delimiter {
    margin-top: 2px;
    margin-bottom: 2px;
    min-height: 1px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.23);
}

.title-page .side-panel .menu-10 .menu-scroll>ul>li.menu-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.title-page .side-panel .menu-10 .menu-scroll>ul ul {
    padding: 10px;
    position: static;
    width: auto;
    -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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.title-page .side-panel .menu-10 .menu-scroll>ul ul>li>a {
    color: #f0fffe;
}

.title-page .side-panel .menu-10 .menu-scroll>ul ul>li>a:hover,
.title-page .side-panel .menu-10 .menu-scroll>ul ul>li>a.hover,
.title-page .side-panel .menu-10 .menu-scroll>ul ul>li>a.active {
    background: #ff8d4f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
}

.title-page .side-panel .menu-10 .menu-scroll>ul ul ul {
    position: static;
    width: auto;
}

.title-page .side-panel .menu-10 .menu-scroll>ul>li.menu-item>a {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.title-page .side-panel .menu-10 .menu-scroll>ul>li.menu-item>a:hover,
.title-page .side-panel .menu-10 .menu-scroll>ul>li.menu-item>a.hover,
.title-page .side-panel .menu-10 .menu-scroll>ul>li.menu-item>a.active {
    color: #4d4d4d;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}