﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,900&subset=latin-ext');

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    background-color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    tab-size: 4;
    background: url("/images/background.png") no-repeat scroll 0 0;
    background-position: bottom;
    min-height: 100vh;
}

a {
    color: #777;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.scrollbody {
    transition-property: background-color;
    background-color: #faf8f0;
}

.scrollbody2 {
    transition-property: background-color;
    background-color: #faf8f0;
    color: #222;
}

::selection {
    background: #ec3a59;
    color: #fff;
}

::-moz-selection {
    background: #ec3a59;
    color: #fff;
}

.header {
    background: #fff;
    border-bottom: 0;
    height: 75px;
    position: relative;
    width: 100%;
    z-index: 100;
    margin-top: 10px;
    margin-bottom: -20px;
}

/*
    ui datetime trigger
*/

.ui-datepicker-trigger {
    background: transparent;
    cursor: pointer;
    float: left;
    height: 30px;
    margin-right: 10px;
    border: 0;
    width: 30px;
}

    .ui-datepicker-trigger:hover {
        background-position: -70px -183px;
    }

.ui-datepicker {
    background: #fff;
}

    .ui-datepicker .ui-widget-header {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
    }

    .ui-datepicker .ui-state-default {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
    }

    .ui-datepicker .ui-datepicker-calendar th {
        background-color: #ed1b2e;
        color: #FFFFFF;
        font-weight: normal;
    }

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 0 none;
    text-shadow: none;
}

.ui-datepicker-week-end {
    background-color: #efefef;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
}

.ui-widget-content .ui-state-default {
    border: medium none;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    display: none;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        padding-bottom: 5px;
        margin-top: 8px;
    }

    .ui-timepicker-div dl dd {
        margin: -33px 0 2px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-timepicker-div .ui_tpicker_time {
    margin-top: -29px;
}

.ui-datepicker .ui-slider-handle {
    background: #e1e1e1;
    cursor: pointer;
    border: 1px solid #adadad;
    box-shadow: 1px 1px 1px #dedede;
}

    .ui-datepicker .ui-slider-handle:hover {
        background-color: #15335b;
        cursor: pointer;
    }

.ui-datepicker .ui-datepicker-today {
    background-color: #15335b;
}

.ui-datepicker .ui-datepicker-buttonpane {
    border: medium none;
    cursor: pointer;
    margin: 0;
}

.ui-datepicker td a {
    text-align: center;
}

.ui-datepicker-buttonpane .ui-datepicker-close, #ptTimeSelectSetButton a {
    background: #B6B6B6;
    float: right;
    height: 30px;
    margin-right: -2px !important;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    margin: 0.5em -0.2em 0.1em;
    width: 23px;
}

.ui-datepicker-buttonpane .ui-datepicker-close:hover, #ptTimeSelectSetButton a:hover {
    background: #ed1b2e;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #ed1b2e;
}

    .ui-state-active, .ui-widget-content .ui-state-active a {
        color: #fff !important;
    }

.ui-state-highlight {
    background-color: #999;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
    height: auto;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    left: 0;
    position: absolute;
}

.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    z-index: 3;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    margin-top: 1px;
    position: relative;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 none !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    display: none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    padding: 1em 2.2em;
    position: relative;
    top: 1px;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-datepicker {
    padding: 0.2em 0.2em 0;
    width: 17em;
}

    .ui-datepicker .ui-datepicker-header {
        padding: 0.2em 0;
        position: relative;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        height: 1.8em;
        position: absolute;
        top: 2px;
        width: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            float: left;
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        background-color: #231f20;
        color: #fff;
        width: 49%;
    }

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
        float: right;
    }

    .ui-datepicker table {
        border-collapse: collapse;
        font-size: 0.9em;
        margin: 0 0 0.4em;
        width: 100%;
    }

    .ui-datepicker th {
        border: 0 none;
        font-weight: bold;
        padding: 0.7em 0.3em;
        text-align: center;
    }

    .ui-datepicker td {
        border: 0 none;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: 0.2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        border-bottom: 0 none;
        border-left: 0 none;
        border-right: 0 none;
        margin: 2.7em 0 0;
        padding: 0 0.2em;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            cursor: pointer;
            float: right;
            margin: 10px 0.2em 0.4em;
            overflow: visible;
            padding: 0.2em 0.6em 0.3em;
            width: auto;
            background: #ed1b2e;
            color: #fff;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                background: none repeat scroll 0 0 #e1e1e1;
                color: #4c4c4c;
                float: left;
                margin: 10px 0 0 -2px;
                opacity: 1;
                padding: 3px 5px;
                border: 1px solid #adadad;
                display: none !important;
            }

                .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:hover {
                    background: #ed1b2e;
                    color: #fff;
                }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        margin: 0 auto 0.4em;
        width: 95%;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        left: auto;
        right: 2px;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        left: auto;
        right: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-left-width: 1px;
        border-right-width: 0;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-left-width: 1px;
        border-right-width: 0;
    }

.ui-datepicker-cover {
    display: block;
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1;
}

.ui-dialog {
    position: relative;
    width: 300px;
}

    .ui-dialog .D11 {
        margin: 0;
    }

    .ui-dialog .ui-dialog-titlebar {
        padding: 12px 0 0 20px;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        font: 20px/26px "BebasNeueRegular",Arial,sans-serif;
        float: left;
        margin: 0;
        padding: 0 0 10px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        background: none repeat scroll 0 0 transparent;
        border: 0 none;
        overflow: auto;
        padding: 0.5em 1em;
    }

    .ui-dialog .ui-dialog-buttonpane {
        background-image: none;
        border-width: 0px 0 0;
        margin: 0 5px 15px;
        padding: 0 10px 10px;
        text-align: left;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            cursor: pointer;
            float: left;
            line-height: 1.4em;
            margin: 0.5em 0.4em 0.5em 0;
            overflow: visible;
            padding: 0.2em 0.6em 0.3em;
            width: auto;
        }

    .ui-dialog .ui-resizable-se {
        bottom: 3px;
        height: 14px;
        right: 3px;
        width: 14px;
    }

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: left;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        height: 100%;
        margin: -1px;
    }

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
    z-index: 99999;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-slider {
    position: relative;
    text-align: left;
    margin: 10px -5px 10px 10px;
}

.ui-datepicker .ui-slider {
    margin: -10px 0 20px 0;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 28px;
    position: absolute;
    width: 1.4em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.ui-slider-horizontal {
    height: 0.7em;
}

    .ui-slider-horizontal .ui-slider-handle {
        margin-left: -0.6em;
        top: -10px;
    }

    .ui-slider-horizontal .ui-slider-range {
        height: 100%;
        top: 0;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-bottom: -0.6em;
        margin-left: 0;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-tabs {
    padding: 0.2em;
}

    .ui-tabs .ui-tabs-nav {
        list-style: none outside none;
        padding: 0.2em 0.2em 0;
        position: relative;
    }

        .ui-tabs .ui-tabs-nav li {
            border-bottom-width: 0 !important;
            float: left;
            margin: 0 0.2em -1px 0;
            padding: 0;
            position: relative;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: 0.5em 1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                border-bottom-width: 0;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }

    .ui-tabs .ui-tabs-panel {
        background: none repeat scroll 0 0 transparent;
        border-width: 0;
        display: block;
        padding: 1em 1.4em;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }

.ui-widget {
    font: 16px/20px Arial,Helvetica,sans-serif;
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font: 13px/20px Arial,Helvetica,sans-serif;
    }

.ui-widget-content {
    background: #FFFFFF;
    border: 1px solid #dedede;
    color: #222222;
    border-radius: 5px;
}

.ui-dialog {
    box-shadow: 0 0 10px #777;
}

.ui-widget-content table.mw {
    width: 100%;
}

#ui-datepicker-div {
    box-shadow: 0 0 5px #DEDEDE;
    border-radius: 0;
    z-index: 213123213123123;
    border: none;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    background: none repeat scroll 0 0 #f1f1f1;
    border-bottom: 1px solid #d2d2d1;
    border-radius: 3px 3px 0 0;
    cursor: default;
    position: relative;
}

    .ui-widget-header a {
        color: #222222;
    }

.ui-state-default, .ui-widget-content .ui-state-default {
    color: #efefef;
    font-weight: normal;
    outline: medium none;
    text-align: center;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #555555;
        outline: medium none;
        text-decoration: none;
    }

.ui-widget-content .ui_tpicker_hour_select .ui-state-default, .ui-widget-content .ui_tpicker_minute_select .ui-state-default {
    color: #fff;
    height: 30px;
    border: 1px solid #ed1b2e;
    padding: 0 5px;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    outline: medium none;
    text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    outline: medium none;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: none repeat scroll 0 0 #999;
    color: #fff;
}

    .ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
        color: #363636;
    }

.ui-state-error, .ui-widget-content .ui-state-error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
    color: #CD0A0A;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a {
        color: #363636;
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
    color: #CD0A0A;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    font-weight: normal;
    opacity: 0.7;
}

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-widget-overlay {
    background: none repeat-x scroll 0 0 #000;
    opacity: 0.2;
}

.ui-widget-shadow {
    background: none repeat-x scroll 0 0 #AAAAAA;
    margin: -4px 0 0 -4px;
    opacity: 0.35;
    padding: 4px;
}

#ui-datepicker-div {
    padding: 20px;
    display: none;
    margin-left: 50px !important;
    margin-top: -10px !important;
    z-index: 101 !important;
    background-color: #231f20;
    box-shadow: -15px -15px 0px #ed1b2e;
    color: #fff;
    border: 1px solid #efefef;
    border-width: 0 1px 1px 0;
}

.ui-state-highlight {
    background-color: #fff;
    border: 1px solid #15335b;
}

#chd_to:focus, #chd_from:focus {
    /*background-color: #ffffe1;*/
}

.ui-datepicker-trigger {
    display: none;
}

.ui-datepicker-week-end a.ui-state-default {
    color: #000;
}

.ui_tpicker_second_label, .ui_tpicker_second {
    display: none;
}

.ui-datepicker select {
    border: none;
    cursor: pointer;
}

.err {
    background-color: #ed1b2e !important;
}

.location span {
    background: transparent url('/images/s.png') 0 -236px;
    height: 22px;
    width: 20px;
    float: left;
    margin-top: -3px;
}

.date2, .date3 {
    background: #231f20;
    color: #fff;
}

/*---*/

.C10 {
    float: right;
}

    .C10 a, .btn, .btn2 {
        color: #222;
        padding: 7px 12px;
        margin: 15px 0 10px 4px;
        text-decoration: none;
        font-size: 16px;
        display: inline-block;
        border: 2px solid #fff;
        font-weight: 600;
        border-radius: 50px;
    }

        .C10 a:hover {
            background-color: #f0f0f0;
            border-radius: 50px;
            border-color: #f0f0f0;
        }

        .C10 a:last-of-type, .btn, .btn2 {
            background-color: #ec3a59;
            color: #fff;
            border-radius: 50px;
            border: 2px solid #fff;
            box-shadow: 0 1px 2px #eee;
            background: linear-gradient(100deg, #ec3a59, #25D366);
        }

.btn, .btn2 {
    background: none;
    background-color: #ec3a59;
    box-shadow: 0 1px 2px #ddd;
    cursor: pointer;
}

    .C10 a:last-of-type:hover, .btn:hover, .btn2:hover {
        opacity: 0.9;
        border-color: #FCBCC4;
    }

.wh {
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    border-bottom: 1px solid #faf8f0;
    margin: 0;
}

.footer {
    color: rgb(113 113 113);
    padding-bottom: 120px;
    font-size: 18px;
}

.logo {
    background: url("/images/s.svg") no-repeat scroll 0 7px;
    border: 0;
    display: block;
    float: left;
    padding: 0;
    cursor: pointer;
    height: 60px;
    width: 165px;
    zoom: 1.1;
}

.FMenu {
    display: flex;
    width: 90%;
    margin: 0 auto;
}

    .FMenu a {
        color: #222;
        position: relative;
        text-decoration: none;
    }

/*        .FMenu a::before {
            content: '';
            position: absolute;
            left: 0;
            top: -15px;
            margin-top: 10px;
            background-color: rgb(113 113 113);
            height: 2px;
            box-sizing: border-box;
            width: 30px;
        }
*/
        .FMenu a:hover {
            --tw-text-opacity: 1;
            color: #777;
            color: rgb(119 119 119);
        }

            /*.FMenu a:hover:before {
                background-color: #ec3a59;
            }*/

        .FMenu a:first-of-type {
            margin-left: 0;
        }

.FLast {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

.FLeft {
    margin-bottom: 15px;
}

.info {
    font-style: italic;
    font-size: 18px;
    color: #777;
    margin-top: 5px;
    display: block;
}

.info2 {
    margin-top: 5px;
    display: block;
}

.resform {
    padding: 0;
    background-size: cover;
}

    .resform a {
        color: #fff;
    }

        .resform a:hover {
            text-decoration: none;
        }

.formcont {
    width: auto;
    background: #231f20;
    color: #fff;
    padding: 20px;
    margin: 30px;
    float: left;
    box-shadow: -15px -15px 0px #ed1b2e;
    text-transform: uppercase;
    text-align: center;
}

    .formcont h1 {
        -ms-transform: skew(0deg,-3deg); /* IE 9 */
        -webkit-transform: skew(0deg,-3deg); /* Safari */
        transform: skew(0deg,-3deg); /* Standard syntax */
        background: #ed1b2e;
        color: #fff;
        font-size: 20px;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: 900;
    }

    .formcont select, .formcont select option {
        background-color: #231f20;
        color: #fff;
        border: 1px solid #ed1b2e;
        border-radius: 5px;
        width: 100%;
        padding: 0;
        margin: 10px 0;
        height: 40px;
        cursor: pointer;
        padding: 0 10px;
        text-align: center;
    }

        .formcont select option {
            color: #fff;
            padding: 0 5px;
        }

    .formcont p {
        margin: 10px 0 0;
    }

.resform h2 {
    -ms-transform: skew(0deg,-3deg);
    -webkit-transform: skew(0deg,-3deg);
    transform: skew(0deg,-3deg);
    background: #ed1b2e;
    color: #fff;
    font-size: 30px;
    padding: 10px 30px;
    text-align: center;
    float: left;
    text-transform: uppercase;
    font-weight: 900;
    box-shadow: 15px 15px 0 #231f20;
    float: right;
    margin: 140px 100px;
}

.C8 .resform h2 {
    margin-bottom: 20px;
}

.formcont p.loc, input.date {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ed1b2e;
    width: 84%;
    float: left;
    margin: 10px 0 20px;
    background: url("/images/s.svg") no-repeat scroll 6px -269px;
    padding: 10px 8% 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

input.date {
    background-position: 6px -310px;
    border: 1px solid #ed1b2e;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.car2 img {
    display: block;
    margin: 0 auto;
}

.car2 .descr {
    margin-top: 20px;
}

.car2 ul {
    margin: 10px 0;
}

    .car2 ul li {
        margin: 5px 0 5px 20px;
    }

.car2 img {
    width: auto !important;
}

.car2 .btn2 {
    margin: 0;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.C5 {
    border: 2px solid #000;
    border-radius: 30px;
    bottom: 80px;
    color: #000;
    display: none;
    font-weight: bold;
    padding: 10px 15px;
    position: fixed;
    right: 25px;
    text-decoration: none;
    z-index: 100;
    font-size: 20px;
    box-shadow: 0 1px 2px #eee;
}

    .C5:hover, .C15:hover {
        border-color: #717171;
        color: #717171;
        background-color: #fff;
    }

.C15 {
    box-shadow: 0 1px 2px #eee;
    cursor: pointer;
}

.C {
    padding: 48px 24px;
    border-radius: 48px;
    background-color: #fff;
    text-align: center;
    margin-top: 32px;
}

    .C h1 {
        color: #222;
        color: rgb(34 34 34);
        letter-spacing: -2px;
        line-height: 48px;
        font-size: 36px;
        width: 100%;
        margin: 0 auto;
    }

    .C.C0 {
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
    }

        .C.C0 h3 {
            font-size: 20px;
        }

    .C h2:first-of-type {
        color: #717171;
        letter-spacing: 2px;
        line-height: 1rem;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
    }

    .C h2 {
        color: #222;
        color: rgb(34 34 34);
        letter-spacing: -2px;
        line-height: 48px;
        font-size: 36px;
        width: 100%;
        margin: 0 auto;
    }

        .C h2 span {
            color: #717171;
            font-size: 30px;
            letter-spacing: -1px;
        }

    .C h3 {
        --tw-text-opacity: 1;
        color: #222;
        color: rgb(34 34 34);
        font-weight: 400;
        font-size: 20px;
        line-height: 2rem;
        padding-left: 0;
        padding-right: 0;
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .C .flex h3 {
        margin: 24px 0;
    }

    .C .animation {
        animation: fade-up-050291cb .8s cubic-bezier(.2,.75,.28,.9) forwards;
        opacity: 0;
        transition: all .8s cubic-bezier(.2,.75,.28,.9);
    }

    .C .grid {
        display: grid;
        column-gap: 24px;
        row-gap: 24px;
        text-align: left;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

        .C .grid h3 {
            --tw-text-opacity: 1;
            color: #222;
            color: rgb(34 34 34);
            line-height: 24px;
            font-weight: 500;
            font-size: 20px;
            margin: 16px 0 8px;
        }

        .C .grid h4 {
            --tw-text-opacity: 1;
            color: #717171;
            color: rgb(113 113 113);
            line-height: 24px;
            font-size: 20px;
            margin: 0;
        }

    .C .grid3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .C .btn, .btn2 {
        padding: 10px 15px;
        margin: 15px 0 10px;
    }

.C2 {
    background-color: transparent;
    padding: 48px 0;
    margin-top: 0;
}

    .C2 h3 {
        text-align: left;
        color: #717171;
    }

        .C2 h3 strong {
            color: #222;
        }

    .C2 h2:first-of-type {
        color: #222;
        color: rgb(34 34 34);
        letter-spacing: -2px;
        line-height: 48px;
        font-size: 36px;
        text-transform: none;
        margin-bottom: 20px;
    }

    .C2 h2 span {
        color: #717171;
    }

    .C2 .flex {
        display: flex;
    }

        .C2 .flex svg {
            flex-shrink: 0;
            margin-top: 20px;
        }

    .C2 .car img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }

    .C2 .car .descr, .C2 .car .price {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

        .C2 .car .descr p {
            margin-bottom: 0;
            float: left;
            font-weight: bold;
        }

        .C2 .car .descr a {
            text-align: left;
            color: #000;
            display: block;
            clear: both;
            margin: 5px 0;
        }

            .C2 .car .descr a:hover {
                text-decoration: none;
            }

.C3 {
    margin-bottom: 64px;
    margin-top: 0;
}

    .C3 h2 {
        margin-bottom: 10px;
    }

        .C3 h2:first-of-type {
            color: #222;
            color: rgb(34 34 34);
            letter-spacing: -2px;
            line-height: 48px;
            font-size: 36px;
            text-transform: none;
        }

        .C3 h2 span {
            color: #717171;
        }

    .C3 h3 {
        text-align: left;
        padding: 0;
    }

    .C3 h3, .C3 svg {
        display: block;
    }

    .C3 svg {
        margin-top: 30px;
        margin-left: 20px;
    }

    .C3 h3 {
        display: block;
        color: #222;
        text-align: left;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
    }

    .C3 h4 {
        color: #717171;
        display: block;
        text-align: left;
        font-size: 20px;
        line-height: 24px;
        font-weight: normal;
        margin-top: 10px;
    }

.C8 {
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
}

    .C8 h1 {
        color: #222;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        width: 90%;
        margin: 0 auto 20px;
    }

    .C8 h2 {
        line-height: 35px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        width: 95%;
        margin: 0 auto;
    }

    .C8 p {
        margin-top: 10px;
    }

/*.C8 p:first-of-type::first-letter {
            font-size: 2.4rem;
        }*/

.C6 {
    margin-top: 20px;
    display: block;
}

    .C6 img {
        display: inline-block;
        width: 30%;
        border-radius: 5px;
    }

        .C6 img:nth-child(2) {
            width: 40%;
        }

.ctmtop {
    margin-top: 24px;
}

.ctmbottom {
    margin-bottom: 24px;
}

.cls {
    clear: both;
    height: 0px;
}

.w {
    margin: 0 auto;
    position: relative;
    width: 1480px;
    clear: both;
}

img {
    border-radius: 5px;
}

.C9, .content, .footer {
    clear: both;
    margin: 0 auto;
    width: 1100px;
    display: block;
}

.C9 {
    text-align: right;
}

.content {
    min-height: 200px;
}

    .content p {
        margin-bottom: 10px;
    }

    .content .C:first-of-type {
        margin-top: 0;
    }

.footer .fb {
    margin-bottom: 35px;
    height: 33px;
    width: 32px;
    background: url("/images/s.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    border-radius: 3px;
    background-position: -39px -380px;
    background-color: #222;
    display: inline-block;
}

    .footer .fb:hover {
        background-color: #777;
    }

select.langs {
    background: url(/images/languages.png) no-repeat 0 5px;
    padding-left: 25px;
    width: auto;
    cursor: pointer;
}

.langs {
    border: none;
}

select.langs {
    height: 30px;
    background-color: #fff;
    box-shadow: none;
    float: left;
}

.select.langs options {
    background-color: #fff;
    cursor: pointer;
}

    .select.langs options::selection {
        background-color: #f0f0f0;
    }

.FAQ ul {
    width: 90%;
    margin: 0 auto;
}

    .FAQ ul li {
        text-align: left;
        list-style-type: decimal;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 20px;
    }

        .FAQ ul li::marker {
            font-size: 18px;
            padding: 0;
            margin: 0;
        }

        .FAQ ul li h3 {
            padding-left: 0;
            margin-top: 12px;
            line-height: 1.5rem;
        }

    .FAQ ul ul li {
        list-style-type: circle;
    }

.FAQ .FaqQ {
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

    .FAQ .FaqQ::after {
        content: " ";
        padding: 0 10px;
        height: 20px;
        top: 3px;
        right: -10px;
        font-size: 20px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
        color: #000;
        background-repeat: no-repeat;
        position: absolute;
        transition-property: background-image;
        transition-delay: 0.2s;
    }

    .FAQ .FaqQ.faq_s::after {
        transition-property: transform;
        transition-delay: 0.2s;
        transform: rotate(-180deg);
    }

.FAQ .FaqR {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #717171;
    font-size: 18px;
    line-height: 1.6rem;
    display: none;
}

.C4 a.close {
    position: absolute;
    right: 5px;
    top: -5px;
    color: #000;
    padding: 0;
    background-color: transparent;
}

    .C4 a.close:hover {
        background-color: #fff;
        border-color: #fff;
    }

        .C4 a.close:hover svg {
            fill: #717171;
            transition-property: transform;
            transition-delay: 0.2s;
            transform: rotate(45deg);
        }

.C4 {
    position: fixed;
    left: 0;
    bottom: 5%;
    display: none;
    margin-left: 20px;
}

    .C4 h3 {
        margin: 0 0 20px;
        font-weight: normal;
        line-height: 24px;
    }

    .C4 div div {
        text-align: center;
    }

    .C4 a {
        color: #222;
        padding: 7px 12px;
        margin: 15px 4px 10px 0;
        text-decoration: none;
        font-size: 14px;
        border: 2px solid #fff;
        font-weight: 900;
        text-decoration: none;
        font-weight: bold;
        background-color: #f0f0f0;
        border-radius: 50px;
    }

        .C4 a:hover {
            border-color: #f0f0f0;
        }

        .C4 a:nth-child(2) {
            background-color: #25D366;
            color: #fff;
        }

            .C4 a:nth-child(2):hover {
                border-color: #25D366;
            }

.relative {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 2px #ddd;
    padding: 20px;
    width: 60%;
    min-width: 450px;
    border: 1px solid #ddd;
    display: flex;
}

    .relative img {
        float: left;
        height: 100px;
        margin: 0 10px 0 0;
        padding: 0;
    }

.notop {
    margin-top: 0;
    padding-top: 0;
}

.nomtop {
    margin-top: 0;
}

.C0 img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.C1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    background: transparent;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

    .C1::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient( 0deg, transparent, transparent 30%, rgba(255,255,255,0.3) );
        transform: rotate(-45deg);
        transition: all 0.5s ease;
        opacity: 0;
    }

    .C1:hover {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(255,255,255,0.5);
    }

        .C1:hover::before {
            opacity: 1;
            transform: rotate(-45deg) translateY(100%);
        }

.C11 {
    clear: both;
    margin: 0 auto;
    font-size: 14px;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 25px;
    width: 80%;
    max-width: 1024px;
    background: #fff;
    box-shadow: 0 1px 2px #ddd;
}

    .C11 h3 {
        margin-bottom: 5px;
    }

    .C11 br {
        display: block;
        height: 0px;
        margin-bottom: 5px;
    }

    .C11 svg {
        margin: 0 5px 0 0;
        width: 30px;
        height: 30px;
    }

.C12 {
    color: #000;
    width: 100%;
    z-index: 2147483647;
    padding: 5px 0;
}

    .C12 .w {
        clear: both;
        margin: 0 auto;
        padding: 10px 0;
        width: 960px;
    }

        .C12 .w a:hover {
            border: 0;
        }

#C14 {
    background-color: rgba(0,0,0,.5);
    opacity: .5;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
}

#C13 {
    color: #000;
    width: 100%;
    position: fixed;
    z-index: 20001;
    display: none;
    top: 30%;
}

    #C13 input[type="button"] {
        display: inline-block;
        margin-top: 10px;
        clear: both;
        padding: 3px 10px 5px;
        cursor: pointer;
    }

.FLegal img {
    height: 40px;
    margin: 0 10px;
}

.FLegal a {
    text-decoration: none;
    border: none;
}

.footer .FMenu {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-gap: 20px;
}

.C62 {
    margin: 10px 10px 0 0;
    display: inline-block;
}

.C15 {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 2px solid #000;
    padding: 3px;
    display: none;
    position: fixed;
    left: 25px;
    bottom: 80px;
    z-index: 100;
}

.formcont input::placeholder {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

@media screen and (max-width: 1100px) {
    .C9, .content, .footer {
        max-width: 90%;
        padding: 0;
    }

    .footer {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 755px) {
    .header .C10 a {
        display: inline-block;
        padding: 8px 12px;
        margin: 15px 0 0 4px;
    }

    .footer .FMenu {
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-gap: 10px;
    }
}

@media screen and (max-width: 715px) {
    select.langs {
        width: 20px;
    }

    .footer .FMenu {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 10px;
    }

        .footer .FMenu a {
            margin-left: 0;
        }
}

@media screen and (max-width: 640px) {
    .header .C10 a {
        margin: 0 0 0 4px;
    }

    .FMenu {
        width: 100%;
    }

    .FAQ ul {
        width: 95%;
    }

    @media screen and (max-width: 635px) {
        .header .C10 a {
            display: block;
            padding: 8px 12px;
            margin: 0 0 0 4px;
        }

            .header .C10 a:nth-child(1) {
                display: inline-block;
            }

        .C .grid3 {
            grid-template-columns: repeat(2,minmax(0,1fr));
        }

        .C6 img {
            width: 38%;
        }

        .C .grid {
            row-gap: 32px;
        }

        .C h3 {
            padding-right: 0;
        }

        .C h2 br {
            display: none;
        }

        .C h2 span {
            margin-left: 5px;
        }

        .footer .FMenu {
            display: grid;
            grid-template-columns: repeat(2,minmax(0,1fr));
            grid-gap: 10px;
        }

            .footer .FMenu a {
                text-align: left;
                margin-left: 0;
            }

        .C h3 {
            font-size: 20px;
            line-height: 1.8rem;
            padding-left: 0;
        }
    }

    @media screen and (max-width: 565px) {
        .C {
            padding: 36px 24px;
        }

            .C.C2 {
                padding: 36px 0;
            }

            .C h2, .C3 h2:first-of-type, .C2 h2:first-of-type {
                line-height: 40px;
                width: 100%;
            }

            .C h3 {
                font-size: 18px;
            }

        .footer .FMenu {
            grid-template-columns: repeat(2,minmax(0,1fr));
        }

        .C4 {
            min-width: auto;
            width: 80%;
        }

        .relative {
            width: 90%;
            min-width: auto;
        }

        .FAQ ul li {
            padding-right: 10px;
        }

        .C.C0 {
            padding-left: 0;
            padding-right: 0;
        }
    }

    @media screen and (max-width: 470px) {
        .wh, .header {
            width: 90%;
            margin: 0 auto;
        }

            .wh .C9, .header .C9 {
                text-align: center;
            }

            .wh .logo, .wh .C10, .header .logo, .header .C10 {
                margin: 0 auto;
                display: inline-block;
            }

            .wh .logo {
                float: left;
            }

            .wh .C10 {
                float: right;
            }

        /*.logo {
        zoom: 0.9;
    }*/

        .C4 .relative div a {
            display: block;
            margin: 0 0 5px;
        }

            .C4 .relative div a:last-of-type {
                margin-bottom: 0;
            }

        .C .grid {
            grid-template-columns: repeat(1,minmax(0,1fr));
            column-gap: 0;
            row-gap: 24px;
        }

        .C4 h3 {
            margin-bottom: 10px;
            line-height: 20px;
        }

        .C9 {
            max-width: 100%;
        }

        .C0 {
            margin-top: -24px;
        }

        .C8 h1 {
            width: 100%;
        }
    }
